Recent content by White-Gandalf

  1. White-Gandalf

    PC Could somebody please explain the stamina effect on armour?

    Even the nominal values have bugs in the xml. They have entered the values by hand, as you can easily verify by collecting them: Here and there a digit is missing that changes the value by 20...30%. To be on the safe side, you have to write a mod script putting all values to the correct point...
  2. White-Gandalf

    PC Isn't the enemy appearance in the blood moon of Ver.1.2 (b27) strange?

    They could have kept their hands off that nonsense, since the option to limit maxalive was always in the options menu - for everybody to access. The default setting (8) was even such that up to 4 players would have no more enemies alive than with the current nonsense. And people running servers...
  3. White-Gandalf

    PC Mystic Gamestage-"Scaling" in Coop Session... (semi-solved)

    Yes, got that: coincidences happen, especially if they are convincingly fitting. The three "data points" given are from my last two coop sessions. In the second one, we tested the setting before continuing with our game, in order to avoid being surprised again by a devastating horde. For the...
  4. White-Gandalf

    PC Mystic Gamestage-"Scaling" in Coop Session... (semi-solved)

    3 players, maxalive 64: exp ( ln ( 64*3 / 30 ) / 1.8 ) = 2.80 (as in the initial post; i don't know where you have your "84" from, sorry) 3 players, maxalive 16: exp ( ln ( 16*3 / 30 ) / 1.8 ) = 1.3  (actually in game: 1.36 - thus i still declare that formula as "approximate") 3 players...
  5. White-Gandalf

    PC Mystic Gamestage-"Scaling" in Coop Session... (semi-solved)

    To finalize the topic of this thread (a documentation of the implemented mechanic), see:
  6. White-Gandalf

    PC Isn't the enemy appearance in the blood moon of Ver.1.2 (b27) strange?

    The formular they implemented is the following:   group_maxalive = player_maxalive * player_count; if ( group_maxalive > 30 ) { scaling = sqrt ( group_maxalive / 30 ); // [1] group_maxalive = 30; } else scaling = 1; horde_gamestage = group_gamestage * scaling; [1] The...
  7. White-Gandalf

    PC Mystic Gamestage-"Scaling" in Coop Session... (semi-solved)

    The problem with this "fix" is that... 1.) You have to adjust it for every different coop game you play. 2.) You have a mechanic that is hidden and without real documentation, thus forcing you to a trial-and-error-series until the setting fits your coop setup. 3.) You cannot TEST that...
  8. White-Gandalf

    PC V1.2 b22 EXP (updated to b24)

    I expect nobody of the funpimp stuff had thought that through to the end... What you do by multiplying the gamestage, is multiplying a factor of strength that consists of 1.) the multiplyer of the attack-value of the stronger enemies 2.) the multiplyer of the defense value of the stronger...
  9. White-Gandalf

    PC Mystic Gamestage-"Scaling" in Coop Session... (semi-solved)

    That's an interesting observation! :D At lest something i can test (and could correct in case its real) ... P.S.:
  10. White-Gandalf

    PC Mystic Gamestage-"Scaling" in Coop Session... (semi-solved)

    Hi folks, i do not know how to sort this in (if its a bug or a new feature or whatever), so i try to start a request for clarification here in the general area... In my last coop session with friends, in a player-hosted game (not "dedicated"), after upgrading to version "1.2 (b27)", we...
  11. White-Gandalf

    PC Skill system in A21 is practically the same as pure dice play - no planning, no intelligent gameplay possible

    @RipClaw: Yes, the principal dependency was told by TFP, but they "forgot" to implement an ingame description of those dependencies in about half the cases. The workbench, specifically, has not a single line of text describing its dependency on any perk point investments. The only way to get...
  12. White-Gandalf

    PC A21 is... definately better... but...

    Just to ride that horse a little longer: I carefully read all the perk point descriptions in the new alpha to get ANY hints on how they would influence the dice rolls. Fact is, there is not a single line of description telling what perk actually would up the dice rolls for workbenches. Since...
  13. White-Gandalf

    PC Learn by doing instead of reading?

    Is that a kind of joke? TFP have completely reinvented the skill/perk system with EVERY alpha out there since at least A15. Every alpha, they have thrown every thing they had into the bin and completely redone the whole system. How on earth would you better describe "time-consuming and...
  14. White-Gandalf

    PC Skill system in A21 is practically the same as pure dice play - no planning, no intelligent gameplay possible

    The Skill system in A21 works out as a pure dice game. Well, guys: I was below 10 when i came out of the age of having fun rolling dice. I switched to chess in those years in the last millennium. In my first run, i am now in week 4. And all the Avatar has learned is how to make steel tools...
  15. White-Gandalf

    PC A 20.4 - AI improvement implemented?

    Thanks! Yes, i didn't got the meaning of that change, so simply ignored it. Your clarification does the trick.
Back
Top