Jan 8, 2012 at 7:18 PM
Been here way too long...
"Life begins and ends with Nu."
Join Date: Jan 4, 2008
Location: Lingerie, but also, like, fancy curtains
Posts: 3054
That's because disappear when flag is set doesn't go into effect immediately (it'll work once you leave the room and return again). In addition to doing that, you'll also need to run a <DNP in the script.
 
Jan 8, 2012 at 7:35 PM
Been here way too long...
Discord Group Admin
Org Discord Moderator
"Life begins and ends with Nu."
Join Date: Oct 18, 2011
Location:
Posts: 2337
I <3 Porpoise Sex said:
That's because disappear when flag is set doesn't go into effect immediately (it'll work once you leave the room and return again). In addition to doing that, you'll also need to run a <DNP in the script.
What are you talking about? Pixel did that.
 
Jan 8, 2012 at 7:40 PM
Been here way too long...
"Life begins and ends with Nu."
Join Date: Jan 4, 2008
Location: Lingerie, but also, like, fancy curtains
Posts: 3054
Code:
#0400
<PRI<SOU0022<DNP0400<CMU0016
<MSG<GIT1006Got a =Life Capsule=!<WAI0160<NOD<RMU<ML+0003
Max health increased by 3!<NOD<END
You sure?
I think I know more about this than you, dunc.
(in fact, dnp sets an entity's flag, so you don't even need to do <FL+. It's like magic.)
 
Jan 9, 2012 at 4:48 AM
Bonds that separate us
Forum Administrator
"Life begins and ends with Nu."
Join Date: Aug 20, 2006
Location:
Posts: 2850
Age: 33
I <3 Porpoise Sex said:
(in fact, dnp sets an entity's flag, so you don't even need to do <FL+. It's like magic.)
This may explain some of my current entity troubles
 
Jan 12, 2012 at 3:26 AM
Junior Member
"It's dangerous to go alone!"
Join Date: Jul 30, 2011
Location: Alaska aka Ice Hell
Posts: 39
Age: 26
How do I make an NPC say something different the second time you talk to them?
 
Jan 12, 2012 at 9:07 AM
Neophyte Member
"Fresh from the Bakery"
Join Date: Sep 25, 2011
Location:
Posts: 5
every time i add monsters with misa editor their skin wont load... any1 knows what to do?
 
Jan 12, 2012 at 10:46 AM
In my body, in my head
Forum Moderator
"Life begins and ends with Nu."
Join Date: Aug 28, 2009
Location: The Purple Zone
Posts: 5998
Well step 1 is to stop using Miza immediately. It only exists for historical reasons

Step 2 is you need to set the NPC tilesets for a map properly. You can only have two sets per map.

@Huzzah use <FL+ and <FLJ
 
Jan 12, 2012 at 5:39 PM
Senior Member
"This is the greatest handgun ever made! You have to ask yourself, do I feel lucky?"
Join Date: Jan 12, 2012
Location: West Philadelphia born and raised on the playgroun
Posts: 98
Age: 24
Any time i place My MyChar into the data folder then play the game it say something like this A-$%&$@DA% please help :(
 
Jan 12, 2012 at 6:09 PM
Only Love, Maximum Love, Forever
"Life begins and ends with Nu."
Join Date: May 6, 2009
Location: somewhere new
Posts: 2137
Age: 29
You have to remove the copyright Pixel addendum at the end of the executable code.
You can do that easily in the settings menu of Cave Editor, or just as easily using a hex editor to search "Pixel" in the ASCII section of the code.
Also, if you hack a game and it breaks, that's not a glitch, that's you being bad at hacking.

In the future, please post in the "Quick Modding/Hacking Answers" thread, that is what it's for. The search bar up top should direct you there.
 
Jan 12, 2012 at 11:57 PM
Senior Member
"Huzzah!"
Join Date: Dec 7, 2011
Location: Australia. In Bob Katter's secret techno-dungeon.
Posts: 206
Age: 32
I'm badass. I'm too purist to remove the (C)Pixel check from the .exe I also have to keep the files as .pbm because Sue's Workshop needs them that way. But Paint Shop Pro needs them .bmp; so I rename file, edit file, save file, rename file, THEN ADD (C)Pixel USING A TEXT EDITOR! Isn't that the most dick-headed/awesome thing you've ever seen? No fiddly hex editing, just scroll to end and type those characters.

[Don't try this with notepad. It'll probably corrupt the file.]
 
Jan 13, 2012 at 1:22 AM
Only Love, Maximum Love, Forever
"Life begins and ends with Nu."
Join Date: May 6, 2009
Location: somewhere new
Posts: 2137
Age: 29
Or how about he just does it the easy way that doesn't have any potential permanent corruption
 
Jan 13, 2012 at 7:54 AM
hi hi
"What're YOU lookin' at?"
Join Date: Oct 17, 2011
Location: probably somewhere else
Posts: 1099
Age: 26
I'm badass. I'm too purist to remove the ©Pixel check from the .exe I also have to keep the files as .pbm because Sue's Workshop needs them that way. But Paint Shop Pro needs them .bmp; so I rename file, edit file, save file, rename file, THEN ADD ©Pixel USING A TEXT EDITOR! Isn't that the most dick-headed/awesome thing you've ever seen? No fiddly hex editing, just scroll to end and type those characters.

[Don't try this with notepad. It'll probably corrupt the file.]

You can also use any hex editor to do that.
I did.
 
Jan 14, 2012 at 8:10 PM
Not COMMA
Discord Group Moderator
"..."
Join Date: May 9, 2011
Location:
Posts: 350
Age: 26
I believe that it is flag 0200 (run script on death).
Also, how does one stop your gun from moving up and down while walking?
 
Jan 14, 2012 at 8:23 PM
In my body, in my head
Forum Moderator
"Life begins and ends with Nu."
Join Date: Aug 28, 2009
Location: The Purple Zone
Posts: 5998
I believe that would require minor hacks
like this one
Code:
0x41537F

90 90 90 90 90 90 90 90 90 90 90 90 90
 
Jan 14, 2012 at 8:42 PM
Not COMMA
Discord Group Moderator
"..."
Join Date: May 9, 2011
Location:
Posts: 350
Age: 26
How do I apply the hack?
(I know nothing about assembly)
 
Jan 14, 2012 at 9:11 PM
In my body, in my head
Forum Moderator
"Life begins and ends with Nu."
Join Date: Aug 28, 2009
Location: The Purple Zone
Posts: 5998
You could get a hex editor and open up cave story, and go to address 0x1537F and overwrite as many bytes as I have 90's there. Or you could get OllyDbg, go to address 0x41537F, copy the 90s above and select a segment to binary-paste. I'm not really in a position to write a user's guide for OllyDbg, carrotlord has already done a fine job of that.
 
Jan 16, 2012 at 3:22 PM
In front of a computer
"Man, if only I had an apple..."
Join Date: Mar 1, 2008
Location: Grasstown
Posts: 1435
Any editor that can't offset the maps file properly deserves to die.
I agree that Sue's Workshop needs to die. ;)

I'm pretty sure I'm running 99d. I downloaded the latest version about a month ago. That bug drove me up the wall, so now I'm just plugging away with Sue's Workshop.

FYI, those who don't know, the bug corrupts the maps file slightly, requiring you to break out the hex editor and rejig the offsets EVERY TIME YOU CHANGE A BACKGROUND. It gets painful, fast.
You know, you could always try getting the source and fix it? :p
 
Jan 17, 2012 at 10:39 PM
Senior Member
"Ha! Ha! Ha! Mega Man is no match for my Mimiga Man!"
Join Date: Jan 21, 2011
Location:
Posts: 249
Any idea where the boss x/y coordinate information is stored? IE: where a boss appears on the map when the map is specified as having a boss. (Such as Omega)
 
Jan 17, 2012 at 10:41 PM
Lvl 1
Forum Moderator
"Life begins and ends with Nu."
Join Date: May 28, 2008
Location: PMMM MMO
Posts: 3713
Age: 31
Any idea where the boss x/y coordinate information is stored? IE: where a boss appears on the map when the map is specified as having a boss. (Such as Omega)

It's stored in the boss's ASM code IIRC. A boss is always active in the map it is upon the map loading, and the first thing the boss does is initializes its values.
 
Top