Recent content by Damien

  1. Damien

    Sadie Emulator

    I think he's refering to the Flash client in general. While Nitro is amazing, you're right in saying it's not completely accurate, and since it's goal is to mimic the flash client as close as possible, we too should be targeting the flash client first. By doing this we can better identify what...
  2. Damien

    Where can i buy ready premade habbo hotel for offline usage?

    What's your goal? To learn to program by making small edits? Or to customize the server? I think if you're trying to learn, it'll be best to bight the bullet and set one up yourself, it will be tough at first and you may get errors. But you'll learn so much more than having someone do it for...
  3. Damien

    Pathfinder/Roomload

    Define "quick pathfinder", a quick pathfinder would be one that has no logic attached to it, which I doubt you'd want. I think the biggest issue with current A* pathfinders is most of them currently recalculate the path on step in case of new obstructions. This could be where you start with your...
  4. Damien

    Dating Application Design

    Honestly, for a dating website this is incredibly dull and boring. The website should be exciting, nice vibrant colours and images. You should also try experiment with more shapes in your design to make it fun. Everything at the moment is very flat and modular. Don't get me wrong though the...
  5. Damien

    Adobe AIR SDK - Client

    Thanks, got it working now.
  6. Damien

    Adobe AIR SDK - Client

    Does anyone know how to create a client on your desktop with Adobe AIR SDK?
  7. Damien

    Replace FindRetros reCAPTCHA

    Honestly, I feel findretros could do with a lot love. But realistically with the state the retro scene is in at the moment I doubt it's even worth it.
  8. Damien

    HylibCMS - ReactJS

    You're seem like the type of person who complains when a game goes on sale after paying for it at full price 2 years ago.
  9. Damien

    Instinct - Habbo Web App (Supports Nitro)

    Comparing speed not using the same conditions to make yours look better, is misleading and plain narcissistic when trying to compare it with other peoples work. Spend more time focusing on your own work than what other people are doing. Minus that, the responsiveness when changing pages does...
  10. Damien

    PHP Total of Var & Constant

    $shirts_total = ($shirts += 'SHIRT_PRICE') Should be: $shirts_total = ($shirts += SHIRT_PRICE) By adding the single quotes you're not returning the value from the constant, you're creating a string with the same name.
  11. Damien

    Starlight [C#/.NET Core/Dapper]

    Catalog is now working after spending ages trying to figure out why it wasn't (hint: I was being an idiot). The catalog is setup so that it can handle multiple different modes, modes being the normal catalog, builders club and any other additional modes you'd want in the future. This means not...
  12. Damien

    CHEAP VPS

    Likewise..I use his services for my business irl and I've only ever had 1 issue which was sorted quickly and in a professional manner. I know he had some problems recently due to covid and whilst I didn't experience any of these issues he was very open and transparent about it which goes along...
  13. Damien

    Starlight [C#/.NET Core/Dapper]

    Been a while since I posted in here, I've been working on restructuring and refactoring my code with the help of @Oni . Some more noticeable changes is the room engine is now finally finished aswell as pathfinding, (seen bellow). Hopefully going forward from now I'll have more regular updates...
  14. Damien

    Best EMU 2021

    Best is very subjective. Plus is very accessible and you won't be short to find support. Arcturus is feature rich but has its issues and support is more limited. Comet is very stable but is no longer supported so finding help could be difficult. You should also consider what you're already...
Top