Jump to content

[Mod] Rx_Mutator_GameSpeed


Ukill

Recommended Posts

Rx_Mutator_GameSpeed


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


 

Version 1.0.0

Compatible with Renegade X v5.282  

Mutator :

Rx_Mutator_GameSpeed.u (Download)

Source :

Spoiler

 

Rx_Mutator_GameSpeed.uc (Download)

Spoiler


/******************************************************************************
*  Modified by Ukill, this can contain parts of code written by Jessica\Yosh  *
*              This mutator will change the Renegade X gamespeed              *
*******************************************************************************
* Rx_Mutator_GameSpeed                                                        *
******************************************************************************/

class Rx_Mutator_GameSpeed extends UTMutator;

var()	float	GameSpeed;

function InitMutator(string Options, out string ErrorMessage) { WorldInfo.Game.SetGameSpeed(GameSpeed); Super.InitMutator(Options, ErrorMessage); } 

defaultproperties {
	GroupNames[0]="GAMESPEED"
	GameSpeed=0.8				//Default is 0
}
 


 

 


 

Link to comment
Share on other sites

Join the conversation

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

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...