Sid Meier's Civilization V

Sid Meier's Civilization V

Unique City-States
 This topic has been pinned, so it's probably important
Techpriest Enginseer  [developer] Feb 28, 2017 @ 12:58am
Mods that have CityStateStatusHelper.lua for EUI users.
If you have an EUI version, you're going to have insert this code:
table_insert( tips, L("TXT_KEY_CSTRAIT_" .. GameInfo.MinorCivilizations[minorPlayer:GetMinorCivType()].Type))

Somewhere underlined between...
-- Status tip = tip .. " " .. GetCityStateStatusText( majorPlayerID, minorPlayerID ) table_insert( tips, tip ) table_insert( tips, L("TXT_KEY_CSTRAIT_" .. GameInfo.MinorCivilizations[minorPlayer:GetMinorCivType()].Type)) -- Influence change if gk_mode then local influenceAnchor = minorPlayer:GetMinorCivFriendshipAnchorWithMajor(majorPlayerID) if influenceAccumulated ~= influenceAnchor then table_insert( tips, L( "TXT_KEY_CSTATE_INFLUENCE_RATE", minorPlayer:GetFriendshipChangePerTurnTimes100(majorPlayerID) / 100, influenceAnchor ) ) end -- Bullying if minorPlayer:CanMajorBullyGold(majorPlayerID) then table_insert( tips, L"TXT_KEY_CSTATE_CAN_BULLY" ) else table_insert( tips, L"TXT_KEY_CSTATE_CANNOT_BULLY" ) end end

Then, you can delete this file within UCS and just play with the mod that have CityStateStatusHelper.lua.
Last edited by Techpriest Enginseer; Apr 4, 2017 @ 4:09pm
< >
Showing 1-4 of 4 comments
wistak Sep 25, 2018 @ 10:16am 
still needed?
Techpriest Enginseer  [developer] Sep 28, 2018 @ 9:03pm 
still needed.
Dimmy Jan 7, 2019 @ 5:48am 
Hi mate, I'm not sure what I have to do here.
Is this only relevant if I have other mods than VP and this one?
Which CityStateStatusHelper.lua I have to edit? I have 5 of them...
• C:\Program Files (x86)\Steam\SteamApps\common\sid meier's civilization v\Assets\DLC\Expansion2\UI\InGame
• C:\Program Files (x86)\Steam\SteamApps\common\sid meier's civilization v\Assets\DLC\Expansion\UI\InGame
• C:\Program Files (x86)\Steam\SteamApps\common\sid meier's civilization v\Assets\DLC\UI_bc1\Core
• C:\Users\~\Documents\My Games\Sid Meier's Civilization 5\MODS\(6a) Community Balance Overhaul - Compatibility Files (EUI)\LUA
• C:\Users\~\Documents\My Games\Sid Meier's Civilization 5\MODS\Unique City-States (v 3)\Lua
Techpriest Enginseer  [developer] Jan 7, 2019 @ 2:01pm 
You shouldn't have to edit... if you are just going with what you have.
< >
Showing 1-4 of 4 comments
Per page: 1530 50