• 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)

Search results

  1. Lace

    [MA Winner] <(Schism)> - Demo 1.0

    yes. yes you do.
  2. Lace

    A REAL request for help

    Have you gotten a hex editor? You need one for your first two questions, I suggest XVI32 As for sues workshop or Cave Editor, it is really personal preference. A lot of members prefer SW, but that is just because they are more familiar with the interface. Get Kapow's TSC guide if you want to...
  3. Lace

    How I edit?!

    Number = hex numbers. Get a hex editor, such as xvi32, and you will see numbers. Just a tip though, if you want help, it's not really the best plan of action to insult the people who would otherwise help you. (your name insults me a bit to, it implies that we are all fake cs fans, which we...
  4. Lace

    Advanced Hacking FAQ

    get a decompiler. =P search disassembler on google or sp posted one a while back. And for editing, get a debugger, assembler, or whatever the hack discrete was. And then pray that the creator left optimization off. Cheers! Lace
  5. Lace

    I bring you: ROBOTS! (Also "Not" Sue)

    Have to agree with Metalogz, though if you pull the admin card, that would be dirty, SP, the ban card, I mean. =P
  6. Lace

    Curly and the nemesis

    Mebbe curly has the original nemesis, which Mr. Little tried to copy, but screwed up the leveling system. Curly's has a normal leveling system, so she is actually locked at level three, not level one. Ever wondered which goddess?
  7. Lace

    Advanced Hacking FAQ

    No time searching, except for finding some offsets. =D
  8. Lace

    Advanced Hacking FAQ

    First three posts of a new page!!!!!! Ouch, triple post mayhem, I really shouldn't do this, especially within minutes of the last post, but, to get you started, here are some offsets. at 414B20, you will find the code for the amount of memory set aside for maps. 49E6D0- Max Health value 49E6CC...
  9. Lace

    Advanced Hacking FAQ

    I is teh new dimenoffffffffff!! Laces assembly tutorial 101: Cheers! Lace
  10. Lace

    Advanced Hacking FAQ

    Spam for sam! just cause he doesn't mind doesn't mean he can. No work ethic. =P
  11. Lace

    Help editing damage

    What's the difference between a signed and unsigned char? (stupid question I know, but I gotta learn these things somehow)
  12. Lace

    Get rid of (c) Pixel?

    sshsigi, that won't work, because no matter the filetype, it is still going to check for (C)Pixel.
  13. Lace

    Starting a Sue's Workshop clone

    ... Demo? *hides*
  14. Lace

    Noobish question

    Smart use of space. I think it's just ret though.
  15. Lace

    Noobish question

    pseudocodezes: if (49e6e8 & 8) != 0 { add ammo,01 } or: cmp [49e6e8+8],0 ;compares [49e6e8+8] to 0 je A ;if they are equal (not on ground) skip ammo adding add ammo,1 ;add ammo. This is ungodly fast, so there is probably a unction to do this. A: ... ;rest of code Yeh, simple as I can...
  16. Lace

    Noobish question

    No, I don't think so, but you could probably implement it fairly easily.
  17. Lace

    Noobish question

    I think what rune did was make it so that the booster fuel stopped decreasing at one, rather than zero, which is far simpler. Useful stuff, though, glad to see somebody adding to the community. :p Another way to do it, of course would be to make it so that it didn't check for (49e63c & 8) != 0...
  18. Lace

    Weapon energy hacking question

    Hacking is not a subforum! Kay, after some poking around in the code, I found the function that rune pointed to. 00426A0F 8B 48 44 mov ecx,[eax+0044] 00426A12 89 4D 8C mov [ebp-0074],ecx 00426A15 83 7D 8C 05 cmp dword ptr [ebp-0074],05 00426A19 74 08 je 00426A23 00426A1B 83 7D 8C...
  19. Lace

    Weapon energy hacking question

    Close, but not quite. The values are for how much can be stored in each crystal, and he wants to change that, normally, it is one for small, 5 for medium, and 20 for big. If a monster gives, say, 26 exp, it will split this up into the correct sized experience, doing as many big as possible, then...
  20. Lace

    Starting a Sue's Workshop clone

    Em, I know 80 = 128. I was simply stating that to change the maximum amount of max possible w/o crashing the exe, change that, and to make the exe work the fastest, you should probably automatically make that to the number of maps you have currently. no feel like quotey thing, so: "I know how...
  21. Lace

    [MA Winner] <(Schism)> - Demo 1.0

    Heh, in the intro, it shows a red crystal splitting into two pieces, and Kate has one of the those pieces. Probably a major plot point, but, meh.
  22. Lace

    [MA Winner] <(Schism)> - Demo 1.0

    Yay! The only thing that would make me happier than this would be if dragonboots came back to life and finished his mod, but, Yay! Edit: Forgot to ask, is it okay if I use Traveler in my mod?
  23. Lace

    I bring you: ROBOTS! (Also "Not" Sue)

    there are no color limitations. I mean, there are, but they have really easy workarounds. if you edit your file with cave editor, you can change which colors you are limited to, or you can open a new paint document, copy your image in, and save it as the original file, and you will have no...
  24. Lace

    Cave Story "2"

    we are nice to newcomers, just really annoyed at repeating the same things over and over, especially when you can find the information very easily. Also, we just suffered a generation of members containing people like Level Three Blade and Lizaroro, which makes us wanna kill somebody. If you...
  25. Lace

    Mod: The Wrath of Revorshkenahl

    heh, I'm in somebody's signature! I happy now! but i not mean D= i just no like bumpers! =D wagga wagga wagga!
Back
Top