Quote:wat im doing is opening finalbig then clicking file then open then in the generals zerohour folder im clicking inizh file then going to edit, extract all then a window opens called browse for folder then i go to
(C:)/program files/EAgames/command & conquer the first decade/command & conquer the first decade(tm)generals zero hour/data/ini
now when i open where the fils where extracted to i open object folder and open one of the files and edit a bit of it. then click save but and load up the game and nothing happens
Ok. Delete the folder named INI & all the .ini files in it.
You need to extract the files to
(C:)/program files/EAgames/command & conquer the first decade/command & conquer the first decade(tm)generals zero hour/
Not
(C:)/program files/EAgames/command & conquer the first decade/command & conquer the first decade(tm)generals zero hour/
data/iniMake sure you do this before you do anything else.
Quote:the main units im trying to change are the overlord to have the addons gatling cannon, battle buncker and PropagandaTower.
and the same addons for the helix (china)
and make command centers builder chinas dozer usa`s dozer and glas worksers
and make other buildings build other arms units if possible
In CommandSet.ini, you will need to find a line with Command_ConstructAmericaDozer in it. That is the USA Command center.
If you change that section from this:
Code:CommandSet AmericaCommandCenterCommandSet
1 = Command_ConstructAmericaDozer
2 = Command_SpectreGunship
4 = Command_LeafletDrop
5 = Command_A10ThunderboltMissileStrike
6 = Command_Paradrop
7 = Command_SpyDrone
8 = Command_EmergencyRepair
9 = Command_DaisyCutter ;NOTE THIS GETS UPGRADED BELOW
10 = Command_SpySatelliteScan
13 = Command_SetRallyPoint
14 = Command_Sell
End
Into this:
Code:CommandSet AmericaCommandCenterCommandSet
1 = Command_ConstructAmericaDozer
2 = Command_SpectreGunship
3 = Command_ConstructChinaDozer
4 = Command_LeafletDrop
5 = Command_ConstructGLAWorker
6 = Command_Paradrop
7 = Command_SpyDrone
8 = Command_EmergencyRepair
9 = Command_DaisyCutter ;NOTE THIS GETS UPGRADED BELOW
10 = Command_SpySatelliteScan
11 = Command_A10ThunderboltMissileStrike
13 = Command_SetRallyPoint
14 = Command_Sell
End
It will change the US command center to create GLA workers & China dozers as well.
You need to practise coding more before you change the helix & overlord addons. Something will likely crash the game. Be careful changing things. Bad code will stop the game from starting, until you remove the problematic code.