Recent content by Etcha

  1. E

    How does the rock band work in the code?

    Could anyone explain to me how the rock band's tourism bomb ability works under the hood? Looking at the game files, I can see some references to this but I have not been able to parse what variables and things are actually being used to make it work. Is there a good way to alter this ability...
  2. E

    Question about Possible Unit Abilities

    Hello all, I am working on a mod and had something in mind for a unique unit ability. I would like to make a unit that can enter other civs' borders and create a tourism bomb, similar to the rock band. The idea is that the unit can go to a location in another civ's city, activate its ability...
  3. E

    Custom Civilization - ModBuddy template

    Sorry, ignore my last reply. I figured out what the problem was- the required texture sizes for improvement icons are different from those for buildings, and I forgot to change them. It is working excellently now! Thanks for your help :)
  4. E

    Custom Civilization - ModBuddy template

    Okay, if that is the case then I think what I've already had should have worked. In NewIcons.sql I have INSERT INTO IconTextureAtlases (Name, IconSize, IconsPerRow, IconsPerColumn, Filename ) VALUES --some lines...
  5. E

    Custom Civilization - ModBuddy template

    I have all of my textures in the appropriate sizes, but I'm not sure how to define an icon for a building. Looking in the game files, for Improvements.xml, there is an icon attribute in the improvements table; however in Buildings.xml, there is no icon attribute. Where do you define the icon for...
  6. E

    Custom Civilization - ModBuddy template

    Thanks for the reply! I took a look in my database.log and found out that my problem was that I did not remove the "icon" attribute from my code when changing from an improvement to a building. Removing that line fixed it so that my unique building now shows up in the game. Now the picture for...
  7. E

    Quick Modding Questions Thread

    Hi LeeS, I have been following @maconnolly 's template to make a custom civilization, as it's my first time trying to mod the game. I have had mostly success so far, however I have encountered a really frustrating error. The unique building I have added for my civilization does not show up in...
  8. E

    Custom Civilization - ModBuddy template

    Hi @maconnolly , thanks a ton for the template! I have been following it to make a custom civilization, as it's my first time trying to mod the game. I have had mostly success so far, however I have encountered a really frustrating error. The unique building I have added for my civilization does...
Back
Top Bottom