Jump to content

Recommended Posts

  • Totem Arts Staff
Posted

I have discovered that while using Enable Cheats command allow you to summon things in multiplayer, it only summons client-side, and no one else would be able to see or be affected by it, and not even you btw. So I invented this thing that replicate the Summon and GiveWeapons command, EXCEPT NOW IT WORKS IN SERVER :D

https://drive.google.com/file/d/0B6yEH_ ... sp=sharing

Summon is replaced into SandboxSpawn, while GiveWeapons is replaced by Gimme. The syntax is the same. This little gametype will turn your Renegade X server into a sandbox mode, all you need to do is put the file into this directory

[your Renx directory]/UDKGame/CookedPC/

Then put these parameters in the server Target box in the properties

?game=Rx_Sandbox_Game.Rx_Sandbox

In my test, the server manages to spawn in the actors server and client-side. The server gives collision and damages and allows you to drive the summoned vehicles. Weapons also works well. They're actually summoned to your inventory

Warning : Your buildings can still be destroyed. The internal modifier is still WIP and the included mutator doesn't work as of now. There is also no way to delete your summoned objects. Do not overdo it :P

  • 2 months later...
  • Totem Arts Staff
Posted

Do I have to? Ok

SANDBOX SPAWN SECTION

Everything always starts with pressing F5 and typing : "sandboxspawn renx_game."

Renegade X Vanilla vehicle

Prefix : "Rx_Vehicle_"

Humvee

Buggy

APC_GDI

APC_Nod

LightTank

MediumTank

FlameTank

StealthTank

MammothTank

Chinook_GDI

Chinook_Nod

Orca

Apache

A10

C130

Hovercraft_GDI

Tiberian Sun Vehicles

Prefix : "TS_Vehicle_"

Wolverine

HoverMRLS

Titan

Buggy

ReconBike

TickTank

Misc

APB_Vehicle_TeslaTank

Deployables

Prefix : "Rx_Weapon_Deployed"

ProxyC4

RemoteC4

TimedC4

ATMine

IonCannonBeacon

NukeBeacon

ALSO (not following Prefix)

Rx_Weapon_CrateNuke (faster NukeBeacon)

Defence

Rx_Defence_

GunEmplacement (not mannable)

RocketEmplacement (not mannable)

Turret (Nod aligned)

SAM Site (Nod aligned)

GuardTower (GDI aligned)

AATower (GDI aligned)

Projectiles (not all of them is useful)

Rx_Projectile_

Grenade

MissileLauncher

SmokeGrenade

EMPGrenade

Rocket_AGT

and much more....

WEAPON ACQUIRING SECTION

Everything always starts with pressing F5 and typing : "gimme renx_game.Rx_Weapon_"

AutoRifle_GDI

AutoRifle_Nod

Airstrike_GDI

Airstrike_Nod

ATMine

Carbine

ChemicalThrower

VoltAutoRifle_GDI

VoltAutoRifle_Nod

FlameThrower

PersonalIonCannon

Railgun

RamjetRifle

SniperRifle_GDI

SniperRifle_Nod

LaserRifle

LaserChaingun

RepairTool

RepairGun

RepairGunAdvanced

ProxyC4

TiberiumAutoRifle

TiberiumFlechetteRifle

NukeBeacon

IonCannonBeacon

MarksmanRifle_GDI

MarksmanRifle_Nod

SMG_GDI

SMG_Nod

Chaingun_GDI

Chaingun_Nod

and much more....

There are a lot more class you can get/summon. There are too many to mention however

  • 9 months later...
  • 2 months later...
Posted

Do you mind to update this? It's currently telling us that the version is out of date if I run the server with this mutator.

 

Edit: nvm, edited the config file and updated the version that way.

Edit2: Nope can't get the server to show on serverlist. Please come online so we can look at this @Handepsilon

  • Totem Arts Staff
Posted

You mean this line?

  Quote

GameVersion=Open Beta 5.003
GameVersionNumber=5003

Expand  

Try to delete those lines, or better yet, try removing UDKRxSandbox.ini altogether.

It was my attempt to limit the items able to be spawned so it's not going to crash the server by spammed items

  • Totem Arts Staff
Posted

I'm pretty sure there should be nothing in the game info that will prevent it unless there's some structural class changes that I am not aware of. These should be the only relevant classes in the mod

Rx_Sandbox.uc

  Reveal hidden contents

 

Rx_Controller_Sandbox

  Reveal hidden contents

And that's it. That's all there is to it

  • 5 weeks later...
  • 2 weeks later...
Posted

@Handepsilon can you please bug-hunt this mutator? I can't find the issue on this. When ever I boot a server it will not connect to the bot.

Could you setup your own server running with this mutator and then make it appear on the server list?

  • Totem Arts Staff
Posted
  On 11/8/2016 at 7:22 PM, Ruud033 said:

@Handepsilon can you please bug-hunt this mutator? I can't find the issue on this. When ever I boot a server it will not connect to the bot.

Could you setup your own server running with this mutator and then make it appear on the server list?

Expand  

I can't even update the game AND the SDK yet, let alone host a server

Are you sure this is my mutator and not the bot's problem? If it helps, I can use a sample of a custom game mode extended from original game mode that still allows the bot to connect to the game.

EDIT : Actually, since I'm not in access of my laptop atm, try copy pasting my script, and remove from the Rx_Sandbox.uc :

	config(RxSandbox);

var config int ActorSpawnLimit;

These lines currently does nothing. The Spawn command is in 2 seconds interval so it should be ok.

  • 1 month later...
Posted

If i run this mutator on my server, then i get the following message displayed "Game is not currently in Sandbox mode. Please activate it with the voting system". Can someone tell me how activate the sandbox mutator with the voting system?

Posted (edited)

I've moved some of the code In the file Rx_Controller_Sandbox.
Now the server is listed in the RenX game launcher list, and the SandboxSpawn is working.

Files (Download section)

Code before :

  Reveal hidden contents

Code after :

  Reveal hidden contents

 

Edited by ukilleddanny

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