![]() |
|
Star Wolves 3D space RPG with deep strategy and tactical elements |
![]() |
|
Thread Tools | Display Modes |
|
#1
|
|||
|
|||
![]() 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. |
#2
|
|||
|
|||
![]()
refresh
|
#3
|
|||
|
|||
![]()
refresh
|
#4
|
|||
|
|||
![]()
refresh
|
#5
|
||||
|
||||
![]()
I think bumping this thread up won't help in this case, since It seems no one really knows what this does, I have tried to do something with the command myself to see what it does and how to operate it, but it didn't work out.
EDIT: I have somewhere here an .doc laying around that was given to me by VALV, it had all the functions/commands in the game in it, it probably has the description of the command in it, but I have to find it first.
__________________
Discord: Nocalora#6847 | SW3.Expansion Thread | SWX.MouseMovementFix | SWX.TUVMark+Src (.tuv editing Tool) | SWX.SLOTMark+Src (.ini Slots editing Tool) |
#6
|
|||
|
|||
![]()
How to add more pilots on start game?
Defaults we have only Hero. |
#7
|
||||
|
||||
![]()
That I can tell you, look inside the file InitTeamScript.script
These are the functions you have to add somewhere in it: Code:
PILOTVARIABLE=CreatePilot("PILOT"); -- Inside the "" Brackets is the Pilot which the game retrives from pilots.xml, the PILOTNAME is the Variable which holds the Pilot. AddPilotToPlayer(PILOTVARIABLE); -- Pretty much self explanatory, but inside the () needs to be the PILOTVARIABLE which has been Created by "CreatePilot". Code:
GreyhairPilot=CreatePilot("Sedoy"); AddPilotToPlayer(GreyhairPilot); Thats everything you have to know.
__________________
Discord: Nocalora#6847 | SW3.Expansion Thread | SWX.MouseMovementFix | SWX.TUVMark+Src (.tuv editing Tool) | SWX.SLOTMark+Src (.ini Slots editing Tool) |
![]() |
Thread Tools | |
Display Modes | |
|
|