awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
maximegmd avatar

maximegmd/CyberEngineTweaks

0
View on GitHub↗
4,786 stars·304 forks·C++·MIT·14 views

CyberEngineTweaks

CyberEngineTweaks is a modding framework for Cyberpunk 2077 that provides a suite of tools for engine patching, scripting extensions, and the creation of interactive in-game modification interfaces. It functions as a scripting engine extension and patching tool designed to modify engine behavior and add custom game logic.

The project distinguishes itself by combining a script-injection framework with a graphical user interface library, allowing for the development of custom settings menus and overlays directly within the game engine. It enables low-level engine modifications to improve performance, remove visual restrictions, or bypass gameplay restrictions through a dedicated patching system.

The framework covers a broad range of capabilities, including game logic scripting, performance tuning, and mod interface development. It also includes observability tools such as diagnostic windows and log dumping to support a mod debugging workflow.

Features

  • Modding Frameworks - Provides a comprehensive framework for creating and managing custom modifications for Cyberpunk 2077.
  • External Script Execution - Runs external scripts within the engine runtime to implement gameplay tweaks and custom behaviors.
  • Game Logic Scripting - Defines custom interactive behaviors and game rules by exposing engine features to a scripting language.
  • Dynamic Script Execution - Evaluates and runs external scripts at runtime to modify game behaviors without binary recompilation.
  • Runtime Script Injection - Injects custom logic into the live game process to expose internal engine functions to scripts.
  • Game Engine Memory Patching - Modifies running game process memory to alter engine variables, toggle flags, and change visual states.
  • Scripting Extension Layers - Exposes a low-level compiled engine core via an API to a higher-level scripting language.
  • Configuration GUIs - Embeds a graphical user interface layer for managing complex mod settings and parameters in real-time.
  • In-Game Configuration Menus - Enables the development of interactive menus and overlays for players to adjust mod settings during gameplay.
  • Game Performance Optimizations - Applies engine patches to optimize frame rates, reduce latency, and remove specific visual effects.
  • Custom Settings Interfaces - Allows the creation of tailored configuration pages and overlays for user interaction with mods.
  • In-Game User Interfaces - Implements a library for creating interactive menus and overlays directly within the running game engine.

Star history

Star history chart for maximegmd/cyberenginetweaksStar history chart for maximegmd/cyberenginetweaks

How this analysis was created: This summary and feature list are AI-generated from collected project material and can contain mistakes. Stars, license and language are imported from GitHub. Inclusion does not mean that we have tested or audited this project. Check the source documentation for any feature you depend on. Learn more on our About page.

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Frequently asked questions

What does maximegmd/cyberenginetweaks do?

CyberEngineTweaks is a modding framework for Cyberpunk 2077 that provides a suite of tools for engine patching, scripting extensions, and the creation of interactive in-game modification interfaces. It functions as a scripting engine extension and patching tool designed to modify engine behavior and add custom game logic.

What are the main features of maximegmd/cyberenginetweaks?

The main features of maximegmd/cyberenginetweaks are: Modding Frameworks, External Script Execution, Game Logic Scripting, Dynamic Script Execution, Runtime Script Injection, Game Engine Memory Patching, Scripting Extension Layers, Configuration GUIs.

Which projects share features with maximegmd/cyberenginetweaks?

Projects with overlapping indexed features include: tmodloader/tmodloader — tModLoader is a modding framework and toolset designed for expanding game content and extending core game logic. It… openmw/openmw — OpenMW is a modern, open-source game engine designed to execute the game Morrowind and its expansions. It serves as a… bloxstraplabs/bloxstrap — Bloxstrap is a custom game bootstrapper and configuration tool for Roblox. It replaces the standard launcher to enable… jynew/jynew — jynew is a 3D RPG game engine and development framework designed for building three-dimensional role playing games. It… r3nzthecodegod/r3nzskin — R3nzSkin is a skin changer and game asset modifier for League of Legends. It functions as a utility to modify the… fabricmc/fabric-api — Fabric API is a modular framework designed for Minecraft mod development, providing a standardized set of hooks and…

Projects sharing features with CyberEngineTweaks

These projects share indexed features with CyberEngineTweaks. Shared tags can include platform or build tooling; verify the primary use case before treating a result as a replacement.
  • tmodloader/tmodloadertModLoader avatar

    tModLoader/tModLoader

    5,099View on GitHub↗

    tModLoader is a modding framework and toolset designed for expanding game content and extending core game logic. It provides a polymorphic content API that allows for the creation of new items, NPCs, projectiles, and world assets through object-oriented inheritance. The project is distinguished by its advanced code modification capabilities, utilizing intermediate language bytecode patching and reflection-based private access to alter internal game behavior. It features a hot-reloading assembly runtime that enables developers to recompile and apply source code changes in real-time without res

    C#apigamesteam
    View on GitHub↗5,099
  • openmw/openmwOpenMW avatar

    OpenMW/openmw

    6,366View on GitHub↗

    OpenMW is a modern, open-source game engine designed to execute the game Morrowind and its expansions. It serves as a cross-platform game runtime and 3D world renderer, providing a data-driven environment to run game logic and physics with improved stability. The project functions as a game modding framework, utilizing a modular plugin system and an interpreted scripting layer to load external modifications. This architecture allows for the integration of community content, custom textures, and external scripts without altering the base executable code. The engine covers a broad range of cap

    C++
    View on GitHub↗6,366
  • bloxstraplabs/bloxstrapbloxstraplabs avatar

    bloxstraplabs/bloxstrap

    3,034View on GitHub↗

    Bloxstrap is a custom game bootstrapper and configuration tool for Roblox. It replaces the standard launcher to enable advanced startup configurations, inject internal engine flags, and manage a specialized installation directory. The project provides a client mod manager that allows users to override local assets, such as sounds, textures, and fonts, and ensures these customizations persist across game updates. It includes a configuration utility to unlock hidden graphics settings and engine parameters, alongside a server tracker that identifies the geographic location of active game servers

    C#csharplaunchermod
    View on GitHub↗3,034
  • jynew/jynewjynew avatar

    jynew/jynew

    8,815View on GitHub↗

    jynew is a 3D RPG game engine and development framework designed for building three-dimensional role playing games. It provides a comprehensive suite of tools for scene editing, game logic scripting, and the creation of 3D environments. The project features a specialized 3D asset management pipeline for importing and aligning models and animations, including specific tools for weapon attachment and rendering. It includes a dedicated combat system editor for defining battle encounters, skill effects, and combat grids with real-time synchronization. Additionally, it provides a game modding fram

    C#game-developmentjinyongunity
    View on GitHub↗8,815
Compare all 30 related projects→