Author Topic: I don't see the box for the up date  (Read 2044 times)

sunhear

  • Hydlaa Resident
  • *
  • Posts: 58
    • View Profile
I don't see the box for the up date
« 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

Rigwyn

  • Prospects
  • Forum Addict
  • *
  • Posts: 2033
  • ...
    • View Profile
Re: I don't see the box for the up date
« Reply #1 on: March 01, 2012, 02:13:50 am »
run pslaunch
if you run psclient, you will not get the notice telling you to update.

bilbous

  • Guest
Re: I don't see the box for the up date
« Reply #2 on: March 01, 2012, 04:04:12 am »
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.

sunhear

  • Hydlaa Resident
  • *
  • Posts: 58
    • View Profile
Re: I don't see the box for the up date
« Reply #3 on: March 10, 2012, 02:22:23 am »
nether is working can you give more presise instrctions?

bilbous

  • Guest
Re: I don't see the box for the up date
« Reply #4 on: March 10, 2012, 02:57:16 am »
<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" />

should be all on one line. it is not supposed to be on two

LigH

  • Forum Legend
  • *
  • Posts: 7096
    • View Profile
Re: I don't see the box for the up date
« Reply #5 on: March 10, 2012, 11:48:11 am »
Wrap it in a [ CODE ] bbCode block.

Gag Harmond
Knight and Ambassador
The Royal House of Purrty

sunhear

  • Hydlaa Resident
  • *
  • Posts: 58
    • View Profile
Re: I don't see the box for the up date
« Reply #6 on: March 12, 2012, 12:55:37 am »
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

BoevenF

  • Hydlaa Notable
  • *
  • Posts: 543
  • Amdeneir citizen, mostly travelling
    • View Profile
    • The Doømed Ones SVG
Re: I don't see the box for the up date
« Reply #7 on: March 12, 2012, 01:01:45 am »
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.

Aiwendil

  • Hydlaa Citizen
  • *
  • Posts: 463
    • View Profile
Re: I don't see the box for the up date
« Reply #8 on: March 12, 2012, 01:30:14 pm »
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")


Now for those who for whatever reason don't want to use repair:

Linux:
Code: [Select]
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".
Code: [Select]
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)
Code: [Select]
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...
« Last Edit: March 12, 2012, 01:41:36 pm by Aiwendil »

LigH

  • Forum Legend
  • *
  • Posts: 7096
    • View Profile
Re: I don't see the box for the up date
« Reply #9 on: March 12, 2012, 02:15:58 pm »
In Windows, you would probably right-click the "Editor" (notepad.exe) — or a better text editor like e.g. PSPad, ConTEXT, Notepad++, Notepad2, jEdit, etc. — 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.
« Last Edit: March 12, 2012, 02:17:59 pm by LigH »

Gag Harmond
Knight and Ambassador
The Royal House of Purrty

sunhear

  • Hydlaa Resident
  • *
  • Posts: 58
    • View Profile
Re: I don't see the box for the up date
« Reply #10 on: March 12, 2012, 08:20:59 pm »
thanks LigH

your trick did it for me