Recent content by arcticnightwolf

  1. arcticnightwolf

    Feedback, ideas, and brainstorming pls - Lurchuip Scenario

    well, you could store the decimal part separately, and once it is >= 1 then add the whole part to the AC; and for storing the decimal part you could use the BugData.getTable/setTable like you used here
  2. arcticnightwolf

    Feedback, ideas, and brainstorming pls - Lurchuip Scenario

    you are repeating the same code a lot, consolidate it a bit - use loops and arrays for example, this code pLuchuirpCityPlot = CyMap().plot(61, 48) if CyGame().getSorenRandNum(1000, "LuchuirpCity1") <= 2: if pLuchuirpCityPlot.getNumUnits() == 0: if pLuchuirpCityPlot.isOwned() == False...
  3. arcticnightwolf

    #erebus is back: the chatroom for all things about FfH and FF

    yeah, i've been told that we have to wait until Till notices that it's down
  4. arcticnightwolf

    Random Rants LVIII: Wassamatta U... Ah Shaddap you face.

    do we know any ETA on when the server comes back / if the server comes back ?
  5. arcticnightwolf

    Unicorn

    Hm, I totally forgot that was in. Btw, PPQ_Purple, having spoiler tag in signature is against the rules of CFC. I'd received infraction for it, just FYI. :D
  6. arcticnightwolf

    Random Rants LVIII: Wassamatta U... Ah Shaddap you face.

    Rant: Can't connect to Fiftychat irc server. :( I hope Till fixes it soon.
  7. arcticnightwolf

    ModModder's Guide

    hmm, hmm, yeah, i don't really know how exactly python works with additional modules, but according to the code the name of the module is the name of the file, which might cause issues when two files are named the same ... i guess (i wrote that piece of code like 4 years ago, i don't really...
  8. arcticnightwolf

    Final Fixes Reborn

    yes, because "\Sid Meier's Civilization IV Beyond the Sword\Mods" is mod folder for the original civilization4, but "Sid Meier's Civilization IV Beyond the Sword\Beyond the Sword\Mods" belongs to the Beyond the Sword expansion (which is where you should be running Fall from Heaven)
  9. arcticnightwolf

    What map settings do you enjoy?

    I used to play with pangaea, standard size, high sealevel, quick, emperor no duin, no orthus, no goody huts, double mana, blessing of a., all improvements, no goody huts, no vassals, no tech brokering no religious win, no altar win all non-original-ffh civs disabled
  10. arcticnightwolf

    You've Grown too Powerful for us

    file CvTeamAI.cpp in function DenialTypes CvTeamAI::AI_permanentAllianceTrade(TeamTypes eTeam) const [..] if ((getPower(true) + GET_TEAM(eTeam).getPower(true)) > (GC.getGameINLINE().countTotalCivPower() / 2)) { if (getPower(true) > GET_TEAM(eTeam).getPower(true)) { return...
  11. arcticnightwolf

    Final Fixes Reborn

    well, ljosalfar's world spell will make one treant on every ljos's forest tile or something like that and they will last for 5 turns also, stepping on ancient forest in hostile lands have some chance to spawn a treant
  12. arcticnightwolf

    Final Fixes Reborn

    c# is probably one of the easiest from the C-family to code stuff in
  13. arcticnightwolf

    Final Fixes Reborn

    your XML files are corrupted the first error says that in some file there is forgotten closing-tag in some module xlm file and the second error says that there is either missing or corrupted module schema file my suggestion would be to re-download the modules/reinstall the mod - and i'm not...
  14. arcticnightwolf

    Registration problems: Blocked Emails

    <FromRussiaIam> [..] I did not recieve a activation email
Back
Top Bottom