Moderator
Last active 3 years ago
Awesome. No worries, glad to have it resolved.
Have fun.
@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.
Ok, so I see O_East
, I'm guessing this is changed for each of the other factions? Seems like a new feature added in by Tup that I was not aware of. The next step would be checking the PBOPREFIX file which might not be changed. If you could post the contents of that file here that would be great (just one line so no need for pastebin).
post your autogen.hpp file contents to pastebin and link back here, I'll let you know the correct thing to change.
You could loop through all Module_F objects and check if any match the classname of the MilLog module. Then waitUntil the module has a variable named "initialAnalysisComplete" AND its value is true.
private _moduleObject = ...;
waitUntil { _moduleObject getvariable ["initialAnalysisComplete", false] };
// it's done
First, make sure each pbo name is unique. Then go through each autogenerated file (ctrl-f) and anywhere you see (I think it's) testmod
, change this to a name unique to each pbo. This should solve your problem.
You can use the orbat creator to both check, and create a compatibility config if needed.
Make sure you follow the steps here to get the faction in game, it sounds like it might not be properly done.
You are using it correctly as per your example. They will move to occupy known objectives