- What permissions do you give others to modify and/or maintain your submission?
- Modify: YES - Maintain: YES - I give permission for my entire submission to be modified by others or used in their own work. I give permission for my entire submission to be maintained by others as well.
- I made sure my file(s) follow the Submissions Guidelines
- Yes
- I named my file(s) correctly (see Filename Conventions)
- Yes
This Mod is supposed to be used with UDMF!!!!
Binary still works, but you are missing out on features.Stage Gates for SRB2 are Here!
To use. Place the stage gate in your map. Then go to args and set the map to go to.
For Binary just use the angle of the object for the map num.
For Binary just use the angle of the object for the map num.
To Change the Color, Go to Type under the args tab then change it to 2. Then set Color (Also under the args tab.) to a Skincolor Number. You can set type to 0 or 1 it you want Day or Night respectively.
Color Changing in Action
There is also a custom hud used for hubs.
If you have a character that you don't want the hud for or you want to make your own...
You can activate it with this.:
Lua.hubworld = true
If you have a character that you don't want the hud for or you want to make your own...
You can use this in a lua file.:
if not customhubhud
rawset(_G, "customhubhud", {})
end
customhubhud["yourcharname"] = true
Also MAP01 is the test map.
Finally, I can Hub World inside SRB2.
Credits
TehRealSalt for Custom Hud Lib
[Open Assets] - Custom HUD Library
This file provides ways for custom HUDs to properly interact with each other without conflicts. If you're writing a HUD addon and you use this, then every other HUD addon also using this will be compatible with yours! FOR USERS This add-on...
mb.srb2.org
Have Fun