MarioMaster12
Delete my account pls
I have a problem with autoexec.cfg. For some reason SRB2 will only load 2 Wads when I try to addfiles. Can anyone help me with this problem?
Autoexec is a faster way to play the game without manually typing commands.*Steel* said:You'll forget about it if you'll have it in Autoexec. Just use SRB2 Launcher.
As it did happen with me once, my guess: since SRB2 takes a while to load each wad and it ends up skipping script lines, I suggest you add a "wait" between each addfile.I have a problem with autoexec.cfg. For some reason SRB2 will only load 2 Wads when I try to addfiles. Can anyone help me with this problem?
addfile "name1.wad";
wait 15;
addfile "name2.wad";
wait 15;
addfile "name3.wad";
//// SRB2 autoexec configuration file
echo "Loading wads..."
wait 10
addfile "scr_zr2.wad"
wait 70
echo "ZR2 loaded."
addfile "Jasper.wad"
wait 35
echo "Jasper loaded."
addfile "Soonata.wad"
wait 35
echo "Soonata loaded."
echo ""
echo "* All wads loaded successfully! *"
echo ""
ADDFILE EXAMPLE.WAD
ADDFILE EXAMPLE2.WAD
ADDFILE EXAMPLE3.WAD
ADDFILE EXAMPLE4.WAD