#
Offset Update Help
Helper site to find new globals or locals or script patches
#
Locals
#
OFFSET_launch_creator_local_* & OFFSET_transitionState search in old scripts and find in new
OFFSET_current_creator_[worker/pre/test]_[lts/capture/race/mission/dm/survival] search in old scripts and find in new
OFFSET_current_creator_worker_offset_refresh & OFFSET_current_creator_worker_offset_menu search for first occourence of WEAPON_PISTOL
#
scrpatches
#
Cycle Items is now visible for Stunt Props when Dev Mode enabled
Search for MC_H_PRP_SLDO in fm_lts_creator. There should only be 1 appearance. Then open that function in GTA V High Level Decompiler and disassemble that function.
Nop the following part:
#
dont force round playarea when dev mode enabled
#
dont force plyl to 1
#
dont force kill rule to 6 and number to 1
#
set switch camera to caps lock
Find the following Part in the scripts. Then open the first function (1.71 -> race -> func_12094) in GTA V High Level Decompiler and disassemble that function.
If it looks the same as in the screenshot the offset should still be 29 and replace with D9 for CAPS LOCK to Switch.