If you want to recreate the custom wave functionality for your own mod, the gist of it is making a script that lets you select any of all creatureTables in the game, then uses that selection to replace the creatureTables of certain waves based on whatever criteria. In my case I changed them if the wave ID has a certain word, and then based on whichever faction (or team) number they had. I'm willing to release the source code if you (or anyone!) is interested. Actually, I've been wanting to do that for all my code mods, so maybe I will today
If you want to make a new wave but use the functionality of this mod, there are a few things to note. I think the only requirements for it to be custom are that it has "CustomJoj" in the wave id (For example 'CustomJojReallyCoolWave', and that it uses factions 2 or 4 (for table1) and 3 (for table2). Or, if you want free for all, it has "FFACustom" in the wave id and enemies on faction 0.
EDIT: I just realized maybe you're not talking about custom as in changeable in-game and instead just making your own wave in general.. I think there might be some tutorials in the discord, but the way I learned is just by looking at the game's own waves and working off of that.
could you make the mixed endless work with modded armor?(blacksteel armor, medieval armory, ect) but make it so you can disable the ones you dont want? im about 83% sure thats not possible though
why the base game doesn't have endless waves by default is beyond me, but every time there's a major update and mods break i notice this mod or other variants of it being missing almost immedietly.
19 comments
If you want to make a new wave but use the functionality of this mod, there are a few things to note. I think the only requirements for it to be custom are that it has "CustomJoj" in the wave id (For example 'CustomJojReallyCoolWave', and that it uses factions 2 or 4 (for table1) and 3 (for table2). Or, if you want free for all, it has "FFACustom" in the wave id and enemies on faction 0.
EDIT: I just realized maybe you're not talking about custom as in changeable in-game and instead just making your own wave in general.. I think there might be some tutorials in the discord, but the way I learned is just by looking at the game's own waves and working off of that.
why the base game doesn't have endless waves by default is beyond me, but every time there's a major update and mods break i notice this mod or other variants of it being missing almost immedietly.