PascalPascal
Chieftain
- Joined
- Jan 26, 2022
- Messages
- 17
hello, i tried to edit a mod - but i don´t know how:
It´s this DB's Civ VI Gold-mod: https://steamcommunity.com/sharedfiles/filedetails/?id=2533573440
It´s a mod which does alot, but i only wan´t to have the Remove Foreign Info-function, like this predesessor mod does which isn´t working anymore:
Remove Foreign Info: https://steamcommunity.com/sharedfiles/filedetails/?id=2316940266
So this is what the mod does(the DB's Civ VI Gold, too):
- Removes world rankings screen
- Removes stats from the leader ribbons
- Removes info about foreign religions on the religion screen
- Removes the leader icons on the bottom of the Tech and Civic trees
- Removes info about the foreign government's type the Diplomacy screen
- Removes info about relationships with other leaders on the Diplomacy screen
- Removes city information from the dealmaker screen
- Removes gold/resource quantity info from the dealmaker screen
- Removes info about foreign progress toward great people
- Great person recruitment notifications (and history) are anonymous
- Wonder completion notifications are anonymous
I don´t wan´t to have this(the rest of the features are welcome, especially removes stats from the ribbons, revmoves the leader icons on the tech and civi trees):
- Removes world rankings screen
I found this file:
RemoveForeignInfo\DB_RemoveForeignInfo.sql:
I deleted the first line. But the world rank-icon is still not in the game. Any ideas?
It´s this DB's Civ VI Gold-mod: https://steamcommunity.com/sharedfiles/filedetails/?id=2533573440
It´s a mod which does alot, but i only wan´t to have the Remove Foreign Info-function, like this predesessor mod does which isn´t working anymore:
Remove Foreign Info: https://steamcommunity.com/sharedfiles/filedetails/?id=2316940266
So this is what the mod does(the DB's Civ VI Gold, too):
- Removes world rankings screen
- Removes stats from the leader ribbons
- Removes info about foreign religions on the religion screen
- Removes the leader icons on the bottom of the Tech and Civic trees
- Removes info about the foreign government's type the Diplomacy screen
- Removes info about relationships with other leaders on the Diplomacy screen
- Removes city information from the dealmaker screen
- Removes gold/resource quantity info from the dealmaker screen
- Removes info about foreign progress toward great people
- Great person recruitment notifications (and history) are anonymous
- Wonder completion notifications are anonymous
I don´t wan´t to have this(the rest of the features are welcome, especially removes stats from the ribbons, revmoves the leader icons on the tech and civi trees):
- Removes world rankings screen
I found this file:
RemoveForeignInfo\DB_RemoveForeignInfo.sql:
Code:
DELETE FROM GameCapabilities WHERE GameCapability = 'CAPABILITY_DISPLAY_HUD_WORLD_RANKINGS' ;
DELETE FROM GameCapabilities WHERE GameCapability = 'CAPABILITY_LENS_GOVERNMENT' ;
DELETE FROM Notifications WHERE NotificationType = 'NOTIFICATION_WONDER_COMPLETED' ;
I deleted the first line. But the world rank-icon is still not in the game. Any ideas?