Modder Tools - psiberx/cp2077-tweak-xl GitHub Wiki
Hot Reload
TweakXL supports hot reloading and integrates with Red Hot Tools + Visual Studio Code.
Console
TweakXL.Reload()
Hot reload all tweaks from r6/tweaks
and execute scriptable tweaks.
TweakXL.ExecuteAll()
Execute scriptable tweaks only.
TweakXL.Execute(class)
Executes a scriptable tweak by class name.
TweakXL.Execute("NoCyberwareEquipReqs")
TweakXL.Version()
Returns the mod version.
print(TweakXL.Version())
Logs
You can find the log file at <Cyberpunk 2077>/red4ext/plugins/TweakXL/TweakXL.log
.