Mod Structure
Explaining how to create and run a custom mod
Summary
Setting up the folder
Cyberpunk 2077/
├─ bin/
│ ├─ x64/
│ │ ├─ plugins/
│ │ │ ├─ cyber_engine_tweaks/
│ │ │ │ ├─ mods/
│ │ │ │ │ ├─ mod_1/
│ │ │ │ │ ├─ mod_2/
│ │ │ │ │ ├─ mod_3/
│ │ │ │ │ ├─ my_mod/ <- hereSetting up init.lua file
init.lua fileFiring up the code
Creating mods
Last updated