Page 1 of 1

Cannot create local server

Posted: 2013-09-24 21:15
by sirfstar
If i try to create local / coop, this is what i get after the loading: if it's AAS i can see all the flags possible on this map, "wounded" message, 'give up / call medic' buttons, 0 tickets and i cannot spawn.
This happens every time no matter what map or mode i've tried. Any chance to fix it without reinstalling the game?

Re: Cannot create local server

Posted: 2013-09-24 23:51
by Boris
Go to \mods\pr\python\game\__init__.py, open it in Notepad, and check it's not empty. It should contain the following:

Code: Select all

#------------------------------------------------------------------
#
# PROJECT REALITY SERVER INIT
#
# This file can be edited by any server (public or private).
# 

import realityinit
realityinit.init(False) # Switch to True if using debugger executables (PRLauncher.exe will automatically modify this value accordingly)

#------------------------------------------------------------------
# Add your custom script initialisation below
#

Re: Cannot create local server

Posted: 2013-09-25 00:20
by sirfstar
Worked, thanks a lot