You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
(the function is from version Gog, so Us patched)
the function "## Loading registry options" (sub_423CC0) could be renamed InitGame or SetupGame because it do more than just Load Registry Options.
in order, as I see in the function, there is at least :
-ParseCommandLineArguments (sub_424430)
-SetupBasicFunctionHandles (sub_48C3D0)
-Init some handle like for writting in console
-sub_421120_ReadRacerTab
-to some init with Window, like try to set position (witch may be is a test of control)
-sub_49D060_maybe_CreateRegisterKey
-sub_49D230_maybe_ReadRegistryKeyValueImp
-sub_48BC10_maybe_GetDirect3dDevice (confirmed by the Message if it's not a sucess)
-sub_425500_maybe_CheckInstallationAndPath
-Create Folder until config (sub_484310)
-sub_409B10_maybe_LoadVideoConfig
-InitializeCriticalSection
-elfControl_Initialize (sub_404B10)
-sub_49D210_maybe_WriteRegistryKeyValueImp
and after a series of function not really iddentitfy it's still :
-ShowWindow
Another clue is the principals function from WinMain:
-WinMain (sub_4238D0)
--StarGame (49CD40)
---CreateWindowIntance (sub_49CEA0)
---Save some Handles
---InitCommonControls
---if(!InitGame) return 0; //(sub_423CC0)
---While(1)
-----MainRenderLoop function iddentified by JayFoxRox (sub_424140 and sub_423580)
The text was updated successfully, but these errors were encountered:
(the function is from version Gog, so Us patched)
the function "## Loading registry options" (sub_423CC0) could be renamed InitGame or SetupGame because it do more than just Load Registry Options.
in order, as I see in the function, there is at least :
-ParseCommandLineArguments (sub_424430)
-SetupBasicFunctionHandles (sub_48C3D0)
-Init some handle like for writting in console
-sub_421120_ReadRacerTab
-to some init with Window, like try to set position (witch may be is a test of control)
-sub_49D060_maybe_CreateRegisterKey
-sub_49D230_maybe_ReadRegistryKeyValueImp
-sub_48BC10_maybe_GetDirect3dDevice (confirmed by the Message if it's not a sucess)
-sub_425500_maybe_CheckInstallationAndPath
-Create Folder until config (sub_484310)
-sub_409B10_maybe_LoadVideoConfig
-InitializeCriticalSection
-elfControl_Initialize (sub_404B10)
-sub_49D210_maybe_WriteRegistryKeyValueImp
and after a series of function not really iddentitfy it's still :
-ShowWindow
Another clue is the principals function from WinMain:
-WinMain (sub_4238D0)
--StarGame (49CD40)
---CreateWindowIntance (sub_49CEA0)
---Save some Handles
---InitCommonControls
---if(!InitGame) return 0; //(sub_423CC0)
---While(1)
-----MainRenderLoop function iddentified by JayFoxRox (sub_424140 and sub_423580)
The text was updated successfully, but these errors were encountered: