mod assist

  1. B

    [Solved] YNAMP AssignStartingPlots loaded instead of Free City-States, is the criteria in ImportFiles to blame?

    Edit: I figured out the problem by googling YNAMP_XP2. Found it in YNMAP modinfo file, realized this is the criteria that is matched in the Free City-states mod, and edited the LoadOrder for the ImportFiles matching that criteria to be 1002222 as well. Free City-states mod (the revived version)...
  2. 4

    New to Modding

    Hello. I'm trying to learn how to start modding some things into Civ but I don't understand why I am getting some errors. I was hoping someone could help point me in the right direction by finding where I am missing something. The mod shows up on the mod screen but the leader test that I made...
  3. S

    How to make plains generate more than grassland?

    I'm new to modding and this looks like it involves lua, so Im kinda lost. If it helps, here's path to a file where plains and grassland mix seems to happen: D:\SteamLibrary\steamapps\common\Sid Meier's Civilization VI\Base\Assets\Maps\Utility\TerrainGenerator.lua
  4. T

    Creating a Civilization with 2 follower beliefs?

    I'm attempting to create a new civilization whose civ ability gives them the ability chose a second follower belief instead of one of their other beliefs. I know that there is a piece of the code for the beliefs file which determines the maximum number of each type of beliefs all civilizations...
  5. R

    Help in my first mod

    Hey guys, I started to play civ6 with friends and we always make jokes about our (real) city in game, so I started to make by my own a mod that add our city in civ, but the leader NEVER appear on the leaders list, I tried a lot of resolutions but nothing I do solves this problem. If someone...
  6. Long try

    Which mod for me to play?

    I'm back to Civ4 after several years! Surely I've missed a lot of development, and I wasn't an active mod player to begin with. For this return, I have a few questions: - Is Civ6 better or worse than Civ4? Do you recommend play that instead? - If the answer is "no", then I'd like to look for the...
  7. Loupgarou

    how to add an XML Table.

    I've been trying to do some modding for my friend group and i have an idea for some Pantheons but i can't seem to get them working. I'm pretty sure it's due to the Table and that it's not an effect anywhere else in the game. So, what I'm trying to do is make a Pantheon give a Production...
  8. O

    Help with Installing a modpack for singleplayer

    Hi all, This is the first time I've attempted to create a modpack for use in single-player games. I want to earn achievements while playing with my favorite mods, so I found these threads on creating and installing modpacks. https://civ-5-cbp.fandom.com/wiki/How_to_Install_the_Modpack...
  9. S

    Continents Texture Change Help Request

    There is a certain graphical feature in Civ V that many are not aware of. The first post of this thread lays it out nicely (https://forums.civfanatics.com/threads/continent-flavors.599154/). I realized long ago that whether or not I was on a pretty 'continent texture pack' was very important...
  10. H

    Leader Unique Ability help.

    Hey hey. I have been trying to create a new civ who's leader has the Babylon ability of the 100% technology boost when getting a Eureka. I have been using the MC mod buddy template and cant for the life of me get this to work so any help would be super appreciated. Here is the code. Let me...
  11. Lord of Arendelle

    Scaling in game building art (How To?)

    I've been experimenting with trying to scale wonders specifically however I have run into a snag. Directly editing ( Civ5ArtDefines_Expansion2_Wonders.xml ) will give me properly scaled wonders Red Fort, Parthenon, Globe Theater, Uffizi, Parthenon, Prora. Trying to add one the lighthouse and...
  12. modmod

    Modding - features explained from the modding perspective

    This topic primary for complex features, which are in most cases have an extensive DLL logic in the background. Intented to use for features like: Learning by doing, the future social progress system, etc... So for: how to modify large systems. Also for complex modding which not neccesary...
  13. modmod

    Modding - Quick questions

    This topic intented to be for some quick how-to-do about modding vs. opposed with big feature systems (like: LDB, SP, happiness, etc...). Well for sure there will occasions when it will run into "that is much bigger" -> not a catastrophe. But basically intented for some small scale...
  14. modmod

    Modding - XML files/ tags/ values

    This topic intented to collect: Existing XML files in Civ4Col modded version Explain what the different tags/ lines intented to do in them. And how those tags CONNECTED TO different XML files/ tags. Treat this as modding resource for XML modders. By the way it helps to personalize the version...
  15. D

    Old mod no longer works?

    I created a mod early on that gave America some of the unique traits of other civilizations. It has worked for the past few years and through all expansions no problem, until now. I have a similar mod for some other civilizations but they work. Was there a change made to America that would wreck...
  16. R

    How to Remove Zone of Control from a Unit

    Hey fellow modders: Does anybody know if there is a way to remove "zone of control" from a particular unit, so that it no longer exerts zone of control on other units? I've looked everywhere for the answer, but I'm not sure which file to edit or what value to change for this purpose. Any help...
  17. O

    Help with civilization traits

    So I used this template: UA_Reference.sql - Google Drive to try and add a special trait to Arabia, but I can't play a game with this mod active as the game won't start. I am trying to give 5 combat boost to Arabian units fighting on desert tiles. SQL...
  18. O

    [GS] What did I do wrong?

    This is a very simple mod to change unique unit stats but I am not sure what I did wrong. So here is the script. I am so new to this, sorry for trouble! SQL UPDATE Units SET Combat = 50, SET RangedCombat = 60, SET BaseMoves = 5, WHERE UnitType = 'UNIT_OTTOMAN_BARBARY_CORSAIR'; Modinfo <?xml...
Top Bottom