View Single Post
Old 09-02-2004, 11:55 AM   #25 (permalink)
Mercury
Junior Member
 
Join Date: Jul 2004
Posts: 26
Default

No problem. Glad to help. As for the blank lines, they are always created after I delete actions. I even erased them manually, but they still come back after refreshing.

Another serious bug I observed:
When deleting a group of units from a TaskForce, the following results.
I'll use this TaskForce as an example:
Quote:
1,TANY
3,E1
1,SHAD
1,GGI
After I delete the group : "3,E1" I expect the resulting configuration to look like this:
Quote:
1,TANY
1,SHAD
1,GGI
Instead it does the following:
Quote:
1,TANY
1,SHAD
1,GGI
1,GGI
As you can see it duplicates the last group and adds it to the end of TaskForce.

The next is a minor bug, but is still worth mentioning.
When changing the name of TeamType and refreshing, the program doesn't show changes in ID Window. The way you made the program is that in the ID window, it shows both the hexadecimal ID AND the name. I personally think it should ONLY show the ID without the name. The name is shown below anyway.

Another Bug:
When editing any ScriptType, I'll use the following as an example:
Quote:
0,4
0,7
46,6
46,131072
If I add some action, lets say "49,0" between "0,7" and "46,6", the following is a result:
Quote:
0,4
0,7
49,0
46,6
As you can see, the program always remembers the number of actions in previous configuration. If I add 5 actions and put them in the begining, it will erase 5 actions at the end. If a delete 5 actions from the begining of ScriptType, the program will add 5 blank ones to the end. You get the idea.

The program also seems to luck the following feature: I can't change the order in which Triggers are listed. It would be nice if in the next version I could drag triggers from one place to another. This way I could organize them by country/probability/difficulty, etc.

Wow I'm really bombing you with all this information, but you said you wanted feedback so... I'm giving feedback
Mercury is offline   Reply With Quote