Recent content by Quackster

  1. Quackster

    Quackster /Chroma

    I have edited the README of Chroma and added pre-compiled downloads. https://github.com/Quackster/Chroma
  2. Quackster

    How to add furni from Origins (for example) to Havana

    Pretty sure all Origins furni is inside a single CCT (this was the case from v9 and earlier) so you'd have to unprotect their CCT file and recreate them in separate CCT files for them to be compatible in more recent Shockwave client revisions.
  3. Quackster

    [Flash Client] Error in public apartments and bots

    However, the appearance of the bot clothes has been fixed. https://github.com/Quackster/Havana/blob/master/tools/migrations/update.1.3.sql
  4. Quackster

    [Kepler/Finlay] Origins like CMS

    Saved it here so now it's archived forever muahaha: https://web.archive.org/web/20250403021636/https://github.com/HabboHotelOrigins/htdocs/archive/refs/heads/main.zip
  5. Quackster

    Habbo V1 RC4 Encryption - C#

    Hello, So I know this is 21 years late but I decided to try and get RC4 working in the very first version of Habbo, since we have the decompiled Habbo shockwave files, this was a task that only took me two days to complete! Of course the RC4 in V1 can always be bypassed, but it's a cool...
  6. Quackster

    Changing help sections into question types

    Done. Will see how it plays out.
  7. Quackster

    Helios - Experience the 2013 era! [C#, R63, Entity Framework]

    VIP was added in release 49, oops, that's what I meant to say, not 48! Source: https://habboxwiki.com/Hotel_Versions_(V41-V50) I can do like what Origins does and slowly work my way up to that 2013 version? There's just a lot on my plate right now and I think it'd be best if I went slow and...
  8. Quackster

    Helios - Experience the 2013 era! [C#, R63, Entity Framework]

    Honestly I'm not really happy with this version, like I'm tempted to downgrade to release 48 or something instead (or like, the Phoenix release 63 revision). I don't like the UI, everything is a mess. Opinions?
  9. Quackster

    Badge generation issues with Minerva

    Fixed: https://github.com/Quackster/Minerva/releases/tag/latest
  10. Quackster

    Badge generation issues with Minerva

    Second time I'm asking now, can you show me the expected badge appearance from the badge editor?
  11. Quackster

    Badge generation issues with Minerva

    This is useless without giving me the badge code and the intended output. That's why I asked. So I need both.
  12. Quackster

    Badge generation issues with Minerva

    Just to confirm, is this the intended rendered badge?
  13. Quackster

    [ARCHIVE] Decompile all CCT's/DCR's in a directory [thepalmtoptigerofhappiness]

    Ported to Batch script for Windows @echo off cls if "%~2"=="" ( echo Usage: decompile.bat FOLDER OUTPUT_FOLDER exit /b 1 ) set "folder=%~1" set "outputFolder=%~2" for %%f in ("%folder%\*.cct") do ( projectorrays-0.2.0.exe decompile "%%f" -o "%outputFolder%" )...
  14. Quackster

    Question about the second number in the furni string array

    Not if you wish to use revision IDs. The format is in the external variables. flash.dynamic.download.name.template=%revision%/%typeid%.swf dynamic.download.name.template=%revision%/hh_furni_xx_%typeid%.cct dynamic.download.samples.template=%revision%/%typeid%.cct
  15. Quackster

    Question about the second number in the furni string array

    It's the revision id. eg https://images.habbo.com/dcr/hof_furni/45508/kuurna_chair.swf
Back
Top