Hi,
I have a bunch of custom commands that help me a lot which are written in a txt file (for level design, server management, camera and stuff). Every time I start up SRB2, they are loaded via autoexec.cfg or through EXEC command.
Now, I want to share some of my scripts through a wad file. I decided for wad file because I don't want people to mess with their autoexec's or type commands on console. I just want to say "just load the wad and the commands are ready for use". They won't need to access a specific level to load a SCRIPT lump (as shows ScriptName) and I don't want to create two files: one just for MAINCFG's ExecCFG and other for the scripts.
I'd like a wad with the scripts inside which are loaded on wad load. With no extra files, with no need of level load. I'd want to keep it as clean and simple as possible.
Is it possible?
I have a bunch of custom commands that help me a lot which are written in a txt file (for level design, server management, camera and stuff). Every time I start up SRB2, they are loaded via autoexec.cfg or through EXEC command.
Now, I want to share some of my scripts through a wad file. I decided for wad file because I don't want people to mess with their autoexec's or type commands on console. I just want to say "just load the wad and the commands are ready for use". They won't need to access a specific level to load a SCRIPT lump (as shows ScriptName) and I don't want to create two files: one just for MAINCFG's ExecCFG and other for the scripts.
I'd like a wad with the scripts inside which are loaded on wad load. With no extra files, with no need of level load. I'd want to keep it as clean and simple as possible.
Is it possible?
Last edited: