Oct 4, 2017 at 4:23 AM
Join Date: Jun 24, 2016
Location: Israel
Posts: 127
Pronouns: he/him
THIS IS NO LONGER BEING WORKED ON.
After a few months of working on this, I would like to present to you...
CaveSaveEdit
A Java-based Cave Story profile editor, complete with mod support!
Prerequisites: Latest Java 8 release (6 and 7 will not work!)
How to Use:
Click on "File" -> "Load Profile" to load a profile. If a Profile.dat file is found in the same directory as the application, it will be loaded automatically on startup.
Modify the values to your liking, and then click on "File" -> "Save" in the toolbar to save the new profile.
Yes, it's that simple!
MCI:
The MCI system is used for mod support.
This system allows users to add custom items, weapons, equipment and more to the save editor with ease.
See the MCI readme for more information about the MCI system.
Want to share MCI files you have created or obtain MCI files that other people have made? Check the MCI Repository!
Downloads:
Version 4.0.2
Source (GitHub repo)
Changelogs:
Hotfix 4.0.2
Credits:
After a few months of working on this, I would like to present to you...
CaveSaveEdit
A Java-based Cave Story profile editor, complete with mod support!
Prerequisites: Latest Java 8 release (6 and 7 will not work!)
How to Use:
Click on "File" -> "Load Profile" to load a profile. If a Profile.dat file is found in the same directory as the application, it will be loaded automatically on startup.
Modify the values to your liking, and then click on "File" -> "Save" in the toolbar to save the new profile.
Yes, it's that simple!
MCI:
The MCI system is used for mod support.
This system allows users to add custom items, weapons, equipment and more to the save editor with ease.
See the MCI readme for more information about the MCI system.
Want to share MCI files you have created or obtain MCI files that other people have made? Check the MCI Repository!
Downloads:
Version 4.0.2
Changelogs:
Hotfix 4.0.2
- Fix weapon & warp fields being completely off
- Fix 290.rec editor outputting "corrupt" records
- Fix app hanging when loading mod without profile
- Fix flag editor setting the wrong flag when undefined/system flags are shown
- The map preview will now display entities from the PIXEL bitmap! Thanks to 20kdc for basically writing this feature
- Added a "Search for Save Point" tool which allows you to jump to any save point
- Added images to weapon, item & warp select
- Removed shadow from main window. This should cause less problems with moving the window
Version 3.4
- Fix some stuff
- Added option to disable autoloading game/mod next to profile
- Add proper loading screen
- Really tiny fix
- Add "File" -> "Run Game"
- Add icons for "File" -> "Unload Profile", "Change File", "Unload Game/Mod"
- Improve 290.rec editor
- Fix 290.rec editor crashing program when entered number is invalid
- Added Cave Story+ support!
- Many other fixes and changes that I can't remember
- Replaced toolbar with menu bar
- Added 290.rec editor
- Components now react to the mouse hovering over them
- Added quit button to window title
- Smarter EXE data loading
- Tons and tons of internal refactoring
- First official release!
- Noxid (@taedixon (github), @Noxid): Executable related code (classes in com.leo.cse.backend.exe), taken with
outpermission from Booster's Lab. - 20kdc (@20kdc (github), @gamemanj): ".rsrc" segment-related code in ExeData
- zxin (@zxinmine (github), @zxin): UI sprites (ui.png and shadow.png)
- Carrotlord (@Carrotlord): StrTools class (com.leo.cse.backend.StrTools)
Last edited: