Announcement

Collapse
No announcement yet.

Dale/Snoopy PatchMod (Bug-fixes and more)

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Hey Snoopy, when you get a chance drop into yahoo. We need to discuss the mod, and separating it into bug fix only and improvement versions.

    There some calls on CFC for the separation, and I see their point as we have diverged from pure bug fixes into improvements.

    Comment


    • I had a look at the code. I's harder than I thought to do what I'd have to do. REF generation is written into the liberty bell generation code. I would have to remove it as a separate process to do what I want to do.
      Avoid COLONY RUSH on Galactic Civlizations II (both DL & DA) with my Slow Start Mod.
      Finding Civ 4: Colonization too easy? Try my Ten Colonies challenge.

      Comment


      • These are what I'm proposing as pure bug fixes:

        Patch requirements:

        REF:
        * King increases taxes after WoI.
        * King increases REF after WoI.
        * King demands gold after WoI.
        * City with none of specified good can be mentioned in party text.

        AI:
        * AI does not use King's transports after turn 90 for treasures, even if it still doesn't have a galleon.
        * AI does not consider treasure on other continents (thus doesn't load them and remove them to Europe).
        * AI doesn't change strategy to arming up in preparation for WoI, it changes strategy on the turn it declares (thus has one turn to buy an army in Europe).

        EDUCATION:
        * Allow multiple colonists to finish school same turn
        * Do not allow free training of costly colonists when player has no gold

        MAPS:
        * Regenerating map does not reset REF (every regeneration increases REF by initial size. EG: 8/4/4/4 to 16/8/8/8).
        * Europe sea zone now removed from map when plot erased (bug in Map Regeneration where a land tile could become a europe tile).
        * AI does not settle in user-made custom scenarios.
        * WB crashes placing river on edge plots.

        UNITS:
        * Colonists cannot join cities after moving (like founding cities).
        * Colonists cannot set profession after moving (like clear profession).
        * Terrain double movement from promotions does not work (eg: Swamp Fox II doesn't apply to marsh even though it is set to).
        * Units don't unstack when entering native training (first colonist out can't move till second complete bug).
        * Ships don't unstack when going to/from Europe (first ship returning can't move till second returns bug, and ship stuck in Europe bug).
        * Defensive bonus for armed natives reversed as matched to unarmed natives (mounted/unmounted reversed).
        * Unit Cycling Bug where cycling stops (reload fixes)

        TRADE:
        * Blockaded goods count against player for tax rise threshold.
        * Native settlements change desired good when not supplied with the good in trades.

        PEDIA:
        * Pedia: GG concept entry talks about free upgrades and retaining full experience when doing so
        * Pedia: Information about FFs which give a boost to native relations should explicitely mention auto-peace
        * Pedia: when selecting promotions in civilopedia, list always reverts to top

        MISC:
        * iRequiredTransportSize in Civ4UnitInfos.xml not used to determine cargo size (in code it's defined as size 1).
        * Two players same country, converts from missions gets mixed up whose mission it was.
        * Exploration points not tripled in marathon (even though FF are).
        * Pilgrim king doesn't let you respawn.
        Open for discussion items:
        1. Colonists cannot join cities after moving (like founding cities). I believe to be a bug since you can move-found in the same turn which is effectively the same action.
        2. Colonists cannot set profession after moving (like clear profession). I believe to be a bug since you can move-clear profession in the same turn which is the compliment of move-set profession.
        3. iRequiredTransportSize in Civ4UnitInfos.xml not used to determine cargo size (in code it's defined as size 1). I believe to be a bug as the code does not use the xml tag set up for it.

        People's thoughts? Additions? Subtractions?

        Comment


        • I haven't been following along very well but I am confused about the "...after WoI" part. After the WoI, the game is over?

          Comment


          • Originally posted by Steve Clark
            I haven't been following along very well but I am confused about the "...after WoI" part. After the WoI, the game is over?
            You get the option to click "Wait.... one more turn" and it let's you play on.

            At that point the King will still increase taxes, REF and demand gold.

            Comment


            • He means after WoI *starts* (after DoI).

              Dale, I think all three of the 'extras' you name are definitely patchworthy. I think that the two XML additions (if we ever did the education one I was thinking about but can't recall what happened to) - education, and REF scaling - should also be in the patch portion, simply because they have such dramatic balance effects, and as they're so easily reverted to meaningless (a user can change it to 100 or whatever for all levels and allow it to have no effect, if you choose). Forcing someone to take all of our other changes just to get those two things is probably a bad idea.

              I'd talk on yahoo but my work is just a pain in the rear right now (10 to 12 hour days right now minimum) ... Thursday may be better, or it may not. We'll see. Hopefully i'll have a relatively slow weekend, at least, and football is a great time to mod (though that's your monday early AM, so probably not a good time to chat...)
              <Reverend> IRC is just multiplayer notepad.
              I like your SNOOPY POSTER! - While you Wait quote.

              Comment


              • To be honest, I struck education and REF scaling as they do work as designed, just bad balance. But having the xml's set to 100 as default so the player can determine if they want to use those balance fixes or not works for me.

                I also posted that at CFC, so I'll see what feedback is like back there. They're more sticklers for true bug only fixes though, so they'll be more inclined to protest against the inclusion of education REF balances.

                Comment


                • Refar, buying units from the king SHOULD add to your REF as far as I'm concerned.
                  Hmm... Buying troops is not necessary a rebelous action. And if he believe you are a Rebel, why does he give you troops at all ?!

                  Also Buying the first soldier for 750 will add like 5 units to the REF (~ 750 LB).
                  There is even indication of it intended to strike only when you make LB's already - he won't add to the REF untill you start to make LB's. However once he does, he will suddenly remember all the units you bought from the very beginning of the game - when Rebelleon wasn't a issue at all.

                  But if you have reason to believe it's working as intended, then it is not for the patch of course.

                  Comment


                  • Is it a bug that petty criminals can be trained as specialists in Indian settlements?

                    In Col 1 you get a message something like "We have no use for petty criminals" or somesuch.
                    Avoid COLONY RUSH on Galactic Civlizations II (both DL & DA) with my Slow Start Mod.
                    Finding Civ 4: Colonization too easy? Try my Ten Colonies challenge.

                    Comment


                    • Originally posted by Dale
                      Open for discussion items:
                      1. Colonists cannot join cities after moving (like founding cities). I believe to be a bug since you can move-found in the same turn which is effectively the same action.
                      2. Colonists cannot set profession after moving (like clear profession). I believe to be a bug since you can move-clear profession in the same turn which is the compliment of move-set profession.
                      3. iRequiredTransportSize in Civ4UnitInfos.xml not used to determine cargo size (in code it's defined as size 1). I believe to be a bug as the code does not use the xml tag set up for it.

                      People's thoughts? Additions? Subtractions?
                      Well, just responding as a voice in the crowd here, I like all three of these. I don't think #2 is as important as #1, which actually does have a significant impact on gameplay, such as when you are racing an a.i. country to a desirable building site (just as in Civ4).
                      I don't quite see the relevance of #3 - are you contemplating reducing the standard cargo capacity below 300 per slot?

                      Originally posted by snoopy369
                      Hopefully i'll have a relatively slow weekend, at least, and football is a great time to mod
                      I laughed when I saw this -- my students would be scandalized if they knew what I accomplish during football games (hell, they're probably doing the same thing!). There's so little action compared to the amount of time they eat up that I imagine a great deal of the U.S.'s GDP is actually produced on Sunday afternoons!

                      BTW, I agree that it shouldn't be possible to have petty criminals trained in Indian villages. That reduces too much the burden they place on you, making them essentially free colonists.
                      Last edited by Kriegsspieler; October 9, 2008, 06:22.

                      Comment


                      • I agree with you patch list as a pure bug fix.

                        This is not to say that there are not some glaring balance issues.

                        Comment


                        • I don't quite see the relevance of #3 - are you contemplating reducing the standard cargo capacity below 300 per slot?
                          I thought the standard cargo capacity was 100 - not 300!
                          Avoid COLONY RUSH on Galactic Civlizations II (both DL & DA) with my Slow Start Mod.
                          Finding Civ 4: Colonization too easy? Try my Ten Colonies challenge.

                          Comment


                          • Originally posted by snoopy369
                            One thing to look at with 1.05: The new messages about nearly-out-of-space and out-of-good. Not only 'do they work properly' (I am fairly confident they do), but 'are they annoying as heck'. We didn't put them in with an option to turn them off, and I need to know if there's a reason to put in an option to turn them off.
                            So far I love them to tiny little pieces They seem to work, and they CERTAINLY don't annoy me. Sure you can argue that allowing them on/off is always better, or maybe you could fiddle with the thresholds (1,2 or 3 turns before they're projected to go over space threshold), since there is very little time to act currently.

                            But no matter what this is already a huge improvement over Vanilla

                            [SIZE=1]
                            The return plot is based on average closeness to your colonies. But if it's critical for privateer avoidance I can stop that occuring for return trips to the same side.
                            This has annoyed me quite a bit. In one recent game "average closeness to colonies" meant almost all the way at the southpole, very close to a small 2 man outpost, and quite far (4 turns sailing) from my main port where all the goods to be shipped were. So if you could tweak it that'd be great

                            Comment


                            • Originally posted by snoopy369


                              They're actually not directly related. The second request is just a normal lump-sum tax, not related to the treasure except in that he asks for your lump-sum based on your current gold holdings (so it's a similar amount because, well, you have that much gold ...)

                              If you're playing unpatched, it does virtually nothing to decline. If you are playing with the patch, accepting the request will cause the REF to increase much slower.

                              But he just effectively taxed me another 2.5k on transport fees, and now wants all my remaining gold... It doesn't seem verly logical, especially since the king should, at least at first, want the colonies to grow... Maybe only issuing lump sum taxes when the colony's gold stash is very high, with added leniency the less revolt% the colony has?
                              Indifference is Bliss

                              Comment


                              • Good patch, or mod.. or PatchMod as it were. Just finished a game on Patriot and the AI definitely fights back more in this than it does in vanilla.

                                Looking forward to further improvements though - and I'll be sure to try it on the hardest difficulty as soon as possible.
                                "The state is nothing but an instrument of oppression of one class by another--no less so in a democratic republic than in a monarchy."

                                Comment

                                Working...
                                X