Sid Meier's Civilization V

Sid Meier's Civilization V

Unique City-States
 Este tema se ha marcado como fijo, por lo que probablemente sea importante
Techpriest Enginseer  [desarrollador] 28 FEB 2017 a las 12:58 a. m.
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.
Última edición por Techpriest Enginseer; 4 ABR 2017 a las 4:09 p. m.
< >
Mostrando 1-4 de 4 comentarios
wistak 25 SEP 2018 a las 10:16 a. m. 
still needed?
Techpriest Enginseer  [desarrollador] 28 SEP 2018 a las 9:03 p. m. 
still needed.
Dimmy 7 ENE 2019 a las 5:48 a. m. 
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  [desarrollador] 7 ENE 2019 a las 2:01 p. m. 
You shouldn't have to edit... if you are just going with what you have.
< >
Mostrando 1-4 de 4 comentarios
Por página: 1530 50