folders go like this. addfile "foldername/filename". i'm pretty sure it's that way.What i mean by this is that, I do "addfile (filename)" But how do i do it when its on a folder?, like i've tried a lot to fix this
Im not on pc right now cuz its late in the night but sure , will try thatfolders go like this. addfile "foldername/filename". i'm pretty sure it's that way.
It works the exact same way. SRB2 will search relevant subfolders for the addon you attach to the addfile command.What i mean by this is that, I do "addfile (filename)" But how do i do it when its on a folder?, like i've tried a lot to fix this
-folder
argument to the command line, works similarly to -file
AUTOEXEC.CFG
in your game folder, when game starts it reads this file and executes everything inside it as in-game Console commands. Here's the example of how I use it:name LeoTM
color "Crimson"
file addons/colors.wad
alias CLEAR CLS
fov 100
Wow thats nice, ill try itYou need to createAUTOEXEC.CFG
in your game folder, when game starts it reads this file and executes everything inside it as in-game Console commands. Here's the example of how I use it:
AUTOEXEC.CFG:name LeoTM color "Crimson" file addons/colors.wad alias CLEAR CLS fov 100
i tried exactly the same but didnt work?, when i launch the game that doesnt happen, i put addfile at the start, am i missing something?You need to createAUTOEXEC.CFG
in your game folder, when game starts it reads this file and executes everything inside it as in-game Console commands. Here's the example of how I use it:
AUTOEXEC.CFG:name LeoTM color "Crimson" file addons/colors.wad alias CLEAR CLS fov 100