Files for my website
bwc9876.dev
1---
2name: Outer Wilds Save Editor
3summary: A save editor for Outer Wilds
4timespan:
5 from: 2022
6tags:
7 - c#
8 - unity
9 - dotnet
10 - outer-wilds
11links:
12 github: Bwc9876/OW-SaveEditor
13 other:
14 - label: Mods Website
15 url: https://outerwildsmods.com/mods/saveeditor/
16image: ./ow-save-editor.webp
17---
18
19import ExtLink from "@components/ExtLink.astro";
20export const components = { a: ExtLink };
21
22This is a simple mod for Outer Wilds that lets the player edit their save data.
23It was made in C# with [OWML](https://owml.outerwildsmods.com).