Search found 21 matches

by Ferz
04 Oct 2012, 15:59
Forum: SFS2X C# API
Topic: Low read/write rate in version 1.0.3
Replies: 7
Views: 12954

Re: Low read/write rate in version 1.0.3

The case is: 20 battle cars wich sends 5 times per seconds it's position plus 5 times per seconds rotation of it's turret. Every car can shoot from 2 different weapons. Every shot can damage rival. Every rival can send chat messages. We use UDP when it's possible but 100 packets limit kills all game...
by Ferz
28 Sep 2012, 11:44
Forum: SFS2X Questions
Topic: Server dropping UDP packets
Replies: 112
Views: 1038400

Re: Server dropping UDP packets

It turned out that the client's firewall was part of the problem because it would get in the way and change the port used to send UDP data. SFS2X uses accepts UDP data only from one port, the first value used by the client. What should we do? Should we tell to all our users to close firewalls, when...
by Ferz
19 Jul 2012, 08:47
Forum: SFS2X Questions
Topic: Guide: Create Custom Errors
Replies: 15
Views: 46337

Re: Guide: Create Custom Errors

SFSErrorCodes.setErrorMessage(201, "Sorry {0}, you don't seem to be a human user. Nice try!")

This code causes error IndexOutOfRangeException: Array index is out of range if I use it in C#. It's very pitty. Can you provide some methods like AddErrorMessage ?
by Ferz
12 Apr 2012, 12:43
Forum: SFS2X C# API
Topic: [SFS - ERROR] TCPSocketLayer
Replies: 1
Views: 4456

[SFS - ERROR] TCPSocketLayer

Hi, folks! I've some trouble with SFS Client for Unity. From time to time, I see this message inside txt log file of my game. [SFS - ERROR] TCPSocketLayer: Connection closed by the remote side But I cant see this error message inside Unity Editor logs console. And there is no event rised from SFS Cl...
by Ferz
06 Dec 2011, 13:09
Forum: SFS2X Questions
Topic: SFS error on server booting.
Replies: 0
Views: 4244

SFS error on server booting.

Hi, folks! I cant run SFS2X on my server. Server OS is Windows Web Server 2008 R2 64-bit. During the boot of my SFS2X server I've got this error in log file: :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: >> Zone: SimpleChat :::::::::::::::::::::::::::::::::::::::::::...
by Ferz
28 Aug 2011, 07:52
Forum: SFS2X C# API
Topic: Unity 3, webplayer security model and SFS2X policy server
Replies: 20
Views: 71219

You should read this: http://unity3d.com/support/documentation/Manual/Security%20Sandbox.html And use something like this: <?xml version="1.0"?> <cross-domain-policy> <allow-access-from domain="*" to-ports="1200-10000"/> </cross-domain-policy>"

Go to advanced search