================================================================================
                  MaxedRockstarRecordingControlPanel (v1.0)
                             by Maxed
================================================================================

DESCRIPTION:
------------
A lightweight in-game utility to control Rockstar Editor recording features
(Start, Stop, Discard, Launch Editor) with fully configurable hotkeys and an
optional custom menu interface.

This mod is built for content creators, GTA machinima makers, and anyone who 
uses the built-in Rockstar Editor tools regularly. It works on vanilla GTA V 
without needing ENB, Reshade, or external UI mods.

================================================================================
FEATURES:
---------
- Start, Stop, Discard recording using custom hotkeys
- Open Rockstar Editor without going through menus
- Configurable keybinds via .ini file (supports Ctrl, Shift, Alt modifiers)
- Toggleable in-game UI panel for recording control
- Fades screen / restores radar & HUD cleanly when switching states
- Compatible with any GTA V version supported by ScriptHookV

================================================================================
DEFAULT HOTKEYS:
----------------
These can be changed in the MaxedRockstarRecordingControlPanel.ini file.

    Start Recording:          Z
    Stop Recording:           C
    Discard Recording:        X
    Open Rockstar Editor:     F7
    Toggle Menu Panel:        F8

================================================================================
INSTALLATION:
-------------
1. Make sure you have ScriptHookV installed:
   https://www.dev-c.com/gtav/scripthookv/

2. Copy the following files into your GTA V root directory:
   - MaxedRockstarRecordingControlPanel.asi
   - MaxedRockstarRecordingControlPanel.ini
   - README.txt (ReadME file! no need to copy)

3. Launch the game. Press F8 (or your configured hotkey) to open the menu.

================================================================================
INI CONFIG FORMAT:
------------------
[Hotkeys]
StartCtrl=0
StartShift=0
StartAlt=0
StartKey=5A         ; Z key (hex)

StopCtrl=0
StopShift=0
StopAlt=0
StopKey=43          ; C key

DiscardKey=58       ; X key
EditorKey=76        ; F7 key
MenuKey=77          ; F8 key

Modifiers (Ctrl, Shift, Alt) use 1 for enabled, 0 for disabled.
Keys are specified in hex (e.g., 5A for 'Z', 43 for 'C').

================================================================================
CREDITS:
--------
Script by Maxed (https://www.youtube.com/@Maxed-Graphics)

Built with C++ and ScriptHookV SDK

================================================================================
CONTACT:
--------
For updates, support, or other mods:
YouTube: https://www.youtube.com/@Maxed-Graphics
GTA5-Mods: https://www.gta5-mods.com/users/Maxeddev

================================================================================
LICENSE:
--------
Free to use and modify for personal use. Do not reupload without credit.

================================================================================