theCrius / project-zomboid-random-zombies-full

GNU General Public License v3.0
2 stars 3 forks source link

LAST UPDATE - New stuttering while log outburst on behavior overwrites #4

Closed Bibibububobo closed 1 year ago

Bibibububobo commented 1 year ago

Game is stuttering with ultra-verbose log when mod is updating zed behavior since last update (25 may, seen on SP, not tested on MP).

To reproduce, simply play in debug with console open and check when the stutter appears. Happens on multiple games. This is a new bug, it didn't happen before today. Playing in the latest public version of PZ.

Capture

• SandboxVars used AND UNCHANGED :

_

# The interval in milliseconds between two updates. Higher number means less CPU usage but lower number will decrese the reactivity of the mod in overriding the normal zombie behaviour.\nMinimum=1000 Maximum=60000 Default=7500
RandomZombiesFull.Frequency=60000

# Enable to override default behaviour during the day, according to the Day distribution.\nDefault=Enabled
RandomZombiesFull.Enable_Day=2

# Enable to override default behaviour during the night, according to the Night distribution.\nDefault=Enabled
RandomZombiesFull.Enable_Night=2

# Enable to override default behaviour during special circumstances, according to the Special distribution. The special preset takes precedence over the time of the day.\nDefault=Disabled
RandomZombiesFull.Enable_Special=4

# If a Special preset is enabled, this allow you to decide on which intensity threshold the preset should be applied.\nDefault=Light (30% or more)
RandomZombiesFull.Special_Threshold=2

# At what time the night start in Summer. \nMinimum=0 Maximum=23 Default=23
RandomZombiesFull.Summer_Night_Start=23

# At what time the night end in Summer. \nMinimum=0 Maximum=23 Default=6
RandomZombiesFull.Summer_Night_End=5

# At what time the night start in Autumn. \nMinimum=0 Maximum=23 Default=22
RandomZombiesFull.Autumn_Night_Start=22

# At what time the night end in Autumn. \nMinimum=0 Maximum=23 Default=6
RandomZombiesFull.Autumn_Night_End=5

# At what time the night start in Winter. \nMinimum=0 Maximum=23 Default=20
RandomZombiesFull.Winter_Night_Start=21

# At what time the night end in Winter. \nMinimum=0 Maximum=23 Default=6
RandomZombiesFull.Winter_Night_End=4

# At what time the night start in Spring. \nMinimum=0 Maximum=23 Default=22
RandomZombiesFull.Spring_Night_Start=22

# At what time the night end in Spring. \nMinimum=0 Maximum=23 Default=6
RandomZombiesFull.Spring_Night_End=5

# Percentage of Crawlers present in the world during the day. Crawler, Shambler, FastShambler and Sprinter must add up to 100.\nMinimum=0,00 Maximum=100,00 Default=5,00
RandomZombiesFull.Crawler_Day=7.0

# Percentage of Shamblers present in the world during the day. Percentage of Crawler, Shambler, FastShambler and Sprinter must add up to 100.\nMinimum=0,00 Maximum=100,00 Default=65,00
RandomZombiesFull.Shambler_Day=23.0

# Percentage of Fast Shamblers present in the world during the day. Crawler, Shambler, FastShambler and Sprinter must add up to 100.\nMinimum=0,00 Maximum=100,00 Default=25,00
RandomZombiesFull.FastShambler_Day=70.0

# Percentage of Sprinters present in the world during the day. Crawler, Shambler, FastShambler and Sprinter must add up to 100.\nMinimum=0,00 Maximum=100,00 Default=5,00
RandomZombiesFull.Sprinter_Day=0.0

# Percentage of Fragile zombies present in the world during the day. Fragile, Normal and Tough must add up to 100.\nMinimum=0,00 Maximum=100,00 Default=30,00
RandomZombiesFull.Fragile_Day=35.0

# Percentage of zombies with normal toughness present in the world during the day. Fragile, Normal and Tough must add up to 100.\nMinimum=0,00 Maximum=100,00 Default=50,00
RandomZombiesFull.Normal_Day=50.0

