• 📚 Admin Project Update: I've added a major feature to PictureBooks.io called Avatar Studio! You can now upload photos to instantly turn your kids (and pets! 🐶) into illustrated characters that star in their own stories. Give it a try and let me know what you think!
Rayoz12's Cheat Panel

Rayoz12's Cheat Panel Mod v0.0.4

Thank you
 
1.3.1 broke it all over again (on my Mac). No top left icons visible at all.
 
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!
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.
 
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 :)
This fix worked great. Thanks. Unfortunately the newest update broke the mod again.
 
@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?
 
@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?
Yep it only works with a new save or a save from the old patch.
 
What got it to work for me was a 1 line change to my original edits.

Go to your Cheat Panel mod folder, then go to ui\sub-system-dock. Open up the panel-sub-system-dock.js file in notepad or a text editor and make this edit at line 10:

JavaScript:
import { a as DialogBoxManager} from '/core/ui/dialog-box/manager-dialog-box.chunk.js';

So the 5 import statements at the top should look like:

JavaScript:
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';

Hope it works out for yous!
 
@ Kevroids,
Worked just fine on my MBP! (Even on my old ongoing game!)
Thanks a bunch.

P.S. How do you find out what to change???
 
Last edited:
'/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.
 
'/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.
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.
 
Is anyone having the game crash as it goes from the age of antiquity to the next age. My game keeps crashing before it loads for me to press begin. any update to fix that. i am assuming the mod is causing this?
 
Last edited:
Console (F8) key does not work for me.

Downloaded Ok and see the mod but is there a way to enable this before you discover religion? Any hotkeys as alternate?

Thanks!
 
Back
Top Bottom