@Schoen-Train
Ok there we go, change test
to mirror O_East
(but make sure you use whatever occupies the same spot as O_East
in each pbo so every pbo has a different PBOPREFIX file content.
You can also change testmod
(from PBO prefix) to a short name (no spaces or special characters) that resembles your mod. This part should be the same for every pbo that belongs to a specific mod.
For example, if you have a mod named MyFactionPack which contains two factions MML,DYO. Your PBOPREFIX content for each pbo might look like this.
MyFactionPack_MML.pbo: x\MFP\addons\MML
MyFactionPack_DYO.pbo: x\MFP\addons\DYO
Hopefully that makes sense, and hopefully it works. If not I'll probably just ask for the whole thing so I can debug without wasting more time.