Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@

We are thrilled to present the first Open-Source Save Editor for the Videogame ***Dying Light 2***. This tool allows players to take control of their game saves, unlocking a realm of possibilities and customization.

![image](https://github.com/user-attachments/assets/da5db2bb-75fd-43ce-9cc4-4de3c2d3215d)

## Getting Started
If you want to test out the Editor yourself, feel free to download the Application inside the release and visit the wiki for further details (like Tutorial + QnA).
<p align="center">
Expand Down Expand Up @@ -121,6 +123,16 @@ Currently there are 2 contributers that work hard to increase the experience of
<img alt="Static Badge" src="https://img.shields.io/badge/Tester-Batang-2f4045?style=for-the-badge">
</a>
</p>
<p>
<a href="https://github.com/EricPlayZ" target="_blank">
<img alt="Static Badge" src="https://img.shields.io/badge/CRCDev-EricPlayZ-899994?style=for-the-badge">
</a>
</p>
<p>
<a href="https://youtube.com/@samuiyorus" target="_blank">
<img alt="Static Badge" src="https://img.shields.io/badge/Tester-Zdashero-526264?style=for-the-badge">
</a>
</p>

## Join the Community
The Editor was built in collaboration with a dedicated Dying Light 2 Modding Discord Server. If you have any questions feel free to join the Community.
Expand Down
2 changes: 0 additions & 2 deletions savegame-editor/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,3 @@ dist-ssr
*.njsproj
*.sln
*.sw?

.env
19 changes: 12 additions & 7 deletions savegame-editor/components.json
Original file line number Diff line number Diff line change
@@ -1,17 +1,22 @@
{
"$schema": "https://ui.shadcn.com/schema.json",
"style": "default",
"rsc": true,
"style": "new-york",
"rsc": false,
"tsx": true,
"tailwind": {
"config": "tailwind.config.js",
"config": "",
"css": "src/index.css",
"baseColor": "slate",
"baseColor": "neutral",
"cssVariables": true,
"prefix": ""
},
"iconLibrary": "lucide",
"aliases": {
"components": "@/components",
"utils": "@/lib/utils"
}
}
"utils": "@/lib/utils",
"ui": "@/components/ui",
"lib": "@/lib",
"hooks": "@/hooks"
},
"registries": {}
}
Loading