fodev.net

FOnline Development => General Discussion => Topic started by: ronon dex on September 29, 2012, 11:15:48 pm

Title: (Client SDK) register new char
Post by: ronon dex on September 29, 2012, 11:15:48 pm
I can not register. I'll register, I create a character and click on done. and was not he just a main menu of the game, and nothing I say.
Title: Re: (Client SDK) register new char
Post by: JovankaB on September 29, 2012, 11:33:28 pm
Maybe you screwed up something in client scripts.
Check out what server console says.
Title: Re: (Client SDK) register new char
Post by: ronon dex on September 29, 2012, 11:51:41 pm
Maybe you screwed up something in client scripts.
i no edit scripts. (only FOnlineServer.cfg
Check out what server console says.
server console nothing says.
Title: Re: (Client SDK) register new char
Post by: ronon dex on September 29, 2012, 11:55:57 pm
Code: [Select]
# Listening port
Port = 2929
and
Code: [Select]
# Keys for accesses
# Aviable four access mode: client (default on login), tester, moder, admin
Access_client = 000000 00000000
Access_tester =test
Access_moder  =moder
Access_admin  =admin
AccessNames_admin =


I proceeded as instructed.
Title: Re: (Client SDK) register new char
Post by: Gob on September 30, 2012, 08:26:08 am
Ain't there any red text popping on the top left corner? Like: "It was not possible to connect to the server" ?
Title: Re: (Client SDK) register new char
Post by: ronon dex on September 30, 2012, 11:43:41 am
Ain't there any red text popping on the top left corner? Like: "It was not possible to connect to the server" ?
Client does not write anything, or the server console does not write anything. as if I did not register.
Title: Re: (Client SDK) register new char
Post by: barter1113 on September 30, 2012, 12:11:58 pm
Screenshots please, always put few screenshots how it look.
Title: Re: (Client SDK) register new char
Post by: ronon dex on September 30, 2012, 12:42:48 pm
(http://thumbnails103.imagebam.com/21287/53922b212862005.jpg) (http://www.imagebam.com/image/53922b212862005)
http://www.imagebam.com/image/53922b212862005

Done

(http://thumbnails101.imagebam.com/21287/20015a212862051.jpg) (http://www.imagebam.com/image/20015a212862051)
http://www.imagebam.com/image/20015a212862051

I also do not understand why the fonline 2238 background
Title: Re: (Client SDK) register new char
Post by: barter1113 on September 30, 2012, 02:11:34 pm
Hey, hey wait! What do you wanna do?

SDK client is for SDK, not 2238 server. You should:
1. Run your server.
2. In client config type: localhost and port: 4000.
3. Register character and check if it works.

SDK is not 2238 server, it is TLA server.
Title: Re: (Client SDK) register new char
Post by: ronon dex on September 30, 2012, 07:42:43 pm
Hey, hey wait! What do you wanna do?

SDK client is for SDK, not 2238 server. You should:
1. Run your server.
2. In client config type: localhost and port: 4000.
3. Register character and check if it works.

SDK is not 2238 server, it is TLA server.
I know.
does not work. As I clicked on the back instead of done.

Please try to join you and sign up. server without modification. I downloaded a new one.

IP:192.168.1.105
PORT:2901
Title: Re: (Client SDK) register new char
Post by: Wipe on September 30, 2012, 08:25:04 pm
Please try to join you and sign up (...) IP:192.168.1.105

192.168.* is private network IP, what means nobody from outside can join it (and if they try, they will work on own networks never reaching your server or even internet). If you want others to test it, you have to give your public IP.

You can get your public IP from so silly sites like http://www.whatsmyip.org/ -- remember that you also need to allow connections on that port in your firewall.
Title: Re: (Client SDK) register new char
Post by: SEGA_RUS on October 01, 2012, 11:40:29 am
192.168.* is private network IP, what means nobody from outside can join it (and if they try, they will work on own networks never reaching your server or even internet). If you want others to test it, you have to give your public IP.

You can get your public IP from so silly sites like http://www.whatsmyip.org/ -- remember that you also need to allow connections on that port in your firewall.
nah
just write 127.0.0.1 or localhost and port fron server config
Title: Re: (Client SDK) register new char
Post by: Wipe on October 01, 2012, 11:46:06 am
Yea, it will really help others to check ronon's server :>
>Please try to join you and sign up
Title: Re: (Client SDK) register new char
Post by: wladimiiir on October 06, 2012, 11:07:42 am
He would have to have router configured, so it would not work anyway, Wipe. :P