Recent content by UglyBoy

  1. U

    Caps Lock

    I have not had much time to mess with this. The little spare time I had I have played some Civ. However, I did get a chance to mess with something the other day. I tried removing the " + iBonusMajor" and " + iBonusMinor" from the StartPositioner.DivideMapIntoMajorRegions call. This was in the...
  2. U

    Caps Lock

    Finally got a chance to try this. It worked out fairly well. It appeared to be an improvement on the base script. What is the thinking behind the crunch? How well do you think you will need to balance the weightings of the fall back to account for it? If I have suggestions or ideas where would...
  3. U

    Fall 2017 Start Position Fix

    Finally got around the looking at this, and I thought the same thing. At least they fixed their most obvious bug. I am not sure why they would risk making changes to the MinorCivBuffer routine when they have tried to fly this patch under the radar.
  4. U

    Fall 2017 Start Position Fix - Merge changes from November hotfix.

    Merged changes from the November hotfix.
  5. U

    Fall 2017 Start Position Fix

    UglyBoy updated Fall 2017 Start Position Fix with a new update entry: Merge changes from November hotfix. Read the rest of this update entry...
  6. U

    Modding Boosts (Eureka and Inspiration)

    Hopefully this is the right place to ask questions ... After playing around with modding for the first time this patch (shameless plug) I wanted to look at boosts. Is it possible to have multiple boosts for the same tech/civic? Alternatively, can you trigger the same boost multiple times...
  7. U

    Fall 2017 Start Position Fix

    I have never played a cramped map by increasing the number of civs and city states before. I just ran a test using this mod and on a standard continents map with civs and city states at max they were all placed nicely apart. I have only run one test, and I never played like this on previous...
  8. U

    Fall 2017 Start Position Fix - Disable AffectsSavedGames

    Disable AffectsSavedGames
  9. U

    Fall 2017 Start Position Fix

    UglyBoy updated Fall 2017 Start Position Fix with a new update entry: Disable AffectsSavedGames Read the rest of this update entry...
  10. U

    Fall 2017 Start Position Fix

    Yes, this is my understanding. Like I said previously this was never about improving their code, only about fixing the bugs that were left in. There are a whole series of improvements that could be made over their base code, and I have no desire to defend it. I am actually interested in the...
  11. U

    Fall 2017 Start Position Fix - More fixes added

    Based on the discussion thread I added some more fixes.
  12. U

    Fall 2017 Start Position Fix

    UglyBoy updated Fall 2017 Start Position Fix with a new update entry: More fixes added Read the rest of this update entry...
  13. U

    Fall 2017 Start Position Fix

    After a bit of playing I think I have something that fixes Firaxis bugs. Not initialising pFallBack to nil was part of the problem, which then led me to find another problem I had created. When the script finds a plot that passes all criteria it executes TryToRemoveBonusResource and...
  14. U

    Fall 2017 Start Position Fix

    Mostly I agree with you, but it is strange to me. The changes in SetStartMajor and SetStartMinor should make them more likely to return a plot not less and therefore more likely that the number of regions used stays small and less likely that the second loop for failed placements runs. You...
  15. U

    Fall 2017 Start Position Fix

    I implemented something like this but with: impassable, water, distance less than 5 = instant fail. Then run the remaining fallbacks as before to get a least worst. This looked good for several runs but then I started getting cramped starts again: a few less than 4 and one start with 2 civs side...
Top Bottom