Recent content by Lukasdb

  1. Lukasdb

    Unit dissapears after building impro

    Guys, a quick question: Is there any way to prevent custom unit from dissapearing after using improvement? I made a custom monk and I attached a custom improvement to him. His textures dissapear after I improve tile. Thanks in advance for help
  2. Lukasdb

    Re-Using District artdefs

    Still not working, but I feel like it's moving forward. See the attachment
  3. Lukasdb

    Re-Using District artdefs

    Hold on, i didn't put files in artdefs, will test and come back
  4. Lukasdb

    Re-Using District artdefs

    I mean district graphs. icons I can handle. I tried to use the generator but still to no success. :( Attaching mod in current state.
  5. Lukasdb

    Re-Using District artdefs

    I did and textures still not appearing :(
  6. Lukasdb

    Re-Using District artdefs

    Hi guys! Just started playing artdefs in files and(duuuuh :D) am not really good with them yet. I created a new district called Jinja i my mod and i'd like to make it look like Lavra, but for the life of me i can't seem to nail the script. Could someone show an example of re-using game files to...
  7. Lukasdb

    [Vanilla] Universal building if civ present

    Hi everybody! Anybody has any idea why this mod doesn't work? I see the building in civics but doesn't allwo me to build once research is complete. Any Advice is appreciated! <?xml version="1.0" encoding="utf-8"?> <GameInfo> <Types> <Row Kind="KIND_MODIFIER"...
  8. Lukasdb

    [Vanilla] Localization won't work

    Ok, i tried to make a sensible code. It makes sense to me, but either I made a mistake somewhere or the requirements/modifiers do not provide what it seems. For the life of me I don't know how to associate religion with a Leader or civilization. I'm attaching a zip file with other attempts to...
  9. Lukasdb

    [Vanilla] Localization won't work

    Ok, I think I made a modifier, that if Poland becomes dominant religion it attaches another modifier called TRAIT_CIVILIZATION_UNIT_POLISH_HUSSAR_BORROW. Correct me if I made a mistake somewhere <?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?> <GameInfo>...
  10. Lukasdb

    [Vanilla] Localization won't work

    I think I'm getting somewhere. This is what I created so far. <?xml version="1.0" encoding="utf-8"?> <GameInfo> <Modifiers> <Row> <ModifierType>MODIFIER_PLAYER_ATTACH_MODIFIER</ModifierType> <CollectionType>COLLECTION_OWNER</CollectionType>...
  11. Lukasdb

    [Vanilla] Localization won't work

    Ok, am getting to work then. What about that dynamic modifier, that adds permament trait? Do you think that would be possible?
  12. Lukasdb

    [Vanilla] Localization won't work

    Regarding localization: It works mostly, just for some reason menu will not update description. I guess the items in menu refer to some other location but i couldn't find the file responsible for menu . Loading and in-game fine, both english and polish: Leader selection bonked. Polish...
  13. Lukasdb

    [Vanilla] Localization won't work

    Ok, text it fixed and working, never crossed my mind, that there was an update in description after an update. At this point am not sure what to do with this religion UU. What I was trying to do was to create a dynamic modifier(MODIFIER_PLAYER_GAINS_FOUNDER_BELIEF_MAJORITY_RELIGION, but with...
  14. Lukasdb

    [Vanilla] Track Religion?

    Update. 1. Still working on it. Spend a lot of time researching your guide LeeS(btw. 143 pages is a LOT, gratz!) and other recources like this one here: https://forums.civfanatics.com/threads/questions-regarding-limitations-of-mods.663297/#post-15935104. 2. I tried to use mvemba modifier in...
  15. Lukasdb

    [Vanilla] Localization won't work

    Here it is
Top Bottom