Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

Standalone avatar image generator + JavaScript Closets [Rev35]

Status
Not open for further replies.
Newbie Spellweaver
Joined
Jul 4, 2007
Messages
96
Reaction score
140
You can use RABCDAsm and extract all the binary data using binexport.

I'm sure it's in there.
I need analyzer(*dumper) that runs in PHP because it is desirable to generate dynamically defined data from the official SWF resources.
 
Joined
Jun 23, 2010
Messages
2,323
Reaction score
2,195
I need analyzer(*dumper) that runs in PHP because it is desirable to generate dynamically defined data from the official SWF resources.

It's not that recomment to dump the Habbo.swf as it contains lots of binary "tags". I suggest (if you really want i) to decompress the swf and do a regular expression to fetch the xml.
But if I was you, I would just copy it by hand to a new file draworder.xml.

Also, take a look at this if you want.

SWFObjectReader.class.php line: 87
 
Newbie Spellweaver
Joined
Jul 4, 2007
Messages
96
Reaction score
140
It's not that recomment to dump the Habbo.swf as it contains lots of binary "tags". I suggest (if you really want i) to decompress the swf and do a regular expression to fetch the xml.
But if I was you, I would just copy it by hand to a new file draworder.xml.

Also, take a look at this if you want.

SWFObjectReader.class.php line: 87

ty, but xml and image cast dump tool has been completed :p
I will included source code when next version release.



Tsuka - Standalone avatar image generator + JavaScript Closets [Rev35] - RaGEZONE Forums


Provisionally I tried to support the R63.
But, have problems because it doesn't implement process of draw order...

By improving the process was heavy load, processing time becomes less than 100ms.

 
☮TAKU????
Loyal Member
Joined
Nov 16, 2009
Messages
866
Reaction score
580
Updater does not work. Could you upload resource folder?
 
☮TAKU????
Loyal Member
Joined
Nov 16, 2009
Messages
866
Reaction score
580
Do you also get missing $i at line 705?
 
Newbie Spellweaver
Joined
Jul 4, 2007
Messages
96
Reaction score
140
For "resource_update.php" was not available users.

resource mirror download:
 
Newbie Spellweaver
Joined
Jul 8, 2012
Messages
5
Reaction score
0
"Awesome stuff! Well done!

I think there is atleast one mistake in the front direction..

URL: /avatarimage.php?gesture=sml&figure=lg-285-92.hr-831-45.ch-255-1335.sh-3035-64.hd-190-7&direction=3

Have a look:
Original one =
Your generator =

Its the pants + shoes at this example.
"
 
Experienced Elementalist
Joined
Jul 31, 2008
Messages
289
Reaction score
22
if i run resource_update i just get a blank page, using centos and plesk
i installed gd and json and checked in the php info if they are working
i also gave the folder full permissions, but nothing :(
 
Newbie Spellweaver
Joined
Jul 4, 2007
Messages
96
Reaction score
140
version 1.2.8 beta release

- supports more options for part-generator
- fixed alpha blend
- fixed renderer for large size
- fixed resource_update.php
- fixed bugs (indicated error by Jer)




Resource mirror download:



developing closet-js concurrently:
Tsuka - Standalone avatar image generator + JavaScript Closets [Rev35] - RaGEZONE Forums
 
Last edited:
Status
Not open for further replies.
Back
Top