Imports not working?

rans

New member
Messages
358
Points
0
Location
Somewhere down the road
Emulator
Hi there i just update my hercules into latest one (9/8/16) update and after configuring it into the new structure of conf folders i tried to put my ip configurations and server name into the import folder. but it seems that when i run the connection is refused (must be typo on my ip config) i check it again and all are correct so what i did is i edit it on the main files and it works.

 
Last edited by a moderator:
check the format of your import file.  It should look like this:

char-server.conf

char_configuration: {
server_name: "Chaos"
inter: {
char_ip: "your IP"
login_ip: "localhost"
char_port: 6121
login_port: 6900
}


}

map-server.conf

Code:
map_configuration: {
                inter: {
                        map_port: 5121
                        char_ip: "localhost"
                        char_port: 6121
                        map_ip: "your IP"
                }

}
 
Yep exactly thats what i did 
also i notice if i comment from the original file it will load the Default(Server name: Hercules, s1, p1)  setting idk why it ignore the Import folder

 
Back
Top