Sid Meier's Civilization V

Sid Meier's Civilization V

Unique City-States
 此主题已被置顶,因此可能具有重要性
Techpriest Enginseer  [开发者] 2017 年 2 月 28 日 上午 12:58
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.
最后由 Techpriest Enginseer 编辑于; 2017 年 4 月 4 日 下午 4:09
< >
正在显示第 1 - 4 条,共 4 条留言
wistak 2018 年 9 月 25 日 上午 10:16 
still needed?
Techpriest Enginseer  [开发者] 2018 年 9 月 28 日 下午 9:03 
still needed.
Dimmy 2019 年 1 月 7 日 上午 5:48 
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  [开发者] 2019 年 1 月 7 日 下午 2:01 
You shouldn't have to edit... if you are just going with what you have.
< >
正在显示第 1 - 4 条,共 4 条留言
每页显示数: 1530 50