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

https://github.com/yamashi/CyberEngineTweaks/blob/dee335c1f1fd612258aaad48131fbdbb09d52430/src/reverse/BasicTypes.h#L67 These should be removed cause maintnance nightmare. Legacy stuff from before RED4ext.

enhancement

Internal mod management utility widget which would display information about currently installed mods and would allow users to manage them directly from UI, ideally with an option to reload just...

enhancement

We give ability to modders to close their databases if they see fit, but they cannot reopen them. There should be some open function or reload for DB.

enhancement
good first issue

Pretty-much exactly as it says. TAA is forced on regardless of whether option is true or false since 1.2 patch. Using CET 1_12_1. Would be extremely grateful if this was...

bug

More of a feature request, predominantly for when using an Xbox Controller. Would be great if the Microsoft VKs could be assigned to the CET hotkeys (VKs documented here: https://docs.microsoft.com/en-us/windows/win32/api/xinput/ns-xinput-xinput_keystroke)...

enhancement

Reported by @striderxfossility inside #497 ----------------------------- Also there is a ``BUG`` in these components related to props. For example: ```lua local tpp = player:FindComponentByName(CName.new("TPPRepresentation")) print(tpp.detachedObjectInfo[1].itemTDBID) -- prints "Items.PlayerFppHead" CName tpp.detachedObjectInfo[1].itemTDBID...

bug

**Idea:** Is there a way to tell in scripting all the components the objects have? for example, in save editor I can drop the player_female.entity and see all the components,...

enhancement

Widget for font settings. Could be done as part of existing Settings widget, but probably better would be to have this in some separate widget, potentially with some preview. TODO...

enhancement

Widget for managing mod windows/widgets. Should replace current onDraw handler, would function as toggle for all mods windows. We could also have toggable log window per mod, and other cool...

enhancement

- [ ] Switch to ImGui v1.88-docking package - [ ] Update Win32 impl based on what is in reference for this particular tag - [ ] Update DX12 impl...

enhancement