Any codes for changing the gametype?

All multiplayer related discussion.

Moderator: Forum Guards

Any codes for changing the Gametype?

Postby ferdvds » Fri Sep 09, 05 12:17 pm

Any of you guys know the code for changing a server from Team Deathmatch to Deathmatch. I also need to one you need to increase the time limit. I need these for the AAGP server. Thanks
Jay is one very smelly girl, it's true, it's DAMN true! :D
ferdvds
Poster
 
Posts: 183
Joined: Tue Aug 10, 04 1:32 am

Postby Dae » Fri Sep 09, 05 2:16 pm

-splitted-

To change gametype to death match:
admin servertravel DXMP_Smuggler?Game=DXMTL152b1.MTLDeathmatch
To change gametype to team dm back:
admin servertravel DXMP_Smuggler?Game=DXMTL152b1.MTLTeam
+ a mistake in code will crash the server, carefully! And DXMP_Smuggler is just an example, you can put there any map you want as usually when you type servertravel.

To change time/score limit:
admin set deusex.deusexmpgame scoretowin 20
+ you dont have to restart a server. Changes are being applied straight after you typed a command.

To change between time/score victory condition:
admin set deusex.deusexmpgame victorycondition time - time
admin set deusex.deusexmpgame victorycondition frags - frags

Enjoy 8)
User avatar
Dae
Alpha
 
Posts: 12086
Joined: Sat Sep 06, 03 4:40 pm

Postby ferdvds » Fri Sep 09, 05 6:03 pm

Thanks Dae. One problem though:

admin servertravel DXMP_Smuggler?Game=DXMTL152b1.MTLTeam

The above code does not work, you sure its correct?

Thanks

Ferd
Jay is one very smelly girl, it's true, it's DAMN true! :D
ferdvds
Poster
 
Posts: 183
Joined: Tue Aug 10, 04 1:32 am

Postby Dae » Fri Sep 09, 05 6:18 pm

I've just tryed switching to dm and back to tdm on my own server. It worked fine... try again, maybe you mistyped :-k

+Did server crash? Or just nothing changed?
++If it wasn't a typo, check server.log or post it here so we could see what kind of error it is.
User avatar
Dae
Alpha
 
Posts: 12086
Joined: Sat Sep 06, 03 4:40 pm

Postby ferdvds » Fri Sep 09, 05 6:30 pm

Annoying. Now I have geps and turrets on the server too. Bah :roll:

I will have a look now

*Edit*

Just restarted server. All ok now :)

Thanks
Jay is one very smelly girl, it's true, it's DAMN true! :D
ferdvds
Poster
 
Posts: 183
Joined: Tue Aug 10, 04 1:32 am

Postby Dae » Fri Sep 09, 05 6:48 pm

Oh if GEPs and turrets are on, then, i guess, the weapon selector mutator got disabled. If so, just add ?Mutator=mPack1.DXWeaponSelector after ?Game=... declaration, so the whole line should look like this:

admin servertravel DXMP_Smuggler?Game=DXMTL152b1.MTLTeam?Mutator=mPack1.DXWeaponSelector

+A little offtopic: ferd, please, get rid of Cathedral on AAGP. Most of the people get package mismatch (those who use 1112fm patch instead of GOTY version), others just don't want to play on it so the server stays empty. You can try a user-made map, like Smuggles. To avoid lag disable downloads via a HEX command or that simple dos window utility.
User avatar
Dae
Alpha
 
Posts: 12086
Joined: Sat Sep 06, 03 4:40 pm

Postby Dejavu » Fri Sep 09, 05 6:53 pm

or you can use admin relaunch <commandline>

(by Nobody)
Dejavu
Regular
 
Posts: 384
Joined: Sun Sep 07, 03 2:22 pm

Postby Dae » Fri Sep 09, 05 7:12 pm

DejaVu wrote:or you can use admin relaunch <commandline>

(by Nobody)

Ferd uses 152b1, i think
User avatar
Dae
Alpha
 
Posts: 12086
Joined: Sat Sep 06, 03 4:40 pm

Postby Dejavu » Sat Sep 10, 05 10:57 am

that works with mtl152b :D tested.
Dejavu
Regular
 
Posts: 384
Joined: Sun Sep 07, 03 2:22 pm

Postby Aidan » Mon Jun 25, 12 6:54 am

I'd like to create a server start up script that includes the Limit Type.

Code: Select all
@echo off
echo Starting DXAlpha Classic Server...
DEUSEX.EXE FunLine_UnlimitedParty-3?Game=DXMTL152b1.MTLDeathMatch?Mutator=DXMapVote100.MVMutator?-server?log=server.log


This is currently what I'm using. I'd like it to be set on a 30 minute timer instead of a 20 kill 'death limit'.

Thanks in advance.
Last edited by Aidan on Mon Jun 25, 12 7:00 am, edited 1 time in total.
Psychokiller, spelled incorrectly.
User avatar
Aidan
CandyMan
 
Posts: 6270
Joined: Wed Aug 02, 06 8:57 am
Location: True North Strong & Free

Postby Alex » Mon Jun 25, 12 9:30 am

You're best off if you configure it in the .ini file.
Code: Select all
ScoreToWin=30
VictoryCondition=Time
Alex
Alpha
 
Posts: 8067
Joined: Wed Nov 12, 03 4:51 pm

Postby Aidan » Mon Jun 25, 12 3:29 pm

Alex wrote:You're best off if you configure it in the .ini file.
Code: Select all
ScoreToWin=30
VictoryCondition=Time


:$


That's the funny part; I was looking side to side, down and up to find something similar to that.

Thanks. Been a long while since hosting a DX server haha.
Psychokiller, spelled incorrectly.
User avatar
Aidan
CandyMan
 
Posts: 6270
Joined: Wed Aug 02, 06 8:57 am
Location: True North Strong & Free

Postby Aidan » Mon Jun 25, 12 6:15 pm

Not in my ini, and I don't remember how to implement it exactly. Ever since I added...

Code: Select all
[DeusEx.DeusExMPGame]
SkillsTotal=0
SkillsAvail=0
SkillsPerKill=0
InitialAugs=9
AugsPerKill=0
ScoreToWin=120
VictoryCondition=Time
MPSkillStartLevel=3
CurrentMap=FunLine_UnlimitedParty-3
fFriendlyFireMult=0.000000
bTrackWeapons=False
bNoMonsters=False
bHumansOnly=False
bCoopWeaponMode=False
bClassicDeathMessages=False


The server crashes whenever I boot it up.
Last edited by Aidan on Mon Jun 25, 12 6:15 pm, edited 1 time in total.
Psychokiller, spelled incorrectly.
User avatar
Aidan
CandyMan
 
Posts: 6270
Joined: Wed Aug 02, 06 8:57 am
Location: True North Strong & Free

Postby Dae » Mon Jun 25, 12 7:23 pm

Aidan wrote: The server crashes whenever I boot it up.

You can see why in server.log
User avatar
Dae
Alpha
 
Posts: 12086
Joined: Sat Sep 06, 03 4:40 pm

Postby Aidan » Mon Jun 25, 12 10:41 pm

Dae wrote:
Aidan wrote: The server crashes whenever I boot it up.

You can see why in server.log


I quite literally slapped myself. Thanks.


I only forgot to add the MOTD .u and .int files in the System folder. :oops:
Psychokiller, spelled incorrectly.
User avatar
Aidan
CandyMan
 
Posts: 6270
Joined: Wed Aug 02, 06 8:57 am
Location: True North Strong & Free


Return to Multiplayer

Who is online

Users browsing this forum: No registered users and 1 guest
cron