JomSpoons
Member
I'm looking for a way to automatically load many addons automatically when launching SRB2Kart. The two most common methods I see suggested for doing this is using a launcher software (which I'm not too interested in) or configuring an autoexec.cfg file. I don't know what the issue is, but no matter what I do, autoexec seems to load nothing I throw at it.
I have all of my files for SRB2Kart kept in C:\Games\SRB2Kart and I keep all of my addons in a subfolder called ADDONS (C:\Games\SRB2Kart\ADDONS)
I have tried creating an autoexec.cfg file in the SRB2Kart folder with addfile commands included. I have tried moving one or more addon files to the SRB2Kart folder, as well as specifying the exact file path, but neither of these have worked for me. I'm not sure if there's a way to only specify a subdirectory instead of an entire path, but that probably wouldn't work either.
Here is an example of how I might setup my autoexec, which ends up not loading anything for me:
One thing I've tried that has worked is Method 3 from here. However, I can't figure out how to load multiple addons automatically this way since I don't know how to add a working wildcard for the filename and filetype. I'm probably missing something obvious with the autoexec file but I'm not sure what. I'd appreciate any guidance.
I have all of my files for SRB2Kart kept in C:\Games\SRB2Kart and I keep all of my addons in a subfolder called ADDONS (C:\Games\SRB2Kart\ADDONS)
I have tried creating an autoexec.cfg file in the SRB2Kart folder with addfile commands included. I have tried moving one or more addon files to the SRB2Kart folder, as well as specifying the exact file path, but neither of these have worked for me. I'm not sure if there's a way to only specify a subdirectory instead of an entire path, but that probably wouldn't work either.
Here is an example of how I might setup my autoexec, which ends up not loading anything for me:
autoexec:
addfile bonuschars.kart
addfile C:\Games\SRB2Kart\ADDONS\kc_animechars_v7.pk3
One thing I've tried that has worked is Method 3 from here. However, I can't figure out how to load multiple addons automatically this way since I don't know how to add a working wildcard for the filename and filetype. I'm probably missing something obvious with the autoexec file but I'm not sure what. I'd appreciate any guidance.