Posted by: kazemiya - Saturday, January 31, 2015 12:52:02 PM
Hi, guys... I hav a question ...I want to mod C&C general and zero hours but I dont understand how to do this ... 1.What should I do if I want to disable GLA Salvage Upgrade? especially Marauder Tank... 2.How to disable Superweapons anyway? so Any fraction cant build it both AI and player. 3.How to increase structures HP? I dont have any idea which line that I should edited anyway? sorry, I'm a newbie in modding so I got crashed and stuck through try and error... and if there's already tutorial about this please let me know.. Thank qiu guyss...

Posted by: Gameanater - Saturday, January 31, 2015 1:44:19 PM
1. Two methods. A) Remove the type "SALVAGER" of the unit's "KindOF" line B) Remove any code having to do with Salvaging. 2. Simple, comment out (by using the semicolon ;) the Command Buttons in the appropriate CommandSets. 3. Look under Engineering parameters. [code=plain] ; *** ENGINEERING Parameters *** RadarPriority = UNIT KindOf = PRELOAD CAN_CAST_REFLECTIONS CAN_ATTACK SELECTABLE VEHICLE SCORE AIRCRAFT Body = ActiveBody ModuleTag_02 MaxHealth = 160.0 InitialHealth = 160.0 End [/code] Change MaxHealth and InitialHealth.

Posted by: UTD^Force - Saturday, January 31, 2015 1:47:12 PM
You'll need to use the [url=http://www.cnclabs.com/downloads/details.aspx?id=240]FinalBIG[/url] program to extract the codes in INIZH.BIG. Then edit CommandSet.ini and remove or comment out the command buttons for the super weapons. And the GLAVehicle.ini to remove the salvage upgrade for GLA Vanilla General. You might need to take sometime reading the codes to understand them, and that is the best way as I see ;) The rest of the work was explained by Gameanater.

Posted by: kazemiya - Wednesday, February 4, 2015 7:39:38 AM
Ow... thank you, guys ... I'm on it...

Posted by: kazemiya - Sunday, February 8, 2015 8:52:28 AM
Hi, guys... I had try it.. it's work for number 1 and 3... thanks but for number 2.How to disable Superweapons anyway? so Any fraction can't build it both AI and player. I had edit the commandset.ini ... adding ";" in their respective superweapon's commandset, it's work for the player though, however the AI still able to build them... how to disable the superweapon completely anyway?

Posted by: Gameanater - Sunday, February 8, 2015 10:45:22 AM
[quote=kazemiya;136140] had edit the commandset.ini ... adding ";" in their respective superweapon's commandset, it's work for the player though, however the AI still able to build them... how to disable the superweapon completely anyway?[/quote] Huh... I would think the AI wouldn'ty be able to DO that without the Command Buttons! In that case, I guess try to just delete the entire Super Weapon's code. Although i'm not sure, but that might mean the game will crash when the AI tries to build an object that doesn't exist anymore.