Jump to content

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

m
Iritscen moved page Oni engine patches (Mac, PPC)/changelog to Oni engine patches (Mac PPC)/changelog without leaving a redirect: Commas in page names confound my extlinks script, and this is one of only three pages with a comma, so....
(added chr_health and gs_fov_set)
m (Iritscen moved page Oni engine patches (Mac, PPC)/changelog to Oni engine patches (Mac PPC)/changelog without leaving a redirect: Commas in page names confound my extlinks script, and this is one of only three pages with a comma, so....)
 
(8 intermediate revisions by 2 users not shown)
Line 74: Line 74:
:at 0x171460  Replaced "debug local-movement code from player's position"
:at 0x171460  Replaced "debug local-movement code from player's position"


These are not official, just testing, but they work
;Oct 21 2008: Support 1024x1024 textures
;Oct 19 2008: Changed function chr_focus to chr_health
:at 0x1220AF: Replaced 0x06 with 0x46
:at 0x1B9080  Replaced 0004196C with 00041848 pointer to function _iSetAnyCharacterHealth
:at 0x1220B3: Replaced 0x06 with 0x46
:at 0x16E834  Replaced chr_focus with chr_health
:at 0x16E840  Replaced "sets a new player character" with "sets a character health"
:at 0x16E85C  Replaced chr_index:int with chr_index:int [hit_points:int | ]


;Oct 19 2008: Changed function chr_vocalize into gs_fov_set
;Nov 11, 2008
:at 0x1B93B0  Replaced 00036500 with 0005B818  pointer to function _ONrGameState_FieldOfView_Set
:52 BSL commands (12 functions and 36 variables) were added to the Oni Mac engine. (Previously added functions and variables are included in this list)
:at 0x16E680  Replaced chr_vocalize with gs_fov_set
 
:at 0x16F2D8  Replaced "makes a character utter a vocalizations" with "sets the field of view"
:chr_active, chr_aim_width, chr_all_active, chr_auto_aim_arc, chr_auto_aim_dist, chr_big_head_amount, chr_block_angle, chr_disable_melee, chr_disable_visactive, chr_display_combat_stats, chr_draw_all_characters,, chr_draw_dot, chr_focus, chr_health, chr_location, chr_location_settocamera, chr_lod, chr_main_class, chr_mini_me, chr_mini_me_amount, chr_pin_character, chr_set_class, chr_weapon, chr_weapon_auto_aim, chr_who, cm_canter_unarmed, cm_canter_weapon, cm_distance, cm_height, co_display, corpse_reset, door_ignore_locks, draw_every_frame, draw_every_frame_multiple, fast_mode, fx_laser_width, gs_fov_set, gs_input_accel, gs_screen_shot_reduce, gs_show_corpses, gs_show_environment, gs_show_ui, m3_fill_solid, m3_shade_vertex, make_corpse, powerup_reset, show_performance, single_step, ui_fill_element, weapon_reset, wp_kickable, wp_scale_adjustment.
:at 0x16E85C  Replaced [ai_name:string | script_id:int] type:string
 
:By replacing the following BSL commands
 
:ai2_barabbas_run, ai2_blind, ai2_chump, ai2_chump_stop, ai2_deaf, ai2_debug_localmovement, ai2_debug_localpathfinding, ai2_debug_showsettingIDs, ai2_melee_weightcorrection, ai2_panic, ai2_pathdebugsquare, ai2_printbnvindex, ai2_printspawn, ai2_showactivationpaths, ai2_showastar, ai2_showcombatranges, ai2_showconnections, ai2_showdynamicgrids, ai2_showfights, ai2_showfiringspreads, ai2_showgrids, ai2_showhealth, ai2_showintersections, ai2_showjoblocations, ai2_showlasers, ai2_showlocalmelee, ai2_showlos, ai2_shownames, ai2_showpathfindingerrors, ai2_showpaths, ai2_showprediction, ai2_showprojectiles, ai2_showsounds, ai2_showtargeting, ai2_showvision, ai2_skill_bestangle, ai2_skill_decay, ai2_skill_delaymax, ai2_skill_delaymin, ai2_skill_error, ai2_skill_inaccuracy, ai2_skill_recoil, ai2_skill_revert, ai2_skill_save, ai2_skill_select, ai2_skill_show, ai2_spacing_cookies, ai2_spacing_enable, ai2_spacing_weights, ai2_stopignoring_count, ai2_stopignoring_time, chr_hold_key
 
;Nov 14, 2008: Restored "killmequick" to Ultra Mode
:at 0x0019024B Replaced 00000008 with 00000014
 
;Nov 14, 2008: Bound "thedayismine" to Dev Mod
:at 0x0019025C Replaced 00000000 00000000 00000000 00000000 with 00172258 00172244 00172239 0000000B
 
;Dec 2008: Restored some Debug functions
:Replaced chr_disable_visactive with ai2_showfights
:Replaced chr_lod with ai2_showcombatranges
:Replaced gs_show_corpses with ai2_showgrids
:Replaced single_step with ai2_showlocalmelee
:Replaced draw_every_frame_multiple with ai2_showpaths
:Replaced gs_screen_shot_reduce with ai2_showprojectiles
 
;May 2009:Revert Nov 14 changes.
:Oni crashes when shapeshift and press F1 to enable cheat codes
:Change cheat killmequick to x
:Change Ultra Mode to Dev Mode
 
;May 2009:Particle dodging
:at 0x0001650C Replaced D141005C with C0010074
:at 0x00016510 Replaced D1010060 with C1A10078
:at 0x00016514 Replaced D1210064 with C021007C
:at 0x00016568 Replaced C0010060 with 7F86E378
:at 0x0001656C Replaced C1A1005C with 7F86E378
:at 0x00016574 Replaced C0210064 with 7F86E378
:at 0x0001655C Replaced ED6B with EC2B
 
;May 2009: Fixed Mercury Bow Exploit
:at 0x000A42CC replaced B13C0054 B13C0052 913C00FC B13C004C A00B00C2 with 913C0008 913C0008 913C0008 913C0008 913C0008
 
 
 
'''Failed patches'''
:So far the following functions or variables have failed or have no effect when added to the Mac engine.
::sc_bind_f2, sc_bind_f3, env_ray_number
 
[[Category:Patches]]