Re: Trying to make actor presets.
The problem seems to me after trying 50 times, is that the Add Inventory is causing the problem. ill work out how to fix it, eventually.....
Edit: Fixed
Here was the problem:
Code:
AddActor = AHuman
CopyOf = Coalition/Soldier Heavy
PresetName = Heavy Anti-Vehicle
GoldValue = 280
AddToGroup = Actors
AddToGroup = Presets
AddInventory = HDFirearm
CopyOf = Coalition/Rocket Launcher
GoldValue = 0
AddInventory = HDFirearm
CopyOf = Coalition/Pistol
GoldValue = 0
AddInventory = HeldDevice
CopyOf = Riot Shield
GoldValue = 0
Code:
AddActor = AHuman
CopyOf = Coalition/Soldier Heavy
PresetName = Heavy Anti-Vehicle
AddToGroup = Coalition Presets
Buyable = 1
GoldValue = 280
AddInventory = HDFirearm
CopyOf = Coalition/Rocket Launcher
GoldValue = 0
AddInventory = HDFirearm
CopyOf = Coalition/Pistol
GoldValue = 0
AddInventory = HeldDevice
CopyOf = Riot Shield
GoldValue = 0
SO, buyable didnt do anything i left it there however,
i changed the addtogroup, because i thought presets was a problem, didnt bother changing it back.
Also addtogroup=actors is unnecessary because all human instantly are grouped to actors.
The problem was that your Tabs for the AddInventory was to far part, they were supposed to be lined up to the GoldValue.
This told the console to skip the the next actors, now i dont know why but its a glitch that causes it to skip but it does.
SO Enjoy,
-dragonxp