Cave Story Tribute Site Forums

Noxid
Noxid
Noxid
Noxid
Noxid
Noxid
god damnit I stuck the same link in both things
pretend the first one points to your lunar gunsmith thread
S
Slither
Oh haha, I was wondering what that first one was all about.
S
Slither
Done~
Noxid
Noxid
Awesome. I'll see what I can do this afternoon.
Noxid
Noxid
<a href='https://dl.dropbox.com/u/42853625/Temp/passiveCore' class='bbc_url' title='External link' rel='nofollow external'>https://dl.dropbox.c...emp/passiveCore</a> hack.txt
Give that a shot. HackInstaller format, or if you prefer Ollydbg you can do the ol' binary paste thing. I haven't tested it so it might just crash everything but whoooo knooowwwsss
Noxid
Noxid
S
Slither
No crashes, but I think you removed the wrong part of the boss. He still attacks - at least, he uses his open-mouth doom blast - and the platforms that used to float across the screen are now absent.
Noxid
Noxid
Very interesting.
I'll follow up this evening.
S
Slither
Woah what the hell?
I was testing my final boss (the one using the undead core platforms) and I can actually see the core's attacks now.
Well that sort of works I guess. Would it be possible to just remove the doom blast from the Core's code instead? The rolling fire attack thing might work in my favour.
S
Slither
Oh by the way when I say doom blast I mean the giant balls he shoots from his mouth when he's in his pissed mode.
Noxid
Noxid
Oh right, I keep forgetting about this 8V
It should be doable. I've got the laptop running now and that's got most of the hacking tools so maybe I'll be able to figure it out easier.
Noxid
Noxid
ok I got a better one
<pre class='prettyprint'>
0x475864
EB
</pre>

Apply this instead of the other one. If you want the rolling fire too, it's a bit more complex.

<pre class='prettyprint'>
00475864
0F 8D 73 01 00 00 EB 4C 83 C2 01 8B 45 F0 89 50 6C 6A 01 6A 73 E8 C2 AD FA FF 83 C4 08 8B 4D F0
81 79 40 C8 00 00 00 7D 0C 8B 55 F0 C7 42 74 E6 00 00 00 EB 1F 8B 45 F0 83 78 6C 02 7E 0C 8B 4D
F0 C7 41 74 DC 00 00 00 EB 0A 8B 55 F0 C7 42 74 D2 00 00 00 E9 0D 0A 00 00 8B 45 F0 C7 40 74 D3
00 00 00 8B 4D F0 C7 41 78 00 00 00 00 C7 05 D0 BC 4B 00 0A 00 00 00 0F B7 15 08 C0 4B 00 83 CA
04 66 89 15 08 C0 4B 00 0F B7 05 B4 C0 4B 00 83 C8 04 66 A3 B4 C0 4B 00 0F B7 0D 60 C1 4B 00 83
C9 04 66 89 0D 60 C1 4B 00 0F B7 15 0C C2 4B 00 83 CA 20 66 89 15 0C C2 4B 00 8B 45 F0 8B 48 40
89 0D 3C BA 4B 00 C7 45 EC 01 00 00 00 8A 15 39 BA 4B 00 80 C2 01 88 15 39 BA 4B 00 8B 45 F0 0F
B6 88 9C 00 00 00 85 C9 74 32 0F B6 05 39 BA 4B 00 99 2B C2 D1 F8 25 01 00 00 80 79 05 48 83 C8
FE 40 85 C0 74 16 C7 05 70 BD 4B 00 01 00 00 00 C7 05 1C BE 4B 00 01 00 00 00 EB 14 C7 05 70 BD
4B 00 00 00 00 00 C7 05 1C BE 4B 00 00 00 00 00 8B 55 F0 8B 42 78 83 C0 01 8B 4D F0 89 41 78 8B
55 F0 8B 42 78 99 B9 64 00 00 00 F7 F9 83 FA 01 75 27 6A 64 6A 50 E8 91 99 F9 FF 83 C4 08 A3 2C
BA 4B 00 8B 15 C4 C1 4B 00 89 15 20 BA 4B 00 8B 4D F0 33 C0 89 41 78 90 90 8B 4D F0 81 79 78 F4
01 00 00 0F 8D 86 00 00 00 8B 55 F0 8B 42 78 99 B9 78 00 00 00 F7 F9 83 FA 01 75 30 6A 20 6A 00
6A 01 6A 00 6A 00 8B 55 F0 8B 42 0C 2D 00 20 00 00 50 8B 4D F0 8B 51 08 81 EA 00 40 00 00 52 68
20 01 00 00 E8 A3 95 FF FF 83 C4 20 8B 45 F0 8B 40 78 99 B9 78 00 00 00 F7 F9 83 FA 3D 75 30 6A
20 6A 00 6A 03 6A 00 6A 00 8B 55 F0 8B 42 0C 05 00 20 00 00 50 8B 4D F0 8B 51 08 81 EA 00 40 00
00 52 68 20 01 00 00 E8 60 95 FF FF 83 C4 20 A1 3C BA 4B 00 83 E8 32 8B 4D F0 39 41 40 7C 0C 8B
55 F0 81 7A 78 58 02 00 00

004763A8
EB
</pre>
S
Slither
Thanks, I'll test it out tomorrow.
...
Jesus, I forgot to back up my .exe. Ollydebug wouldn't happen to automatically back up the files it edits, would it?
Noxid
Noxid
lolno
but if you get a vanilla one you can just CP the Undead Core function
S
Slither
Darn. Hopefully I didn't edit anything else in the code that I forgot about.
Thanks a lot for your help.
Top