[FREE] [STANDALONE] Sigrun - The Mission Creator Style Menu (Scaleform)

Sigrun API - The Rockstar Mission Creator Style Menu (Scaleform)

Enhance your server’s UI with Sigrun, a high-performance, native-looking menu API that faithfully recreates the aesthetic of the latest Rockstar Mission Creator. Built with Scaleform for that authentic GTA V feel, Sigrun is designed for developers who want a sleek, professional, and optimized interface.


:rocket: Features

  • Authentic Rockstar UI: A pixel-perfect recreation of the Mission Creator menus.
  • Scaleform Power: Leverages internal GTA V rendering for zero-lag visual transitions.
  • High Performance: Extremely optimized code.
  • Full Widget Support:
    • Tabs: Multiple menus sections divided on the same menu.
    • Checkboxes & Toggles: Smooth interaction for settings.
    • List Items: Easy cycling through options.
    • Sliders & Progress Bars: Visual feedback for values and difficulty levels.
    • Submenus: Hierarchical structure for complex configurations.
  • Highly Customizable: Supports custom colors, separators, and advanced labels.

:tv: Showcase

Video Demo

Screenshots

Tabs & Navigation
Image 1

Tooltips

List & Widgets


:hammer_and_wrench: Technical Details

  • Current Language: Lua (Fully functional) / C# (Fully functional)
  • Dependencies: None (Standalone)
  • Category: API / Library for developers

How to use

Sigrun is designed to be an API. You can easily trigger menus and capture events for each item.
The API is structured to be equal to ScaleformUI pause menus with few differences to allow ease of use who already mastered menu creations.
(More detailed documentation will be available on the GitHub repository)


:inbox_tray: Download & Links


Author Note: Sigrun was born from the desire to give FiveM developers a tool that feels like a natural extension of the base game. If you encounter any bugs or have feature requests, feel free to open an issue or comment below!


Check my other releases:

16 Likes

This looks so sick great job man :heart:

1 Like

Thanks!!

1 Like

New update!!

News

  • C# is now fully supported and working, you can check the code directly on github!

Features added

Features listed below are valid for both Lua and C#

  • MainMenu:MouseEnabled(boolean): enable or disable mouse handling all in one place!
  • MainMenu:ScrollOnlyOnMenuHover(boolean): If True the mouse scrolling features will be enabled only when the mouse is hovering the menu itself!
  • ItemListColumn.ScrollNewStyle: If True the new scrolling style is applied, if False the old scrolling style (per item) will be applied.

quick example:

    -- ⚠️ set this to true for the new R* scrolling style.
    firstTab.LeftColumn.ScrollNewStyle = false

The scrolling style setting is applied to the LeftColumn to allow modularity across sub-columns

nice work :clap:
my friend and I have fully parse the json from the new mission creator last month, it’s time to bring it to fivem.

1 Like