Search results

  1. A

    [PYTHON] Bizarre attack behavior in Neoteric World. It does not contain a "CvUnitAI.cpp" for me to inspect.

    I have seen some rare weird attacks by the AI and am trying to find out what changes Neoteric World makes to the AI. I cannot find the python file. The main thing I am asking here is if anyone knows how to access the info on what Neoteric World does with the AI because I may want to check it...
  2. A

    Request route/roads only change to asphalt when entering the modern era instead of the industrial era.

    I cannot for the life of me find anything in the xmls (such as EraInfo.xml) that allows me to change which era the textures of the roads become asphalt. I would like to change it so that the roads only change to asphalt when entering the modern era instead of the industrial era. Anyone know how...
  3. A

    Different Musket, Rifle, and Infantry fire sounds (Tutorial post on the topic of unit sounds does not answer this)

    I am trying to get the musketman, rifleman, and infantry to use different gunshot sound effects. I have read through this post Adding action sounds to unit animation. I have three audio files: MusketFire-000.wav MusketFire-001.wav MusketFire-002.wav (I am 100% certain they work if I use these...
  4. A

    Possible to have simultaneous turns enabled in a single player game? (eliminates waiting for AI turns)

    Using simultaneous turns on multiplayer with AIs only eliminates the need to wait for the AI turns (which can take like 1min in the very late game). The civ mod I am playing (neoteric world) bugs-out when I play a multiplayer LAN game (tried with only AIs). So I was wondering if it is possible...
  5. A

    [BTS] Global Warming has stopped happening after it "strikes" on a mountain tile.

    The very first time global warming struck it pointed to a mountain tile. No global warming has taken place since (about 150 turns now I think). Many nukes have been launched since (and as far as I know once global warming starts it cannot be stopped no matter how much global health is reduced...
  6. A

    [GRAPHICS] Terrain pack called "Sprath"? Talked about in a civfanatics thread from 2015 but cannot find something with that word.

    Here is the link to the forum. https://forums.civfanatics.com/threads/what-are-the-differences-between-the-terrain-textures.542468/ I am trying to find these terrain textures which are apparently from something called "Sprath", which is separate from Blue marble, I think:
  7. A

    [XML] Getting an error when units are killed "error in unitKilled event handler"

    I am using the Neoteric-world mod and am getting the error: Error in unitKilled event handler <bound method BugEventManager.onUnitKilled of <BugEventManager.BugEventManager instance at 0x0467f698> This error is spammed for every unit killed anywhere in the game. Does anyone know what causes this?
  8. A

    Implementing Petra wonder

    So I almost just got it working, but when clicking on the icon to build it the game suddenly crashes. So I almost just got it working, but when clicking on the icon to build it the game suddenly crashes. first; the pythonDbg.log says this: 14:24:35 DEBUG: updatePlotListButtons_Orig - column...
  9. A

    [UNIT] One TYPE of unit per tile

    So it looks like one unit per tile has been tackled in many ways. But it seems to use "support limits" like things. I was thinking to create code that simply says "If this tile has a unit with same unit type then make it an impassable tile for this unit" of course this only applies to the...
Top Bottom