Modding in CS+

Dec 30, 2020 at 6:41 PM
Neophyte Member
"Fresh from the Bakery"
Join Date: Dec 10, 2020
Location: Russia
Posts: 9
I know how to make Cave Story Freeware mod, but... How to make CS+ Mod? Tell me please :oops::oops::oops:
 
Dec 30, 2020 at 8:33 PM
War criminal
"Life begins and ends with Nu."
Join Date: Jun 27, 2013
Location: Phoenix
Posts: 2758
Age: 29
You can't.
 
Dec 30, 2020 at 9:45 PM
Senior Member
"Huzzah!"
Join Date: Jul 12, 2017
Location: <3
Posts: 204
Age: 20
Modding CS+ is not worth it, and more mods and possibilities exist if you mod the freeware release. You also cannot release mods with the following (I imagine at least):
  • Any assets directly from Cave Story+, meaning the .bmp/.png files (.png for switch), and the new soundtracks (.ogg files).
  • Any scripts from Cave Story+. This is because of the new translation; I'd imagine they don't want that in Freeware mods.
  • Any Challenges from Cave Story+. These are from nicalis, don't try to mod them or port them to freeware. This means Nemesis Challenge, Machine Gun Challenge, Wind Fortress, Boss Rush, Sand Pit, etc.
I think that's mostly it bye bye
 
Dec 30, 2020 at 10:29 PM
2dbro
"Big Joe Tire and Battery Restaurant! Opening Soon! Eat at Big Joes!"
Join Date: Jan 10, 2014
Location: yes
Posts: 477
Age: 20
mod in vanilla and use plus porter
 
Dec 30, 2020 at 11:13 PM
Deliverer of Sweets
Bobomb says: "I need a hug!"
Join Date: Jul 20, 2015
Location: Under sea level or something
Posts: 785
Age: 25
I'm gonna assume you mean the steam (or whatever other pc store) version and not the switch version because if it's the latter then no its defenitely not possible.

As should already be clear, it's possible but not worth it as much as with the freeware version.
Biggest factor being that mods generally get shared around 'as is' AKA the modified game gets copied around, hopefully it doesn't need to be explained why you can't just zip up CS+ and share it around.

But this is assuming you want to make a mod that you want to share with other people, if you just wanna mess with CS+ and not share it around, Booster's Lab should be able to load it unless i'm mistaken. Though you're likely gonna be unable to do much more than edit maps and not apply whole hacks, so even then freeware is still more recommended.
 
Dec 31, 2020 at 4:02 PM
Based Member
"Life begins and ends with Nu."
Join Date: Dec 31, 2011
Location: United States
Posts: 2307
Age: 27
Not sure if there's really any comprehensive documentation on this, so I guess I'll just write up a summary with some of the main points for how CS+ mods work.

In CS+, mods are stored as options available on the challenge menu. Each mod is stored in a folder within the "data" folder of your CS+ installation. The "base" folder is all the game files for regular story mode, in the "CurlyStory" folder is all the files for Curly Story, in the "Nemesis" folder is the files for the Nemesis Challenge, and so forth. The listing of these mods on the challenge menu is defined in the "mods.txt" file in the data folder. Whichever mod is listed at the top of the list will appear on the main menu under main story mode, and all others will appear on the challenge menu.

The way a mod is structured in CS+ is that inside of the folder will be a folder titled "mod", and then inside of that folder will be a file called "mod.txt". This file defines what the title and description will be for the mod, whether it's a timed challenge or not, and what set of save slots it will use. Unfortunately, the game doesn't actually support more than 2 save slot sets; one for main story mode, and one for Curly Story. You can have mods share these sets of save slots, but you'll need to know what you're doing. The way the profile.dat is structured for CS+ seems to indicate that NICALiS meant to have the game support more than 2 save slot sets, but sadly this never worked.

In addition, in the folder you will put all of the modified resources for your mod. Any modified TSC scripts, sprite sheets, or tbl files will go in this folder, and their path from this folder. It can be helpful to look at the existing challenges for examples to see how this works. For any game files that are absent from your mod folder, the game will load scripts and sprite sheets from the "base" folder. Plus Porter can help make this process of porting your mod to CS+ a bit easier, by letting you gather all of these modified resources, and create the mod in this folder structure. It can also handle the process of modifying the "mods.txt" file and making the mod appear on the challenges menu. In addition, if your mod uses modified sprite sheets that still contain NICALiS graphics, then Plus Porter will scan your image, filter out those graphics, and make a reference to where in the base game those graphics are, so that when you apply the port, it will insert those NICALiS graphics back into the image, thus letting you distribute patches for mods without distributing NICALiS graphics.

Note that there are a considerable number of limitations to CS+ mods:
  • The only hex edits that can be carried over are the weapon data, the wave data for playing music, and the map data
  • The mod may not have any more than 95 maps (you can try to force it by putting a custom stage.tbl file in the folder, but if you try to <TRA to that extra map in-game, the game will crash)
  • The mod may not have any ASM hacks
  • The game will register org music files in your mod folder, and I think maybe "New" music files as well, but it won't register custom "Remastered" music files

Admittedly, I think I broke a couple of things in the last couple releases of Plus Porter, so if something isn't working right, you may want to go back a couple releases. I know that at one point, one of those releases was pretty stable. Unfortunately, I'm not really feeling up to setting aside the time for fixing these issues, sorry. As some of the other people have pointed out, CS+ modding is very constrained, not very rewarding, and has very little demand, especially now. There was a little bit of demand for it within the first few years of CS+ being released, but that's kind of died down at this point. A large part of why I made Plus Porter was because I had a bunch of people asking me to port my fourth ending mod (which, it's hard to believe, I first released 9 years ago today as of writing this post), and now that that demand has been satiated, there's not a whole lot more demand for doing extra things to support Cave Story+ modding.
 
Top