Oct 11, 2016 at 9:59 AM
Join Date: Jun 24, 2016
Location: Israel
Posts: 127
Pronouns: he/him
Go to the "data/Stage" folder in the mod folder, and upload "Eggs.pxm", "Eggs.pxe" and "Eggs.tsc".Eggs
Go to the "data/Stage" folder in the mod folder, and upload "Eggs.pxm", "Eggs.pxe" and "Eggs.tsc".Eggs
Compress the 3 files into a ZIP file (look up a tutorial if you don't know how) and upload that.not letting me, it says 'file does not have an allowed extension' when i try and upload
there you go
The event numbers in the script must always be 4 digits long. Just add a 0 to the end of each one and you'll be good.The TSC file said:#204
//...
#205
//...
#206
//...
You don't need to change your scripts to place a save point, simply place the save point entity, make it interactable and give it an event number of 16.Hi, how do i make a save point(script,not entity placement)?
The way to script a boss battle depends on what boss you're trying to script.Also, how would one script a boss battle?
Make a mod in the original Cave Story, then use Plus Porter to port it to Cave Story+. A Cave Story+ mod basically consists of a folder with all of the modified resources from said mod which then gets installed to the challenges menu. The readme for Plus Porter should explain this in greater detail.How to make a mod for cave story PLUS ?
Something to do with this command:I found the table with all of the keys. If I were to change weapon switch to scroll wheel, would I have to do something crazy to it or is there a "key" for it?
Edit: https://msdn.microsoft.com/en-us/library/windows/desktop/dd375731(v=vs.85).aspx I guess it's that -10 which is what the assembly compendium was talking about... Maybe I could somehow use the mouse hack and use one of those events?
Edit 2: Okay well only left and right click work, I even tried middle mouse and that didn't work either
How does that help me and where is that atSomething to do with this command:
CALL NEAR DWORD PTR DS:[48C228]
Edit the MyChar.bmp (or pbm or whatever file extension you're using) file in the data directory.how would one go about editing quotes sprite?