Search found 83 matches

by TiagoR
26 Aug 2010, 16:32
Forum: OpenSpace v2 discussions and help
Topic: Smooth map scrolling
Replies: 4
Views: 6840

Smooth map scrolling

Hi again, in the world im creating the map scrolling isnt smooth as i would expect, the map scrolling animation seems laggy and trembles alot, and if the user avatar is moving his animation slows down. In openspace_client.xml i've changed the following settings: <ScrollOnPathCompletion>0</ScrollOnPa...
by TiagoR
24 Aug 2010, 09:42
Forum: SmartFoxServer 1.x Discussions and Help
Topic: Adding Rooms
Replies: 9
Views: 12074

I don't think you want/need dynamic rooms, that you just need the static ones. And if thats true, you can follow this manual http://openspace-engine.com/static/_os1 ... v1.0.1.pdf on how to design/create a room. And then follow the previous post logic.
by TiagoR
20 Aug 2010, 16:42
Forum: Server Side Extension Development
Topic: getExtension returns null with exesting extensionName
Replies: 8
Views: 10728

hint
call that method on the Room where the extension was attached to.
by TiagoR
18 Aug 2010, 08:14
Forum: OpenSpace v2 discussions and help
Topic: Autoscroll
Replies: 9
Views: 12641

Thanks.

I thought x,y where the the starting 'square' coordinates, and since those coordinates where small, it would seem it was starting at (0,0) :roll:
by TiagoR
17 Aug 2010, 14:56
Forum: OpenSpace v2 discussions and help
Topic: Autoscroll
Replies: 9
Views: 12641

Sry for reviving this topic, but i have a question regarding this subject. From what I've read about setCustomMapLimits it will only work on (0,0) coords, is that right ? Isn't possible to define the map limits rectangle as the one in red in the image bellow? http://a.imageshack.us/img718/7001/scree...
by TiagoR
12 Aug 2010, 14:30
Forum: SmartFoxServer 1.x Discussions and Help
Topic: H2 Database suddenly disappeared?
Replies: 16
Views: 25132

If you're in windows check if you dont have 'frozen' Java processes in windows task manager.
by TiagoR
11 Aug 2010, 08:49
Forum: OpenSpace v2 discussions and help
Topic: How to add skins on to walls of a room
Replies: 2
Views: 5612

I'm wondering the same, if there's a simple way to do that. The only way i see that is creating your own logic, giving an ID to the tiles where you can place those items, and adding a property to those items identifying where they can be dropped.
by TiagoR
10 Aug 2010, 08:29
Forum: Server Side Extension Development
Topic: destroyRoom throws exception
Replies: 13
Views: 16105

Hi,
i got a question. Every call to handleInternalEvent() should send a user ID or username, not sure which, for example on user lost event, how do i get it? I user login im using

Code: Select all

String username = evt.getParam("nick");
but on user lost / user logout I get null.
by TiagoR
10 Aug 2010, 08:20
Forum: SmartFoxServer 1.x Discussions and Help
Topic: I need some help, this is bugging me.
Replies: 25
Views: 27998

I havent read all posts, but from the last post you're missin one step, you need to foward the calls to the port you're using (9339) to your pc. ( http://portforward.com/help/portforwarding.htm ) Or set your computer in Demilitarized Zone (DMZ), that will send incoming traffic to your computer. This...
by TiagoR
10 Aug 2010, 08:12
Forum: SmartFoxServer 1.x Discussions and Help
Topic: AvatarChat SWF breaks when I open the FLA file
Replies: 17
Views: 23287

Check for compiler errors, you re probably missing some library..
by TiagoR
06 Aug 2010, 15:31
Forum: OpenSpace v2 discussions and help
Topic: get avatar count
Replies: 4
Views: 8258

You can count players on room with room.getUserCount() on client and server side.
by TiagoR
03 Aug 2010, 12:47
Forum: SmartFoxServer 1.x Discussions and Help
Topic: What happens if the room to be joined doesnt exist
Replies: 7
Views: 8824

You got to listen the SFSEvent.onExtensionResponse and check the event.params.dataObj._response.
by TiagoR
02 Aug 2010, 14:45
Forum: SmartFoxServer 1.x Discussions and Help
Topic: Avatar skin
Replies: 0
Views: 2831

Avatar skin

Hi, until now I have been creating a open world demo around your demo avatar, but now it is time to personalize it and im not understanding how to, for example, add a watch or gloves to it skin. In your demo the avatar skin takes 5 parameters: px , py, direction, centerViewport, skin, and the skin o...
by TiagoR
30 Jul 2010, 09:50
Forum: SmartFoxServer 1.x Discussions and Help
Topic: SFSEvent.onBuddyPermissionRequest
Replies: 0
Views: 2873

SFSEvent.onBuddyPermissionRequest

Hi, Ive read your buddylist documentation, and implemented in my code. But it seems im missing something, cause when user A adds user B to his buddylist, user A buddylist is updated but user B never gets a friend request! I'm calling smartfox.addBuddy(name) but SFSEvent.onBuddyPermissionRequest isnt...
by TiagoR
27 Jul 2010, 11:22
Forum: OpenSpace v2 discussions and help
Topic: Rooms And Maps
Replies: 2
Views: 5607

Yes, thats the workflow you should follow.

Go to advanced search