From 0d400584d8053ed20cdd5dc6d2fc828dc73454e1 Mon Sep 17 00:00:00 2001 From: Miepee <38186597+Miepee@users.noreply.github.com> Date: Sun, 12 Jun 2022 12:59:10 +0200 Subject: [PATCH] Merge contents of dna readme.txt into main readme --- README.md | 1 + UndertaleModTool/README.txt | 2 -- UndertaleModTool/UndertaleModTool.csproj | 4 ---- 3 files changed, 1 insertion(+), 6 deletions(-) delete mode 100644 UndertaleModTool/README.txt diff --git a/README.md b/README.md index 1895235b4..24ba31acf 100644 --- a/README.md +++ b/README.md @@ -36,6 +36,7 @@ It's worth noting that UndertaleModTool has different builds per release. The di * Support for running scripts that automatically modify your data file (or perform other nefarious tasks) - this is the way to distribute mods, but creating them is a manual job for now. It also serves as a replacement for sharing hex editor offsets - if you make it into a file-format-aware script instead, there is much smaller change of it breaking after an update. * All core IO functionality extracted into a library for use in external tools. * Can generate an .yydebug file for the GM:S debugger so that you can edit variables live! (see [here](https://github.com/krzys-h/UndertaleModTool/wiki/Corrections-to-GameMaker-Studio-1.4-data.win-format-and-VM-bytecode,-.yydebug-format-and-debugger-instructions#yydebug-file-format)) +* Automatic file associations for all GameMaker related files. This can be disabled by having a `dna.txt` file next to the executable. # Screenshots diff --git a/UndertaleModTool/README.txt b/UndertaleModTool/README.txt deleted file mode 100644 index 5938e362c..000000000 --- a/UndertaleModTool/README.txt +++ /dev/null @@ -1,2 +0,0 @@ -To disable file associations before program startup, please add a file called "dna.txt" (case sensitive) to the program folder. -If you do not know what this means or do not care, please ignore this. \ No newline at end of file diff --git a/UndertaleModTool/UndertaleModTool.csproj b/UndertaleModTool/UndertaleModTool.csproj index 64df11a35..6703d17b6 100644 --- a/UndertaleModTool/UndertaleModTool.csproj +++ b/UndertaleModTool/UndertaleModTool.csproj @@ -3510,10 +3510,6 @@ PreserveNewest true - - PreserveNewest - true -