Search found 8 matches

by Swonson
08 Dec 2016, 19:22
Forum: SFS2X C# API
Topic: Sign Up
Replies: 7
Views: 10795

Re: Sign Up

Hi Lapo,

you are right. of course...

I thought i must signup BEFORE i can login.

Thanks for your fast help!
Have a nice eve and if we dont talk again :wink: nice xmas.

Best regards
Swonson
by Swonson
08 Dec 2016, 16:39
Forum: SFS2X C# API
Topic: Sign Up
Replies: 7
Views: 10795

Re: Sign Up

HI,

i dont get it.
I created a new Zone and the error is still here.

Could you please my check code?

Client:

void Start()
{
// Set connection parameters
ConfigData cfg = new ConfigData();
cfg.Host = Host;
cfg.Port = TcpPort;
cfg.Zone = Zone;

// Initialize SFS2X client and add ...
by Swonson
06 Dec 2016, 18:28
Forum: SFS2X C# API
Topic: Sign Up
Replies: 7
Views: 10795

Re: Sign Up

Hi,

thanks for you fast reply.

Yes it makes sense, but my current zone allows guest user.
so where is the diffrent to a new zone where i allow guest users too?

thanks for your help.

ciao
swonson
by Swonson
06 Dec 2016, 18:10
Forum: SFS2X C# API
Topic: Sign Up
Replies: 7
Views: 10795

Sign Up

Hey Guys,

i tried to realise the following SignUp tutorial for unity: http://docs2x.smartfoxserver.com/DevelopmentBasics/signup-assistant-basics
Unfortunetaly i went in an error, which i dont understand.

com.smartfoxserver.v2.exceptions.SFSExtensionException: Extension Request refused. Sender is ...
by Swonson
16 Nov 2016, 16:23
Forum: SFS2X C# API
Topic: Chess Example
Replies: 6
Views: 9754

Re: Chess Example

Hey Lapo,

Thanks a lot for the awesome help.
It's exactly what I have looking for!
Have a nice evening.

King regards
Swonson
by Swonson
15 Nov 2016, 16:59
Forum: SFS2X C# API
Topic: Chess Example
Replies: 6
Views: 9754

Re: Chess Example

Hey,

Thanks for your answer.

You are definitely right. The chess game is just a learning project. So it doesn't matter on what kind of game I try to learn synchron 2D actions.

Of course it doesn't make sense to create a realtime chess. My question is: how can I synchronize a 2D realtime game ...
by Swonson
15 Nov 2016, 14:43
Forum: SFS2X C# API
Topic: Chess Example
Replies: 6
Views: 9754

Re: Chess Example

Hey lapo,

Thanks a lot.
This helps me.

One addition question. I want to realize a real-time mode. Where the chess game is not Turnbased.

Both player should be able to make there turn in realtime while the other player can turn to. How would I realize a real-time Synchronisation?

Have a nice ...
by Swonson
15 Nov 2016, 07:38
Forum: SFS2X C# API
Topic: Chess Example
Replies: 6
Views: 9754

Chess Example

Hey Guys,

I'm new on Sfs and I'm trying to realize a multiplayer chess. For learning purposes.

I have the random matchmaking done and ask me, how can I create a synchrone chessboard, where both player can fight against each other. Of course if habe the graphic. Unfortunately I have no idea how to ...