Recent content by bismark439

  1. B

    Map of the Civilization cities 2016-10-05

    <iframe src="https://www.google.com/maps/d/u/0/embed?mid=1f-IE-LsoY1VPzCP_5xYugmWe5Sk" width="640" height="480"></iframe> This shows location of cities of modern civilizations in Civ5. Particularly useful if you are making a scenario of an Earth map, but when you don't know which city to...
  2. B

    civ specific bonus 2 problem

    THe screen shot is attatched. I made a Civilization choosing screen. It only have option of greece. ---------------------------------------------------------------- include( "IconSupport" ); include( "UniqueBonuses" ); ----------------------------------------------------------------...
  3. B

    My dialog popup has some problem

    I am looking at this page and making a UI http://forums.civfanatics.com/showpost.php?p=11490400&postcount=2 this is my code, basically modified from Whoward's on g_DialogID = "Dialog1b" include("DialogUtils") include("IconSupport") function OnOK() ContextPtr:SetHide(true) end...
  4. B

    Popup Modding Help!!

    --------------------------------------------------------------------- GameEvents.PlayerDoTurn.Add(function(iPlayer) -- Only on first player's turn if (iPlayer > 0) then return false; end if (Game.GetGameTurn() == 1 ) then DoBriefing (iPlayer); end end); I made a popup...
  5. B

    Leader Spreadsheet Modified Version 2016-10-05

    Originally made by http://forums.civfanatics.com/showthread.php?t=465076 I just modified this file. -Changes 1. Inverted Row and Columns Now leader names are Y axis, Flavours are Y axis. More convenient to compare. 2. Filtering function. You can exclude specific civilizations...
  6. B

    I have an error while modifying Policy

    Screenshot is attached below. Policies do not show up in Policy popup trees. However, in IGE it works very well. Does anyone know what the problem is????:confused::confused::confused::confused:
  7. B

    Lua help - problem with getting pPlayer

    function GetVictoryPlayers() local iBekje; local iGogur; local iSilla; local iChina; -- Find out who the players are for iPlayer = 0, 3, 1 do local pPlayer = Players[iPlayer]; -- local playername = pPlayer:GetCivilizationType() if (pPlayer:GetCivilizationType() ==...
  8. B

    How to use "SerialEventForestRemoved"

    I found this from here http://modiki.civfanatics.com/index.php/Lua_Game_Events SerialEventFeatureCreated SerialEventFeatureDestroyed SerialEventForestCreated SerialEventForestRemoved SerialEventJungleCreated SerialEventJungleRemoved there are multiple things that i am interested in...
  9. B

    Where can I get Galley Graphic??

    Thank you!!!!!!!!!!!!!!!!!!!!!!!!!!!!!1
  10. B

    The rise of Sea Peoples Scenario 2016-10-05

    The Rise of Sea People About Sea Peoples in detail : http://en.wikipedia.org/wiki/Sea_Peoples ========= Intro Sea peoples are mysterious groups of people who appeared in around 1300~1200 b.c. They were a strong fighters, they destroyed everything in Valcan penninsula...
  11. B

    Where can I get Galley Graphic??

    Like Polynesia has own ship graphics and Denmark has Viking ship graphics for units embarked. I will ask in graphic forum thx.
  12. B

    Where can I get Galley Graphic??

    http://images1.wikia.nocookie.net/__cb20101107104156/civilization/images/7/76/Galley_screenshot_(civ5).jpg This Galley graphic. I want to overwrite this graphic into Polynesia War canoe graphic, but I dont know where to get this:confused: Does anyone have .sref .dds .fxsxml ...etc sets...
  13. B

    Is there any mod that...

    Culture bombing leads to instant war unless there's a peace treaty signed? I want some mods or lua codes that culture bombing by General makes war.:rolleyes::rolleyes::rolleyes::rolleyes::rolleyes:
Top Bottom