|
Star Wolves 3D space RPG with deep strategy and tactical elements |
|
Thread Tools | Display Modes |
|
#1
|
|||
|
|||
My question
How add items to ship on start new game? (Star Wolves 3)
Please give me a few example. Im try: CreateGuns("HC1", 10); CreateModules("HC1", 10); but not work Sorry for my weak english. |
#2
|
|||
|
|||
You need modify InitTeamScrip. There are some examples to add items to ship storage.
mothership:AddShipToInventory("Excalibur_pl0", 3); = 3 Excalibur Fighters mothership:AddModuleToInventory("GunAmpPH", 3); = 3 Weapon Amplifiers |
#3
|
|||
|
|||
Quote:
How work command g_recruits in game console (Star Wolves 3) This command calls to me friendly fighters (paid mercenary)? Please give me examples. |
#4
|
|||
|
|||
refresh
|
#5
|
|||
|
|||
refresh
|
#6
|
|||
|
|||
refresh
|
|
|