Aug 24, 2011 at 11:35 PM
I self-proclaim myself as the Lunar Gunsmith.
I will start making weapons for all cave story mods and posting them after I am finished Misery Story; however, if anyone has any requests, I'll take them on now.
I can handle assembly fairly well, so feel free to ask whatever you like. If I know it's beyond my reach I may not take on the job, though.
Distorted Polar Star
Weapon hacked: Polar Star
Effect: Shooting left shoots a bullet northwest, shooting right shoots a bullet northeast
A simple hack. Useful for unfinished polar stars from the Hermit or something.
Maybe for hard modes of CS. If I find the framerects for the Polar Star I might be able to make diagonal bullet sprites.
Here's the code:
Detonator
Weapon modded: S-Missiles
Effect: Short-range uberweapon
This weapon was made accidentally while fiddling with the Super Missiles' flags. This weapon creates an explosion immediately and damages enemies in front of it for a seemingly random (but high) amount of damage. Recommended to be used with limited ammo.
To make this weapon, just reset Flag 0x10 on the Super Missiles (weapon). To change the damage, change it in the Super Missiles (picture that actually looks like a super missile pickup).
Cura
Weapon hacked: Polar Star
Effect: Heals player
This weapon needs to be recharged. At level 3 it will restore your life fully if it is lower than the maximum, and reset its EXP.
I would post the code here, but I currently can't remember it. Nor can I get to it, because it's on my currently broken computer.
I will start making weapons for all cave story mods and posting them after I am finished Misery Story; however, if anyone has any requests, I'll take them on now.
I can handle assembly fairly well, so feel free to ask whatever you like. If I know it's beyond my reach I may not take on the job, though.
Distorted Polar Star
Weapon hacked: Polar Star
Effect: Shooting left shoots a bullet northwest, shooting right shoots a bullet northeast
A simple hack. Useful for unfinished polar stars from the Hermit or something.
Maybe for hard modes of CS. If I find the framerects for the Polar Star I might be able to make diagonal bullet sprites.
Here's the code:
0040482D MOV ECX,DWORD PTR SS:[EBP+8]
00404830 MOV DWORD PTR DS:[ECX+18],-1000
00404837 NOP
00404838 NOP
00404839 MOV EDX,DWORD PTR SS:[EBP+8]
0040483C MOV DWORD PTR DS:[EDX+1C],-1000
00404843 JMP SHORT 0040485B
00404845 MOV EAX,DWORD PTR SS:[EBP+8]
00404848 MOV DWORD PTR DS:[EAX+18],1000
0040484F NOP
00404850 NOP
00404851 MOV ECX,DWORD PTR SS:[EBP+8]
00404854 MOV DWORD PTR DS:[ECX+1C],1000
0040485B MOV EDX,DWORD PTR SS:[EBP+0C]
0040485E MOV DWORD PTR SS:[EBP-68],EDX
8B 4D 08 C7 41 18 00 F0 FF FF 90 90 8B 55 08 C7
42 1C 00 F0 FF FF EB 16 8B 45 08 C7 40 18 00 10
00 00 90 90 8B 4D 08 C7 41 1C 00 10 00 00 8B 55
0C 89
00404830 MOV DWORD PTR DS:[ECX+18],-1000
00404837 NOP
00404838 NOP
00404839 MOV EDX,DWORD PTR SS:[EBP+8]
0040483C MOV DWORD PTR DS:[EDX+1C],-1000
00404843 JMP SHORT 0040485B
00404845 MOV EAX,DWORD PTR SS:[EBP+8]
00404848 MOV DWORD PTR DS:[EAX+18],1000
0040484F NOP
00404850 NOP
00404851 MOV ECX,DWORD PTR SS:[EBP+8]
00404854 MOV DWORD PTR DS:[ECX+1C],1000
0040485B MOV EDX,DWORD PTR SS:[EBP+0C]
0040485E MOV DWORD PTR SS:[EBP-68],EDX
8B 4D 08 C7 41 18 00 F0 FF FF 90 90 8B 55 08 C7
42 1C 00 F0 FF FF EB 16 8B 45 08 C7 40 18 00 10
00 00 90 90 8B 4D 08 C7 41 1C 00 10 00 00 8B 55
0C 89
Detonator
Weapon modded: S-Missiles
Effect: Short-range uberweapon
This weapon was made accidentally while fiddling with the Super Missiles' flags. This weapon creates an explosion immediately and damages enemies in front of it for a seemingly random (but high) amount of damage. Recommended to be used with limited ammo.
To make this weapon, just reset Flag 0x10 on the Super Missiles (weapon). To change the damage, change it in the Super Missiles (picture that actually looks like a super missile pickup).
Cura
Weapon hacked: Polar Star
Effect: Heals player
This weapon needs to be recharged. At level 3 it will restore your life fully if it is lower than the maximum, and reset its EXP.
I would post the code here, but I currently can't remember it. Nor can I get to it, because it's on my currently broken computer.