# Percentage of Tough zombies present in the world during the day. Fragile, Normal and Tough must add up to 100.\nMinimum=0,00 Maximum=100,00 Default=20,00
RandomZombiesFull.Tough_Day=15.0

# Percentage of Smart zombies present in the world during the day. These zombies can open doors.\nMinimum=0,00 Maximum=100,00 Default=5,00
RandomZombiesFull.Smart_Day=25.0

# Percentage of Crawlers present in the world during the night. Crawler, Shambler, FastShambler and Sprinter must add up to 100.\nMinimum=0,00 Maximum=100,00 Default=5,00
RandomZombiesFull.Crawler_Night=7.0

# Percentage of Shamblers present in the world during the night. Percentage of Crawler, Shambler, FastShambler and Sprinter must add up to 100.\nMinimum=0,00 Maximum=100,00 Default=25,00
RandomZombiesFull.Shambler_Night=65.0

# Percentage of Fast Shamblers present in the world during the night. Crawler, Shambler, FastShambler and Sprinter must add up to 100.\nMinimum=0,00 Maximum=100,00 Default=65,00
RandomZombiesFull.FastShambler_Night=13.0

# Percentage of Sprinters present in the world during the night. Crawler, Shambler, FastShambler and Sprinter must add up to 100.\nMinimum=0,00 Maximum=100,00 Default=5,00
RandomZombiesFull.Sprinter_Night=15.0

# Percentage of Fragile zombies present in the world during the night. Fragile, Normal and Tough must add up to 100.\nMinimum=0,00 Maximum=100,00 Default=30,00
RandomZombiesFull.Fragile_Night=85.0

# Percentage of zombies with normal toughness present in the world during the night. Fragile, Normal and Tough must add up to 100.\nMinimum=0,00 Maximum=100,00 Default=50,00
RandomZombiesFull.Normal_Night=15.0

# Percentage of Tough zombies present in the world during the night. Fragile, Normal and Tough must add up to 100.\nMinimum=0,00 Maximum=100,00 Default=20,00
RandomZombiesFull.Tough_Night=0.0

# Percentage of Smart zombies present in the world during the night. These zombies can open doors.\nMinimum=0,00 Maximum=100,00 Default=5,00
RandomZombiesFull.Smart_Night=0.0

# Percentage of Crawlers present in the world during the special event. Crawler, Shambler, FastShambler and Sprinter must add up to 100.\nMinimum=0,00 Maximum=100,00 Default=5,00
RandomZombiesFull.Crawler_Special=10.0

# Percentage of Shamblers present in the world during the special event. Percentage of Crawler, Shambler, FastShambler and Sprinter must add up to 100.\nMinimum=0,00 Maximum=100,00 Default=5,00
RandomZombiesFull.Shambler_Special=70.0

# Percentage of Fast Shamblers present in the world during the special event. Crawler, Shambler, FastShambler and Sprinter must add up to 100.\nMinimum=0,00 Maximum=100,00 Default=25,00
RandomZombiesFull.FastShambler_Special=20.0

# Percentage of Sprinters present in the world during the special event. Crawler, Shambler, FastShambler and Sprinter must add up to 100.\nMinimum=0,00 Maximum=100,00 Default=65,00
RandomZombiesFull.Sprinter_Special=0.0

# Percentage of Fragile zombies present in the world during the special event. Fragile, Normal and Tough must add up to 100.\nMinimum=0,00 Maximum=100,00 Default=30,00
RandomZombiesFull.Fragile_Special=20.0

# Percentage of zombies with normal toughness present in the world during the special event. Fragile, Normal and Tough must add up to 100.\nMinimum=0,00 Maximum=100,00 Default=50,00
RandomZombiesFull.Normal_Special=60.0

# Percentage of Tough zombies present in the world during the special event. Fragile, Normal and Tough must add up to 100.\nMinimum=0,00 Maximum=100,00 Default=20,00
RandomZombiesFull.Tough_Special=20.0

# Percentage of Smart zombies present in the world during the special event. These zombies can open doors.\nMinimum=0,00 Maximum=100,00 Default=5,00
RandomZombiesFull.Smart_Special=5.0

_

• Log extract of a single burst on a new game :

