Hello, I've recently started messing around with editing maps and wanted to take a stab at making small changes to existing troops. I watched a series of videos by a member here and have been able to do most things I want. Until I tried editing troops. I went simple and just wanted to change the amount of ammo the Super Battle Droid has for it's Rocket.
I made a new map, went into the Assets/sides folder and copied the "cis" folder to the "Sides" folder in my new map. Opened the file "cis_inf_default_rifleman" in notepad++ and changed this:
Code: Select all
WEAPONSECTION = 3
WeaponName = "cis_weap_inf_wrist_rocket"
WeaponAmmo = 3
WeaponChannel = 1
to this
Code: Select all
WEAPONSECTION = 3
WeaponName = "cis_weap_inf_wrist_rocket"
WeaponAmmo = 5
WeaponChannel = 1
I went to test it and nothing changed. I've tried several other small edits, like changing secondary weapons, ammo of other weapons. From what I've read and watched I thought I was doing it the right way. Any help would be wonderful. Thank you in advance.