Oni engine patches (Mac PPC)/changelog: Difference between revisions

testing some more variables
mNo edit summary
(testing some more variables)
Line 87: Line 87:
:at 0x16F2D8  Replaced "makes a character utter a vocalizations" with "sets the field of view"
:at 0x16F2D8  Replaced "makes a character utter a vocalizations" with "sets the field of view"
:at 0x16E85C  Replaced [ai_name:string | script_id:int] type:string
:at 0x16E85C  Replaced [ai_name:string | script_id:int] type:string
;Oct 20 2008: Changed variable ai2_showastar to cm_distance
:at 0x170CEC  Replaced ai2_showastar with cm_distance
:at 0x170CFC  Replaced "shows grid squares that are evaluated by the A* pathfinding" with "camera distance (to target, in world units)"
:at 0x1B9CC0  Replacedd 0018EDD7 with 18EF08 pointer to _CAgDistance
:at 0x1B9CBB  Replaced 03 with 02 change from bool to float
;Oct 20 2008: Changed variable ai2_showlasers to cm_height
:at 0x170E50  Replaced ai2_showlasers with cm_height
:at 0x170E60  Replaced "turns on laser sights for AI2 characters" with "target height to feet of target character"
:at 0x1B9D10  Replaced 0018EDCC with 0018EF04 pointer to  _CAgHeight
:at 0x1B9D0B  Replaced 03 with 02 change from bool to float
;Oct 20 2008: Changed variable ai2_stopignoring_time to cm_canter_weapon
:at 0x17121C  Replaced ai2_stopignoring_time with cm_canter_weapon
:at 0x171234  Replaced "set the delay timer before the AI forgets about ignored events" with "camera canter (when aiming, in degrees)"
:at 0x1B9CC0  Replaced 0018EDE8 with 18EF0C pointer to _CAgCanter_Weapon
:at 0x1B9E1B  Replaced 00 with 02 change from int32 to float
;Oct 20 2008: Changed variable ai2_stopignoring_count to wp_scale_adjustment
:at 0x1711C8  Replaced ai2_stopignoring_count with wp_scale_adjustment
:at 0x1711E0  Repalced "set the number of events before the AI will stop ignoring" with "adjusts scales"
:at 0x1B9E10  Replaced 0018EDE4 with 0018F8CC pointer to _ONgWpScaleAdjustment
:at 0x1B9E0B  Replaced 00 with 02 change from int32 to float
830

edits