Webfishing-startup/README.md
masta0f1eave 69a0649b27 Update README.md
Добавил русскую версию гайда
2024-10-27 16:20:49 +03:00

109 lines
4.9 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Webfishing-startup
## Русская версия
Инструкция для старта путешествия в прекрасом мире WEBFISHING!
1. Достаём игру - официальным или неофициальным способом, на самом деле без разницы.
В пиратской версии нельзя играть на официальных серверах, ко-оп работает.
[Оф. версия](https://store.steampowered.com/app/3146520/WEBFISHING/) (всего 200р!)
>Неофициальная версия: (чел, ищи сам на трекерах).
2. Скачиваем последнюю версию GDWeave - фреймворка для запуска модов под WEBFISHING (zip архив): https://github.com/NotNite/GDWeave/releases
3. Распаковываем архив в установочную директорию WEBFISHING, для версии Steam под линуксом это `~/.local/share/Steam/steamapps/common/WEBFISHING/`, для Windows найдёшь самостоятельно, я в тебя верю.
4. Теперь у нас есть GDWeave и мы можем скачивать и устанавливать другие моды.
Официальный репозиторий от разработчика GDWeave с кучей разных модов: https://notnite.github.io/webfishing-mods/
Скачиваем моды:
- Tackle Box (добавляет пункт в меню со списком установленных модов): https://github.com/puppy-girl/TackleBox
- ReelChat (Голосовой чат с определением позиции для WEBFISHING, использующий GDWeave): https://github.com/BlueberryWolf/ReelChat
На самом деле ReelChat состоит из двух частей - самого мода и API для него: https://github.com/BlueberryWolf/APIs/releases/latest/download/BlueberryWolfi.APIs.zip
- что-нибудь ещё, предлагайте свои варианты...
5. Распакуй скачанные файлы в директорию GDWeave, которая называется 'mods'.
6. Добавь следующую строчку в опции запуска игры в Steam: `WINEDLLOVERRIDES="winmm=n,b" %command%`. После запуска игры тебе будет предложено установить .NET 8.0, оно тебе НЕОБХОДИМО для работы GDWeave.
В итоге у тебя должна получиться примерно такая структура каталогов в установочной директории WEBFISHING:
```
.
|-GDWeave
|---core
|-----runtimes
|-------win
|---------lib
|-----------net8.0
|---mods
|-----BlueberryWolfi.APIs
|-----BlueberryWolfi.ReelChat
|-----TackleBox
```
Наслаждайся!
---
# English version
Instruction to start your journey in wonderful world of WEBFISHING!
1. Get the game - either official or not, doesn't matter TBH.
In non-official version you an't play on official servers, but co-op still works.
[Official one](https://store.steampowered.com/app/3146520/WEBFISHING/) (it's only $2!)
>Non-oficial: (find it yourself bro).
2. Download last version of GDWeave - a modding framework for WEBFISHING (zip archive): https://github.com/NotNite/GDWeave/releases
3. Un-pack zip file into WEBFISHING installation directory, for Steam version on Linux it's `~/.local/share/Steam/steamapps/common/WEBFISHING/`, for Windows you'll find it yourself, I believe in ya.
4. Now as you've got GDWeave, you can download and extract other mods into it's directory.
Official repo from developer of GDWeave with many extra mods is here: https://notnite.github.io/webfishing-mods/
Next, we'll download this mods:
- Tackle Box (adds menu entry with installed): https://github.com/puppy-girl/TackleBox
- ReelChat (A proximity voice chat mod for WEBFISHING using GDWeave): https://github.com/BlueberryWolf/ReelChat
ReelChat actually consists of two parts - mod and API for it: https://github.com/BlueberryWolf/APIs/releases/latest/download/BlueberryWolfi.APIs.zip
- smth else, submit your suggestions...
5. Un-pack those mods into GDWeave directory called 'mods'.
6. Add this to the Steam command line options: `WINEDLLOVERRIDES="winmm=n,b" %command%`. The game will prompt you to install .NET 8.0, you NEED it for GDWeave to run.
At the end you should end up with something like this in your WEBFISHING installation directory:
```
.
|-GDWeave
|---core
|-----runtimes
|-------win
|---------lib
|-----------net8.0
|---mods
|-----BlueberryWolfi.APIs
|-----BlueberryWolfi.ReelChat
|-----TackleBox
```
Enjoy!
---
Sources:
1. 'How to mod WEBFISHING :D': `https://steamcommunity.com/sharedfiles/filedetails/?id=3353826944`
2. 'How to use MIDI Files for the Guitar!': `https://steamcommunity.com/sharedfiles/filedetails/?id=3352573634`