A downloadable mod

! ! !  Feel free to package cultra.mod.gml with your own mod  ! ! !

Custom Ultras is an API mod that modders can use to create their own ultras for existing characters, using .skill.gml mods.

To show how it looks in-game I modified a couple of Blaac's weapon mutations to be Melting ultras:

     

To turn a .skill.gml file into an ultra, put this code somewhere in your skill file:

#define skill_ultra
    return "melting"; // Can also return the race id instead of a name, like "return 4;"
 
#define skill_avail
    return 0; // Disable from appearing in normal mutation pool
StatusReleased
CategoryGame mod
Rating
Rated 3.0 out of 5 stars
(2 total ratings)
AuthorYokin
TagsNuclear Throne Together

Download

Download
cultra.mod.gml 11 kB

Install instructions

https://bitbucket.org/YellowAfterlife/nuclearthronetogether/wiki/Loading%20mods

As long as cultra.mod.gml is loaded alongside your .skill.gml mod then it will work!

Development log

Comments

Log in with itch.io to leave a comment.

(1 edit)

Hello, is there any guide on how to change every thing in the ultras? I would like to do an ultra for a character.that causes the range of melee to increase.

Not completely sure what you mean, but to increase melee range you can add to its "speed" variable.  You can join the official Nuclear Throne Discord server if you're looking for programming help: https://www.discord.gg/nt

(1 edit)

Hi, thanks for your answer, do you know how I can eliminate the ultras of a character?

Am late responding but the only way is to manually delete the EGSkillIcon object matching the ultra

I have a question: What would you call on with a skill_get (or ultra_get) in a string of code? Would you use the name of the mutation or..?

ex: if instance(player) skill/ultra_get(?) {

whenever i get to lvl ultra with this installed i get the error

"'121323' (LevCont) does not support custom variables)"

Hmm, this mod might only work with the beta (v9935) then.  You can get the NTT beta from the NT Discord's #co-op_buddies channel description. discord.gg/nt