Guest book

Pages: 1 2 3 4 5 ... 21 22 23 24 25 [26] 27 28 29 30 31 ... 244 245 246 247 248
FloatWave, answer to: BrainRipper
Okay, I will look into that
FloatWave, answer to: FloatWave
I need to find "calc_perception_values" to confirm
BrainRipper, answer to: FloatWave
def agility_move_silently_factor(agility):
"""Returns the speed factor.

Movement speed while moving silently depends on agility.

Parameters:
agility - Agility value.
"""
assert agility >= 1
if agility <= 3: return 1.3
if agility <= 6: return 1.2
if agility <= 8: return 1.1
if agility <= 12: return 1.0
if agility <= 15: return 0.95
if agility <= 18: return 0.90
if agility <= 19: return 0.85
if agility <= 20: return 0.80
if agility <= 21: return 0.78
if agility <= 22: return 0.76
if agility <= 23: return 0.75
if agility <= 24: return 0.74
if agility <= 25: return 0.73
return 0.73

In the comments an error because the parameter agility_move_silently_factor affects the noise, not the speed.

# calc audibility for this char
objects.set_attribute(char, "audibility_range_motionless", 0)
objects.set_attribute(char, "audibility_range_moving", 10) # max. distance how far this char can be heard
skill = objects.get_attribute(char, "sneak")
agility = objects.get_attribute(char, "agility")
if bodymode == "LIE":
audibility = 0.1
elif bodymode == "KNEEL":
audibility = 0.7
else:
audibility = 1.0
audibility *= skill_tables.sneak_detection_factor(skill)
audibility *= skill_tables.agility_move_silently_factor(agility)
objects.set_attribute(char, "audibility_chance", audibility) # chance to be heard when inside the audibility_range
13.06.2020 03:50 Guest
How to add Shrek in The Fall - Last days of the world? How to edit .gr2 files?
12.06.2020 06:17 Guest
maybe someone knows the problem I have every time HP - health added to different 10 HP rebooting HP 11 or 8
BrainRipper, answer to: Guest
Health when you gain a new level increases randomly.
Guest, answer to: BrainRipper
so why take the Body type 13 16 +2 +4 what + is
BrainRipper, answer to: Guest
When you figure 9-12 if my memory serves me, from 4 to 8 points of health per level.
High body type gives extra points. Low - penalty points.
Guest, answer to: BrainRipper
body type affects the velocity distribution?
Guest, answer to: BrainRipper
BrainRipper And understand you are in the game understands many saw the video with the bike it cut out or he has
Development by Sergey A.Zhukov 2007-2012