zynlen101 10 Posted May 17, 2014 I've been trying to get the game to load a modfolder named @General. I use this in the target line for the shortcut: -nosplash -mod=DBE1;@General;@GL3 None of the addons in the @General modfolder do not load, yet DBE1 and @GL3 do. Share this post Link to post Share on other sites
rowdied 44 Posted May 19, 2014 inside the @general modfolder do you have another folder called add-ons with the add-ons you want to load placed inside this one? Share this post Link to post Share on other sites
eggbeast 3673 Posted May 20, 2014 assuming your mod file is mypbo.pbo run in @general folder like this: @General\AddOns\mypbo.pbo mypbo.pbo should contain a config.bin or config.cpp file and ideally a pboprefix containing the lines: mypbo prefix=mypbo beware also of mod.paa and mod.cpp files in the @General folder which may disable some of the contents if not made correctly. Share this post Link to post Share on other sites