XMP Mutator.

  • Two Factor Authentication is now available on BeyondUnreal Forums. To configure it, visit your Profile and look for the "Two Step Verification" option on the left side. We can send codes via email (may be slower) or you can set up any TOTP Authenticator app on your phone (Authy, Google Authenticator, etc) to deliver codes. It is highly recommended that you configure this to keep your account safe.
Status
Not open for further replies.

Nurulwai

...
Mar 27, 2002
452
0
0
37
UK
Visit site
Righto, it's new mutator time, this one's for XMP.

It's called XMPSummoner, and it does a whole lotta stuff.

It allows you to perform a whole load of commands normally disabled online, like set, summon, god, ghost, fly, etc, as well as adding a little support for in-game server admin, which for some reason is missing in XMP (type 'adminlogin' and the game goes 'buh??').

Of course, you must be logged in as an admin to perform any of these commands...

Here's a list of what can be done (also contained in the readme):

Code:
	Mutate Summon <item>	 	:  Summons <item>.
	Mutate Set <item> <value>	:  Sets <value> in <item>.

	Mutate God		 	:  Enables god mode.
	Mutate Ghost		 	:  Enables Ghost mode.
	Mutate Fly			:  Enable Fly mode.
	Mutate Walk			:  Negates ghost/fly.
	Mutate Invisible	 	:  Call to toggle invisibility.

	Mutate Teleport			:  Teleports you to wherever you are looking.
	Mutate Slomo <scale>	 	:  Scales game speed.
	Mutate KillAll <item>	  	:  Destroy()'s all of <item> in the map.

	Mutate AllWeapons		:  Gives you all weapons.
	Mutate AllAmmo		 	:  Gives you 999 ammo on all weapons.
	Mutate Loaded		 	:  Performs AllWeapons and AllAmmo.
	Mutate GetWeapon <class>  	:  Gives weapon of <class> to your player.

	Mutate SetJumpZ <height>  	:  Set your jump height.
	Mutate SetJumpJetZ <height>	:  Set your jump jet height.
	Mutate SetSize <scale>	 	:  Scale your size (also affects speed, etc).
	Mutate SetHealth <health>	:  Sets your current health to <health>.
	Mutate SetStaminaChargeRate <n>	:  Sets the stamina bar charge rate.
	Mutate SetSkillChargeRate <n>	:  Sets the skill bar charge rate.

	Mutate SetBoostTime <time>	:  Sets the 'boost' time period for your current vehicle.
	Mutate SetTeamEnergy <team> <n> :  Sets team <team>'s energy (where 0 is red, 1 is blue) to <n>.

	Mutate MakeNoise <sound>  	:  Plays <sound> to all players.
  
   Admin related:
	Mutate Adminlogin <pass>	:  Logs you in as admin.
	Mutate Admin Kick <name>	:  Kicks <name> from the server.
	Mutate Admin KickBan <name>	:  KickBans <name> from the server.
	Mutate Admin ServerTravel <url> :  Changes the level, allowing options to be specified in the URL.
	Mutate Admin SwitchLevel <map>  :  Changes the level to <map>.
	Mutate Admin SetGamePassword <p>:  Sets the game password to <p>.
	Mutate Admin Spectate		:  Toggles spectate mode.
	Mutate Admin MakeAdmin <name>	:  Makes <name> an admin (without them needing to log in).
	Mutate Admin UnMakeAdmin <name>	:  Reverses the above command.
	Mutate Admin <command>		:  Where <command> doesn't match any in the above list, XMPsummoner
					   will attempt	to execute <command> as a console command on the server.
	Mutate Adminlogout	  	:  Logs you out as an admin.

It's a serverside mutator.

Download it here

[Edit]
Just updated it to add a minor thing. It's highlighted in bold.

[Edit2]
Another update, new stuff also higlighted in bold.
Nothing major, just some additions to the 'fun' commands.

[Edit3]
More commands added, including three new admin commands:
MakeAdmin
UnMakeAdmin
Spectate.

And normal commands:
SetTeamEnergy
SetStaminaChargeRate
SetSkillChargeRate
SetBoostTime
SetHealth
SetJumpJetZ

See the above list for descriptions.
 
Last edited:

