If you are on Windows:How do you find your mods folder?
C:\Users\YourUserName\AppData\Local\Firaxis Games\Sid Meier's Civilization VII\Mods
If you are on Windows:How do you find your mods folder?
Well, I was enjoying the mod a lot. Then. like an idiot, I downloaded the latest official update. And now it's back to the icons being gone.Thanks you so much. That number is hard to see. I downloaded the fix and started a new game. The cheat panel and and all the icons are there!
Yep. I lost all my icons on a game i had already started and cheating on.1.3.1 broke it all over again (on my Mac). No top left icons visible at all.
This fix worked great. Thanks. Unfortunately the newest update broke the mod again.I modified the script using ChatGPT, and fixed the menu in its entirety.
Here is the updated file working with the latest update of Civ7.
let me know if you have any issues
1. download file
2. unzip
3. put it in your mods folder.
4. make sure to enable to mod in game.
5. enjoy![]()
Thanks. Where do I fond the beta options?@Valleyman1012
If you go on Steam and into the beta options for civ 7 you can select to play the "legacy" version. This isn't really a beta, it's the previous patch. Then your games and mods should behave the way you want.
I found them. Sorry to ask so many questions.Thanks. Where do I fond the beta options?
Yep it only works with a new save or a save from the old patch.@MutilationWave,
So after selecting the legacy version in Steam, it correctly loads the 1.3.0 build, but when I try to open my ongoing game (which was running under 1.3.1), I get "Save file has an unsupported version", and I'm stuck.
Does the "legacy" change only allow fresh starts from scratch?
import { a as DialogBoxManager} from '/core/ui/dialog-box/manager-dialog-box.chunk.js';
import ContextManager from '/core/ui/context-manager/context-manager.js';
import FocusManager from '/core/ui/input/focus-manager.js';
import { P as Panel } from '/core/ui/panel-support.chunk.js';
import { a as DialogBoxManager} from '/core/ui/dialog-box/manager-dialog-box.chunk.js';
import { Icon } from '/core/ui/utilities/utilities-image.chunk.js';
It works perfect, thank you for helping us with the support. I use the healing of the troops since it seems AI cheats every now and them. Thanks again for your time and effort...'/core/ui/dialog-box/manager-dialog-box.chunk.js' is a file in the Civ7 installation folder. You can open up that file and see what classes are being exported and under what alias.
In this case, DialogBoxManager is a class that used to be just called DialogBoxManager. After the last patch, Firaxis decided to name it 'a', which is why the change I made needed to be made.
After edit those codes, the pigeon appear on the screen, but no menu seen clicking on the pigeon. Also, pressing F8 no reaction.'/core/ui/dialog-box/manager-dialog-box.chunk.js' is a file in the Civ7 installation folder. You can open up that file and see what classes are being exported and under what alias.
In this case, DialogBoxManager is a class that used to be just called DialogBoxManager. After the last patch, Firaxis decided to name it 'a', which is why the change I made needed to be made.