Search results

  1. Quackster

    Badge generation issues with Minerva

    Second time I'm asking now, can you show me the expected badge appearance from the badge editor?
  2. 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.
  3. Quackster

    Badge generation issues with Minerva

    Just to confirm, is this the intended rendered badge?
  4. 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%" )...
  5. 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
  6. 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
  7. Quackster

    Shockwave Ctrl+Click Pickup & Shift+Click Rotate

    It's not a fix, it's an enhancement.
  8. Quackster

    [Flash Client] Error in public apartments and bots

    Don't worry about it. Also not being able to enter the changing rooms is completely intentional on the flash client, as the flash client does not support the Lido like the Shockwave client does.
  9. Quackster

    [Flash Client] Error in public apartments and bots

    I would have rather this be reported as an issue on the GitHub repo but regardless I know the issue to do with the figures and I'll fix it when I have time. As for the arrows, I don't have a clue.
  10. Quackster

    Change character limit

    Done. :)
  11. Quackster

    Error Camera in Launcher v31 for Kepler v14!

    Camera file? You mean the catalogue page?
  12. Quackster

    prjHelios [C#, R49, Entity Framework]

    Currently working on group furniture. I didn't like how I handled 'extra data' of items and processing/loading/validating it so I have been working on completely recoding that part of the system. It was required because things started to get complicated with the introduction of group furniture...
  13. Quackster

    Hello there !

    Hello trecklerzzz :)
  14. Quackster

    [REL] Havana ClassicHabbo edition - R39

    This has now been superseded by: https://github.com/Quackster/Havana/releases/tag/release-1.2
  15. Quackster

    How do you add furniture to Kepler?

    Sprite ID's are not required and unused, and is a holdover from porting Havana's catalogue back to Kepler. The special sprite ID is "item_specialspriteid" that is used, but the "sprite_id" column in general is unused in this Habbo version.
  16. Quackster

    Habbo projector x2 zoom fix (v9 and v14) (centered windows)

    Can you share what you actually changed?
  17. Quackster

    v14+ room furniture limit

    It is probably a bit value on the movie dir file itself
  18. Quackster

    v14+ room furniture limit

    It's a hardcoded Shockwave limit, you're limited by the amount of sprites that can be allocated. It's the "channel" setting here and it's already set to the max. Flash client doesn't have this limitation so what's happening is the flash clients are adding too many furnis that wouldn't be...
  19. Quackster

    How to create a projector for launching Habbo Shockwave client via an executable file

    I was the first one back in 2019 who discovered I could do this with that Xtra, and I didn't realise how revolutionary at the time it would become. :)
  20. Quackster

    Havana Web + Kepler

    They are not compatible with each other, you'd need to edit Havana's frontend project quite a bit for it to work.
Back
Top Bottom