CyberEngineTweaks icon indicating copy to clipboard operation
CyberEngineTweaks copied to clipboard

Cyberpunk 2077 tweaks, hacks and scripting framework

Results 56 CyberEngineTweaks issues
Sort by recently updated
recently updated
newest added

Fixes https://github.com/maximegmd/CyberEngineTweaks/issues/888. Pretty straightforward changes - mainly just converted `Enum.m_value` to a union and wrote conversions where needed. Important bits: - Two constructors still only take `int32_t` which theoretically isn't...

Enabling this feature causes cameras to break when trying to take control over one. The camera view is stuck in a black screen with the glitch effect, basically rendering the...

bug

# Bug in `Enum` class Operating system: Windows Game version: 2.01 CET version: 1.27.1 GPU: RTX 4080 ## The Problem In the CET Enum class, there's some missed casts that...

bug

https://github.com/psiberx/cp2077-codeware/wiki#game-events @psiberx suggestion, so we can offer some better handling of game events than broad onShutdown etc. this should provide more accurate control for mods

enhancement

# Bug Operating system: Windows 11 (22621.2361) Game version: 2.01 CET version: v1.27.0 (EDIT:v1.27.1 has same problem) GPU: AMD Radeon RX 5700 ## Description After using fast travel (whether provided...

Version 1.26.0 Game version 2.0 Skip start menu is on in settings and Suppress Intro Movies is on. The intro movies get skipped but the "press button to breach" is...

bug
good first issue

Reverts maximegmd/CyberEngineTweaks#839

Load in separate font from main and use it for console. Also expose monospace option to mods so they can utilize it if they want it.

enhancement

Nearly all of the values come out to 3735928576.000000 which is wrong. Especially the RayNumber and BounceNumber values, which show as -559038737, but in reality both have a value of...

bug
help wanted
good first issue

need #769 - [x] implement [tinygettext](https://github.com/tinygettext/tinygettext) - [x] GUI for language setting - [x] expose current language setting to mods `GetSystemLocale()`, `GetCETLocale()` - [x] script for updating the language files...