diff --git a/README.md b/README.md index 827bb77..f0ebc61 100644 --- a/README.md +++ b/README.md @@ -1,18 +1,13 @@ -# ⚠️ NOTICE - -# AS REQUESTED BY THE DEVELOPERS OF THE GAME, I TOOK DOWN THE ONLINE EDITOR AND I'M NOT GOING TO UPDATE IT ANY MORE, THE CODE WILL BE AVAILABLE FOR ANYONE TO MANTAIN/FORK. - # Deep Rock Galactic Save Editor [![Commitizen friendly](https://img.shields.io/badge/commitizen-friendly-brightgreen.svg)](http://commitizen.github.io/cz-cli/) -![DRG Version](https://img.shields.io/badge/DRG%20Version-1.37-yellow.svg?style=flat) -![DRG Season](https://img.shields.io/badge/DRG%20Season-3-blue.svg?style=flat) -![Saves Edited](https://img.shields.io/badge/dynamic/json?label=Saves%20Edited&query=%24.value&url=https%3A%2F%2Fapi.countapi.xyz%2Fget%2Fmrmarble.dev%2F687428ff-75a5-4b0f-a760-6556b55dbb64) +![DRG Version](https://img.shields.io/badge/DRG%20Version-1.38-yellow.svg?style=flat) +![DRG Season](https://img.shields.io/badge/DRG%20Season-4-blue.svg?style=flat) -Online save editor for deep rock galactic game. [Try it out!](https://mrmarble.dev/drg-editor/) +Online save editor for deep rock galactic game. > ⚠️ ALWAYS BACKUP YOUR SAVE FILE! -> + ## Work in progress Current features: @@ -23,21 +18,14 @@ Current features: - Edit perk points - ~Edit weapon overclocks~ (broken again :rolling_eyes:) -Planned features (hopefully :wink:): - -- cosmetic overclocks -- Unlock cosmetics - ## Offline! This editor runs fully on your browser, your save file never leaves your computer ## Usage - https://user-images.githubusercontent.com/4268580/211190848-7409cc91-3876-44d0-a66c-518a4efc3724.mp4 - ## Snapshots ![](assets/first.png) diff --git a/public/assets/scrip.png b/public/assets/scrip.png new file mode 100644 index 0000000..f44a871 Binary files /dev/null and b/public/assets/scrip.png differ diff --git a/public/assets/season04.webp b/public/assets/season04.webp new file mode 100644 index 0000000..78b67dc Binary files /dev/null and b/public/assets/season04.webp differ diff --git a/src/components/githubLink/githubLink.tsx b/src/components/githubLink/githubLink.tsx index 013a5f3..93ae790 100644 --- a/src/components/githubLink/githubLink.tsx +++ b/src/components/githubLink/githubLink.tsx @@ -3,7 +3,7 @@ import { FaGithub } from 'react-icons/fa'; function GithubLink(): ReactElement { const url = 'https://github.com/MrMarble/drg-editor'; - const name = '/MrMarble/drg-editor'; + const name = 'original repo /MrMarble/drg-editor'; return (