Search results

  1. platyping

    Dynamic Civ Names

    Dynamic Civ Names Features: Civs change name over time due to different conditions such as civics, religions, golden age. Format ########################################################################################## ## Conditions ## ## Religions: "RELIGION_HINDUISM": Requires...
  2. platyping

    Understanding Python Bugs

    For modders with basic python modding skills trying to figure out what went wrong with their python codes. 1) Activate python exceptions Locate the CivilizationIV config ini file in My Documents/My Games/Beyond the Sword folder and set HidePythonExceptions = 0 2) Reading the python errors Now...
  3. platyping

    Platypedia

    Platypedia 4.0 Features: 1) Ability to Sort Items 2) Various New Pages 3) Fit to User Resolution 4) Movie Player 5) Left/Right View 6) Displays Hidden Items during Debug Mode Techs, Tech Tree Units, Unit Groups Promotions Buildings, Wonders, Building Chart, Projects, Processes...
  4. platyping

    Adjusting Table Row Height

    Anyone ever used this code before? VOID setTableRowHeight (STRING szName, INT iRow, INT iHeight) I guess it IS supposed to alter the height of a table row, but apparently it does nothing?
  5. platyping

    CyGTabCtrl getValue

    Hmm, I understand that it is possible to use getValue(string) to get the values in a particular CyGTabCtrl. But so far I only managed to do this if it is done in the same screen. Is it possible to get the value of a CyGTabCtrl defined in a different screen? This was done in CvPediaMain...
  6. platyping

    Platy's Peculiar Pleasant Posh Python

    Wonders and Projects Traits and Promotions Merged Packs Monstrous Magical Magnificent MegaPack (Wonders and Projects) Grand Gruesome Gigantic GigaPack (Wonders and Projects) Talented Trendy Tasty TraitPack (Traits) Perfect Precious Priceless PromoPack (Promotions) Ultimate Unique Unbelievable...
  7. platyping

    Foreign Advisor Bonus Screen

    Foreign Advisor Screen Features: Surplus Screen 1) Just a fix for the surplus resource display for mods with disgusting amount of resources. Surplus resources now display in up to 3 rows instead of 1 super long row that extends out of the screen. 2) Filter option to select type of...
  8. platyping

    Happy Golden Age

    Happy Golden Age Features: Civ V Golden Age System Ever wondered what is the point of excess Happiness? A city with 100 Excess Happiness has no difference compared to one with 5 Excess Happiness? New Golden Age System Every excess happiness adds towards the Happy Golden Age Bar...
  9. platyping

    Happy Razing

    Happy Razing Features: 1) Raze a city anytime anyday. 2) Sell off buildings at 10% cost. 3) Min 90% Nationality
  10. platyping

    Upgradeable Buildings

    Upgradeable Buildings A pure python version of Upgradeable Buildings by TheLopez. For Mac Lovers Features Allows Buildings to "Upgrade" to higher order of same type of buildings. Barracks for instance can upgrade to Advanced Barracks and then to Modern Barracks. When Advanced...
  11. platyping

    Migrating Great People

    Migrating Great People Features: Allows settled Great People to leave the city Kick him out :goodjob: AI When AI captures a city, evacuate all GP.
  12. platyping

    Hidden Promotions

    Hidden Promotions Features: 1) Partial Hidden Promotions: Hides lower grade promotions, while showing the highest grade promotions. 2) Full Hidden Promotions: Hides All Promotions Notes: 1) It only works when the promotions "Types" are named in logical order. (1, 2, 3 and so on)...
  13. platyping

    New Bad People Mod

    Bad People Mod Features: Adds 8 Units to the Game: Prostitude, Assassin, Mafia, Robber, Witch, Bandit, Terrorist, Guerilla Can join rival cities as "bad" specialists, providing negative yield/commerce Each turn, 2% chance per baddie to trigger their "havoc" effects: Assassin: -1 Population...
  14. platyping

    Found Religion

    VOID foundReligion (ReligionType eReligion, ReligionType iSlotReligion, BOOL bAward) Anyone has any idea what iSlotReligion refers to? There is another way of founding religion via python VOID setHolyCity (ReligionType eIndex, CyCity pNewValue, BOOL bAnnounce) But there is a problem...
  15. platyping

    Enhanced Great People

    Enhanced Great People Features: Each of the Great People gains additional missions. Great General Number depends on World Size, Type depends on Conscript available All Great People Great Engineer Metal Resource = Those related to Mines. (Copper...
  16. platyping

    Repair Improvements

    Repair Improvements Features: Feature from Civ V Allows Workers to repair destroyed improvements at Cost 200, generally much lower than rebuilding from scratch. The +10 Yields is just to "bluff" AI to set repair as a priority since it is better to repair than rebuilding...
  17. platyping

    Natural Wonders Mod Comp

    Natural Wonders Features: Add 22 Natural Wonders into the Game. Natural Wonders are scattered throughout the map randomly. Not all Natural Wonders will spawn in a same game. They spawn only after second city built in whole game to avoid regeneration of maps issue. Chance to Spawn: 10% *...
  18. platyping

    Widget Hover Texts

    Howdy, basically trying out another experiement. Trying to implement Project Help Tag using python. So far has already succeeded in displaying it in Civilopedia and Movie Screen. But the problem is the hover texts for City Screen and Tech Bar. Is there a way I can edit the existing texts...
  19. platyping

    Civ Specific Great People Name

    Unique Names Feature 1: Great People born will get different names based on the civilization of the player. Example: A Great General born in China may be Liu Bei, Guan Yu or Zhang Fei, but a Great General born elsewhere will never be one of those. There are just 3 parts: 1)...
  20. platyping

    addSectionButton

    Does anyone know why for buttons created using addSectionButton(XXXX), there is always this extra space in front which makes the data in the buttons look weird? Is there any way to remove the space so that the alignment looks better?
Top Bottom