To answer the questions about the temp files:
1. Sometime back I and others offered up a batch program that is VERY easy to use that takes care of deleting the temp files. Here is the code. Just copy it into a new text file and call it something like HPS_Temp_Delete.bat making sure you use the .bat extension. Then double click on the file to run it from time to time to delete the files.
C:
cd hps simulations
del *.yyy /s
The first line is for the drive letter. The default is the C drive but I put mine in the E drive instead. If you did something like that just change the drive letter.
The second line is to tell the system to change to the directory where you installed all of your HPS games. This is the default name. If you titled it something differently (must be a masochist as the updates look for the default name and you would have to change the path each time you updated one of our products) then you will have the change the text on this line to correspond with your path.
The third line tells the system to delete all files in the path and all subdirectories that have an extension of .yyy. You can also delete the .xxx files too if you like by adding in a similar line and changing the extension name to .xxx. I dont think its neccessary as the .yyy files tend to be the culprit in messing up the .bte file.
2. Now to answer Dierk's concern: we DID have John change the code to allow for deleting the temp files. What happened was that a couple of our playtesters had issues with the game after that. John didnt have time to spend on the problem and thus its been unresolved.
And since this batch program is so easy to put together and run ... I will not persue asking him to spend more time on the problem. I would prefer to see him get other things done on the game engine or put out new titles! Yes, its probably something that he should address but I dont see it as a hot item.
I just ran my batch file and it only took about 8 seconds. Might be longer for older systems. I have a Athlon 64 2.4ghz processor with 2 GB memory.
These instructions are now permanently on my website at:
http://www.fireandmelee.net/helps/temp_bat.html
Lieutenant Colonel Bill Peters
Armee du Rhin - V Corps, Cavalerie du V Corps, 20ème légère Brigade de Cavalerie, 13ème Hussar Regiment
HPS Napoleonic Scenario Designer (Eckmuhl, Wagram, Jena-Auerstaedt and ... more to come)
[url="http://www.fireandmelee.net"]Fire and Melee Wargame site[/url]
