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?
Cannot create local server
-
Boris
- Posts: 223
- Joined: 2006-11-11 22:18
Re: Cannot create local server
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
#-
sirfstar
- Posts: 255
- Joined: 2011-09-01 07:18
Re: Cannot create local server
Worked, thanks a lot
