Custom Ultras
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
Status | Released |
Category | Game mod |
Rating | Rated 3.0 out of 5 stars (2 total ratings) |
Author | Yokin |
Tags | Nuclear 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
- Update 5/13/2021May 13, 2021
- Update 3/9/2021 #2Mar 09, 2021
- Update 3/9/2021Mar 09, 2021
- Update 1/10/2021Jan 11, 2021
- Update 2/4/2019 #2Feb 05, 2019
- Update 2/4/2019Feb 05, 2019
Comments
Log in with itch.io to leave a comment.
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
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