• Please stop embedding files/images from Discord. Discord has anti-hotlinking logic in place that breaks links to Discord hosted files and images when linked to from anywhere outside of Discord. There are a multitude of file/image hosting sites you can use instead.

    (more info here)

Recent content by EnlightenedOne

  1. EnlightenedOne

    Graphic error in text box

    Don't worry about it. I only know all of these things because I started modding in 2013. These are all the types of questions I asked in my first 5 years of modding too. It's not easy!
  2. EnlightenedOne

    CS+ Steam update

    Would you mind detailing these? I could forward them to the maintainers of that project.
  3. EnlightenedOne

    How to make sure Curly's AI never leaves your side?

    An alternative you can use is DeepL, I find that it helps as a 2nd opinion or option alongside Google Translate.
  4. EnlightenedOne

    CS+ Steam update

    Doukutsu-rs maintainers are waiting to see if more patches come out because that will likely change the data formatting even more. CS+ 2026 Update is still in beta and needing bugfixes.
  5. EnlightenedOne

    How to make sure Curly's AI never leaves your side?

    Sorry I don't check the forums every day but moreso about once a week. The only way to properly use an .xml hack is with a program like BPP which understands it, but by opening it up like so you can see what the hack is intending to do. In this case, the four bytes starting at "0x44B2B2" denote...
  6. EnlightenedOne

    Graphic error in text box

    It's because the black square in the top left of Face.bmp is still drawn for <FAC0000. Make sure it is black #000000 with no hint of color.
  7. EnlightenedOne

    How to make sure Curly's AI never leaves your side?

    The CurlyAI hack, when opened as an .xml in BPP, has a field where you can customize a teleport range (if CurlyAI gets a set distance away from the player, it teleports to the player). Converted to a hex patch without editable fields, it's harder to find those and you now gotta edit it...
  8. EnlightenedOne

    @LAIB Can you get https://github.com/Brayconn/BPP to run? That's a more recent patcher that'll...

    @LAIB Can you get https://github.com/Brayconn/BPP to run? That's a more recent patcher that'll take the newer and more versatile XML format, written in C# by @Brayconn . Autohacker isn't really used anymore albeit there's hundreds of different patchers that can handle simple hex patches, so for...
  9. EnlightenedOne

    @LAIB You can download the latest freeware hacks from https://freewarehacks.doukutsu.club/...

    @LAIB You can download the latest freeware hacks from https://freewarehacks.doukutsu.club/. There is a download link if you scroll down the readme on that page. If you use Sky Dragon Editor, you don't actually need to do this as the program is able to automatically update its copy of hacks from...
  10. EnlightenedOne

    Why not just share the actual .xml (with editable values) instead of porting it to Autohacker...

    Why not just share the actual .xml (with editable values) instead of porting it to Autohacker from 2010? This seems completely redundant and made to be more confusing on purpose.
  11. EnlightenedOne

    CSE2 vs ModCS vs Hack ASM

    The Extended-Lite branch of CSE2 also supports stage.tbl, the same map format that CS+ uses. Seems its up to preference because I've heard modders actively use both.
  12. EnlightenedOne

    Quick Modding/Hacking Answers Thread

    It calculates the math expression inside [the brackets] and then puts that value in the register (in this case ECX). NOT what's at that memory address, but the value itself. So like, imagine that the value of edx is 4. The instruction: mov ecx, dword[edx+10] would calculate edx+10 (in this case...
  13. EnlightenedOne

    Sue like Curly Boss

    I looked at the script for the original Curly fight. It uses <ANP0400:0010:0002 to animate the boss entity. You will need to place <ANP0201:0010:0002 at the end of event #0200 . The <CNP command changes it into Curly_Boss, but some bosses also need an ANP to activate and start moving. The...
  14. EnlightenedOne

    Sue like Curly Boss

    What editor are you using? Sky Dragon Editor, Booster's Lab, Cave Editor? If it is Cave Editor, I would recommend switching to Sky Dragon Editor (or trying Booster's Lab) as those have better labels. Cave Editor's labels are old and bad and will get you confused with what it calls things. It...
  15. EnlightenedOne

    We're never getting flying cars. It's not a matter of technology, it's a matter of trusting...

    We're never getting flying cars. It's not a matter of technology, it's a matter of trusting people to be safe pilots and respecting airspace.
Back
Top