Search found 36 matches

by xMoMx
22 Jun 2009, 00:52
Forum: SmartFoxServer 1.x Discussions and Help
Topic: Creating new variable inside AS
Replies: 2
Views: 4481

Creating new variable inside AS

I read all about Room and User Variables and I still cannot find how to create new variables once the game is already started. What I want is a function like 'spawnNewMonster' where server create a new set of Array to store values and send what need to be updated to the clients. (I don't want to use...
by xMoMx
20 Jun 2009, 10:21
Forum: .Net / Unity3D API
Topic: Registering SFSEvent in Unity API with Java
Replies: 7
Views: 11564

That's exactly what I did, having a C delegate script sending message to Java. Bit of a mess here, but I'll manage.

p.s. When I say C and Java, I mean C#/UnityScript. Converting UnityScript variables to Java is a lot easier. Just have to erase ":" in most case.
by xMoMx
20 Jun 2009, 08:24
Forum: SmartFoxServer 1.x Discussions and Help
Topic: Data Security, Data Lost and Data Compression Issue
Replies: 11
Views: 13580

But hackers can still see the i/o network message though. Shouldn't we at least obscure the values?

How can we prevent them from refiring the same command a hundred times with outside software?
by xMoMx
20 Jun 2009, 08:18
Forum: .Net / Unity3D API
Topic: Registering SFSEvent in Unity API with Java
Replies: 7
Views: 11564

Oh man, I thought SFS people would prefer Java to C since most of your stuffs are written in it. It's a pain to write Client code in C then have to convert everything to JAVA for Server.

It would be a huge time saver... but I guess with the Java structure, this might not be possible. :oops:
by xMoMx
19 Jun 2009, 12:18
Forum: SmartFoxServer 1.x Discussions and Help
Topic: Data Security, Data Lost and Data Compression Issue
Replies: 11
Views: 13580

Damn, that's something about TCP I didn't know. :shock: (or probably learned and forgot somewhere along the line) So should we encrypt the data with random key then? Can Hacker intercept the data and refiring it a hundred times to reproduce the result? (Yes, trying to recheck and verify everything w...
by xMoMx
19 Jun 2009, 00:47
Forum: SmartFoxServer 1.x Discussions and Help
Topic: Data Security, Data Lost and Data Compression Issue
Replies: 11
Views: 13580

Arr, but I mean combining and compressing all the Raw Data Message into one big chunk. Since I suppose we should encrypt the data sent from both side anyway, wouldn't this help speed things up a bit? Or should we just send tiny bits of encrypted data whenever we need to. Imagine a scenario when you ...
by xMoMx
19 Jun 2009, 00:34
Forum: .Net / Unity3D API
Topic: Registering SFSEvent in Unity API with Java
Replies: 7
Views: 11564

Right now we have to have a C# buffer that broadcast all messages to Java Scripts. It gets really complicate when you have to convert Variables back and forth between a bunch of functions.

Anyone? Lapo?

:cry:
by xMoMx
18 Jun 2009, 13:12
Forum: SmartFoxServer 1.x Discussions and Help
Topic: Changing zone from server side?
Replies: 5
Views: 7262

Well suppose a player want to go to a different Zone, a log in command has to be fired again from the "client side". For security purpose, server then need to recheck password with the database. Which slow things down. On the other hand, if server can login user that has already been verif...
by xMoMx
18 Jun 2009, 12:44
Forum: SmartFoxServer 1.x Discussions and Help
Topic: Data Security, Data Lost and Data Compression Issue
Replies: 11
Views: 13580

Damn I forgot SFS is TCP, so no DATA would be Lost.
Sorry, been studying too many API at once. :oops:

ps. Still looking for ways to prevent Hacker from Hacking SFS though..
by xMoMx
18 Jun 2009, 01:03
Forum: SmartFoxServer 1.x Discussions and Help
Topic: JAVA vs ActionScript
Replies: 2
Views: 5067

JAVA vs ActionScript

Sorry for more newbie Question.

Is Java Extension by anyway faster and more reliable than ActionScript?

Is there anything else I should know between the 2 beside the fact that JAVA's more expandable? :?
by xMoMx
18 Jun 2009, 00:54
Forum: .Net / Unity3D API
Topic: Registering SFSEvent in Unity API with Java
Replies: 7
Views: 11564

Still can't figure this out. Anyone has any insight?
by xMoMx
18 Jun 2009, 00:05
Forum: SmartFoxServer 1.x Discussions and Help
Topic: MAC to PC Problem
Replies: 2
Views: 4142

They both are v1.6.6 if I remember correctly.

might be #2, I'll try again later today.
by xMoMx
17 Jun 2009, 23:28
Forum: SmartFoxServer 1.x Discussions and Help
Topic: UCP Myth?
Replies: 1
Views: 3867

UCP Myth?

Just curious about how hard it would be to change TCP into UCP? I want my data to fly fast. But is UPC really that much faster than TPC? Does it worth the troble?

Just want to know :oops:
by xMoMx
17 Jun 2009, 22:34
Forum: SmartFoxServer 1.x Discussions and Help
Topic: Data Security, Data Lost and Data Compression Issue
Replies: 11
Views: 13580

Data Security, Data Lost and Data Compression Issue

Hi all, We've been using SFS for 4 days now. I just notice that there's no built-in network security or data management. I suppose SFS want us to our own code for these issues. Is that right? We've been under attack by many Hackers. So I just want to gather some thoughts on how we should do these in...
by xMoMx
17 Jun 2009, 20:44
Forum: SmartFoxServer 1.x Discussions and Help
Topic: Terracotta Integration Questions
Replies: 1
Views: 3856

Terracotta Integration Questions

Ok I'm officially confused. Hope someone can help clear this up. - Does Terracotta work with SmartFox now or is it still in Beta-Testing? - Do we have to switch to JAVA extension? - Do we have to rewrite extension if we switch to TerraCotta to fully make use of its features? (Terracotta paper said t...

Go to advanced search