Raised This Month: $ Target: $400
 0% 

mp_startmoney won't work.. tried multiple configs


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
DerpleNerple2000
Junior Member
Join Date: Sep 2014
Old 09-29-2014 , 23:23   mp_startmoney won't work.. tried multiple configs
Reply With Quote #1

Title pretty much says it all. I am currently using the csgoserver start script @ http://danielgibbs.co.uk/lgsm/csgoserver/

The server.cfg just has a command to execute the csgo-server.cfg. As far as I am concerned, the csgo-server.cfg contains everything that the regular server.cfg contains but, I am not sure.

Now I have tried putting the command, mp_startmoney 16000, into the gamemode_casual.cfg, server.cfg, csgo-server.cfg & listenServer.cfg.

Are there any plugins that will give players 16000 every round?

Thanks,
DerpleNerple
DerpleNerple2000 is offline
Maxximou5
AlliedModders Donor
Join Date: Feb 2013
Old 09-30-2014 , 00:20   Re: mp_startmoney won't work.. tried multiple configs
Reply With Quote #2

First off, great choice in choosing Daniel's script.
csgo-server.cfg == server.cfg.

As far as the problem, it's pretty simple but can go unnoticed.
You need to edit/add either:
gamemode_yourgamemode_server.cfg
If you are running casual, create gamemode_casual_server.cfg
Add in: mp_startmoney 16000

What you are experiencing is the timing of the config executions. Such variables such as hostname, rates, logging, bans and etc are executed first (i.e. server.cfg or csgo-server.cfg) then the gamemode config, the default gamemode_casual.cfg, then after the server gamemode_casual_server.cfg. The gamemode_casual.cfg would overrite the mp_startmoney if placed in the csgo-server or server.cfg. If you update or validate the server gamemode_casual will be overwritten. so creating gamemode_casual_server.cfg is made so that the settings for that mode are not overwritten.
Maxximou5 is offline
DerpleNerple2000
Junior Member
Join Date: Sep 2014
Old 09-30-2014 , 00:37   Re: mp_startmoney won't work.. tried multiple configs
Reply With Quote #3

I rechecked my gamemode_casual.cfg and saw these:
mp_maxmoney 16000
mp_startmoney 16000

Isn't this correct? I believe it reads the file correctly because when i changed the maxmoney from 10000 to 16000, it worked but it just wont give 16000 to all players after every round.

Should I make a new one called 'gamemode_casual_server.cfg' instead?
DerpleNerple2000 is offline
Maxximou5
AlliedModders Donor
Join Date: Feb 2013
Old 09-30-2014 , 00:47   Re: mp_startmoney won't work.. tried multiple configs
Reply With Quote #4

Indeed, always make a gamemode_yourgamemode_server.cfg file. This is if you update or validate your files, the default file will be overwritten and not this file.

Set gamemode_casual_server.cfg:
mp_maxmoney 16000
mp_startmoney 16000
Maxximou5 is offline
DerpleNerple2000
Junior Member
Join Date: Sep 2014
Old 09-30-2014 , 00:49   Re: mp_startmoney won't work.. tried multiple configs
Reply With Quote #5

Should i make the csgo-server.cfg exec the .cfg?
DerpleNerple2000 is offline
h3bus
AlliedModders Donor
Join Date: Nov 2013
Old 09-30-2014 , 04:36   Re: mp_startmoney won't work.. tried multiple configs
Reply With Quote #6

No this is automatically done by the server as required in gamemodes.txt and gamemodes_server.txt
h3bus is offline
Firewall_
Senior Member
Join Date: Aug 2012
Old 09-30-2014 , 08:48   Re: mp_startmoney won't work.. tried multiple configs
Reply With Quote #7

and mp_forcecamera command not working :=)

stupid valve
Firewall_ is offline
Maxximou5
AlliedModders Donor
Join Date: Feb 2013
Old 09-30-2014 , 11:50   Re: mp_startmoney won't work.. tried multiple configs
Reply With Quote #8

Quote:
Originally Posted by Firewall_ View Post
and mp_forcecamera command not working :=)

stupid valve
Then your settings are not proper, and not sure how that factors into this threads either.
File your bug reports: http://www.pwnsource.com/games/count...obal-offensive
Maxximou5 is offline
hamilton5
Veteran Member
Join Date: Oct 2012
Location: USA
Old 09-30-2014 , 19:23   Re: mp_startmoney won't work.. tried multiple configs
Reply With Quote #9

mp_afterroundmoney - amount of money awared to every player after each round


as Maxximou5 has said, put only cvar changes in gamemode_casual_server.cfg
hamilton5 is offline
DerpleNerple2000
Junior Member
Join Date: Sep 2014
Old 09-30-2014 , 20:21   Re: mp_startmoney won't work.. tried multiple configs
Reply With Quote #10

Quote:
Originally Posted by hamilton5 View Post
mp_afterroundmoney - amount of money awared to every player after each round


as Maxximou5 has said, put only cvar changes in gamemode_casual_server.cfg
Thank you for that command, what I wanted the entire time. I have also put commands
- mp_maxmoney
- mp_startmoney
- mp_afterroundmoney
into the gamemode_casual_server.cfg. I also put them in the regular gamemode_casual.cfg as well.
DerpleNerple2000 is offline
Reply



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 04:25.


Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Theme made by Freecode