Search found 32 matches

by braza
27 May 2014, 14:48
Forum: SFS2X Questions
Topic: [[NEW]] SmartFoxServer 2X 2.8.2 Available
Replies: 3
Views: 8114

Re: [[NEW]] SmartFoxServer 2X 2.8.2 Available

Hi) Just curious if there`s a roadmap? Or any plans for new features? I cant imagine any required but not implemented yet, but..
by braza
06 Apr 2014, 16:08
Forum: SFS2X Questions
Topic: Debugging the server from Netbeans
Replies: 1
Views: 3944

Re: Debugging the server from Netbeans

Now break point work.. I don`t understand how, I do not know what exactly did I do except rebuild, but it works now. :mrgreen:
by braza
05 Apr 2014, 11:35
Forum: SFS2X Questions
Topic: Debugging the server from Netbeans
Replies: 1
Views: 3944

Debugging the server from Netbeans

Hi, Topic says it all. Being noob is a tough burden. I think I did my homework and searched through the foum. What I`ve done: ⋅ Created a simple project in Netbeans for the extension. Compiled ⋅ Copied into the extensions folder ⋅ Verified that SFS2X see the extension a...
by braza
22 Mar 2014, 22:26
Forum: SFS2X C# API
Topic: RoomSettings in the containers
Replies: 3
Views: 6293

Re: RoomSettings in the containers

The link doesn't point to the example but you can use this instead: List<RoomVariable> roomVars = new List<RoomVariable>(); SFSRoomVariable is subclass of RoomVariable, so you can add SFSRoomVariables to a List<RoomVariable> Yes, that`s right, thanks! If you`re interested in the correct link: http:...
by braza
22 Mar 2014, 10:30
Forum: SFS2X C# API
Topic: RoomSettings in the containers
Replies: 3
Views: 6293

RoomSettings in the containers

Hi, I`ve stumbled upon the piece of code that I immediately stealed for my project: http://docs2x.smartfoxserver.com/api-docs/csharp-doc/Index.html But there`s an issue with List<SFSRoomVariable> roomVars = new List<SFSRoomVariable>(); roomVars.Add(new SFSRoomVariable("desc", "Darts g...
by braza
22 Mar 2014, 10:25
Forum: SFS2X Questions
Topic: Tris extension
Replies: 11
Views: 10931

Re: Tris extension

You can add the group to the list of "Default Groups" in the Zone configuration, this way you will be subscribed to that group as soon as you login. Alternatively you can subscribe "on demand" from the client by sending a SubscribeRoomGroupRequest. cheers That worked! thank Lapo...
by braza
22 Mar 2014, 09:48
Forum: SFS2X Questions
Topic: Tris extension
Replies: 11
Views: 10931

Re: Tris extension

Lapo wrote:Maybe you are creating the Room in a different group.
Check which groupId is passed to the RoomSettings object when you are creating the Room.

That`s right, it`s another group for 1vs1 games. I`ll investigate docs to find out how to subscribe to other groups then..
by braza
22 Mar 2014, 09:47
Forum: SFS2X Questions
Topic: Tris extension
Replies: 11
Views: 10931

Re: Tris extension

This part must be in client C# api questions...
by braza
21 Mar 2014, 22:19
Forum: SFS2X Questions
Topic: Tris extension
Replies: 11
Views: 10931

Re: Tris extension

Lapo wrote:
braza wrote:Should I be receiving SFSEvent.ROOM_ADD or SFSEvent.ROOM_CREATION_ERROR during this room request?.

Yes, that's a good idea.

I meant that I do subscribe for all of them but never receive ROOM_ADD actually from sfs2x. What could I be missing?
by braza
20 Mar 2014, 23:05
Forum: SFS2X Questions
Topic: Tris extension
Replies: 11
Views: 10931

Re: Tris extension

Thanks again Lapo. I understood that. At the moment I was asking it was actually unclear from the server side, Now I think I get it. There is no server room configured at server at all for tris game except lobby. No static room has it`s room extension set. Jar just being picked up and assigned to a ...
by braza
16 Mar 2014, 17:40
Forum: SFS2X Questions
Topic: Tris extension
Replies: 11
Views: 10931

Re: Tris extension

Hi, thanks for answering! - It is not said to select tris as Zone extension, right? I`m expected to put it in the extensions folder and it gets picked up for each room because it was requested by name, right? If you check the source code you will notice that the Extension is attached at Room Level. ...
by braza
15 Mar 2014, 12:14
Forum: SFS2X Questions
Topic: Tris extension
Replies: 11
Views: 10931

Tris extension

Hi, I`m reading the Tris example. It fits my needs pretty well, but I`m missing the concept I guess... Could you pelase clarify how is this supposed to work? - It is not said to select tris as Zone extension, right? I`m expected to put it in the extensions folder and it gets picked up for each room ...
by braza
07 Jan 2014, 15:58
Forum: SFS2X Questions
Topic: C# library on the server
Replies: 6
Views: 6988

Re: C# library on the server

ok thank you
by braza
07 Jan 2014, 14:57
Forum: SFS2X Questions
Topic: C# library on the server
Replies: 6
Views: 6988

Re: C# library on the server

I didnt pick any particular solution yet but just stumbled upon http://stackoverflow.com/questions/5039 ... -from-java
by braza
07 Jan 2014, 11:42
Forum: SFS2X Questions
Topic: C# library on the server
Replies: 6
Views: 6988

Re: C# library on the server

Hi, there is no way to use C# on the server side. You can rewrite your classes in Java directly, the syntactic difference between the two is minimal. Thanks Hi, Hmmm, but I saw solutions about the C#-Java bridge wrappers in any direction. Why wouldn`t they work? The problem is to sustain both serve...

Go to advanced search