tl;dr add some stuff to make it easier for other sourcemods to use beans-rs.
Adds support to easily change what sources are used for beans and what the name of the source mod is.
This makes it easier to swap out the names of stuff used without changing any of the code, which makes this feasible for other sourcemods to use (that isn't just Open Fortress).
With this change, the only files that should be changed (when using this with a different sourcemod) is;
src/appvar.json
src/text/install_complete_*
should only be done if not a sourcemod that depends on SDK2013MP and TF2.
tl;dr add some stuff to make it easier for other sourcemods to use
beans-rs
.Adds support to easily change what sources are used for beans and what the name of the source mod is.
This makes it easier to swap out the names of stuff used without changing any of the code, which makes this feasible for other sourcemods to use (that isn't just Open Fortress).
With this change, the only files that should be changed (when using this with a different sourcemod) is;
src/appvar.json
src/text/install_complete_*