kazemiya
  • kazemiya
  • 50.25% (Neutral)
  • Private Topic Starter
11 years ago
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...
Sponsor
Gameanater
11 years ago
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.


  ; *** 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

Change MaxHealth and InitialHealth.
Any old friends still on here can add me on discord @jcdenton2187. I'm far more likely to respond there.
UTD^Force
11 years ago
You'll need to use the FinalBIG  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.
A Muslim, ask me anything about Islam if you want
UTD^Force
Moderator and former map reviewer
Big fan of C&C Labs
kazemiya
  • kazemiya
  • 50.25% (Neutral)
  • Private Topic Starter
11 years ago
Ow... thank you, guys ... I'm on it...
kazemiya
  • kazemiya
  • 50.25% (Neutral)
  • Private Topic Starter
11 years ago
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?
Gameanater
11 years ago

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?

Originally Posted by: kazemiya 




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.
Any old friends still on here can add me on discord @jcdenton2187. I'm far more likely to respond there.