Announcement

Collapse
No announcement yet.

[C4:AC] python code for wonders and faction

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • #16
    use bugmenot.com to download it. otherwise suggest anotbher way I can send you a 31 meg download.....
    Come visit the SMAC Mod
    You can download the latest mod by
    http://code.google.com/p/civ4smac/
    Fan of the original SMAC? join us and help

    Comment


    • #17
      See my other post, Gavin.
      He who knows others is wise.
      He who knows himself is enlightened.
      -- Lao Tsu

      SMAC(X) Marsscenario

      Comment


      • #18
        .................................

        I replied.....

        ps Code supplied by Lord Olleus for Human transit syst

        For oncitybuilt....

        iNumCities = gc.getPlayer(iPlayer).getNumCities()

        for i in range(iNumCities):
        pLoopCity = gc.getPlayer(iPlayer).getCity(i)
        if pLoopCity.isHasRealBuilding(gc.getInfoStringForTyp e("BUILDING_NAME"), true)
        pCity.setPopulation(3) #Sets population
        Last edited by Gavin Berchler; January 7, 2007, 11:38.
        Come visit the SMAC Mod
        You can download the latest mod by
        http://code.google.com/p/civ4smac/
        Fan of the original SMAC? join us and help

        Comment

        Working...
        X