Search found 298 matches

by Carl Lydon
02 Mar 2014, 23:47
Forum: SFS2X ActionScript 3 API
Topic: MatchExpression
Replies: 3
Views: 7784

Re: MatchExpression

I'm using MatchExpression server-side to send the first 10 open rooms to my client-side lobby system... The new MatchExpression function makes it much easier to deal with lobby stuff! I don't have to worry about some system I make server -side somehow getting out of synch which what the server is ac...
by Carl Lydon
02 Mar 2014, 23:00
Forum: SFS2X Questions
Topic: The use of .class in addRequestHandler or addEventHandler
Replies: 14
Views: 16154

Re: The use of .class in addRequestHandler or addEventHandle

Sorry, I meant, actual class as in "the Class I actually want" as opposed to "The class I seem to have to route requests through" (Sorry to take up your time) As I have it now it's: MainExt.java ---> ClientRequests.java ---> LobbyControl.java Is it possible to do just: MainExt.ja...
by Carl Lydon
02 Mar 2014, 17:58
Forum: SFS2X Questions
Topic: The use of .class in addRequestHandler or addEventHandler
Replies: 14
Views: 16154

Re: The use of .class in addRequestHandler or addEventHandle

Thanks Lapo!! Is there any way for me to direct the extension calls DIRECTLY to the class that deals with them? Right now, I have them registered to a class called "ClientRequests.java", and that class sends it along to where I actually want it. When I try to register my actual class direc...
by Carl Lydon
02 Mar 2014, 05:00
Forum: SFS2X Questions
Topic: TIPS: The new Room List and Room Groups
Replies: 13
Views: 25417

Re: TIPS: The new Room List and Room Groups

There is a typo above:

defaultGrouo = "default,chess"
Should be
defaultGroup = "default,chess"
by Carl Lydon
01 Mar 2014, 22:19
Forum: SFS2X Questions
Topic: The use of .class in addRequestHandler or addEventHandler
Replies: 14
Views: 16154

Re: The use of .class in addRequestHandler or addEventHandle

Also, I've noticed that if the client sends a request that isn't properly registered such as: smartFox.Send( new ExtensionRequest("autoJoinArena", obj)); It throws an error on the extension. This doesn't seem to be any sort of fatal error, but I wonder if it's wise to allow a hacker to sen...
by Carl Lydon
01 Mar 2014, 22:05
Forum: SFS2X Questions
Topic: The use of .class in addRequestHandler or addEventHandler
Replies: 14
Views: 16154

Re: The use of .class in addRequestHandler or addEventHandle

Where can I find a good example of the "addRequestHandler" syntax? I'm trying to route a request to a specific class like this: mainClass.java(addRequestHandler) ---> ClientRequests.java (handleClientRequest)---->LobbyControl.java(clientRequests) So, in this example, the first parameter, s...
by Carl Lydon
28 Feb 2014, 16:53
Forum: SFS2X Questions
Topic: Does not implement ISFSExtension issue
Replies: 11
Views: 14258

Re: Does not implement ISFSExtension issue

Thanks Lapo, I figured it out, I was just posting a note in case someone else makes the same mistake as me. I was concentrating on looking for an error in my code based on the error message, but it was just a mistake with what class I chose in the admin tool.

I'm on 2.6.0
by Carl Lydon
28 Feb 2014, 03:49
Forum: SFS2X Questions
Topic: Does not implement ISFSExtension issue
Replies: 11
Views: 14258

Re: Does not implement ISFSExtension issue

My admin page keeps insisting that "Extension does not implement ISFSExtension"... I have, in my main class: public class MightyTopsMain extends SFSExtension{ And I even tried switching from the new extension to an old one that's also being used without problems in a different zone, and it...
by Carl Lydon
01 Dec 2013, 00:11
Forum: SFS2X ActionScript 3 API
Topic: testing
Replies: 1
Views: 4703

Re: testing

This is probably a common security issue that prevents Flash from communicating with outside world. Try going to here:

http://www.macromedia.com/support/docum ... ger04.html

And add your working folder.
Also, google crossdomain.xml + smart fox.
by Carl Lydon
30 Nov 2013, 23:32
Forum: SFS2X Questions
Topic: C++ GAME DEVELOPERS WANTED
Replies: 26
Views: 184868

Re: C++ GAME DEVELOPERS WANTED

I have a demo for a Unity 3D virtual world and shooting game if you're interested.
by Carl Lydon
01 Oct 2013, 18:07
Forum: Job offers and requests
Topic: Looking for a programmer for an RPG
Replies: 1
Views: 6656

Re: Looking for a programmer for an RPG

Dead link. Delete this post.
by Carl Lydon
01 Oct 2013, 18:05
Forum: Job offers and requests
Topic: Game Studios / Developers
Replies: 2
Views: 7460

Re: Game Studios / Developers

When I try to PM the user no longer exists. You should delete this post.
by Carl Lydon
28 Aug 2013, 19:48
Forum: SFS2X Questions
Topic: Admintool created room isn't active
Replies: 8
Views: 10738

Re: Admintool created room isn't active

I understand. We upload the admin to a url.
by Carl Lydon
28 Aug 2013, 16:16
Forum: SFS2X Questions
Topic: Admintool created room isn't active
Replies: 8
Views: 10738

Re: Admintool created room isn't active

Hmmm, maybe we updated the server but not the admin tool? I will ask.
This happens only when we use the admin tool. I have not tried to manually edit the file although it seems like that might be a solution to fixing my error?
by Carl Lydon
28 Aug 2013, 02:27
Forum: SFS2X Questions
Topic: Admintool created room isn't active
Replies: 8
Views: 10738

Re: Admintool created room isn't active

It seems that the zone configuration gets corrupted very easily using the admin tool now? I already completely recreated my zone just so I could add a couple rooms. Now it's corrupted again and 2 of my rooms are grayed out and won't become active when I restart the server. Is this fixable by directl...

Go to advanced search