Parser

Hello
May 7, 2002
1,531
0
0
119
England baby!
fraghouse.beyondunreal.com
Bump.
I see you actually released the XMP version then, Will? ;)

Anyway, when I do get XMP sometime, I'll give it a spin, but from what I've sampled of the UT2003 version, it's a pretty nifty tool.

And it's the genuine first mutator for XMP to be released ;)
 

iddQd

Yours truly
Dec 26, 2001
1,219
0
0
38
Sweden
Okay having problems, I just don't know where I should add

[XMPSummoner.XMPSummoner]
AdminPassword=foo

Which ini file (the exact name) and where.

Maybe you should write this in your readme since there are alot of n00bies like me :p
 
Last edited:

Nurulwai

...
Mar 27, 2002
452
0
0
37
UK
Visit site
That's why...

"adminlogin" isn't recognised, nor is "admin".

You must prefix the commands with "Mutate", so "Mutate AdminLogin <password>", "Mutate Admin Kick <name>", "Mutate Admin Switchlevel <map>", tis all in the readme (and further up this page) ;)

[Edit]

Just updated it to add a minor thing. It's highlighted in bold in the top post.
 
Last edited:

iddQd

Yours truly
Dec 26, 2001
1,219
0
0
38
Sweden
Aha, okay me gots it now :)
This Muts really does *that* which is needed for a server admin!

Thanks for your suport Will!
 

Nurulwai

...
Mar 27, 2002
452
0
0
37
UK
Visit site
Update!

Again!

More commands, and the list has been restructured (both on here and in the readme).

Including three new admin commands:
MakeAdmin
UnMakeAdmin
Spectate.

And normal commands:
SetTeamEnergy
SetStaminaChargeRate
SetSkillChargeRate
SetBoostTime
SetHealth
SetJumpJetZ
 

Diablo18

New Member
Dec 16, 2003
1
0
0
I didnt get this part.

To run XMPSummoner, you must append '?mutator=xmpsummoner.xmpsummoner' to
the end of your other options, ie:
ucc server xmp-garden?gamepassword=bollocks?mutator=xmpsummoner.xmpsummoner

Or you can add it through your server's webadmin interface.

Can you give me some feedback please, of what to do. :eek:
 

Nurulwai

...
Mar 27, 2002
452
0
0
37
UK
Visit site
Diablo18 said:
I didnt get this part.

To run XMPSummoner, you must append '?mutator=xmpsummoner.xmpsummoner' to
the end of your other options, ie:
ucc server xmp-garden?gamepassword=bollocks?mutator=xmpsummoner.xmpsummoner

Or you can add it through your server's webadmin interface.

Can you give me some feedback please, of what to do. :eek:

I assume you're running a server, not trying to mess around with it offline (which you can do).

A server is (typically) launched like:
UCC Server XMP-MapName?option=thing?anotheroption=blah

All you need to do is find the batch file used to launch the server, and find that line. Then just append '?mutator=xmpsummoner.xmpsummoner' to the end of the options, so:
UCC Server XMP-MapName?option=thing?anotheroption=blah?mutator=xmpsummoner.xmpsummoner

Hope that clears things up :)
 

Code6226

New Member
Dec 17, 2003
3
0
0
Parser said:
Bump.
from what I've sampled of the UT2003 version, it's a pretty nifty tool.

I really like the XMP version, but I can't find the UT2003 version. Where can I get that at?
 

Nurulwai

...
Mar 27, 2002
452
0
0
37
UK
Visit site
Code6226 said:
I really like the XMP version, but I can't find the UT2003 version. Where can I get that at?

It's something I made for myself, to just use to mess around on my own server.

If it's wanted I'll tidy it up and make it avalaible for download.
 

Nekrataal

Gamer's Dungeon Community
Jan 6, 2003
66
0
0
www.gamersdungeon.de
Question

This might sound stupid but i had this problem before with UT2k3. The console font is just providing big letters. I presume that all the commands (especially passwords) are case sensitive. Although the mut is running mutate adminlogin [password] just does nothing. Is there a way to change the font in the console ? In UT2k3 its sufficient to change to a higher resolution in XMP this doesnt work.
 
Status
Not open for further replies.