- What permissions do you give others to modify and/or maintain your submission?
- Modify: ASK ME - Maintain: IN MY ABSENCE - Others must ask me for permission before modifying my submission or use it in their own work, and I reserve the right to say no for any reason. However, if I can no longer be contacted, I give permission for my entire submission to be maintained by others.
A week straight of programming later, and it's here!
SRB Chasers, or just Chasers is a gamemode consisting of race, competition, and some of the pizza time modes in spirit.
Your goal is to carefully balance killing enemies for score, grabbing rings and monitors, as well as whacking other players!
All whilst racing backwards through the level and against the timer!
Behold my outstandingly horrible gameplay:
SRB Chasers, or just Chasers is a gamemode consisting of race, competition, and some of the pizza time modes in spirit.
Your goal is to carefully balance killing enemies for score, grabbing rings and monitors, as well as whacking other players!
All whilst racing backwards through the level and against the timer!
This project has been an absolute wonder to make, especially with the help of Saxa2007 who made the music!
Not to mention the helpful and fun testing from the people in my discord, y'all carry this!
The mode by itself doesn't have many maps, but there's a seperate pack included with a few more from the base game. (and one from my friend Will!)
This is because I didn't want to force hard map alterations into the gametype itself, if that makes sense.
Additionally, the balance of hitting other players and pvp in general is up to the server host's choice of mods. And can vary greatly.
Some technical disclaimers!
This mod is quite often iffy with characters that override/mess with the death code.
I cannot guarantee all characters will work correctly, or at all. I cannot list them all or help you with that.
Furthermore some (very few) characters just unexplainably break with this mod loaded.
Not to mention the helpful and fun testing from the people in my discord, y'all carry this!
The mode by itself doesn't have many maps, but there's a seperate pack included with a few more from the base game. (and one from my friend Will!)
This is because I didn't want to force hard map alterations into the gametype itself, if that makes sense.
Additionally, the balance of hitting other players and pvp in general is up to the server host's choice of mods. And can vary greatly.
Some technical disclaimers!
This mod is quite often iffy with characters that override/mess with the death code.
I cannot guarantee all characters will work correctly, or at all. I cannot list them all or help you with that.
Furthermore some (very few) characters just unexplainably break with this mod loaded.
Add a map! How to do it:
Simple! In the SOC header for your map, add
CHASERS
to the gametypes, and add this at the bottom:
Chasers Map Header:
Lua.srbc_maptimer = 150
Lua.srbc_partime = 40
Lua.srbc_escapex = -727
Lua.srbc_escapey = 1337
Lua.srbc_escapez = 420
Lua.srbc_escapeang = 270
"maptimer" Is the standard time limit for the map.
"partime" Is the par time for this map, make sure to set it accurately and reasonably! Overtime calculations depend on this.
x, y, z and ang all should be an absolute position found in the map to put the escape ring at.
Add a music set! How to do it:
Add a Lua file and some music lumps into a PK3.
In the Lua file, write the following:
Chasers Music Profile:
SRBC_CONVAR.music["example profile"] = {
game = "BCZ1",
overtime = "VSMETL",
description = "Look at me! I'm a cool custom music option added by this server!"
}
Give it any name.
Replace "BCZ1" and "VSMETL" with the names of your music lumps.
(Which I will assume you know how to do correctly)
Badda bing badda boom!
Now just load Chasers FIRST.
And then your music addon.
My heart and thanks goes out to all of y'all who have been giving nothing but overwhelming support from the very start.
Every single last one of you who commented anything on any of my wip posts did their part in making sure this released, thank you. <3
Open Assets Used:Every single last one of you who commented anything on any of my wip posts did their part in making sure this released, thank you. <3
[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...
