Search results

  1. I

    Python Question for WWII SF&B

    I have been away from Civ Modding for a while and even more so from Python. I see everything in VB from my school class with it, and frankly, I'm rusty. I wasn't even spectacular before, but this is going horrible right now. So I have a piece of code that any help on would be nice, it's...
  2. I

    Of Pirates and the Lanun (Featuring FfH2.020)

    The Age of Rebirth At the dawn of the Fourth Age, with the ice sheets of the Age of Ice receding, a tremendous resettling of the world took place. With the Sucellus reborn, and Mulcarn slain, the Third Age ended and led toward the fourth. Hannah the Irin and her people, the Lanun, have begun...
  3. I

    Hall of Fame Log

    I just had my first ever HOF game accepted, and I figured I might as well keep a running tab on my accomplishments here. I've played [civ4] for quite some time now but my highest win ever is only Monarch. I've been more of a modder than anything, and I actually put down [civ4] for a while, but...
  4. I

    Python Question: Units Create Unhappiness and Order?

    I'm just now getting back into modding CIV 4, (I have Vanilla 1.61) and I was thinking this morning about creating a unit that, when it enters a city, creates these effects: 2 unhappiness for the duration of the unit's stay in the city, as well as 2 turns afterward Deletes two "rioting"...
  5. I

    v. 1.61 Bug Report!

    Hey, I just DLed 1.61, totally stoked for an awesome game, and I got some bugs :( First, during the load bar to enter a game, the Tech Advisor popped up, unprompted and empty... I exited that and hit play, like I used to. Then, I got another error. I have no interface at all... Where...
  6. I

    [MODCOMP]British Ship of the Line (Replaces Redcoat)

    After reading here about complaints of the "overpowered" British Redcoat, I decided to take action on something suggested there, so I created the Ship of the Line. It is an improved (as yet I have no new skin... Anyone willing to take this on?) Frigate, with +2 strength. Current Version: 1.5.0...
  7. I

    Idea: Responsive AI

    Hey, I just thought of this idea while I was remembering Star Craft and it's mission editor. Is it possible (In Python) to moniter the scores of players, and to use that so that if the leaders score is more than a set number (say 500) higher than the score of the lowest player, the lowest...
  8. I

    IVZanIV's Clean XML

    Spurred by a recent thread here, I am going to be completely cleaning out the XML, offering a blank yet structured slate for all people trying to totally rebuild from the ground up. This is by NO MEANS ready yet, since I just started now, this is just a teaser to all those sick of having to...
  9. I

    Mafia Mods? (Discussion Thread)

    I was recently brainstorming mod ideas with a friend (CivEmporer @ CivFanatics) and we both agreed that a mafia mod would be an interesting idea, presenting a new face to Civ 4. The idea is to have six "civs" on a map of New York City, with the player choosing which family to back and...
  10. I

    Python Question

    I'm am extremely new to Python, and just tonight decided to (attempt) to make a small mod that, after a city is renamed, displays a thank you message. I put this code in: def onCityRename(self, argsList): 'City is renamed' pCity = argsList[0] if (pCity.getOwner() ==...
  11. I

    Newly Made Units Mod

    I'm throwing this out here so nobody takes it before me, but right now I'm planning on combining most of the newly modeled unit's into a mod so that we can have a whole bunch in one place, I'll need some testers eventually for balance and such, but I think I can handle the coding. Currently...
  12. I

    Help Needed With A Mod?

    Hello, I am currently looking to aid in the making of a mod, almost any type of mod. I am currently (and most likely going to be for a few days/weeks) bored out of my mind. I have experience with XML coding and limited experience with Python. I am open to all requests for help. Thanks...
  13. I

    The Dominion Civ Pack

    Mod Name: The Dominion Civ Pack Current Version: 0.9.3 Compatability: CIV 1.52 Civilizations Added: Riegab Empire, Zanziik Empire Description: This mod is my first release, dedicated to the region The Dominion (The Zanziik Republic) on the online game NationStates. It was originally...
  14. I

    [QUESTION:]Create a Civ, where to put a file?

    Hi. I'm creating a mod with several fictional civilizations for a region on the internet game NationStates. I've only recently started this project, and have only coded for one nations so far, Zanziik. My nation. I am having problems however. At startup (direct startup through .ini file so...
Top Bottom