Questions tagged [smartfoxserver]

A multiuser server platform for developing and running multiplayer games

SmartFoxServer is the core product of the SmartFox platform.

It's a comprehensive SDK for rapidly developing multiplayer games and applications with Adobe Flash/Flex/Air, Unity, HTML5, iOS, Windows Phone 8, Android, Java, Windows 8, C++ and more.

SmartFoxServer is available in three different editions:

  • Basic
  • Pro
  • 2X
114 questions
0
votes
1 answer

Smartfoxserver 2X linux 64 running on EC2 via dotcloud - how to install?

I am currently trying to deploy smartfoxserver 2X on EC2 using dotcloud. I have been able to detect the private ip of the amazon web instance, and using the dotcloud tools I have been able to determine the correct port. However, I have difficulty…
0
votes
1 answer

SmartFoxServer 2x using sfsApi, NullPointerException

I am simply trying to set a room variable (adding the user's name to a room varible) in my UserJoinedRoomHandler: From my JAVA extension: public class UserJoinedRoomHandler extends BaseServerEventHandler { @Override public void…
Daniel
  • 629
  • 6
  • 17
0
votes
2 answers

Server Requirements for SFS2X

I am developing a game which would be played by 1000 - 10000 users. Can SFS2X handle this range of users? If yes, what would be the server requirements, like OS, Hardware, RAM, HDD etc? Your input would be highly appreciated.
0
votes
1 answer

Client Status: Can't connect to server

I have set up an SFS 2X server on the LAN and server-side OS is Mac OS X.. I am trying to host this (http://docs2x.smartfoxserver.com/ExamplesUnity/object-movement) Unity 3d game (provided as an example) on the server that is accessible through the…
Omer Abbas
  • 205
  • 1
  • 4
  • 16
0
votes
1 answer

Android: SmartFox Server: check room is created or not?

I am working in android. I want to create a chat room dynamically using programming. I am using following code for this:- private void createNewRoom() { // Create a new chat Room RoomSettings settings = new…
Pushpendra Kuntal
  • 6,118
  • 20
  • 69
  • 119
-1
votes
1 answer

export with jdk 8 still got error when start server

I used eclipse with jdk 8 to export to jar. Yet i still get this error when start my server sfs Exception in thread "main" java.lang.UnsupportedClassVersionError: sfs2x/extension/mmo/MMORoomDemoExtension$NPCData has been compiled by a more…
-1
votes
1 answer

SmartFoxServer Basic exitCurrentRoom = false not working

I'm trying to stay in current room, but exitCurrentRoom = false is not working, I leave the room everytime, how can I fix this or what is the problem ?! I want to keep every user in lobby room so they can receive updates until the game begins. var…
Stefan
  • 667
  • 7
  • 17
-1
votes
1 answer

How can i save Mysql Query in a particular String

I am using smart fox server.where i connecting this server to My sql database. This query is properly running in My sql command line but when i writing this query in server side getting error.i know error is in % emp_id% .Here emp_id is constant. I…
Rims Sharma
  • 221
  • 1
  • 2
  • 9
-3
votes
2 answers

Photon or Smartfox for a quiz game with Unity

I'm starting a new project and it's a quiz, which be written with Unity. Right now, i have to make a choice between Smartfox and Photon. One of the requirements is to contain a database with questions and answers for the quiz. I ask to share…
1 2 3 4 5 6 7
8