From 50243a48107ca6fdd9dcbd28a7bd9ae230f8f77c Mon Sep 17 00:00:00 2001 From: szprink Date: Wed, 21 Jan 2026 22:06:50 +0100 Subject: [PATCH] reedmee --- README.md | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..3df93a7 --- /dev/null +++ b/README.md @@ -0,0 +1,32 @@ +# dolphin-selerificator +make your gamecube/wii games 69x better + +![selerified crazy taxi screenshot](https://barachlo.szprink.xyz/7NLn45hEK2Yg.png) + +# what do i need +- node.js +- dolphin emulator +- a wii/gamecube game +- alcohol + +# how 2 use +- clone this stupid repository +- go to your graphics settings -> advanced and enable texture dumping +- play the game you want to Enhance a bit + - it may lag because you're dumping textures + - also the longer you play the more your game will be Enhanced +- once you're done with your play session go to the repo folder, open a terminal/command prompt and run `npm i` +- now go ahead end edit the config.json file. + - if you haven't done it already, set the `dolphinFolder` variable to wherever your dolphin data is (if you don't know where then open dolphin and go to file -> open user folder) + - set the `game` variable to the game id, it's the shorter string when previewing the game's properties in dolphin + ![game id where](https://barachlo.szprink.xyz/GhVAkwkt9FtF.png) + - set `flipHorizontal` and `rotateUpsideDown`however you need (if unsure, either check the Dump folder or just disable these and see what happens) +- run the script: `node .` +- wait until the script exits +- now in dolphin go to graphics settings, advanced and disable texture dumping, then enable "load custom textures" under the utility section +- start the game and Enjoy + +# my game isn't 100% selerified!!!!1111 +yeah, that's to be expected, because of how dolphin texture dumping works... + +only the textures you actually saw during your play session with it enabled will be dumped, nothing i can do about it :( \ No newline at end of file