help

  1. M

    [BNW] Help! Civ 5 Smart AI v3 mod not working!

    I am currently trying to use Whoward's pick n mix mods, since I don't want to play with the community patch(the minimal gameplay changes are just not my type, while it is a wonderful mod). However, smart ai doesn't seem to work for me. When I have artificial unintelligence mod on, archers move...
  2. BOndTriumph

    Civ IV BtS Multiplayer?

    Anyone know if I need to download the pitboss to play any version of Civ IV multiplayer? Does it still work? Any open games starting soon?
  3. I

    [R&F] How would I make a Civ ability happen only during a golden age?

    I'm trying to make it so some buildings give extra great person points during golden ages. I am using Keniisu's R&F Civ template. This is my first mod. I kinda know what I'm doing in the ModBuddy, but I'm not entirely sure how SQLite works. Here is what I have in the UA sql: (there's probably a...
  4. 'Stache

    Ability active in own territory

    Hello! I made this .xml file for my civ, that should give my units a +10 attack bonus in their own territory. There are no error messages in my Database.log and the game runs fine, yet the effect never appears. I think the game swallows my code, but it never thinks its conditions are met...
  5. 'Stache

    [SOLVED] Adding ignore hills ability to the trait of a new civ

    Hello, I am currently trying to make my first own civ in civ 6, I have used Josh Atkins YouTube tutorial and used his template. Now I am stuck at adding the ability to my new civ, that enables all units to ignore hills. I have written this code so far. Here it is as xml: <?xml version="1.0"...
  6. T

    *PLEASE HELP* Cannot Load Private Multiplayer Saved Game

    As the title reads my friends and I are unable to reload our saved game. What happens when they try and join back in is the count down will start everything seems fine, but when the count hits zero the host loads in while everyone else is stuck in the lobby, after a few moments everyone...
  7. F

    Units can move over mountains trait?

    Code: <Terrains> <Update> <Where TerrainType="TERRAIN_GRASS_MOUNTAIN" CivilizationType="CIVILIZATION_FEB_CARTHAGE"/> <Set MovementCost="5" Impassable="0" DefenseModifier="3" /> </Update> <Update> <Where...
  8. F

    Remove civilizations from DLC?

    [DELETED] Please delete [DELETED]
  9. W

    Need help making a civ

    This is the first time i make a mod of any kind on any game, I am trying to redo the Days of Sadat Kuwait mod from civ 5 in civ 6 and to do so, i followed a tutorial : Basically i keep on getting errors and need help fixing the mod and updating it to be compatible with R&F. Any help would be...
  10. Nickify

    [BNW] Having issues with a custom civilization. Can trade artwork for help!

    I've lurked on these forums for some time now. I've been using them as a resource to learn about the game and to start the process of making my own civilizations and mods for Civ V. Lately I've tried my hand at making custom civilizations for me and my friends to play with in our custom games...
  11. Shiroifushicho

    I need a little help here T .T (to get a useful effect for one of my mod)

    (RUTI is the name of my mod) My goal is to make an effect on improvement which generate +1 Food (on improvement, not on resource) per each adjacent resources which have the tag = "CLASS_FOOD" (only the resources, nothing else). Such resources provide already a minimum of 1 food, and are all...
  12. S

    Map making tutorial

    Sorry if this has been answered elsewhere, but I couldn't find it. I'm just looking for help with how to make map scripts. A tutorial on creating randomized maps in python would be fantastic. If it helps in finding the right tutorial, what I want to create is a randomized map in the Caribbean...
  13. A

    The Executable Hasn't been found?

    Hi everyone. I'm not sure If I'm oblivious or I'm doing something wrong. I recently installed this mod with already owning CIV4 BTS on Steam planning to expand my gameplay. When I installed the mod and tried to play it, an error message popped up saying: "The executable hasn't been found. Please...
  14. thombran

    GOVERNMENTBONUS

    Hi all, Currently working on a mod, mostly tweaking Expansion1_Governments.xml The flat inherent bonuses to governments (not replicated in their wildcard policies) are set as "GOVERNMENTBONUS_X" Values. The xml file in question allows you to modify their percentage values, but not the type of...
  15. ImaRRgam

    Creating religions from the start of scenario

    Hello! I have my custom map scenario with starting cities on it already and I wanted to add religion to them. Simply, when I start scenario I want that there will be 3 religions founded already, specify which cities subject to them and also I want to block a possibility of founding new religons...
  16. G

    A Few Things Still Aren't Working With My Mod

    I'm still fairly new to this so my work is a bit messy, I'm still learning. I have a lot of parts working, but I'm not sure how to fix some of the others. I'm not sure what size the map should be for the civ selection menu so not all of it is on screen. I might not even have the right DDS...
  17. Lord shadow Varo

    How do I play Vox populi with out the AI being on teams

    So I my recent game I noticed Caesar and Attila were on teams and I never set it up to do that and I double checked the startup nobody should be on team does anyone know how to fix this?
  18. conorbebe

    How to replace a civ's architecture style

    I'm new to modding and have recently tried my hand at creating a very simple mod (in theory) to replace the South American architecture used by Brazil and Buenos Aires with the Mediterranean style. I started by editing the Cultures.artdef file on my end and loading up the game, which was...
  19. W

    [Question] How to mod the info panel

    I would like to add elements to the research part of the info panel. Nothing fancy, just some text. However, I can't find a tutorial anywhere and I have no idea what file it is in the Gamplay/XML folder.
  20. F

    Give all units a promotion as a trait?

    I want to give all units the Amphibious promotion as a trait, is that possible?
Back
Top Bottom