Results 1 to 10 of 43

Thread: UserTool - OpenSauce command line tool

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #28
    Codesaurus Skarma's Avatar
    Join Date
    Apr 2009
    Location
    Columbus, OH
    Posts
    227

    Re: UserTool - OpenSauce command line tool

    Code:
    0041E0F9  LEA ECX,[LOCAL.70]
    0041E0FD  PUSH ECX
    0041E0FE  PUSH 20019
    0041E103  PUSH 0
    0041E105  PUSH OFFSET 004253A4                                  ; ASCII "SOFTWARE\Microsoft\Microsoft Games\Halo HEK"
    0041E10A  PUSH 80000002
    0041E10F  CALL DWORD PTR DS:[<&ADVAPI32.RegOpenKeyExA>]
    My registry path was default: "SOFTWARE\\Wow6432Node\\Microsoft\\Microsoft Games\\Halo HEK". I am running Windows 7. Regardless of where your Halo Custom Edition directory is installed or whether it's x86 or x64, the registry entry it opens may be incorrect. Since UserTool must be placed in the Halo CE directory anyway, may I suggest using GetCurrentDirectory or GetModuleFileName to obtain the path? Otherwise you may need to check multiple registry paths.
    Last edited by Skarma; August 27th, 2010 at 02:22 PM.
    Reply With Quote

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •