Search found 48 matches

by louissi
28 May 2013, 19:56
Forum: SFS2X Questions
Topic: Can't bind socket on public IP
Replies: 2
Views: 5472

Re: Can't bind socket on public IP

Thanks ill try that
by louissi
28 May 2013, 15:53
Forum: SFS2X Questions
Topic: Can't bind socket on public IP
Replies: 2
Views: 5472

Can't bind socket on public IP

Hey there! I am having issues binding the smartfox server 2x socket to my public IP. I would like clients from afar to be able to test the game an connect to my computer (containing the server). When testing I also disable my Windows firewall. I have no other firewalls. Here is how I have set up my ...
by louissi
07 Nov 2011, 22:43
Forum: SFS2X Questions
Topic: Log problem
Replies: 1
Views: 3826

Nevermind, they changed the log filter
by louissi
07 Nov 2011, 21:07
Forum: SFS2X Questions
Topic: Log problem
Replies: 1
Views: 3826

Log problem

I released a public beta not long ago. The guys owning the server are telling me the logs are getting too big. I am not tracing anything. The logs that are taking too much space are like this: 07 Nov 2011 17:32:15,011 INFO [pool-1-thread-1] api.response.SFSResponseApi - Global Recipients: [{ Id: 238...
by louissi
03 Nov 2011, 17:26
Forum: SFS2X Questions
Topic: Optimization
Replies: 1
Views: 3785

Optimization

Hi there! I am looking for a way to optimize my game as much as possible. Right now we are around 6-7kb/s outgoing data by user and it is obviously a bit too much. My game is a real time 3 players coop defense game. One user sends the position and states of the enemies as they change state/action. I...
by louissi
01 Nov 2011, 21:26
Forum: SFS2X Questions
Topic: Disconnect and leaveRoom
Replies: 4
Views: 6692

USER_LEAVE_ROOM is definitely working...
in a Room extension at least ;)
by louissi
01 Nov 2011, 19:50
Forum: SFS2X Questions
Topic: Disconnect and leaveRoom
Replies: 4
Views: 6692

Isn't USER_LOGOUT fired only on Zone level? My extension is Room Based. My main question is: Is USER_LEAVE_ROOM always fired? Even if the client got disconnected? Logged out? Left the Room? Crashed? etc. I need to know how to catch someone leaving my room every single time. What events will be fired...
by louissi
01 Nov 2011, 18:54
Forum: SFS2X Questions
Topic: Disconnect and leaveRoom
Replies: 4
Views: 6692

Disconnect and leaveRoom

Hi Guys! I am not really sure about something. Lets say I have a room extension. Will the USER_LEAVE_ROOM always be fired before USER_DISCONNECT? In my game room, I have to make sure when a host leaves to make someone else the host. However, I get this feeling USER_LEAVE_ROOM will not always be fire...
by louissi
19 Oct 2011, 12:58
Forum: SFS2X Questions
Topic: USER_DISCONNECT getPlayerId() returns 0
Replies: 2
Views: 4596

Is there any information I can add that would help you answer?
by louissi
18 Oct 2011, 20:31
Forum: SFS2X Questions
Topic: USER_DISCONNECT getPlayerId() returns 0
Replies: 2
Views: 4596

USER_DISCONNECT getPlayerId() returns 0

When a user is disconnected, I want to get the playerId he had at the moment he was disconnected. However, It is always 0. My guess is that since he left the room, he doesn't have a player id anymore. What would be the best way to access this information? :?:
by louissi
12 Oct 2011, 12:12
Forum: SFS2X Questions
Topic: SFSEventType.USER_VARIABLES_UPDATE not firing
Replies: 7
Views: 11543

Thanks for your help. Might I suggest to make it more obvious in the docs? I never ran into any information about that.
by louissi
11 Oct 2011, 23:18
Forum: SFS2X Questions
Topic: when sfs2x final version release ?
Replies: 2
Views: 4896

Hi. I would guess when its done ;) Also, even if you are on a web message board, its always apreciated if you greet the readers and try to make complete sentences ;) If you are wondering if the current version of the server is working well enough, I could tell you that it is working very well. We cu...
by louissi
11 Oct 2011, 23:11
Forum: SFS2X Questions
Topic: SFSEventType.USER_VARIABLES_UPDATE not firing
Replies: 7
Views: 11543

Im starting to doubt the answer speed of the support haha. I understand you guys might be busy or cannot find what is wrong, but please give me some sign of life :(
by louissi
06 Oct 2011, 17:06
Forum: SFS2X Questions
Topic: SFSEventType.USER_VARIABLES_UPDATE not firing
Replies: 7
Views: 11543

The second piece of code is client side. I am sending the request to the server. This is the way it should be done. If you change the variable directly on the user, you will cause problems on the server-side and other users won't know you changed your variable. I still don't know why the event is no...
by louissi
06 Oct 2011, 15:49
Forum: SFS2X Questions
Topic: SFSEventType.USER_VARIABLES_UPDATE not firing
Replies: 7
Views: 11543

Please can anyone help me? I am on a tight delay and I can't wrap my head around this one.

Go to advanced search