Page 1 of 1

Does anyone...

PostPosted: Sat Sep 16, 06 2:55 pm
by Spiderbot01
Have or know a concise guide to admin commands? Like how to change server settings etc? If so Id greatly appreciate it :]

PostPosted: Sat Sep 16, 06 4:10 pm
by Krieg
Something i was wondering as well.Knowing them would make it much easier for me as an admin of ren server.

PostPosted: Sat Nov 11, 06 9:58 am
by Alex
I am aware of the fact that this is an old topic, but I will post anyways.
What kind of admin commands? As example, setting a server to 0 aug & full skill, while ingame?

PostPosted: Sat Nov 11, 06 11:56 am
by Spiderbot01
YES. THAT IS EXACTLY IT.

PostPosted: Sat Nov 11, 06 12:28 pm
by ~ô¿ô~Nobody~
actually that commands always have a defined structure

Code: Select all
admin set Package.Class property newValue


Package - the package, where the class is located in. (like Deusex.u)
Class - the actual classname (like DeusExMPGame)
property- the property variable, that was declared inside the class (like InitialAugs)
newValue - the new value, that the property shall get (like 0)

you will have realized that the property and the class is identical to the ones in the deusex.ini
Code: Select all
[DeusEx.DeusExMPGame]
SkillsTotal=2000
SkillsAvail=10000
SkillsPerKill=500
InitialAugs=2
AugsPerKill=1
ScoreToWin=20

so, you can also change other properties by that..

so.. for adjusting the initial augs, you need to type
Code: Select all
admin set DeusEx.DeusExMPGame InitialAugs 3

for setting the initial augs to 3

same you can do with augPerKill or scoreToWin, which is the full game time (in case your game mode is time) or which represents the scores that a player (in DM) or a team (in TDM) needs to win the game

PostPosted: Sat Nov 11, 06 1:17 pm
by Alex
Code: Select all
admin set DeusEx.DeusExMPGame InitialAugs 3

Can be done shorter:
Code: Select all
admin set DeusExMPGame InitialAugs 3

But this is only with Engine. and DeusEx. !

PostPosted: Sat Nov 11, 06 1:32 pm
by ~ô¿ô~Nobody~
I know, also I just waited that someone would smart-ass that out.

PostPosted: Sat Nov 11, 06 5:09 pm
by Hanover Fist