eddie122543 / reign-of-the-undead

Automatically exported from code.google.com/p/reign-of-the-undead
0 stars 0 forks source link

run scripts error #5

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. While intalling rotu2.2 for a server with linux (CentOS 6.3). Used standart 
package, one thing I haven't done is didn't insert my GUID in admin.cfg  
2. Run: /cod4_lnxded +set fs_game "mods/rotu22" +exec server.cfg +set logfile 1 
+set ui_maxclients 64 +set sv_maxclients 64 +set dedicated 0 +set sv_punkbuster 
0 +set g_gametype "surv" 

What is the expected output? What do you see instead?
- Get script runtime error and server not started!

What version of the product are you using? On what operating system?
- rotu 2.2

Please provide any additional information below.
- fixed by: 
-- adding +map XXX in sturtup script
-- adding admin guid to set admin_guid_adtemin1 "GIDmanyletters"
seemms that set admin_guid_admin1 "" can't be blank. 
Bug with stringent +map in startup script seems to be especially on my linux 
server as I have to hardcode it for classic COD4 server run script too.

Original issue reported on code.google.com by papmihlov@gmail.com on 22 Mar 2013 at 10:08

Attachments:

GoogleCodeExporter commented 9 years ago
Added a documentation note to admin_default.cfg noting that at least one admin 
must be defined.  See: r52

Original comment by m...@marktaff.com on 8 May 2013 at 8:23