What's new
  • Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • Visit Resources
  • Visit Downloads
  • Visit Portal

How To- Make a private server and map profiles/mesh with it!

Status
Not open for further replies.
Changed files, still same problem

Hi,

ive changed the sections you mentioned but still no joy :confused:

can you confirm you wanted the :8129 left at the end of my external Ip and internal Ip addresses
 

Attachments

<Realm2 Name = "Infinium Gaming"
Address = "127.0.0.1:8129" <--Change this to your internal IP addres can be foun at run/command Ipconfig:8129
Icon = "PVP"

I have mine set like this one (not external), and it won't work. I tried the Ipconfig:8129 and that doesn't work. I tried it with a space instead of a : too, but that didn't work as well.

I followed the directions on the forum link several posts back, but still nothing.
 
I have mine set like this one (not external), and it won't work. I tried the Ipconfig:8129 and that doesn't work. I tried it with a space instead of a : too, but that didn't work as well.

I followed the directions on the forum link several posts back, but still nothing.
has to look like this


<Realm1 Name = "Infinium Gaming"
Address = "127.0.0.1:8129" <--Change this to your External addres can be foun whatismyip.com:8129
Icon = "PVP"
<Realm2 Name = "Infinium Gaming"
Address = "127.0.0.1:8129" <--Change this to your internal IP addres can be foun at run/command Ipconfig:8129
Icon = "PVP"
 
Hi,

ive changed the sections you mentioned but still no joy :confused:

can you confirm you wanted the :8129 left at the end of my external Ip and internal Ip addresses
Do you have a router? If so you have to forward ports.

Ports you have to forward are
8129 to 8129
8093 to 8093
3724 to 3724
3727 to 3727
80 to 80
3306 to 3306
6112 to 6112
6881 to 6999
3036 to 3036
8085 to 8085

make your protocol set to both. TCP/UDP
and the ip address set to your internal ip address and have it checked at the end.

so say your ip address was 127.0.0.2
then you would have the ipaddress at the end with a check in the box that says enable
 
Last edited:
I get my internet through a standard O2 wireless broadband box (not really sure what a router is)
 
im happy to connect through teamviewer if you wish?
 
has to look like this


<Realm1 Name = "Infinium Gaming"
Address = "127.0.0.1:8129" <--Change this to your External addres can be foun whatismyip.com:8129
Icon = "PVP"
<Realm2 Name = "Infinium Gaming"
Address = "127.0.0.1:8129" <--Change this to your internal IP addres can be foun at run/command Ipconfig:8129
Icon = "PVP"

<LogonServer Address = "127.0.0.1"
Port = "8093"
Name = "Default Logon"
RealmCount = "1">



<Realm1 Name = "Shade's Quarters"
Address = "127.0.0.1:8129"
Icon = "PVE"
Population = "1.0"
TimeZone = "1">


That's mine. Do I need to delete the population, etc?
 
here is a sample realms.conf file:

***********************************************************************/
/******************************************************
* LogonServer Section
*
* Address:
* The address (no port) of the server.
*
* Port:
* The port on which the logon server listens. (*** NOT 3724 ***)
*
* Name:
* Not really relavant, but name the logon.
*
* RealmCount:
* The number of realms in the next section.
*
******************************************************/
<LogonServer Address = "127.0.0.1"
Port = "8093"
Name = "Default Logon"
RealmCount = "2"> <--make sure this says 2
/******************************************************
* Realm Section
*
* Name:
* The name of the realm.
*
* Address:
* The address (and port) of that realm.
*
* Icon:
* The type of realm (PVP, Normal, RPPVP, RP)
*
* TimeZone:
* The location of the server (1=Development, 2=United States, 3=Oceanic, 4=Latin America,
* 5=Tournament, 6=Korean, 8=English, 9=German, 10=French)
*
* Population:
* (0 = low, 1 = medium, 2 = high)
*
* Important information below
*
* change 127.0.0.1 to your EXTERNAL ip if you wish to have a PUBLIC server.
* This issues come up a lot!
*
* Timezone values :
* 0=Korean 16=China
* 1=Development 17=CN1
* 2=United States 18=CN2
* 3=Oceanic 19=CN3
* 4=Latin America 20=CN4
* 5=Tournament 21=CN5
* 6=Korean 22=CN6
* 8=English 23=CN7
* 9=German 24=CN8
* 10=French 25=Tournament
* 11=Spanish 26=Test Server
* 12=Russian 27=Tournament
* 13=Tournament 28=QA Server
* 14=Taiwan 29=CN9
* 15=Tournament 30=TestServer2
******************************************************/
<Realm1 Name = "Test Realm"
Address = "Put what you get at whatismyip.com here:8129"
Icon = "PVP"
Population = "1.0"
TimeZone = "1">
<Realm2 <--make sure this says realm2 Name = "Test Realm"
Address = "goto run command and type in ipconfig and put the ip address you get from that here:8129"
Icon = "PVP"
Population = "1.0"
TimeZone = "1">
 