_> LOG  : General     , 1685049061701> [RZF] ===================
> LOG  : General     , 1685049061701> [RZF] speed   2   2
> LOG  : General     , 1685049061702> [RZF] cognition   2   -1
> LOG  : General     , 1685049061702> [RZF] memory  2   800
> LOG  : General     , 1685049061702> [RZF] sight   2   2
> LOG  : General     , 1685049061703> [RZF] hearing 2   2
> LOG  : General     , 1685049061703> [RZF] ===================
> LOG  : General     , 1685049061703> [RZF] ===================
> LOG  : General     , 1685049061704> [RZF] speed   2   2
> LOG  : General     , 1685049061704> [RZF] cognition   2   1
> LOG  : General     , 1685049061704> [RZF] memory  2   800
> LOG  : General     , 1685049061704> [RZF] sight   2   2
> LOG  : General     , 1685049061705> [RZF] hearing 2   2
> LOG  : General     , 1685049061705> [RZF] ===================
> LOG  : General     , 1685049061705> [RZF] ===================
> LOG  : General     , 1685049061706> [RZF] speed   2   2
> LOG  : General     , 1685049061706> [RZF] cognition   2   -1
> LOG  : General     , 1685049061706> [RZF] memory  2   800
> LOG  : General     , 1685049061706> [RZF] sight   2   2
> LOG  : General     , 1685049061707> [RZF] hearing 2   2
> LOG  : General     , 1685049061707> [RZF] ===================
> LOG  : General     , 1685049061707> [RZF] ===================
> LOG  : General     , 1685049061708> [RZF] speed   2   2
> LOG  : General     , 1685049061708> [RZF] cognition   2   -1
> LOG  : General     , 1685049061708> [RZF] memory  2   800
> LOG  : General     , 1685049061708> [RZF] sight   2   2
> LOG  : General     , 1685049061709> [RZF] hearing 2   2
> LOG  : General     , 1685049061709> [RZF] ===================
> LOG  : General     , 1685049061709> [RZF] ===================
> LOG  : General     , 1685049061710> [RZF] speed   2   2
> LOG  : General     , 1685049061710> [RZF] cognition   2   -1
> LOG  : General     , 1685049061710> [RZF] memory  2   800
> LOG  : General     , 1685049061711> [RZF] sight   2   2
> LOG  : General     , 1685049061711> [RZF] hearing 2   2
> LOG  : General     , 1685049061711> [RZF] ===================
> LOG  : General     , 1685049061712> [RZF] ===================
> LOG  : General     , 1685049061712> [RZF] speed   2   2
> LOG  : General     , 1685049061712> [RZF] cognition   2   -1
> LOG  : General     , 1685049061713> [RZF] memory  2   800
> LOG  : General     , 1685049061713> [RZF] sight   2   2
> LOG  : General     , 1685049061713> [RZF] hearing 2   2
> LOG  : General     , 1685049061713> [RZF] ===================
> LOG  : General     , 1685049061714> [RZF] ===================
> LOG  : General     , 1685049061714> [RZF] speed   2   2
> LOG  : General     , 1685049061714> [RZF] cognition   2   -1
> LOG  : General     , 1685049061714> [RZF] memory  2   800
> LOG  : General     , 1685049061715> [RZF] sight   2   2
> LOG  : General     , 1685049061715> [RZF] hearing 2   2
> LOG  : General     , 1685049061715> [RZF] ===================
> LOG  : General     , 1685049061716> [RZF] ===================
> LOG  : General     , 1685049061716> [RZF] speed   2   2
> LOG  : General     , 1685049061716> [RZF] cognition   2   1
> LOG  : General     , 1685049061716> [RZF] memory  2   800
> LOG  : General     , 1685049061717> [RZF] sight   2   2
> LOG  : General     , 1685049061717> [RZF] hearing 2   2
> LOG  : General     , 1685049061717> [RZF] ===================
> LOG  : General     , 1685049061717> [RZF] ===================
> LOG  : General     , 1685049061718> [RZF] speed   2   3
> LOG  : General     , 1685049061718> [RZF] cognition   2   1
> LOG  : General     , 1685049061718> [RZF] memory  2   800
> LOG  : General     , 1685049061718> [RZF] sight   2   2
> LOG  : General     , 1685049061719> [RZF] hearing 2   2
> LOG  : General     , 1685049061719> [RZF] ===================
> LOG  : General     , 1685049061719> [RZF] ===================
> LOG  : General     , 1685049061720> [RZF] speed   2   2
> LOG  : General     , 1685049061720> [RZF] cognition   2   -1
> LOG  : General     , 1685049061720> [RZF] memory  2   800
> LOG  : General     , 1685049061720> [RZF] sight   2   2
> LOG  : General     , 1685049061721> [RZF] hearing 2   2
> LOG  : General     , 1685049061721> [RZF] ===================
> LOG  : General     , 1685049061721> [RZF] ===================
> LOG  : General     , 1685049061721> [RZF] speed   2   2
> LOG  : General     , 1685049061722> [RZF] cognition   2   1
> LOG  : General     , 1685049061722> [RZF] memory  2   800
> LOG  : General     , 1685049061722> [RZF] sight   2   2
> LOG  : General     , 1685049061722> [RZF] hearing 2   2
> LOG  : General     , 1685049061723> [RZF] ===================
> LOG  : General     , 1685049061723> [RZF] ===================
> LOG  : General     , 1685049061723> [RZF] speed   2   2
> LOG  : General     , 1685049061724> [RZF] cognition   2   1
> LOG  : General     , 1685049061724> [RZF] memory  2   800
> LOG  : General     , 1685049061724> [RZF] sight   2   2
> LOG  : General     , 1685049061724> [RZF] hearing 2   2
> LOG  : General     , 1685049061725> [RZF] ===================
> LOG  : General     , 1685049061725> [RZF] ===================
> LOG  : General     , 1685049061725> [RZF] speed   2   3
> LOG  : General     , 1685049061726> [RZF] cognition   2   1
> LOG  : General     , 1685049061726> [RZF] memory  2   800
> LOG  : General     , 1685049061726> [RZF] sight   2   2
> LOG  : General     , 1685049061726> [RZF] hearing 2   2
> LOG  : General     , 1685049061727> [RZF] ===================
> LOG  : General     , 1685049061727> [RZF] ===================
> LOG  : General     , 1685049061727> [RZF] speed   2   2
> LOG  : General     , 1685049061728> [RZF] cognition   2   1
> LOG  : General     , 1685049061728> [RZF] memory  2   800
> LOG  : General     , 1685049061728> [RZF] sight   2   2
> LOG  : General     , 1685049061728> [RZF] hearing 2   2
> LOG  : General     , 1685049061729> [RZF] ===================
> LOG  : General     , 1685049061729> [RZF] ===================
> LOG  : General     , 1685049061729> [RZF] speed   2   3
> LOG  : General     , 1685049061729> [RZF] cognition   2   -1
> LOG  : General     , 1685049061730> [RZF] memory  2   800
> LOG  : General     , 1685049061730> [RZF] sight   2   2
> LOG  : General     , 1685049061730> [RZF] hearing 2   2
> LOG  : General     , 1685049061731> [RZF] ===================
> LOG  : General     , 1685049061731> [RZF] ===================
> LOG  : General     , 1685049061731> [RZF] speed   2   2
> LOG  : General     , 1685049061731> [RZF] cognition   2   -1
> LOG  : General     , 1685049061732> [RZF] memory  2   800
> LOG  : General     , 1685049061732> [RZF] sight   2   2
> LOG  : General     , 1685049061732> [RZF] hearing 2   2
> LOG  : General     , 1685049061732> [RZF] ===================
> LOG  : General     , 1685049061733> [RZF] ===================
> LOG  : General     , 1685049061733> [RZF] speed   2   2
> LOG  : General     , 1685049061733> [RZF] cognition   2   -1
> LOG  : General     , 1685049061734> [RZF] memory  2   800
> LOG  : General     , 1685049061734> [RZF] sight   2   2
> LOG  : General     , 1685049061734> [RZF] hearing 2   2
> LOG  : General     , 1685049061734> [RZF] ===================
> LOG  : General     , 1685049061735> [RZF] ===================
> LOG  : General     , 1685049061735> [RZF] speed   2   2
> LOG  : General     , 1685049061735> [RZF] cognition   2   -1
> LOG  : General     , 1685049061735> [RZF] memory  2   800
> LOG  : General     , 1685049061736> [RZF] sight   2   2
> LOG  : General     , 1685049061736> [RZF] hearing 2   2
> LOG  : General     , 1685049061736> [RZF] ===================
> LOG  : General     , 1685049061737> [RZF] ===================
> LOG  : General     , 1685049061737> [RZF] speed   2   3
> LOG  : General     , 1685049061737> [RZF] cognition   2   -1
> LOG  : General     , 1685049061737> [RZF] memory  2   800
> LOG  : General     , 1685049061738> [RZF] sight   2   2
> LOG  : General     , 1685049061738> [RZF] hearing 2   2
> LOG  : General     , 1685049061738> [RZF] ===================
> LOG  : General     , 1685049061739> [RZF] ===================
> LOG  : General     , 1685049061739> [RZF] speed   2   2
> LOG  : General     , 1685049061739> [RZF] cognition   2   -1
> LOG  : General     , 1685049061739> [RZF] memory  2   800
> LOG  : General     , 1685049061740> [RZF] sight   2   2
> LOG  : General     , 1685049061740> [RZF] hearing 2   2
> LOG  : General     , 1685049061740> [RZF] ===================
> LOG  : General     , 1685049061741> [RZF] ===================
> LOG  : General     , 1685049061741> [RZF] speed   2   2
> LOG  : General     , 1685049061741> [RZF] cognition   2   -1
> LOG  : General     , 1685049061742> [RZF] memory  2   800
> LOG  : General     , 1685049061742> [RZF] sight   2   2
> LOG  : General     , 1685049061742> [RZF] hearing 2   2
> LOG  : General     , 1685049061742> [RZF] ===================
> LOG  : General     , 1685049061743> [RZF] ===================
> LOG  : General     , 1685049061743> [RZF] speed   2   3
> LOG  : General     , 1685049061743> [RZF] cognition   2   -1
> LOG  : General     , 1685049061744> [RZF] memory  2   800
> LOG  : General     , 1685049061744> [RZF] sight   2   2
> LOG  : General     , 1685049061744> [RZF] hearing 2   2
> LOG  : General     , 1685049061744> [RZF] ===================
> LOG  : General     , 1685049061745> [RZF] ===================
> LOG  : General     , 1685049061745> [RZF] speed   2   2
> LOG  : General     , 1685049061745> [RZF] cognition   2   -1
> LOG  : General     , 1685049061746> [RZF] memory  2   800
> LOG  : General     , 1685049061746> [RZF] sight   2   2
> LOG  : General     , 1685049061746> [RZF] hearing 2   2
> LOG  : General     , 1685049061746> [RZF] ===================
> LOG  : General     , 1685049061747> [RZF] ===================
> LOG  : General     , 1685049061747> [RZF] speed   2   2
> LOG  : General     , 1685049061747> [RZF] cognition   2   -1
> LOG  : General     , 1685049061748> [RZF] memory  2   800
> LOG  : General     , 1685049061748> [RZF] sight   2   2
> LOG  : General     , 1685049061748> [RZF] hearing 2   2
> LOG  : General     , 1685049061748> [RZF] ===================
> LOG  : General     , 1685049061749> [RZF] ===================
> LOG  : General     , 1685049061749> [RZF] speed   2   2
> LOG  : General     , 1685049061749> [RZF] cognition   2   1
> LOG  : General     , 1685049061749> [RZF] memory  2   800
> LOG  : General     , 1685049061750> [RZF] sight   2   2
> LOG  : General     , 1685049061750> [RZF] hearing 2   2
> LOG  : General     , 1685049061750> [RZF] ===================
> LOG  : General     , 1685049061751> [RZF] ===================
> LOG  : General     , 1685049061751> [RZF] speed   2   2
> LOG  : General     , 1685049061751> [RZF] cognition   2   -1
> LOG  : General     , 1685049061751> [RZF] memory  2   800
> LOG  : General     , 1685049061752> [RZF] sight   2   2
> LOG  : General     , 1685049061752> [RZF] hearing 2   2
> LOG  : General     , 1685049061752> [RZF] ===================
> LOG  : General     , 1685049061753> [RZF] ===================
> LOG  : General     , 1685049061753> [RZF] speed   2   2
> LOG  : General     , 1685049061753> [RZF] cognition   2   1
> LOG  : General     , 1685049061753> [RZF] memory  2   800
> LOG  : General     , 1685049061754> [RZF] sight   2   2
> LOG  : General     , 1685049061754> [RZF] hearing 2   2
> LOG  : General     , 1685049061754> [RZF] ===================
> LOG  : General     , 1685049061755> [RZF] ===================
> LOG  : General     , 1685049061755> [RZF] speed   2   2
> LOG  : General     , 1685049061755> [RZF] cognition   2   1
> LOG  : General     , 1685049061756> [RZF] memory  2   800
> LOG  : General     , 1685049061756> [RZF] sight   2   2
> LOG  : General     , 1685049061756> [RZF] hearing 2   2
> LOG  : General     , 1685049061756> [RZF] ===================
> LOG  : General     , 1685049061757> [RZF] ===================
> LOG  : General     , 1685049061757> [RZF] speed   2   2
> LOG  : General     , 1685049061757> [RZF] cognition   2   -1
> LOG  : General     , 1685049061758> [RZF] memory  2   800
> LOG  : General     , 1685049061758> [RZF] sight   2   2
> LOG  : General     , 1685049061758> [RZF] hearing 2   2
> LOG  : General     , 1685049061758> [RZF] ===================
> LOG  : General     , 1685049061759> [RZF] ===================
> LOG  : General     , 1685049061759> [RZF] speed   2   2
> LOG  : General     , 1685049061759> [RZF] cognition   2   -1
> LOG  : General     , 1685049061760> [RZF] memory  2   800
> LOG  : General     , 1685049061760> [RZF] sight   2   2
> LOG  : General     , 1685049061760> [RZF] hearing 2   2
> LOG  : General     , 1685049061761> [RZF] ===================
> LOG  : General     , 1685049061761> [RZF] ===================
> LOG  : General     , 1685049061761> [RZF] speed   2   2
> LOG  : General     , 1685049061761> [RZF] cognition   2   1
> LOG  : General     , 1685049061762> [RZF] memory  2   800
> LOG  : General     , 1685049061762> [RZF] sight   2   2
> LOG  : General     , 1685049061762> [RZF] hearing 2   2
> LOG  : General     , 1685049061763> [RZF] ===================
> LOG  : General     , 1685049061763> [RZF] ===================
> LOG  : General     , 1685049061763> [RZF] speed   2   2
> LOG  : General     , 1685049061764> [RZF] cognition   2   -1
> LOG  : General     , 1685049061764> [RZF] memory  2   800
> LOG  : General     , 1685049061764> [RZF] sight   2   2
> LOG  : General     , 1685049061764> [RZF] hearing 2   2
> LOG  : General     , 1685049061765> [RZF] ===================
> LOG  : General     , 1685049061765> [RZF] ===================
> LOG  : General     , 1685049061765> [RZF] speed   2   2
> LOG  : General     , 1685049061766> [RZF] cognition   2   -1
> LOG  : General     , 1685049061766> [RZF] memory  2   800
> LOG  : General     , 1685049061766> [RZF] sight   2   2
> LOG  : General     , 1685049061766> [RZF] hearing 2   2
> LOG  : General     , 1685049061767> [RZF] ===================
> LOG  : General     , 1685049061767> [RZF] ===================
> LOG  : General     , 1685049061767> [RZF] speed   2   2
> LOG  : General     , 1685049061768> [RZF] cognition   2   -1
> LOG  : General     , 1685049061768> [RZF] memory  2   800
> LOG  : General     , 1685049061768> [RZF] sight   2   2
> LOG  : General     , 1685049061769> [RZF] hearing 2   2
> LOG  : General     , 1685049061769> [RZF] ===================
> LOG  : General     , 1685049061769> [RZF] ===================
> LOG  : General     , 1685049061769> [RZF] speed   2   2
> LOG  : General     , 1685049061770> [RZF] cognition   2   -1
> LOG  : General     , 1685049061770> [RZF] memory  2   800
> LOG  : General     , 1685049061771> [RZF] sight   2   2
> LOG  : General     , 1685049061771> [RZF] hearing 2   2
> LOG  : General     , 1685049061771> [RZF] ===================
> LOG  : General     , 1685049061771> [RZF] ===================
> LOG  : General     , 1685049061772> [RZF] speed   2   2
> LOG  : General     , 1685049061772> [RZF] cognition   2   -1
> LOG  : General     , 1685049061772> [RZF] memory  2   800
> LOG  : General     , 1685049061772> [RZF] sight   2   2
> LOG  : General     , 1685049061772> [RZF] hearing 2   2
> LOG  : General     , 1685049061773> [RZF] ===================
> LOG  : General     , 1685049061773> [RZF] ===================
> LOG  : General     , 1685049061773> [RZF] speed   2   2
> LOG  : General     , 1685049061774> [RZF] cognition   2   -1
> LOG  : General     , 1685049061774> [RZF] memory  2   800
> LOG  : General     , 1685049061774> [RZF] sight   2   2
> LOG  : General     , 1685049061774> [RZF] hearing 2   2
> LOG  : General     , 1685049061775> [RZF] ===================
> LOG  : General     , 1685049061775> [RZF] ===================
> LOG  : General     , 1685049061775> [RZF] speed   2   3
> LOG  : General     , 1685049061776> [RZF] cognition   2   -1
> LOG  : General     , 1685049061776> [RZF] memory  2   800
> LOG  : General     , 1685049061776> [RZF] sight   2   2
> LOG  : General     , 1685049061776> [RZF] hearing 2   2
> LOG  : General     , 1685049061777> [RZF] ===================
> LOG  : General     , 1685049061777> [RZF] ===================
> LOG  : General     , 1685049061777> [RZF] speed   2   2
> LOG  : General     , 1685049061778> [RZF] cognition   2   -1
> LOG  : General     , 1685049061778> [RZF] memory  2   800
> LOG  : General     , 1685049061778> [RZF] sight   2   2
> LOG  : General     , 1685049061778> [RZF] hearing 2   2
> LOG  : General     , 1685049061779> [RZF] ===================
> LOG  : General     , 1685049061779> [RZF] ===================
> LOG  : General     , 1685049061780> [RZF] speed   2   3
> LOG  : General     , 1685049061780> [RZF] cognition   2   -1
> LOG  : General     , 1685049061780> [RZF] memory  2   800
> LOG  : General     , 1685049061780> [RZF] sight   2   2
> LOG  : General     , 1685049061781> [RZF] hearing 2   2
> LOG  : General     , 1685049061781> [RZF] ===================
> LOG  : General     , 1685049061781> [RZF] ===================
> LOG  : General     , 1685049061782> [RZF] speed   2   2
> LOG  : General     , 1685049061782> [RZF] cognition   2   1
> LOG  : General     , 1685049061782> [RZF] memory  2   800
> LOG  : General     , 1685049061783> [RZF] sight   2   2
> LOG  : General     , 1685049061783> [RZF] hearing 2   2
> LOG  : General     , 1685049061783> [RZF] ===================
> LOG  : General     , 1685049061784> [RZF] ===================
> LOG  : General     , 1685049061784> [RZF] speed   2   2
> LOG  : General     , 1685049061784> [RZF] cognition   2   -1
> LOG  : General     , 1685049061785> [RZF] memory  2   800
> LOG  : General     , 1685049061785> [RZF] sight   2   2
> LOG  : General     , 1685049061785> [RZF] hearing 2   2
> LOG  : General     , 1685049061785> [RZF] ===================
> LOG  : General     , 1685049061786> [RZF] ===================
> LOG  : General     , 1685049061786> [RZF] speed   2   3
> LOG  : General     , 1685049061786> [RZF] cognition   2   1
> LOG  : General     , 1685049061787> [RZF] memory  2   800
> LOG  : General     , 1685049061787> [RZF] sight   2   2
> LOG  : General     , 1685049061787> [RZF] hearing 2   2
> LOG  : General     , 1685049061788> [RZF] ===================
> LOG  : General     , 1685049061788> [RZF] ===================
> LOG  : General     , 1685049061788> [RZF] speed   2   2
> LOG  : General     , 1685049061789> [RZF] cognition   2   -1
> LOG  : General     , 1685049061789> [RZF] memory  2   800
> LOG  : General     , 1685049061789> [RZF] sight   2   2
> LOG  : General     , 1685049061789> [RZF] hearing 2   2
> LOG  : General     , 1685049061790> [RZF] ===================
> LOG  : General     , 1685049061790> [RZF] ===================
> LOG  : General     , 1685049061790> [RZF] speed   2   2
> LOG  : General     , 1685049061791> [RZF] cognition   2   -1
> LOG  : General     , 1685049061791> [RZF] memory  2   800
> LOG  : General     , 1685049061791> [RZF] sight   2   2
> LOG  : General     , 1685049061792> [RZF] hearing 2   2
> LOG  : General     , 1685049061792> [RZF] ===================
> LOG  : General     , 1685049061792> [RZF] ===================
> LOG  : General     , 1685049061793> [RZF] speed   2   2
> LOG  : General     , 1685049061793> [RZF] cognition   2   -1
> LOG  : General     , 1685049061793> [RZF] memory  2   800
> LOG  : General     , 1685049061793> [RZF] sight   2   2
> LOG  : General     , 1685049061794> [RZF] hearing 2   2
> LOG  : General     , 1685049061794> [RZF] ===================
> LOG  : General     , 1685049061794> [RZF] ===================
> LOG  : General     , 1685049061795> [RZF] speed   2   2
> LOG  : General     , 1685049061795> [RZF] cognition   2   -1
> LOG  : General     , 1685049061795> [RZF] memory  2   800
> LOG  : General     , 1685049061796> [RZF] sight   2   2
> LOG  : General     , 1685049061796> [RZF] hearing 2   2
> LOG  : General     , 1685049061796> [RZF] ===================
> LOG  : General     , 1685049061796> [RZF] ===================
> LOG  : General     , 1685049061797> [RZF] speed   2   3
> LOG  : General     , 1685049061797> [RZF] cognition   2   1
> LOG  : General     , 1685049061797> [RZF] memory  2   800
> LOG  : General     , 1685049061798> [RZF] sight   2   2
> LOG  : General     , 1685049061798> [RZF] hearing 2   2
> LOG  : General     , 1685049061798> [RZF] ===================
> LOG  : General     , 1685049061799> [RZF] ===================
> LOG  : General     , 1685049061799> [RZF] speed   2   2
> LOG  : General     , 1685049061799> [RZF] cognition   2   -1
> LOG  : General     , 1685049061800> [RZF] memory  2   800
> LOG  : General     , 1685049061800> [RZF] sight   2   2
> LOG  : General     , 1685049061800> [RZF] hearing 2   2
> LOG  : General     , 1685049061800> [RZF] ===================
> LOG  : General     , 1685049061801> [RZF] ===================
> LOG  : General     , 1685049061801> [RZF] speed   2   2
> LOG  : General     , 1685049061802> [RZF] cognition   2   -1
> LOG  : General     , 1685049061802> [RZF] memory  2   800
> LOG  : General     , 1685049061802> [RZF] sight   2   2
> LOG  : General     , 1685049061803> [RZF] hearing 2   2
> LOG  : General     , 1685049061803> [RZF] ===================
> LOG  : General     , 1685049061803> [RZF] ===================
> LOG  : General     , 1685049061804> [RZF] speed   2   2
> LOG  : General     , 1685049061804> [RZF] cognition   2   -1
> LOG  : General     , 1685049061804> [RZF] memory  2   800
> LOG  : General     , 1685049061804> [RZF] sight   2   2
> LOG  : General     , 1685049061805> [RZF] hearing 2   2
> LOG  : General     , 1685049061805> [RZF] ===================_

Many thanks for this excellent mod btw. Love it!

theCrius commented 1 year ago

Should be fixed, sorry about that. I've been having a long day