About This File
* This mutator will let you change the skin of your soldier in the Renegade X game
* Later i will add more options
Everything always starts with pressing F5 and typing : "GimmeSoldier {SoldierName}"
The GimmeSoldierHelp command gives you the information shown below.
GDI Soldiers :
GDI_Soldier |
Nod Soldiers :
Nod_Soldier
|
Others :
GDI_FutureSoldier |
EXAMPLE :
GimmeSoldier Nod_Soldier_Green
Version 1.0.0
Compatible with Renegade X v5.282
Mutator :
Rx_Mutator_GimmeSoldier.u (Download)
Source :
Rx_Mutator_GimmeSoldier.uc (Download)
/****************************************************************************** * Modified by Ukill, this can contain parts of code written by Jessica\Yosh * * This mutator will let you change the soldier skin in the Renegade X game * ******************************************************************************* * Rx_Mutator_GimmeSoldier * ******************************************************************************/ class Rx_Mutator_GimmeSoldier extends UTMutator; function bool CheckReplacement(Actor Other) { if(Other.IsA('Rx_TeamInfo')) { Rx_Game(WorldInfo.Game).PlayerControllerClass = class'Rx_Mutator_GimmeSoldier_Controller'; } return true; } DefaultProperties { }
Rx_Mutator_GimmeSoldier_Controller.uc (Download)
Dont fit in post