Page 1 of 1

Singleplayer Issue

Posted: 2015-03-17 01:52
by DjSlixx
Every time I try to create a server so I can play with bots to practice it always says "no medics in the area, click give up to spawn" when I click give up nothing happens. I can't play. After installing it with SO many problems, if I can't get this running then I'm going ti consider uninstalling. :(

Re: Singleplayer Issue

Posted: 2015-03-17 13:49
by Jacksonez__
DjSlixx wrote:Every time I try to create a server so I can play with bots to practice it always says "no medics in the area, click give up to spawn" when I click give up nothing happens. I can't play. After installing it with SO many problems, if I can't get this running then I'm going ti consider uninstalling. :(
Little searching around the forum is always recommended :razz:

https://www.realitymod.com/forum/f26-pr ... erver.html
Boris wrote: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
#