Menu
Forums
All threads
Latest threads
New posts
Trending threads
New posts
Search forums
Trending
What's new
New posts
New profile posts
Latest activity
Members
Current visitors
New profile posts
Search profile posts
Upgrades
Log in
Register
What's new
Search
Search
Search titles only
By:
All threads
Latest threads
New posts
Trending threads
New posts
Search forums
Menu
Log in
Register
Navigation
Install the app
Install
More options
Contact us
Close Menu
Forums
Server Development
Habbo Retros
Habbo Releases
Recompilable Habbo.swf 2021-11-10
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
<blockquote data-quote="Doeha" data-source="post: 472356" data-attributes="member: 105220"><p>Awesome release!</p><p></p><p>The font issue has to do with the SDK in combination with the .asconfig properties and the fonts (.ttf files and linked .as files)</p><p></p><p>Download and use Adobe Flex SDK version 4.6.0:</p><p>[URL unfurl="true"]http://fpdownload.adobe.com/pub/flex/sdk/builds/flex4.6/flex_sdk_4.6.0.23201B.zip[/URL]</p><p></p><p>This SDK also has the necessary playerglobal.swc included (version 11.1)</p><p>Because of this SDK change, I also had to change the bytes function in BitmapFileLoader.as to make this compatible.</p><p></p><p><strong>Returning to Sledmore's packet structure changes:</strong></p><ul> <li data-xf-list-type="ul">AchievementEvent (753) also requires a new short for state</li> </ul><p></p><p><strong>There are also other changes that are important to mention:</strong></p><ul> <li data-xf-list-type="ul">The badges now load as png instead of gif.<ul> <li data-xf-list-type="ul">To change this back to gif you need to change the png path to gif in some files.<br /> Only the lines containing "album1584" need to be changed in these files.<br /> <br /> It concerns these files:<ul> <li data-xf-list-type="ul">BadgeImageWidget.as</li> <li data-xf-list-type="ul">ConcurrentUsersInfoElementHandler.as</li> <li data-xf-list-type="ul">_SafeStr_230.as<br /> </li> </ul></li> </ul></li> <li data-xf-list-type="ul">The user respect functionality has been completely removed from the code.<ul> <li data-xf-list-type="ul">I've managed to implement this functionality back to the way Habbo had it before. With this fix the give star gem button has also been replaced with the respect button. If you also want to be able to give gems then you can remove the code comments and set the container y's correctly for every button in "avatar_menu_widget_xml".<br /> </li> </ul></li> <li data-xf-list-type="ul">Habbo has broken the free flow chat bubbles with id 1 (generic) and 34 (notification)<ul> <li data-xf-list-type="ul">This is caused by the "getConfigBoolean" function in ChatStyleLibrary misreading the "anonymous" boolean property of the chat bubble regpoints txts. The boolean recognition through this function is based on whether the anonymous rule equals "true", but reads "true\r". In earlier versions this was based on a contains (through indexOf) instead of equals. After replacing this function, this has been fixed.</li> </ul></li> </ul><p> </p><p><strong>All the files I had to modify for these fixes can be found in the zip in the attachments.</strong></p></blockquote><p></p>
[QUOTE="Doeha, post: 472356, member: 105220"] Awesome release! The font issue has to do with the SDK in combination with the .asconfig properties and the fonts (.ttf files and linked .as files) Download and use Adobe Flex SDK version 4.6.0: [URL unfurl="true"]http://fpdownload.adobe.com/pub/flex/sdk/builds/flex4.6/flex_sdk_4.6.0.23201B.zip[/URL] This SDK also has the necessary playerglobal.swc included (version 11.1) Because of this SDK change, I also had to change the bytes function in BitmapFileLoader.as to make this compatible. [B]Returning to Sledmore's packet structure changes:[/B] [LIST] [*]AchievementEvent (753) also requires a new short for state [/LIST] [B]There are also other changes that are important to mention:[/B] [LIST] [*]The badges now load as png instead of gif. [LIST] [*]To change this back to gif you need to change the png path to gif in some files. Only the lines containing "album1584" need to be changed in these files. It concerns these files: [LIST] [*]BadgeImageWidget.as [*]ConcurrentUsersInfoElementHandler.as [*]_SafeStr_230.as [/LIST] [/LIST] [*]The user respect functionality has been completely removed from the code. [LIST] [*]I've managed to implement this functionality back to the way Habbo had it before. With this fix the give star gem button has also been replaced with the respect button. If you also want to be able to give gems then you can remove the code comments and set the container y's correctly for every button in "avatar_menu_widget_xml". [/LIST] [*]Habbo has broken the free flow chat bubbles with id 1 (generic) and 34 (notification) [LIST] [*]This is caused by the "getConfigBoolean" function in ChatStyleLibrary misreading the "anonymous" boolean property of the chat bubble regpoints txts. The boolean recognition through this function is based on whether the anonymous rule equals "true", but reads "true\r". In earlier versions this was based on a contains (through indexOf) instead of equals. After replacing this function, this has been fixed. [/LIST] [/LIST] [B]All the files I had to modify for these fixes can be found in the zip in the attachments.[/B] [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
Server Development
Habbo Retros
Habbo Releases
Recompilable Habbo.swf 2021-11-10
Top