Recent content by Smidley

  1. S

    Earth map, 24 civs [for Warlords]

    The new DLL worked for me, but it still crashed in-game while using the debugging tools. I can't confirm if this is a problem with the mod or Warlords 2.08 itself. I'll try it without the mod when I get home.
  2. S

    [XMLCOMP] Remove "[Civilization] wins a [Victory Type] Victory!!!!"

    I like to continue playing after I've won, but I find the display of "[Civilization] wins a [Victory Type] Victory!!!!" to be very annoying. In Civ4GameTextInfos.xml, I changed this: <TEXT> <Tag>TXT_KEY_MISC_WINS_VICTORY</Tag> <English>%s1_PlyrName Wins a %s2_VctryName...
  3. S

    Removing "[Civilization] has won a [Victory Type] Victory"

    I finally got it! (Though I haven't been working on it much.) With help from the above post, I gussied up that XML file and it worked. I changed this: <TEXT> <Tag>TXT_KEY_MISC_WINS_VICTORY</Tag> <English>%s1_PlyrName Wins a %s2_VctryName Victory!!!!</English> <French>%s1_PlyrName remporte une...
  4. S

    Patch 1.52: Civ Now Unplayable on Gamespy

    I got the "Contacting Peer" a while ago, but was able to play since then.
  5. S

    v1.52 Patch results

    Here it is. It wasn't as bad as last night, but you can still see the shrowd creeping into my territory. It's worth noting that I was at war with those cities' previous owner at the time of the patch.
  6. S

    v1.52 Patch results

    Holy crap, it's so responsive now. I was only disappointed by two things: 1. Before the patch, my huge empire was pulling in around $550/turn. After the patch, I'm in the red at -$300/turn. 2. There's some problems with the shrowd. Even with my unit selected, the shrowd in certain areas...
  7. S

    Removing "[Civilization] has won a [Victory Type] Victory"

    Scheissen. I don't know much about Python. Is it as easy to pick up as XML?
  8. S

    Mod request: Nukes reduce city defenses

    Ah... I don't know much about Python. I figured there was a variable for reducing city defenses for every unit. :confused:
  9. S

    Removing "[Civilization] has won a [Victory Type] Victory"

    I just noticed that in the XML file, there are only three exclamation points, whereas in the game there are four. :confused:
  10. S

    Mod request: Nukes reduce city defenses

    I found this in \Assets\XML\Units\CIV4UnitInfos.xml: <UnitInfo> <Class>UNITCLASS_ICBM</Class> <Type>UNIT_ICBM</Type> <UniqueNames/> <Special>SPECIALUNIT_NUKE</Special> <Capture>NONE</Capture> <Combat>NONE</Combat> <Domain>DOMAIN_IMMOBILE</Domain>...
  11. S

    Mod request: Nukes reduce city defenses

    I agree that that's pretty stupid.
  12. S

    Removing "[Civilization] has won a [Victory Type] Victory"

    I like to continue playing after I've won, but I find the display of "[Civilization] has won a [Victory Type] Victory" to be very annoying. I've done some snooping and I found this in \Assets\XML\Text\CIV4GameText_Misc1.xml: <TEXT> <Tag>TXT_KEY_GAME_WON</Tag> <English>%s1 has won a %s2...
Back
Top Bottom