Tripwire Interactive Forums

Go Back   Tripwire Interactive Forums > Killing Floor Forums > Technical Support > Dedicated Server Support

Reply
 
Thread Tools Display Modes
  #1  
Old 05-16-2009, 02:36 AM
SubZ SubZ is offline
Junior Member
 
Join Date: May 2009
Posts: 5
Default Starting Cash question

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?
Reply With Quote
  #2  
Old 05-20-2009, 10:34 PM
dlc2006 dlc2006 is offline
Junior Member
 
Join Date: May 2009
Posts: 2
Default

I also need to figure this out. Anyone help?
Reply With Quote
  #3  
Old 05-20-2009, 11:54 PM
dy5c0 dy5c0 is offline
Junior Member
 
Join Date: May 2009
Posts: 7
Default

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
Reply With Quote
  #4  
Old 06-17-2010, 04:45 AM
weirdal's Avatar
weirdal weirdal is offline
Junior Member
 
Join Date: Nov 2009
Location: Novosibirsk, Russia
Posts: 8
Default

but how to put more than 500?
Reply With Quote
  #5  
Old 06-17-2010, 01:22 PM
YFGHNG YFGHNG is offline
Senior Member
 
Join Date: Mar 2010
Location: OCD
Posts: 549
Default

Quote:
Originally Posted by weirdal View Post
but how to put more than 500?
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.
__________________
https://signup.leagueoflegends.com/?ref=4c68f90c1f283

Cool game. Fer reals.
Reply With Quote
  #6  
Old 06-17-2010, 04:28 PM
weirdal's Avatar
weirdal weirdal is offline
Junior Member
 
Join Date: Nov 2009
Location: Novosibirsk, Russia
Posts: 8
Default

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?
Reply With Quote
  #7  
Old 06-17-2010, 09:17 PM
Zetsumei's Avatar
Zetsumei Zetsumei is offline
Rising Storm Team
 
Join Date: Nov 2005
Location: Amsterdam, Netherlands
Posts: 11,663
Default

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.
Reply With Quote
  #8  
Old 06-18-2010, 03:35 AM
weirdal's Avatar
weirdal weirdal is offline
Junior Member
 
Join Date: Nov 2009
Location: Novosibirsk, Russia
Posts: 8
Default

Quote:
Originally Posted by Zetsumei View Post
For higher values you would need a mutator.
cant find.. link plz...
Reply With Quote
  #9  
Old 06-18-2010, 05:29 PM
YFGHNG YFGHNG is offline
Senior Member
 
Join Date: Mar 2010
Location: OCD
Posts: 549
Default

What the hell? My sandbox doesn't look like that.
__________________
https://signup.leagueoflegends.com/?ref=4c68f90c1f283

Cool game. Fer reals.
Reply With Quote
  #10  
Old 06-18-2010, 09:23 PM
Zetsumei's Avatar
Zetsumei Zetsumei is offline
Rising Storm Team
 
Join Date: Nov 2005
Location: Amsterdam, Netherlands
Posts: 11,663
Default

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.

Quote:
Originally Posted by YFGHNG View Post
What the hell? My sandbox doesn't look like that.
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.
Reply With Quote
  #11  
Old 06-20-2010, 08:57 AM
weirdal's Avatar
weirdal weirdal is offline
Junior Member
 
Join Date: Nov 2009
Location: Novosibirsk, Russia
Posts: 8
Default

happened. using web-admin. "StartingCash":
Code:
http://login:pwd@server_ip:port/ServerAdmin/current_console?SendText=set%20KFMod.KFGameType%20StartingCash%20<cash>
example:
Code:
http://admin:qwerty@80.70.60.40:8075/ServerAdmin/current_console?SendText=set%20KFMod.KFGameType%20StartingCash%205000
as well as "RespawnCash"
Code:
http://admin:qwerty@80.70.60.40:8075/ServerAdmin/current_console?SendText=set%20KFMod.KFGameType%20MinRespawnCash%202500
I used Opera and turn on auto-refresh page every 15sec.
if anyone knows the method is simpler than this, please reply.
Reply With Quote
  #12  
Old 06-24-2010, 09:24 AM
weirdal's Avatar
weirdal weirdal is offline
Junior Member
 
Join Date: Nov 2009
Location: Novosibirsk, Russia
Posts: 8
Default

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
example:
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
*time - repeat rate (secs)
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 06:57 PM.


Powered by vBulletin®
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.
Copyright ©2005 - 2013, Tripwire Interactive, LLC