make line breaks with the enter key if you want to add more.addfile (the exact name of the mod.pk3/lua/whatever)
addfile V_PVPalette-v2.1.pk3
addfile VCL_ModernSonic-v4.pk3
addfile VCL_NeoSonic-v2.0.pk3
addfile VCL_Werehog-v1.3.2.pk3
addfile VCL_Yoshi-v1.3.3.pk3
+addfile V_PVPalette-v2.1.pk3
+addfile VCL_ModernSonic-v4.pk3
+addfile VCL_NeoSonic-v2.0.pk3
+addfile VCL_Werehog-v1.3.2.pk3
+addfile VCL_Yoshi-v1.3.3.pk3
You need to prefix the lines with "+", like this:
The reason why is because "-" denotes a command-line parameter and "+" denotes a console command. The game's looking for a parameter or command to execute, but fails to do so for that command because it cannot find either of those symbols.Code:+addfile V_PVPalette-v2.1.pk3 +addfile VCL_ModernSonic-v4.pk3 +addfile VCL_NeoSonic-v2.0.pk3 +addfile VCL_Werehog-v1.3.2.pk3 +addfile VCL_Yoshi-v1.3.3.pk3
Where should I place the new file in srb2?1. Open a text editor on your computer like Notepad.
2. In the new text file, type out:
make line breaks with the enter key if you want to add more.
3. Instead of saving the file normally, use the "Save As" function and name the file "Autoexec.cfg".
Move the newly created autoexec.cfg to your SRB2 folder, and the game will automatically load whatever mods you typed in it on startup, as long as that file's in your SRB2 folder.
Hope this helps!
It should be in the same directory as the game.Where should I place the new file in srb2?
srb2win.exe
, then you're in the right folder where your autoexec.cfg
should be.I'm using a Mac.It should be in the same directory as the game.
If you can seesrb2win.exe
, then you're in the right folder where yourautoexec.cfg
should be.
Are you showing filename extensions? It's possible the file looks like it's named "autoexec.cfg" when it's actually called "autoexec.cfg.txt".i wrote this code (im using blue streak, deltachars and shadow)
i named the file autoexec.cfgCode:+addfile (cl_Shadow-v1.3.pk3) +addfile (CL_Blue-Streak1.0.2.pk3) +addfile (CL_DeltaChars-v1.1.pk3)
yet, nothing.
can anybody help me?
remove the + and brackets on each linei wrote this code (im using blue streak, deltachars and shadow)
i named the file autoexec.cfgCode:+addfile (cl_Shadow-v1.3.pk3) +addfile (CL_Blue-Streak1.0.2.pk3) +addfile (CL_DeltaChars-v1.1.pk3)
yet, nothing.
can anybody help me?