Search results

  1. TheGeneral

    Archangel: A New Era of Role-Playing

    Great progress! Does the WASD feel intuitive for an isometric game?
  2. TheGeneral

    REACTCMS

    Pick a color palette and stick to that. I think you killed some pixels in my screen with those bright colors.
  3. TheGeneral

    Sadie: A clean code Habbo emulator

    Avoid doing runtime reflection. Its slow.
  4. TheGeneral

    Sadie: A clean code Habbo emulator

    Some more tips: You can use [TestCase} attribute to pass a parameter / truth table to your test function. Values will get mapped to the parameters in the method. Use [SetUp] to do shared setup in a [TestFixture] 1724527391 Though order wouldnt be guaranteed at any point right? So whats the...
  5. TheGeneral

    Nitro React Edit - Shockwave Theme

    Pics of farm please! :D
  6. TheGeneral

    Sadie: A clean code Habbo emulator

    Any updates on this? @habtard Are you sharing your Db Context over multiple threads? If so you're going to end up running into issues.
  7. TheGeneral

    [RELEASE] Atom CMS v2 - A Laravel multi-theme CMS

    Thats dope yo. Also make setup & installation as easy as possible. i hate it when I have to go into a bunch of folders, copy a file over and rename it and fill shit out.
  8. TheGeneral

    Archangel: A New Era of Role-Playing

    Needs a wider gradient
  9. TheGeneral

    HabHub

    Sexy Can't wait what you're going to do with the UI <3
  10. TheGeneral

    Arcturus Emulator 2.0 - Project Sirius C# | Distributed, Multi Revision, Powerful API + MOAR

    Sorry, demo hotel is offline as someone send out a fake DMCA request that ended up in my spam and my server got auto deleted lol. 1723114989 Stop being so grouchy lol. Not everyone has 10 hours a day available to waste on Habbo.
  11. TheGeneral

    Atom CMS - A Laravel multi-theme CMS

    Welcome to the Habbo retro community where people try to scam you for $5
  12. TheGeneral

    [Emulator + Nitro] Arceus Pack

    Finally someone who knows what the fuck they're supposed to be doing!
  13. TheGeneral

    Pathfinder/Roomload

    Still slow af 1713563099 The latency is on the client, not the server.
  14. TheGeneral

    Sadie: A clean code Habbo emulator

    Nitro has been build against shitty Arcturus as ground truth instead of the official Habbo servers. Mistakes in Arcturus result in issues in Nitro.
  15. TheGeneral

    Archangel: A New Era of Role-Playing

    I like the usage of the user infostand widget :) How will you make sure there won't be too much interaction in there?
  16. TheGeneral

    Crack latest AIR SWF

    Hi, Anyone around here that can help me get the latest AIR swf to work? I'll give you $100 in whatever of your choice for the effort ! Fix host issue Remove RC4 Bypass encryption Optionally patch it for Flash Player Thanks
  17. TheGeneral

    Sadie: A clean code Habbo emulator

    Good luck! More people starting .NET emulators recently, great to see! What are you using for your database? Simple mysql connection or an ORM? Couple personal suggestions: Split your parsers and DTOs. Then you can abstract away your networking part and more easily run simulations / tests. You...
  18. TheGeneral

    Sticking with Nitro, need help with Radio Plugin for Client please!

    You can use the audio HTML tags: https://stackoverflow.com/questions/59009545/how-can-i-play-a-online-radio-in-html You can use some javascript to create start / stop buttons.
  19. TheGeneral

    Archangel: A New Era of Role-Playing

    Good luck with the pile of :poop: code :D
  20. TheGeneral

    Project Mango.

    is this the same mango emu from like 2013/14? I'd recommend looking into C# best practices. Update to latest net core, dependency injection. Perhaps even efcore for database.
Top