From fa3b76422a5295e4da1417283d41e2a49a7ba774 Mon Sep 17 00:00:00 2001 From: Cobalt Bar <79053181+CobaltBar@users.noreply.github.com> Date: Tue, 11 Jun 2024 10:45:44 -0700 Subject: [PATCH 1/2] the english hurts me --- README.md | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index ba4ec02..19e6fa8 100644 --- a/README.md +++ b/README.md @@ -1,14 +1,14 @@ ![Window icon](images/big-icon.webp) # Friday Night Funkin' Mod Porter -Ports FNF mods between engines using Python. Right now, there's only support for Psych Engine to the Base Game, but new modes are coming soon! It has a GUI, cross-platform support, and logs (check the logs folder). +Ports FNF mods between engines using Python. Right now, there's only support for Psych Engine to the Base Game, but new modes are coming soon! It has a GUI, cross-platform support, and logs (check the `logs` folder). ## Download Go to the [releases tab](https://github.com/gusborg88/fnf-porter/releases) for slightly older versions. Read the dependencies section if you want to build it yourself. For an alternative stable source, use our [GameBanana](https://gamebanana.com/tools/16982) -For latest compilations, go to the [actions tab](https://github.com/gusborg88/fnf-porter/actions) +For latest builds, go to the [actions tab](https://github.com/gusborg88/fnf-porter/actions) ## Issues? Report it in the [issues tab](https://github.com/gusborg88/fnf-porter/issues/). @@ -22,23 +22,23 @@ Thanks for contributing! You'll need to install [Python](https://www.python.org/ ## Dependencies You can simply run `dependency-install.bat` to install all of these at once. You have to go to [python.org](https://www.python.org/downloads/) and get Python first, though. -- luaparser -- numpy -- pillow -- pydub -- pyinstaller -- PyQt6 +- `luaparser` +- `numpy` +- `pillow` +- `pydub` +- `pyinstaller` +- `PyQt6` You can start the window by running `psychtobase/main.py`, or alternatively run `build.bat` to build the application yourself. -Note that your build won't have a signature/key/what ever you call it, so Windows Defender will probably delete it. Github actions makes builds that don't have this issue, so use these instead. +Note that your build won't be signed, so Windows Defender will probably delete it. Github actions make builds that don't have this issue, so use those instead. ## License FNF Porter is licensed under CC-BY-NC 4.0. That means you can modify it, but you have to credit the authors (Gusborg, tposejank, BombasticTom & VocalFan), and you can't make ANY money from it. Because this doesn't use any assets from Funkin' Crew, their license doesn't apply here. Read [LICENSE](LICENSE) for fancy legal words -This program uses FFmpeg, a free software made for manipulating all sorts of media throught codecs. +This program uses FFmpeg, a free software made for manipulating all sorts of media through codecs. FFmpeg is protected under the LGPL v2.1 License. -Read [FFmpeg's license](FFMPEG-LICENSE) \ No newline at end of file +Read [FFmpeg's license](FFMPEG-LICENSE) From ce91e3316db8666d5c60cde2e2a7a64137a410c0 Mon Sep 17 00:00:00 2001 From: Cobalt Bar <79053181+CobaltBar@users.noreply.github.com> Date: Tue, 11 Jun 2024 10:46:13 -0700 Subject: [PATCH 2/2] spacing --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 19e6fa8..280a54f 100644 --- a/README.md +++ b/README.md @@ -28,6 +28,7 @@ You can simply run `dependency-install.bat` to install all of these at once. You - `pydub` - `pyinstaller` - `PyQt6` + You can start the window by running `psychtobase/main.py`, or alternatively run `build.bat` to build the application yourself.