That'd be cool to see in the future. I'd add anyones maps to the mod itself as well if they did any.
I added pointless twitter account just for coop mainly for moddb site.
https://twitter.com/turok2cAnd also updated to v0.9.4 (September 22, 2018)
- Fixed Primagen Boss Fight. Sometimes he would try to regen after all his parts were destroyed and skipped going to his next stage.
- Fixed Common Platform def. Adding the platform component to the common platform def caused an error in some maps. (because that makes sense...)
- Fixed crash when starting a map. My Hud was unnecessarily trying to remove all the image actors when map was ending and the actor pointers could sometimes be bad after the game destroys them. Since they were already getting destroyed there's no need to do it again. Deleted Hud::OnDestroy function.