View previous topic :: View next topic |
Author |
Message |
Rast3rMan
|
Posted: Thu Jan 28, 2010 10:05 pm Post subject: First time user |
|
|
Hi first time user here I need a bit of advice as to where I should put and run the gamecreate install folder. I know for security reasons it should never be in the root folder so can someone aim me in the right direction plz.
Server is dedi Box running linux centOS 5.4
Thx |
|
Back to top |
|
 |
adbot
|
Posted: Thu Mar 31, 2011 3:57 am |
|
|
|
|
|
hyperprotagonist
|
Posted: Fri Jan 29, 2010 1:27 am Post subject: |
|
|
First rule is to never run a binary file using root unless absolutely necessary.
Create a user if you haven't already by useradd and if need be the groupadd commands.
Should you have created the home directory for that user, it should look something like this /home/{user}/ where {user} is the user you've added or logged in as.
Place all your files there and run GC from there  |
|
Back to top |
|
 |
Rast3rMan
|
Posted: Fri Jan 29, 2010 3:41 am Post subject: |
|
|
Thx for the info m8  |
|
Back to top |
|
 |
Rast3rMan
|
Posted: Fri Jan 29, 2010 5:41 am Post subject: Server won't stop or restart |
|
|
Ok I finally got a CZero server up and running. But if I try to shutdown or restart the server it will say status stopped or restarting but nothing happens!
Also what is this in the command line i.e -sport 27020
Can anyone help plz
Linux centOS 5.4 |
|
Back to top |
|
 |
hyperprotagonist
|
Posted: Fri Jan 29, 2010 8:44 am Post subject: |
|
|
If you run GC with -f parameter like so:
Code: | ./GameCreate.x86 -f |
Then you can view the consol and see what GC is trying to do. Make sure the files are in their relative directory and the way GC attempts to fire up the server... Perhaps post back the log?
What game server are you trying to run? |
|
Back to top |
|
 |
Andrew Mammoth
|
Posted: Wed Feb 17, 2010 4:15 pm Post subject: |
|
|
You can also add:
log-file gamecreate.log
To your gamecreate.ini file and it will write a log file instead (without -f). |
|
Back to top |
|
 |
hyperprotagonist
|
Posted: Wed Feb 17, 2010 7:55 pm Post subject: |
|
|
Thanks for that note! |
|
Back to top |
|
 |
|