Jump to content

Rx_Mutator_GimmeSoldier (Skin) 1.0.0

   (0 reviews)

1 Screenshot

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
GDI_Shotgunner
GDI_Officer
GDI_RocketSoldier
GDI_McFarland
GDI_Deadeye
GDI_Gunner
GDI_Patch
GDI_Havoc
GDI_Sydney
GDI_Mobius
GDI_Hotwire

Nod Soldiers :

Nod_Soldier
Nod_Shotgunner
Nod_Officer
Nod_RocketSoldier
Nod_FlameTrooper
Nod_BlackHandSniper
Nod_StealthBlackHand
Nod_LaserChainGunner
Nod_Sakura
Nod_Ravenshaw
Nod_Mendoza
Nod_ChemicalTrooper
Nod_Engineer
Nod_Technician

 

Others : 

GDI_FutureSoldier
GDI_FutureSoldier_Old
Nod_FutureSoldier
UT_Crowd_Robot
Nod_Soldier_Green


EXAMPLE :
GimmeSoldier Nod_Soldier_Green

 


Version 1.0.0

Compatible with Renegade X v5.282  

Mutator :

Rx_Mutator_GimmeSoldier.u  (Download)

Source :

Spoiler

Rx_Mutator_GimmeSoldier.uc (Download)

Spoiler


/******************************************************************************
*  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)

Spoiler


Dont fit in post


 

 

 

 

  • Like 1
  • Sad 1

User Feedback

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
×
×
  • Create New...