![]() |
![]() |
|
#1
|
|||
|
|||
|
Hey, I just have a quick question. I am renting a server from game servers and I am able to change the difficulty and length of the game just fine by editing the ini, however when I change the starting cash it still keeps the default 250 cash. I was just wondering if anyone knows how to change the starting cash amount?
|
|
#2
|
|||
|
|||
|
I also need to figure this out. Anyone help?
|
|
#3
|
|||
|
|||
|
yes, but then it turns the perks off in your servers, check out your web admin under defaults, and youll see all the different things you can change under sandbox, pretty user friendly
|
|
#4
|
||||
|
||||
|
but how to put more than 500?
|
|
#5
|
|||
|
|||
|
Sandbox. You'll see a box that has starting cash in it, and the default is 300, but you can type in any number you want.
|
|
#6
|
||||
|
||||
|
When I put a value greater than 500 and click apply - values are reset to 500 ... what am I doing wrong? perhaps something should be put in killingfloor.ini or bat file?
|
|
#7
|
||||
|
||||
|
Why do you think beside that box it says (0-500) 500 is the max value the game allows by default. For higher values you would need a mutator.
__________________
Unless specifically stated otherwise, anything I say reflects only my personal opinion and not that of Rising Storm. |
|
#8
|
||||
|
||||
|
cant find.. link plz...
|
|
#9
|
|||
|
|||
|
What the hell? My sandbox doesn't look like that.
|
|
#10
|
||||
|
||||
|
I personally do not know if anyone made a mutator to do it. I wouldn't be surprised if someone did but I don't know where to find it.
That's the view from within webadmin not in the actual hosting menu.
__________________
Unless specifically stated otherwise, anything I say reflects only my personal opinion and not that of Rising Storm. |
|
#11
|
||||
|
||||
|
happened. using web-admin. "StartingCash":
Code:
http://login:pwd@server_ip:port/ServerAdmin/current_console?SendText=set%20KFMod.KFGameType%20StartingCash%20<cash> Code:
http://admin:qwerty@80.70.60.40:8075/ServerAdmin/current_console?SendText=set%20KFMod.KFGameType%20StartingCash%205000 Code:
http://admin:qwerty@80.70.60.40:8075/ServerAdmin/current_console?SendText=set%20KFMod.KFGameType%20MinRespawnCash%202500 if anyone knows the method is simpler than this, please reply. |
|
#12
|
||||
|
||||
|
easier way using curl. in cash.bat:
Code:
:curl curl -d "SendText=set Engine.GameInfo MaxPlayers 18" http://login:password@adres:port/ServerAdmin/current_console > nul curl -d "SendText=set KFMod.KFGameType StartingCash 2500" http://login:password@adres:port/ServerAdmin/current_console > nul curl -d "SendText=set KFMod.KFGameType MinRespawnCash 1500" http://login:password@adres:port/ServerAdmin/current_console > nul timeout 10 goto curl Code:
:curl curl -d "SendText=set Engine.GameInfo MaxPlayers 18" http://admin:qwerty@90.80.70.60:8075/ServerAdmin/current_console > nul curl -d "SendText=set KFMod.KFGameType StartingCash 2500" http://admin:qwerty@90.80.70.60:8075/ServerAdmin/current_console > nul curl -d "SendText=set KFMod.KFGameType MinRespawnCash 1500" http://admin:qwerty@90.80.70.60:8075/ServerAdmin/current_console > nul timeout 10 goto curl |
![]() |
| Thread Tools | |
| Display Modes | |
|
|