[CS] Deltarune Ch4 Secret boss (+ Moveset!)

[CS] Deltarune Ch4 Secret boss (+ Moveset!) V0.9

SwagSkeleton95

Member
Modder
Aug 10, 2024
48
130
680
Pronouns
he/him
  • Like
Reactions: NotPhredPhrogReal
Hey, this mod is great! Everything about it is just perfect! I go more into detail about it in my review, so defenitely check that if you want to know why I like it.
 
i may sound stupid for asking this but how do you add the rude buster to your own characters i tried to rude buster as lancer didnt work and i add code to other chars and all it did was create another lancer
Hey! You can add
if _G.DRMoveset then
local DR_FLAGS_<CHARACTER NAME> = _G.DRMoveset.FLAG_TP_BAR | _G.DRMoveset.FLAG_RUDEBUSTER
_G.DRMoveset.setDRCharacterFlags(E_MODEL_<CHARACTER NAME>, {1}, DR_FLAGS_<CHARACTER NAME>)
end
To your character after loading the model, but before CSloaded = true. Be sure to replace <character name> with the relevant terms, that both your and this mod are enabled, and that you're on the latest version of CS.
 
I'm super happy to see people making good deltarune mods. but i need to know. will you be making any other deltarune related mods? i've been trying to find a good kris or susie mod.
 
I have a friend who is working on a Kris, Susie and Ralsei mod that uses this one as an API, so it'll have the same TP bar!
 
Hey! You can add
if _G.DRMoveset then
local DR_FLAGS_<CHARACTER NAME> = _G.DRMoveset.FLAG_TP_BAR | _G.DRMoveset.FLAG_RUDEBUSTER
_G.DRMoveset.setDRCharacterFlags(E_MODEL_<CHARACTER NAME>, {1}, DR_FLAGS_<CHARACTER NAME>)
end
To your character after loading the model, but before CSloaded = true. Be sure to replace <character name> with the relevant terms, that both your and this mod are enabled, and that you're on the latest version of CS.
Ok thanks!
edit:
Screenshot-2025-07-05-164143.png
i've screwed it up
 
Last edited:
Ok thanks!
edit:
Screenshot-2025-07-05-164143.png
i've screwed it up
When you get an error, it'll show you what line the error was on and what the problem is- go check out line 134 of rewrite-sonic/main.lua and see if you can figure out what the unexpected symbol near < is. The coopDX discord server is a great place to ask for coding help.
 
  • Like
Reactions: Gooberus da silly
This mod is so awesome. But allow me to ask another question... How long until the Chapter 3 secret boss? Y'know... the one WITHOUT the Freedom leitmotif? >:]
 
Hello, do you know what do I need to install to try this mod? It looks amazing and I'm excited to try it!
 
Hello, do you know what do I need to install to try this mod? It looks amazing and I'm excited to try it!
You can download the zip and drag it onto your SM64coopDX window to install it! (Alternatively, manually find your mods folder and put the contents of the zip within it). After that, just enable the mod before starting a game!
 

Users who are viewing this thread