Author |
Message |
Topic: Starting with GameCreate in Linux |
demonworship
Replies: 3
Views: 13925
|
Forum: GameCreate Discussion Posted: Sun Sep 26, 2010 3:38 am Subject: Gamecreate Installer |
I wrote an installer for GC to run as a service on Linux but GC has problems to run as service. Running as a normal user account works though. |
Topic: Failed to Intall |
demonworship
Replies: 1
Views: 10708
|
Forum: GameCreate Discussion Posted: Fri Aug 06, 2010 8:16 am Subject: Failed to Intall |
There is no content files for Linux. Use steam to manually install game content and choose advanced option 'Do not download, the game software is already physically installed in the required location' ... |
Topic: [Linux] -autoupdate cmd-line option fails to find steambin. |
demonworship
Replies: 0
Views: 9208
|
Forum: GameCreate Discussion Posted: Thu Aug 05, 2010 11:31 am Subject: [Linux] -autoupdate cmd-line option fails to find steambin. |
The srcds_run script now is using the locatesteam() function and has a call line using STEAM=`which steam 2>/dev/null`. The which command call fails to return anything. Something about the call in ... |
Topic: Need help with File Transfer |
demonworship
Replies: 5
Views: 20176
|
Forum: GameCreate Discussion Posted: Sun Aug 01, 2010 3:27 am Subject: Need help with File Transfer |
I use Linux and serve files from /srv/games. Do not rely on GameCreate game installs from Linux. Only Win32 is supported. Use Steam tool to get content files. See: <http://www.gamecreate.com/forum/ ... |
Topic: [Feature Request- Linux] write files with group writeable. |
demonworship
Replies: 1
Views: 10263
|
Forum: GameCreate Discussion Posted: Sun Aug 01, 2010 3:14 am Subject: GameCreate must chmod srcds_run |
Another annoyance is that GC always try to chmod srcds_run script. If I do an update from the terminal as a console admin and the srcds_run file is updated then it is owned by me (i.e. -rwxrwxr-- 1 s ... |
Topic: If half-life games update inside gamecreate... |
demonworship
Replies: 8
Views: 24419
|
Forum: GameCreate Discussion Posted: Mon Jul 12, 2010 2:32 am Subject: If half-life games update inside gamecreate... |
Add '-autoupdate' option to the command-line and restart the server on a schedule or manually. |
Topic: Game Server Query Failures |
demonworship
Replies: 1
Views: 8941
|
Forum: GameCreate Discussion Posted: Fri Jul 02, 2010 5:10 am Subject: Game Server Query Failures |
Try going to Hosts > Config.. > [] Server Query & disable it. Queries seem to have a short TTL and regularly fail if the host is underground or too far away. The result is servers which rest ... |
Topic: [Feature Request- Linux] write files with group writeable. |
demonworship
Replies: 1
Views: 10263
|
Forum: GameCreate Discussion Posted: Sat Jun 26, 2010 8:13 am Subject: [Feature Request- Linux] write files with group writeable. |
It would be nice if GameCreate agent would write files with write permission for group members. I currently run daily cron job to change the perms. This would allow console admins to access files with ... |
Topic: CSS new update |
demonworship
Replies: 3
Views: 12847
|
Forum: GameCreate Discussion Posted: Sat Jun 26, 2010 7:59 am Subject: CSS new update |
Apparently we must install a new game type. The old CSS is marked obsolete (Counter-Strike: Source [obsolete]) and the OB update has the original name (Counter-Strike: Source) and installs into /path/ ... |
Topic: CSS new update |
demonworship
Replies: 3
Views: 12847
|
Forum: GameCreate Discussion Posted: Fri Jun 25, 2010 7:24 am Subject: CSS new update |
Until it's fixed, try the following to run the new OB-CSS:
1) Replace path/to/games/srcds/srcds_run file contents with:
#!/bin/sh
# copy old configs
cp -v cstrike/*.cfg orangebox/cstrike/
c ... |
|