Posted by: theemo132 - Thursday, October 7, 2010 9:20:59 PM
well im just wondering, is it possible to turn the Comanche rocket pods (copy+paste them and edit them) into a Fire barrage? instead of a rocket one...i want a fire one (its for my FireDrone)
what should i do? o.O
what INI files do i need to edit? is it just the same ones? (FactionUnit,CommandButton,CommandSet and Weapon?)
NOTE* i do not know what to do when editing the weapon (i copied it and edited it to "Firestorm")
please help!! i want to finish my mod so i can post it here :/ (maybe)
Posted by: CommieDog - Friday, October 8, 2010 6:17:58 AM
If you want the ability to fire only one shot, change the weapon's ClipSize value to 1.
Posted by: theemo132 - Friday, October 8, 2010 8:49:59 PM
oh, i know that...i mean like
change the Comanche_rocket_pods into a FireStorm :/
like i did it all but i cant use it cuz it sed i need the comanche rocket pods :P
i just need help on actually making upgrade itself (i dont know how :/)
Posted by: CommieDog - Saturday, October 9, 2010 9:37:09 AM
So are you asking how to make the new ability not require any upgrade, or are you asking how to make the new ability require a new upgrade?
Posted by: theemo132 - Saturday, October 9, 2010 2:50:16 PM
with the upgrade :D
Posted by: CommieDog - Saturday, October 9, 2010 7:27:53 PM
[list][*]Make a new upgrade (copy an existing one in Upgrade.ini).[*]Make a new button for your new upgrade in CommandButton.ini by copying the Rocket Pods button and changing the Upgrade value to the name of your new upgrade.[*]Add your new button to a command set in CommandSet.ini so you can purchase it. AmericaAirfieldCommandSet would be the obvious choice, but you can choose another building if you want.[*]In Object\FactionUnit.ini, find AmericaVehicleComanche's WeaponSetUpgrade module and change the TriggeredBy value to the name of your new upgrade.[/list]