PlaneShift
Support => Technical Help: Problems BEFORE entering the game => Topic started by: sunhear on March 01, 2012, 02:10:09 am
-
I don't see the box for the up date i have ran PS as an admin still nothing how do i up date to the new server
-
run pslaunch
if you run psclient, you will not get the notice telling you to update.
-
I don't know who has had the pslaunch work for them but for me it never told me about an update and still doesn't. I must have old updateservers.xml settings but they are not getting refreshed the way it is now.
you may need to edit the PlaneShift/data/servers.xml file to have this information
<serverlist>
<server name="Laanx server (Main)" description="Laanx server is our main server. Register at http://planeshift.subhosting.net/register" ip="planeshift.subhosting.net" port="7777" />
</serverlist>
That should get you in the game.
-
nether is working can you give more presise instrctions?
-
<server name="Laanx server (Main)" description="Laanx server is our main server. Register at http://planeshift.subhosting.net/register (http://planeshift.subhosting.net/register)" ip="planeshift.subhosting.net" port="7777" />
should be all on one line. it is not supposed to be on two
-
Wrap it in a [ CODE ] bbCode block.
-
ok i can get to the document edit it But i can not save the changes to the file i do have admin privlages and am the only one on the computer
-
maybe that file is in use by other programs... do you have planeshift running in background when you try to save the changes? If that's the case, close planeshift first, then retry.
-
First the easy solution:
Start "pslaunch" and click "repair" (On windows you probably have to right-click the "PlaneShift" menu-item and start it with "Run as Administrator")
(http://wstaw.org/m/2011/08/12/windows-repair.png)
Now for those who for whatever reason don't want to use repair:
Linux:
cat > /directory-to-PS-install/data/servers.xml << "EOF"
<serverlist>
<server name="Laanx server (Main)" description="Laanx server is our main server. All players are encouraged to engage in roleplay and stay In Character. If you are not much into roleplay, please be careful before speaking OOC with others.
Read our roleplay guide on PlaneShift main site!
Register at http://209.59.234.149/register" ip="209.59.234.149" port="7777" />
</serverlist>
EOF
In case of a global install (/opt) you probably will need a "sudo" in front of the "cat". And don't forget to change "directory-to-PS-install" to your actual install directory.
Windows:
What a freaking nightmare...use repair! Ah...you don't like repair? Okay, I warned you...I couldn't figure out how the windows version of sudo works. Why do they have to make everything overly complicated?
First we need a command prompt as Administrator. So look for "Command Prompt" in your start menu, right-click it and "run as Administrator".
cd "C:\Program Files (x86)\PlaneShift\data"
(Might have to adjust this command in case of a different install directory or if you are using a 32 bit windows...or if the 64 bit PS client magically manages to install itself in the correct path for you)
echo ^<serverlist^> > servers.xml
echo ^<server name=^"Laanx server (Main)^" description=^"Laanx server is our main server. All players are encouraged to engage in roleplay and stay In Character. If you are not much into roleplay, please be careful before speaking OOC with others. >> servers.xml
echo Read our roleplay guide on PlaneShift main site! >> servers.xml
echo Register at http://209.59.234.149/register^" ip=^"209.59.234.149^" port=^"7777^" /^> >> servers.xml
echo ^</serverlist^> >> servers.xml
Now...close that command prompt immediately again! You got full admin privileges for that one so can cause some serious damage with it.
MacOS:
Sorry, no clue about the toy-system. I guess it should work the same way as linux. Just start a shell (bash) and adjust the path to your install dir. Most likely you will need to "sudo" at the start to be allowed to write in the application folder.
Edit:
And LOL...I should read the stuff I copy and paste...that can be always entertaining. OOC in main is allowed now as long as you are "careful?" Hahaha...
-
In Windows, you would probably right-click the "Editor" (notepad.exe) — or a better text editor like e.g. PSPad (http://www.pspad.com/de/), ConTEXT (http://www.contexteditor.org/de/), Notepad++ (http://notepad-plus-plus.org/), Notepad2 (http://www.flos-freeware.ch/notepad2.html), jEdit (http://www.jedit.org/), etc. (http://en.wikipedia.org/wiki/Comparison_of_text_editors) — and "Run as Administrator"; then "File – Open", change the file type selector to "Any file (*.*)", open "C:\Program Files\PlaneShift\data\servers.xml" (if you installed it elsewhere, you will know where it is; in this case you may not even have to "Run as Administrator"), edit, and save.
-
thanks LigH
your trick did it for me