Search found 36 matches

by xMoMx
24 Jun 2009, 21:49
Forum: SmartFoxServer 1.x Discussions and Help
Topic: Auto Patching?
Replies: 6
Views: 9135

So... sfs is not really a full-fledge MMO platform, and target only web-base one?

Other than Terracotta, which wasn't fully integrated into SFS yet, nothing else is supported for making major Title. I think I'm gonna go with other API then.

Thx for all the supports so far.
by xMoMx
24 Jun 2009, 11:33
Forum: SmartFoxServer 1.x Discussions and Help
Topic: Auto Patching?
Replies: 6
Views: 9135

Server checking to see if user has the latest client software. And if not, send them a new auto patching sequence from the database. A must-have feature for online commercial game...

:oops:
by xMoMx
24 Jun 2009, 02:04
Forum: SmartFoxServer 1.x Discussions and Help
Topic: Auto Patching?
Replies: 6
Views: 9135

Auto Patching?

Just want to know if Auto Patching client is a possibility here.

Thx..
by xMoMx
24 Jun 2009, 01:42
Forum: SmartFoxServer 1.x Discussions and Help
Topic: Question about <DisabledSysEvents>
Replies: 1
Views: 3572

Question about <DisabledSysEvents>

Simple Q, does <DisabledSysEvents> disable both the event on the server and client?

Thx :oops:
by xMoMx
24 Jun 2009, 01:07
Forum: SmartFoxServer 1.x Discussions and Help
Topic: Changing zone from server side?
Replies: 5
Views: 7262

More elaboration on the issue I'm facing. We're using Terracotta and we divided everything into three zones: 1. Lobby 2. GameServer A 3. GameServer B Once the players login to Lobby, he can then choose to go to GameServer A or B depending on his type of game. Now since, server cannot login user into...
by xMoMx
24 Jun 2009, 00:52
Forum: SmartFoxServer 1.x Discussions and Help
Topic: Question about Room and Zone Extention variables
Replies: 2
Views: 4914

Answering my own Q. 1. No. Variables inside Zone extension are created once, and can only be changed with its own internal logic. Same thing with variables that are declared inside room extension (and not defined as 'room variables') are created once upon the script initialized, not when room are cr...
by xMoMx
24 Jun 2009, 00:43
Forum: SmartFoxServer 1.x Discussions and Help
Topic: Linking Zone and Room Extension?
Replies: 1
Views: 4182

Just to answer my own question. ->

http://www.smartfoxserver.com/docs/inde ... bility.htm




:oops:
by xMoMx
24 Jun 2009, 00:30
Forum: SmartFoxServer 1.x Discussions and Help
Topic: Data Security, Data Lost and Data Compression Issue
Replies: 11
Views: 13575

Easiest way is to hack into the client and see all the i/o logic and order it to do something malicious. I know that's not SFS's fault. We do have serious hacker trying to hack our games. So, I need to know SFS can meet up with the security task. Just need to know how best to cope with this in SFS b...
by xMoMx
23 Jun 2009, 23:28
Forum: SmartFoxServer 1.x Discussions and Help
Topic: No Java Login function?
Replies: 1
Views: 3690

No Java Login function?

I couldn't find Login function for server's Java extension.

I looked and only found 'canLogin' in the Helper class. Is that what we should use?

Best,
by xMoMx
23 Jun 2009, 20:06
Forum: SmartFoxServer 1.x Discussions and Help
Topic: JAVA vs ActionScript
Replies: 2
Views: 5067

Ok, I rewrote everything into JAVA now... :lol:
by xMoMx
23 Jun 2009, 19:59
Forum: SmartFoxServer 1.x Discussions and Help
Topic: Creating new variable inside AS
Replies: 2
Views: 4481

But 'room variables' and 'user variables' send update every times they changes right? I'm looking for a generic way to store huge chunk of O/R mapping data of any given room.

Any pointer?

:?
by xMoMx
23 Jun 2009, 11:06
Forum: SmartFoxServer 1.x Discussions and Help
Topic: Question about Room and Zone Extention variables
Replies: 2
Views: 4914

I'm so confused... not getting any of this from reading all the provided documents. I kinda draw conclusion from the examples and here's what I get -> 1. Any variables declaring from Zone and Room Extensions are created anew everytime a new room is created, not when the server started. 2. Only those...
by xMoMx
22 Jun 2009, 20:24
Forum: SmartFoxServer 1.x Discussions and Help
Topic: Terracotta Integration Questions
Replies: 1
Views: 3855

Does anyone know anything about this? Really need to get this right.
by xMoMx
22 Jun 2009, 01:11
Forum: SmartFoxServer 1.x Discussions and Help
Topic: Linking Zone and Room Extension?
Replies: 1
Views: 4182

Linking Zone and Room Extension?

Another question sorry. Really need to get a hold of SFS.

How do I make the Zone and Room extension talk to each other?
I have Zone extension handle all the database work, but how do i get it to pass values into room extention?
by xMoMx
22 Jun 2009, 00:59
Forum: SmartFoxServer 1.x Discussions and Help
Topic: Question about Room and Zone Extention variables
Replies: 2
Views: 4914

Question about Room and Zone Extention variables

I'm getting confused about Zone and Room variables. if I declare a variables at the Zone extention and update it from one of the room, does it get update for all the rooms inside the same zone? (In other word, do all the rooms share the same variables from zone Extention?) And what about variable fr...

Go to advanced search