Jump to content

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

no edit summary
(reason)
No edit summary
Line 4: Line 4:


When it comes to replacing functions, you have to consider the length of the name and signature string.  chr_health had a longer signature string "chr_index:int [hit_points:int | ]" than chr_focus "chr_index:int"  So it will easier to find another function to replace chr_focus  with the shorter signature string. [[User:EdT|EdT]]
When it comes to replacing functions, you have to consider the length of the name and signature string.  chr_health had a longer signature string "chr_index:int [hit_points:int | ]" than chr_focus "chr_index:int"  So it will easier to find another function to replace chr_focus  with the shorter signature string. [[User:EdT|EdT]]
Hey, why would you want env_ray_number anyway? You cannot set it higher than 20 and you don't want to set it lower than 20 either (unless you're CPU isn't fast enough :) ). [[User:Neo|Neo]]
708

edits