The Last Outpost

Member Services => The Infosphere => Ask the Infosphere => Topic started by: 22123magic on July 30, 2016, 02:49:30 PM

Title: Beam to Ext Location
Post by: 22123magic on July 30, 2016, 02:49:30 PM

Reposted from other thread:

I have a quick question I was hoping somebody could answer. On some maps, like the Poseidon, there is the option: "Beam to Ext location". Now, I know that this means another server, but I was wondering if someone could tell how you go about setting that up, like how the TLO servers let you transport between them, but on my own servers?


Thanks!
Title: Re: Beam to Ext Location
Post by: Martin Thompson on July 30, 2016, 02:58:22 PM
I dont believe this function is currently working... I'm not 100% sure, never used it myself, but as far as I know its not operational.
Title: Re: Beam to Ext Location
Post by: Jack Telford on July 31, 2016, 09:19:53 AM
Last time I used it on TLO it worked for me.
Title: Re: Beam to Ext Location
Post by: Scott Archer on August 01, 2016, 10:26:43 AM
I believe Serris would be the best person to ask as he made it work on the TLO servers (or at least for a time,I assume it still works.)
Title: Re: Beam to Ext Location
Post by: Serris on August 05, 2016, 03:05:10 PM
Create a file named serverchange.cfg with the following contents and save it in each server's RPG-X2 folder:

ServerChangeConfig {
  Server [
    "First server's IP address"
    "Name of server that you want to appear on the in-game UI"
  ]
  Server [
    "Second server's IP address"
    "Name of server that you want to appear on the in-game UI"
  ]
}






Here's ours as an example:

ServerChangeConfig {
  Server [
    "108.178.55.117"
    "Spicy"
  ]
  Server [
    "108.178.55.118"
    "Teriyaki"
  ]
}
Title: Re: Beam to Ext Location
Post by: 22123magic on August 07, 2016, 05:58:06 PM
Thank you, Serris!  :D