Forum Discussion

Re: [WORKAROUND] Maps from DLC appearing twice on Overview page

Product: The Sims 4
Platform:PC
Which language are you playing the game in? English
How often does the bug occur? Every time (100%)
What is your current game version number? 1.108.329.1020
What expansions, game packs, and stuff packs do you have installed? All
Steps: How can we find the bug ourselves? Simply buy Lovestruck and update the game
What happens when the bug occurs? - 2 Ciudad Enamordad icons are appearing in world map - The first one shows an empty local town, and the other one shows actual town map
What do you expect to see? One map icon
Have you installed any customization with the game, e.g. Custom Content or Mods? Not now. I've removed them.
Did this issue appear after a specific patch or change you made to your system? Yes
Please describe the patch or change you made. Install Lovestruck & Update the game

I managed to fix this but this is very nasty:

1. While in game, Create a NEW save: "duped-world"

2. Quit the game

3. In launcher option, add "-disablepacks:EP16"

4. Launch the game, and it will warn you about missing pack. Continue anyway.

5. In live mode, Create a NEW save: "disabled-world"

6. Quit the game

7. Remove "-disablepacks:EP16" from launch option

8. Launch the game and try to load

9. WTF, 2 map icon again!?

10. Go to step 1

11. After 2nd attempt, the game finally shows only one icon.

Solution:

You guys need to add a dupe-check code like this:

world_to_load = []

for pack in packs:

    world_loaded.append(pack)

world_loaded=list(set(world_loaded)) // deduplicate by ID, like [EP16,EP16] ---> ]EP16]

Game.load(world_loaded)

No RepliesBe the first to reply

About The Sims 4 Bug Reports - Archive

This is a read-only archive of bugs previously reported on Answers HQ. Click "The Sims 4 Bug Reports" in the right-rail to browse and create new bugs.14,624 PostsLatest Activity: 7 months ago