stereo
  • stereo
  • 51.5% (Neutral)
  • Private Topic Starter
14 years ago
hey, I changed some things in the INIZH.big so i can build a Battleship (AmericaVehicleBattleship) in Skirmish. My problem is the ship only shoots once and after that it never shoots again. what do i have to change in INIZH.big to make the ship being able to shoot as often as i want?
Sponsor
NewNightmare
14 years ago
what is the code for the battleship? is it just the one extracted from AmericaMiscUnit?
if so, its KindOf list is very short, you might have to add few more attributes.
Also, I'd change the weaponset to a copy of the BattleshipUSSBenderGun weapon, with 'AutoReloadsClip = NO' removed, since from what I get it's the one used in US mission 2
krit
  • krit
  • 100% (Exalted)
  • Commander in Chief
14 years ago
Just as a side note:
Avoid editing things directly inside the .big files. Extract the files, edit them, and leave them outside. The game will still recognize the files outside .big archives and will prioritize these instead of the ones in the .big files.
UserPostedImage 
stereo
  • stereo
  • 51.5% (Neutral)
  • Private Topic Starter
14 years ago
Ah thx, "AutoReloadsClip = NO" was the line i was looking for.
Now the Ship shoots, it also shoots without telling it to do, but there is one more problem: I can only tell the ship to shoot by using the butten in the command set, i would like to just click on a opponents unit and the ship shoul destroy it. what can i do?
NewNightmare
14 years ago
you have to edit the weaponset for that, delete all the code except for
Weapon = 'Slot' 'Name'
this way it should be 'fireable' normally (now it's set to only fire via an order in form of a button I assume)