Skip to content

Game Control Bar cannot be toggled in Replay Mode #73

@xezon

Description

@xezon

Game Control Bar cannot be toggled in Replay Mode. F9 does nothing. Control Bar toggle button does nothing.

GenTool fixes this by hacking following addresses (game.dat):

0x460BD4 > NOP 9 bytes to allow toggle down
0x460C73 > NOP 9 bytes to allow toggle up
0x460D9E > NOP 9 bytes to allow toggle
0x5ED73A > NOP 9 bytes to allow F9 toggle

(NOP meaning No Operation aka 0x90 for x86)

Metadata

Metadata

Assignees

No one assigned

    Labels

    BugSomething is not working right, typically is user facingGenToolRelates to GenToolMajorSeverity: Minor < Major < Critical < BlockerZHRelates to Zero Hour

    Type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions