Jump to content

Recommended Posts

Posted

Hi I am enjoying the experience so far. I recently found this mutator could Big Head and other mutator such as deck mutator i tried to use them but it hasn't work does anyone know how to properly use a mutator without issue.

Posted

https://wiki.renegade-x.com/wiki/Mutator

There should be a server.bat file in the root folder of your Renegade X installation. You can right-click on it and say edit, then remove "server" from the command line if you want to start a skirmish.

start Binaries\Win32\UDK.exe CNC-Field?mutator=RenX_ExampleMutators.InfiniteAmmo,RenX_ExampleMutators.SuddenDeath

You can change the "Win32" to "Win64" to use the x64 binary; you can change CNC-Field to another map name to play that map (Look in UDKGame\CookedPC\Maps\RenX to find the right name if you don't know it.). You specify mutators by the "mutator=[Package].[Mutator]. You can add more mutators in the same package by separating them with commas, like in the example above with InfiniteAmmo and SuddenDeath. If they're in different packages, you will need to add the package name as well.

Hope this helped! If there's anything I missed, someone else should be able to see it. I'm pretty new to them myself. : )

HIHIHI

  • Totem Arts Staff
Posted

In the file description it says what the package and file name is.

Quote

Add ?Mutator=Rx_Mutator_BigHead.Rx_Mutator_BigHead to your server startup line.

 

Posted
Quote

@echo off
cd /d "C:\Program Files (x86)\Renegade X\Binaries\Win32"

start UDK.exe CNC-Walls_Flying?mutator=Rx_ExampleMutator.Rx_ExampleMutator

 

@echo off
cd /d "C:\Program Files (x86)\Renegade X\Binaries\Win32"

start UDK.exe server CNC-Walls_Flying?AdminPassword=123?maxplayers=64?mutator=Rx_ExampleMutator.Rx_ExampleMutator -port=7777

Here are two examples of bat files, depending on if you want a server or a skirmish mode game.

Posted
3 hours ago, HIHIHI said:

Whoops. I made mine a while ago and forgot that it didn't come by default. Sorry for misleading you, Kirby.

Its alright. This mutator things sound so cool but confusing at the same time

  • Totem Arts Staff
Posted
1 hour ago, Kirby550 said:

Its alright. This mutator things sound so cool but confusing at the same time

Put this https://renegade-x.com/applications/core/interface/file/attachment.php?id=4317 

Quote

C:\Program Files (x86)\Renegade X

and make sure the .u file you downloaded from the mutator is here

Quote

C:\Program Files (x86)\Renegade X\UDKGame\CookedPC

 

Posted

Thank you for your help can't wait to see how the game would be with mutators.

Another question what if you want to use another mutator as I want to use the deck mutator as well.

  • Totem Arts Staff
Posted
10 hours ago, Kirby550 said:

Thank you for your help can't wait to see how the game would be with mutators.

Another question what if you want to use another mutator as I want to use the deck mutator as well.

Find the download for it and use it :) though you or I would have to decompile it to find the class name to use.

Posted
3 hours ago, BubbleTea said:

Find the download for it and use it :) though you or I would have to decompile it to find the class name to use.

Thank you for the information unfortunately i have no idea how to decomplie the file 

  • Totem Arts Staff
Posted
1 hour ago, Kirby550 said:

I wish I had time and skill for unreal scripting and decompiling it seems it would take too long and I don't even know how to code.

Not really, but if you need I can just do it for you, lol. To use the decompiler, just open file and look for a class name.

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