Nevermind, it turns out it was a miscommunication from one of our artists. It seems to be working as described.
One question -- would it be possible to add a feature to automatically add new skins when opening an existing project?
Search found 11 matches
- 12 Feb 2009, 22:25
- Forum: OpenSpace v1 discussions and help
- Topic: Skins library trial issue?
- Replies: 6
- Views: 13817
- 12 Feb 2009, 18:36
- Forum: OpenSpace v1 discussions and help
- Topic: Skins library trial issue?
- Replies: 6
- Views: 13817
- 15 Jan 2009, 07:11
- Forum: SmartFoxServer 1.x Discussions and Help
- Topic: best way for a user to change zones
- Replies: 9
- Views: 13675
best way for a user to change zones
(moved this from extensions forum)
What is the best way to change zones? For example, I have 2 zones (identical copies of the world, for load balancing) that the user can switch between. Do i have to disconnect from zone1 before going to zone2 as such:
// user initially logged into zone 1 ...
What is the best way to change zones? For example, I have 2 zones (identical copies of the world, for load balancing) that the user can switch between. Do i have to disconnect from zone1 before going to zone2 as such:
// user initially logged into zone 1 ...
- 15 Jan 2009, 06:58
- Forum: Server Side Extension Development
- Topic: Sending data to only one user extension.
- Replies: 9
- Views: 14333
- 15 Dec 2008, 01:22
- Forum: OpenSpace v1 discussions and help
- Topic: OLD Avatar loading
- Replies: 11
- Views: 21079
clear cache
You might try clearing your browser cache.
- 12 Nov 2008, 22:57
- Forum: OpenSpace v1 discussions and help
- Topic: Editor is very hard to use
- Replies: 4
- Views: 11983
- 12 Nov 2008, 22:52
- Forum: OpenSpace v1 discussions and help
- Topic: Editor is very hard to use
- Replies: 4
- Views: 11983
- 10 Nov 2008, 23:08
- Forum: SmartFoxServer 1.x Discussions and Help
- Topic: multiple server instances talking to each other
- Replies: 3
- Views: 6838
multiple server instances talking to each other
Thanks Lapo.
One reason for the complicated design is that I want to fill the shards in order, rather than randomly. Basically I have two numbers: maxUsers and an idealUsers. I want to fill all shards to the idealUser limit, and if all shards are > idealUsers, then just randomly select a shard ...
One reason for the complicated design is that I want to fill the shards in order, rather than randomly. Basically I have two numbers: maxUsers and an idealUsers. I want to fill all shards to the idealUser limit, and if all shards are > idealUsers, then just randomly select a shard ...
- 10 Nov 2008, 00:06
- Forum: SmartFoxServer 1.x Discussions and Help
- Topic: multiple server instances talking to each other
- Replies: 3
- Views: 6838
multiple server instances talking to each other
Hi I am splitting my world into multiple parallel instances, as described in the scalability faq:
http://www.smartfoxserver.com/whitepapers/performance/#q4
I'd like to do this transparently to the user as described:
Alternatively, this can be done in a transparent way for the client, by ...
http://www.smartfoxserver.com/whitepapers/performance/#q4
I'd like to do this transparently to the user as described:
Alternatively, this can be done in a transparent way for the client, by ...
- 27 Oct 2008, 04:46
- Forum: Server Side Extension Development
- Topic: creating an admin page for an extension
- Replies: 1
- Views: 4881
creating an admin page for an extension
Hi I was hoping someone could suggest a good way to go about this.
I want to have a way to check on the state of a java extension that is running on my flash virtual world. For example, I have an extension that is managing all the NPC's in my game. I'd like to have a simple html interface for ...
I want to have a way to check on the state of a java extension that is running on my flash virtual world. For example, I have an extension that is managing all the NPC's in my game. I'd like to have a simple html interface for ...
- 10 Sep 2008, 00:03
- Forum: Server Side Extension Development
- Topic: [TUTORIAL] Debug Smartfox at runtime
- Replies: 32
- Views: 200664
Any luck with the interactive python debugging?
Zak,
Did you ever figure anything out with this? I'm trying to decide to proceed in Python or Java. I'd much prefer Python for speed of development, but having an interactive debugger is key. Let me know if you had any luck
Thanks!
Did you ever figure anything out with this? I'm trying to decide to proceed in Python or Java. I'd much prefer Python for speed of development, but having an interactive debugger is key. Let me know if you had any luck
Thanks!