Ich hab ein wunderbares Mani Admin Plugin, eine Server.cfg, Autoexec.cfg, config.cfg, valve.rc, rm_wpns.cfg
an sich funktionieren alle Scripts, aber ein Problem habe ich noch. Ich mach halt den Dedi Server an, dann steht da alles wunderbar, mein RCON-PW, MAX-Player, Hostname, etc, alles perfekt, auch die Sachen wie Flashlight und Footsteps!
Dann mach ich HL2DM an, connecte auf meinen Server (hab 2 Bildschirme, rechts immer die Log-Anzeige vom Dedi-Server und links das Spiel) und bin verbunden. Die Valve.rc führt er aus und die Autoexec.cfg auch.
In der Valve.rc steht:
Zitat: // load the base configuration // exec default.cfg rcon_password "MEINPW" // Setup custom controller exec joystick.cfg // run a user script file if present exec autoexec.cfg // // stuff command line statements // stuffcmds hostname "Half-Life 2 Deathmatch" mp_forcerespawn 0 |
In der Autoexec.cfg steht:
Zitat: exec mani_server.cfg exec server.cfg exec rm_wpns.cfg |
Nachdem er die Autoexec.cfg ausführt kommt aber nichts weiter, dh. die Console bleibt an der Stelle, es kommt nichts wie zb. "exec server.cfg" und genau das ist mein Problem!
Meine Server.cfg:
[/quote#0]
exec mani_server.cfg
exec rm_wpns.cfg
// RCON PASSWORD
rcon_password "MEINPW"
// Internet= 0 LAN= 1
sv_lan 0
// SERVER NAME
hostname [YCKB] FUN ARENA
// SERVER SETTINGS
mp_timelimit 30
mp_footsteps 1
mp_flashlight 1
sv_gravity 400
sv_maxspeed 400
sv_footsteps 1
coop 0
deathmatch 1
sv_voiceenable 1
sv_pausable 0
sv_cheats 0
sv_allowdownload 1
sv_allowupload 1
net_maxfilesize 512
fps_max 100
[/quote#-1]
Falls es wen interessiert, meine rm_wpns.cfg:
[quote#-1=]
sv_cheats 1
wait
wait
//ent_remove_all weapon_pistol
//ent_remove_all weapon_357
//ent_remove_all weapon_shotgun
//ent_remove_all weapon_smg1
//ent_remove_all weapon_ar2
ent_remove_all weapon_rpg
//ent_remove_all weapon_crossbow
//ent_remove_all weapon_frag
//ent_remove_all item_ammo_pistol
//ent_remove_all item_ammo_357
//ent_remove_all item_box_buckshot
//ent_remove_all item_ammo_smg1
//ent_remove_all item_ammo_smg1_grenade
//ent_remove_all item_ammo_ar2
//ent_remove_all item_ammo_ar2_large
//ent_remove_all item_ammo_ar2_altfire
ent_remove_all item_rpg_round
//ent_remove_all item_ammo_crossbow
//ent_remove_all item_battery
wait
sv_cheats 0
[/quote#-1]
Ist das alles so richtig? Was muss ich ändern, damit die Server.cfg automatisch geht!?