Cant see map icons

Started by Killer88rar, April 19, 2019, 11:19:45 AM

Previous topic - Next topic

Killer88rar

I made a new game and at first it was ok but then all the map markers disappeared (except one for every faction)
New markers(item stash,bandit camp,etc) that appear are invisible
Mods/Log list: https://gist.github.com/HugsLibRecordKeeper/eba2f8c9d09f96de8030e00bc258255b
Image: https://imgur.com/a/R2cbVo1
I don't mind it very much but it is very annoying

Canute

Hi,
the error log show that the storyteller try to execute an event
"MoreFactionInteraction.IncidentWorker_ReverseTradeRequest"

You can delete these incident manualy from your safegame.
Backup your safegame
Open it with an texteditor
Search for <queuedIncidents>
Then you see the list of incidents. Check the def entry and look for ReverseTradeRequest or similar, then delete the entry from <li> to </li>

When you manualy installed the mods, you should look for modupdates, or be sure you have the latest version.
If these error (or icons disappear) appear again, you maybe should post an error log to More Faction interation topic, maybe the mod author can help.



Killer88rar

#2
I did what you said but i found 5 of the same incidents
Do I delete them all or just one?
They look like this:
               <li>
                  <firingInc>
                     <def>MFI_ReverseTradeRequest</def>
                     <parms>
                        <target>Map_0</target>
                        <threatPoints>-1</threatPoints>
                        <faction>Faction_42</faction>
                        <forced>True</forced>
                        <spawnCenter>(-1000, -1000, -1000)</spawnCenter>
                        <spawnRotation>2</spawnRotation>
                        <pawnGroups IsNull="True" />
                     </parms>
                  </firingInc>
                  <fireTick>2745374</fireTick>
                  <retryDurationTicks>2500</retryDurationTicks>
               </li>

Canute

That's the @100 question ! :-)
The error msg. don't give any hint about it beside ReverseTradeRequest.
I would delete at first, the first one, load the safegame and check if something change.
Then delete the second one, ....


Killer88rar

I did what you said but nothing changed
Thanks for the help anyways