Search results

  1. F

    Give Tech to Civ on specific turn

    I am trying to give a single civ a specific tech on a specific turn. I have tried everything I can think of but still get nothing to work. Can any one advise/help?
  2. F

    Disable Specific Techs for City States

    I have been able to use code like below to effectively disable specific techs within the tech tree for Major Civs... <Civilization_DisableTechs> <Row> <CivilizationType>CIVILIZATION_ROME</CivilizationType> <TechType>TECH_POTTERY</TechType> </Row>...
  3. F

    Disable Ideologies???

    I would like to disable Ideologies all together yet I have been unable to do so in my current mod...I am guessing that I have deleted something that the Ideologies use and instead of them being disabled they just pop up ready to be chosen after the 1st turn. Anyone able to disable these...
  4. F

    Making Money off Mods? Donations?

    I was curious. I know you cannot actually "Sell" any mods for Civ 5 But what if I setup a "donation" site so people could donate whatever funds they want as a "thank you" for my work? Is there anything that prohibits something like this?
  5. F

    Separtate Social Policies for Each Civ???

    I am working on a mod where I want only certain civs to have access to a specific social policy tree. Just like the Scenario "Fall of Rome" in the G&K Expansion. I have looked through the lua code for the Rome scenario but nothing makes any sense to me...I have only a little experience with...
  6. F

    Diplo Marriage Mod

    This mod gives all Civs the ability to use the diplomatic marriage function with City-States. Since many civs have used marriages in diplomatic relationships I find it odd that only one civ should have this ability. Also I have edited Austria since this mod obviously makes them...
  7. F

    ---Rome---

    I have just released the first scenario have my newest mod simply titled ROME. This is going to be a long project and is going to be broken down into EIGHT scenarios based on Roman History and lastly a "Roman Grand History" scenario that will cover Roman History from 509 BC to 117 AD. Here is...
  8. F

    New Hot Fix Patch messed up my Lua code????

    The following is the code I have been using for my victory condiitons in a Mod I am working on...but now after the patch it just crahes when it tries to run the function. Anybody know how to fix?? Here is what the code looked like that worked before the patch
  9. F

    Spawn Unit in Lua????

    I am wanting to spawn units at certain locations at a specific time in a mod. Has anyone got this to work through Lua. I feel like this should be possible but I am having issues finding the right code and I am VERY much a NOOB when it comes to Lua.
  10. F

    New Patch causes issue with Months/Turn

    I have used numbers like (1.5, 0,5) for the "MonthIncrement" value in the GameSpeed.xml file in order to maintain historical accuracy in some Mods. Now when I set this number to anything under 1 the date never changes and I just stay in the year that I start my mod no matter how many turns go...
  11. F

    Set Religions from Game Start???

    I am new to Lua and I need some help getting specific civs to start with a specific religion for my medieval mod. Does anyone have some code I can look at to figure this our...like I said lua is not what I do so I need as much help as possible. Here is how far I have gotten but I can't get...
  12. F

    Mod Browser Limts

    So I just realized there is a limit on how large of a mod file you can load to the Mod Browser...I think it is something around 5 Mbs. I want to post a couple things...first how do I go about listing my Mod on Civfanatics and second WTF! They are suppose to make Civ 5 the "Most modable Civ...
  13. F

    Editing schema tables????

    I want to add a schema elements to the "Triats" Table in the CIV5Traits.xml file. I have tried everything I know to do but I cannot add what I want. I want to add the following <Column name="Defense" type="integer" default="0"/> This way I can have a trait that will give all cities...
  14. F

    End of Dark Ages!!!

    Introducing................... :viking::viking::viking::viking:END OF DARK AGES:viking::viking::viking::viking: !!!!!!!!!!NOW ON STEAM WORKSHOP!!!!!!!!!! In the year of our Lord 1100, from the ashes of the Dark Ages, many small but able kingdoms begin to show long awaited signs of...
  15. F

    Legal Check

    So I want to use some screen shots from Medieval 2 Total War in my Civ 5 Medieval Mod ("End of Dark Ages" look for the first release soon) I am not breaking any laws or anything by doing this right??
  16. F

    Is it possible to do good images without PHOTOSHOP

    I am cheap and cannot justify buying an image editor just to mod civ 5 (that is all I would use it for) Is there any how to on creting good images without a software I have ot pay for??
  17. F

    DLL Files??

    Is there any Idea when these are going to be released??
  18. F

    Stupid patch 1.0.1.332

    The mod I have been working on for a while just stopped working the other day....but it was only when i tried to load certain civs. I went back a double checked all the code....the map....everything...could not figure it out.. Then I learned a new patch was released and I am positive that is...
  19. F

    Turns Equal One Week???

    I am trying to set each turn to equal one week of time passed for a mod I am doing, but i have tried several thing but can't get it to work. Has anyone been able to mod this? if so how? Thanks
  20. F

    Add Dawn of Man Speechs???

    I have been trying for nearly 2 hours trying to get a custom speech into my dawn of man screen for a WW2 mod. Does anyone know how to do this...I have tried everything I can think of. Thanks
Top Bottom