I'm so sorry - please help

Ask questions and share info about GunGame 5

I'm so sorry - please help

Postby mmatt » Sun Mar 03, 2013 8:37 pm

Please excuse me as I don my flame suit. :oops:

But I've been trying for a week to get gungame to work on my server and I guess I simply suck at this. I'm obviously quite new to this sort of stuff. I've been plying CS:S for a while now but only recently rented my own server from gameservers.com.

I can log on and play all the regular games and I've even figured out how to add bots and new maps and stuff. But I simply can't get gungame51 to load or work at all.

I have installed all the needed mods (I think) by using the gameservers.com mods link which I assume are all the latest files. I've found the gg_server.cfg and autoexec.cfg files and added what I think are the correct lines. (posted below for review)

But everytime I try "rcon es_load gungame51" I get "unknown command es_load".

I've search high and low for a simple yet detailed step-by-step tutorial and so far have found only this:
http://wiki.gungame.net/pages/Installation

I've followed all the steps to a 't" and still nothing.

Any and all help is greatly appreciated.



autoexec.cfg:

sv_allow_wait_command 1
stuffcmds
es_load gungame51




server.cfg:

// server name
hostname "CRR_WEP"

// rcon passsword
rcon_password "*****"

// Server password
sv_password "*****"

// server cvars
mp_forcerespawn 1
mp_respawnwavetime 1
mp_friendlyfire 1
mp_footsteps 1
mp_autoteambalance 0
mp_autokick 0
mp_flashlight 1
mp_tkpunish 0
mp_forcecamera 0
mp_buytime 9
sv_alltalk 1
sv_pausable 0
sv_cheats 0
sv_consistency 1
sv_allowupload 1
sv_allowdownload 1
sv_maxspeed 320
mp_limitteams 10
mp_hostagepenalty 0
sv_voiceenable 1
mp_allowspectators 1
mp_timelimit 25
mp_chattime 15
sv_timeout 120

// round specific cvars
mp_freezetime 1
mp_roundtime 9
mp_startmoney 16000
mp_c4timer 60
mp_fraglimit 0
mp_maxrounds 0
mp_winlimit 0
mp_playerid 0
mp_spawnprotectiontime 5
ammo_hegrenade_max 5
ammo_smokegrenade_max 5
ammo_flashbang_max 5

// bandwidth rates/settings
sv_minrate 0
sv_maxrate 0
decalfrequency 10
sv_maxupdaterate 60
sv_minupdaterate 10

// server logging
log off
sv_logbans 0
sv_logecho 1
sv_logfile 1
sv_log_onefile 0

// bots
bot_add
bot_quota 0
bot_quota_mode normal
bot_difficulty 1
bot_chatter minimal
bot_auto_follow 0
bot_auto_vacate 1
bot_join_after_player 1
bot_defer_to_human 0
bot_prefix "BOT -"
bot_allow_rogues 1
bot_walk 0
bot_join_team any
bot_eco_limit 16000
bot_allow_grenades 1
bot_all_weapons
bot_allow_grenades 1
bot_allow_pistols 1
bot_allow_sub_machine_guns 1
bot_allow_shotguns 1
bot_allow_rifles 0
bot_allow_snipers 0
bot_allow_machine_guns 0

// operation
sv_lan 0
sv_region 0

// execute ban files
exec banned_user.cfg
exec banned_ip.cfg

es_delayed 3 es_load gungame51




gg_server.cfg:

//-----------------------------------------------------------------------------
// GunGame 5.1 GunGame Development Team
// gg_server.cfg
//
// This is a server.cfg type of file that will be loaded
// with GunGame.
//
//-----------------------------------------------------------------------------

gg_loaded 0

gg_weapon_order
"fiveseven,glock,usp,p228,elite,deagle,grenade,knife"
gg_random_weapon_order 0

gg_suicide_punish 0
gg_tk_punish 1
gg_retry_punish 2

gg_handicap 0
gg_handicap_update 0

gg_map_obj 0

gg_join_msg 1
gg_winner_display 0

gg_multikill 1

gg_afk_deaths 3
gg_afk_action 2

gg_warmup_timer 30
gg_warmup_weapon "knife"

alias gg_map_setup "mp_timelimit 45; mp_winlimit 0; mp_chattime 18; mp_fraglimit 100"

gg_voting 0
gg_vote_options 0

gg_prune_database 30

gg_knife_pro 0
gg_knife_pro_limit 0

gg_triple_on 0
gg_turbo 0
gg_knife_elite 0

gg_xtra_grenades 0
gg_unl_grenades 1
gg_nade_bonus 0

gg_noblock_enable 1
gg_auto_ff 8

gg_stats_log 1
gg_deathmatch 0
mmatt

Recruit
Recruit
 
Posts: 4
Joined: Sun Mar 03, 2013 8:25 pm

Postby satoon101 » Sun Mar 03, 2013 11:49 pm

Let's start with the fact that it is giving you an Unknown command "es_load" error. This obviously indicates that your server does not have EventScripts loaded. I am not sure if gameservers.com installs the correct version, but after you auto-install ES using gameservers mod section, you will still probably want to upload the files via ftp to your server for ES 2.1.1.378 (at least that is the correct version at this time).
http://forums.eventscripts.com/viewtopi ... 28&t=40765

I believe all gameservers.com servers are run on Linux, so be sure to download the CS:S Linux version to upload to your server. Once you do that, restart your server. You can use HLSW to easily see what plugins are loaded on your server.

Satoon
satoon101

Site Admin
Site Admin
 
Posts: 1055
Joined: Thu Oct 09, 2008 4:27 pm

Postby mmatt » Mon Mar 04, 2013 1:20 am

I will try this immediately. Thank you.
mmatt

Recruit
Recruit
 
Posts: 4
Joined: Sun Mar 03, 2013 8:25 pm

Postby mmatt » Mon Mar 04, 2013 1:59 am

OK, we're getting somewhere now...

I can't figure out how to use HLSW, but I did get CSS to recognize the "es_load" command. It told me to go DL some SPE thing so I did that.

Gungame loaded automatically when I just logged on. I'd now like to figure out how to configure the game so I can add respawning and control the weapon's list.
mmatt

Recruit
Recruit
 
Posts: 4
Joined: Sun Mar 03, 2013 8:25 pm

Postby mmatt » Mon Mar 04, 2013 2:26 am

I've tweaked my "gg_en_config.cfg" file but none of the changes seem to have taken effect even after I restarted the server. Clearly I'm missing something else...


So... upon further review, I see that this file reverts back to some sort of default each time I restart the server. How do I keep my changes?!?

OK, so it turns out that I have to edit each .cfg file in the "included_addon_configs" folder. I think I'm slowly starting to figure this out. :geek:
mmatt

Recruit
Recruit
 
Posts: 4
Joined: Sun Mar 03, 2013 8:25 pm



Return to General Discussion

Who is online

Users browsing this forum: No registered users and 5 guests

cron