Recent content by averysillyman

  1. A

    rushing wonders

    Besides just transferring production between a second city to one that is building a wonder, being able to rush wonders with builders has another big benefit that I think a lot of people are overlooking. China can essentially "pre-build" its wonders, meaning you should be able to get wonders a...
  2. A

    Changing a Civ's Color?

    Don't change your ingame files. Overwriting the regular files can make your game not play well with other mods, make online break, and it's a big hassle to fix if you break your game accidentally. Just make a mod that replaces those files each time you load it. Literally all you need to do is...
  3. A

    Changing a Civ's Color?

    As long as you stick with the color scheme, I see no problem with leaving the icon as is. Just darken the yellow a little and use the same icon.
  4. A

    Changing a Civ's Color?

    Something like this. <GameData> <Colors> <Update> <Where> <Type>COLOR_PLAYER_ASSYRIA_ICON</Type> </Where> <Set> <Red>0.000</Red> <Green>0.000</Green> <Blue>0.000</Blue> <Alpha>1.00</Alpha> </Set> </Update> <Update> <Where>...
  5. A

    What nonsense is this?!?

    I write all my mods solely in Notepad. >.> The only thing I use Modbuddy for is uploading the mod to Steam once it's been tested and works. You don't even need the use it to set VFS=true or add new files, because you can just open the MODINFO file in notepad and manually edit the values.
  6. A

    What nonsense is this?!?

    I found a relevant StackOverflow thread with your same problem. It's not about Civ 5 modding of course, but the fix seems relevant. Linky Basically, whatever text editor you're using is adding hidden characters in front of your code. Tell your editor to stop doing that, or switch to a...
  7. A

    Extra Victory Conditions

    Check to see if Player:HasCreatedReligion is true with only a pantheon belief maybe? Because I know from my own personal mods that a lot of the religion lua commands do weird things with pantheon beliefs. Also, your for loops for checking through the players in the game are really weird...
  8. A

    Art Request: Icons Needed

    Technically you could still get something like Jewelry or whatever, right? You would just need to liberate the dead city state. Although if you're playing OCC or the city state gets taken over by Venice/Austria then you could be screwed.
  9. A

    Silly's Fictional Civilizations

    I have no idea. I was going to go with a scaling number of delegates per era (on par with a city state ally). Is that too broken?
  10. A

    Modifying Great Scientist tech bulbing

    Great Scientist bulbing gives you beakers equal to the amount you have generated in the last N turns, where N is whatever <BaseBeakersTurnsToCount> is. So if you lower <BaseBeakersTurnsToCount> then you get less beakers off of a bulb.
  11. A

    Silly's Fictional Civilizations

    Also, tentatively what I'm working on next.
  12. A

    Silly's Fictional Civilizations

    The newest Magic civ I've been working on is finished. Steam Workshop Konda - Kamigawa Unique Ability: Day of Destiny - Your land units gain unique promotions as they gain levels. * If a unit levels up, it will get its special promotion at the beginning of the next turn. The levels...
  13. A

    Vicevirtuoso's Civilizations

    Go ahead. I'll pm you.
  14. A

    Multiple great person within same trait?

    Wait what. This is certainly news to me. The more you knowwwwww.
Back
Top Bottom