Jump to content

Rx_Mutator_LowGrav 1.0.0

   (0 reviews)

1 Screenshot

About This File

*  This mutator will change the Gravity of the Renegade X game    *
*


 

Version 1.0.0

Compatible with Renegade X v5.282  

Mutator :

Rx_Mutator_LowGrav.u (Download)

Source :

Spoiler

 

Rx_Mutator_LowGrav.uc (Download)

Spoiler


/******************************************************************************
*  Modified by Ukill, this can contain parts of code written by Jessica\Yosh  *
*  This mutator will set the default Renegade X game gravity setting to -200  *
*******************************************************************************
* Rx_Mutator_LowGrav                                                          *
******************************************************************************/

class Rx_Mutator_LowGrav extends UTMutator;

var() float GravityZ;

function InitMutator(string Options, out string ErrorMessage) {
	WorldInfo.WorldGravityZ = GravityZ;
	Super.InitMutator(Options, ErrorMessage);
}

defaultproperties {
	GroupNames[0]="GRAVITY"
	GravityZ=-200.0
}
 


 

 

  • Like 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...