I don't want an external server though, and I only want 1 realm. Like I said before, I pretty much copy pasted from the forums you linked earlier. Still not working. Repeating the same info isn't making it work either. ;)
 
For one realm.

***********************************************************************/
/******************************************************
* LogonServer Section
*
* Address:
* The address (no port) of the server.
*
* Port:
* The port on which the logon server listens. (*** NOT 3724 ***)
*
* Name:
* Not really relavant, but name the logon.
*
* RealmCount:
* The number of realms in the next section.
*
******************************************************/
<LogonServer Address = "127.0.0.1"
Port = "8093"
Name = "Default Logon"
RealmCount = "1">
/******************************************************
* Realm Section
*
* Name:
* The name of the realm.
*
* Address:
* The address (and port) of that realm.
*
* Icon:
* The type of realm (PVP, Normal, RPPVP, RP)
*
* TimeZone:
* The location of the server (1=Development, 2=United States, 3=Oceanic, 4=Latin America,
* 5=Tournament, 6=Korean, 8=English, 9=German, 10=French)
*
* Population:
* (0 = low, 1 = medium, 2 = high)
*
* Important information below
*
* change 127.0.0.1 to your EXTERNAL ip if you wish to have a PUBLIC server.
* This issues come up a lot!
*
* Timezone values :
* 0=Korean 16=China
* 1=Development 17=CN1
* 2=United States 18=CN2
* 3=Oceanic 19=CN3
* 4=Latin America 20=CN4
* 5=Tournament 21=CN5
* 6=Korean 22=CN6
* 8=English 23=CN7
* 9=German 24=CN8
* 10=French 25=Tournament
* 11=Spanish 26=Test Server
* 12=Russian 27=Tournament
* 13=Tournament 28=QA Server
* 14=Taiwan 29=CN9
* 15=Tournament 30=TestServer2
******************************************************/
<Realm1 Name = "Test Realm"
Address = "127.0.0.1:8129"
Icon = "PVP"
Population = "1.0"
TimeZone = "1">


Was helping with public since it's easier to get a server going setting it up publically
 
Last edited:
Ah ok, np. Tried it with the number I got with Ipconfig too, but didn't work as well. Just sits there. I'm gonna have to play with this another time though. :(
 
Just tried the above abrie and still no joy, i think ill have to bow out (no idea about the router stuff higher up :) ) as im at the limit of my technical knowledge and i dont want to waste your time, thank you very much for trying to help me through
 
Just tried the above abrie and still no joy, i think ill have to bow out (no idea about the router stuff higher up :) ) as im at the limit of my technical knowledge and i dont want to waste your time, thank you very much for trying to help me through
Check your pm there are 2 more steps there.
 
trying a different tack, anyone know of a free server that will allow me to port to BG's with no one else there?
 
Yea mine. Information sent to you via pm most other servers that are free will have ppl in the bg's mine is for test purposes only and to play lan with IRL friends. You can log on and do anything you need to do bg/profiles/meshes
 
ok my server will be down for a few days have to download the new svn's and re-compile the core due to the new patch.
 
There's a problem though, the private servers are 3.3.2 and the newest Honorbuddy won't connect to the older client version so it crashes. Any fix around this? Also the nUI that's required for the Carbonite plugin doesn't work well with the 3.3.2.
 
The quickest way around this is wait for the creators of the repacks to copile new cores. Meaning with a new patch a new .exe files have to be created to extract the new maps and database files. this shouldn't take that long for it to be done but does take upto a week for a decent repack to com out to be compatible with the new patch. This is the only downside of having your own public server
 
HI Guys,

OK i have read this several times now, read MMo, subscribe to Emuarc forums however i still cant get any items to come up in game. The only files i found for renaming were at this location,

C:\Infinium v3\Server\mysql\data\world

Here i had,
items (a MYD file however visually looks like notpad version only opens up a jumble of letters and shapes)
items.MYI
items.frm

and the same for items_orginal

Which one am i supposed to actually rename as i have renamed the MYD file however nothing seems to hapen at all?

I pulling my hair out now as i really want to create my own meshes...

Thanks in advance..

OldFart
 
Status
Not open for further replies.
Back
Top