Recent content by bluefoxxp

  1. B

    Adding buildings to cities by Lua ?

    I followed your advice (executing my code now seems to be no problem for Civ5, thanks!) and additionally I modified my program with a method-call of "GetCityByID", which I found at Firaxis Live Tuner: ContextPtr:SetUpdate(function() local player = Players[0]; cb = player:GetCityByID(0)...
  2. B

    Adding buildings to cities by Lua ?

    Hi, currently I'm working on my 1st scenario project. One of the problems that I am trying to handle is to place a specific set of buildings (e.g. barracks, a market and a granary) into every city on my map at the start of the game initially. Well, I finished my map and placed all...
Back
Top Bottom