Dart’s Utilities for Mission Building (DUMB)
Dart’s Utilities For Mission Building (DUMB) adds various modules for cooler missions.
The project is entirely open-source and any contributions are welcome.
- A Halo style "chapter title" effect, where borders slide in with a title
- A "space debris" module to randomly generate things like asteroids, ship debris, etc.
I do plan on adding more, but people asked for the Halo effect as a stand-alone mod, so its place is here. I am planning on making a space debris module where objects will float away in a given direction.
Also wiki on GitHub Soon:TM: for a rundown of features.
For new contributers, see the Contributing Setup & Guidelines[github.com].
DUMB is licensed under APL-ND[github.com].
You are not allowed to reupload this mod to the Steam Workshop.
Steam is not the place for bug reports or feature requests. If you come across an issue or would like to request a new feature, do so on GitHub[github.com].
Have a question? Check out my Discord[discord.gg].
Is this needed on the server?
Yes this mod is required on all clients and the server. This mod adds custom UI elements that must be loaded on the client to function.
Why ACE Dependency?
DUMB uses ACE’s API to work better with other mods and prevent issues. E.g. if two mods use the vanilla showHud command, one will overwrite the other. ACE has API to let multiple mods both hide hud elements and work better together.