rain world моды как установить

Rain world моды как установить

Glad to see you here.
You might be asking several questions.
Here are answers to what we think they might most likely be.


Yes, it does, and it has been for quite a while. The game is dead, its world is ours. We need no god, we need no hope.
For various reasons, most info on Rain World mods has historically been accumulated on Discord and, partially, Youtube. We are here to change this.


Yes, it is, given that you enjoy what Rain World already has. Base game offers a lot of stuff to do for those who can bear appreciating it; mods can prolong your enjoyment tenfold. For those of you who did not find pleasure in this world’s harshness, there are also solutions and hopes.


Easily bearable. Installing a mod isn’t perfectly idiotproof and intuitive, but there have recently been promising changes in terms of user friendliness. It might be confusing at first, but learning the various ropes isn’t hard. All you need is persistence.


There is a bunch of stuff. We have custom regions, new playable characters, essential bugfixes and QoL improvements for vanilla, and a couple new gamemodes and challenge mods. There are several mods in development that alter the game in more substantial ways.

Depending on what kind of mod you are intending, steps may vary. Adding new regions and modifying the layout of existing ones takes little to no coding knowledge, thanks to certain already existing mods; doing other things, such as adding new slugcats, mechanics, objects and so on, is done with the use of Partiality mods or BepInEx plugins.
Regardless of what is it you are doing, you can always ask for advice in our discord.

BepInEx plugins are, well, BepInEx plugins. If you ever made those for any other game, all you will need to study is Rain World’s code.

Speaking of vanilla code. We do not have the sources available; dnSpy standalone decompiler [github.com] or ILSpy plugin for Visual Studio [github.com] are used for inspection instead. Certain features of Rain World codebase (such as complete and utter absence of any exception handling) make debugging somewhat problematic at times, but it’s manageable.

Here are some links that will be useful for you.

To run pretty much any Rain World mod, you will need a mod loader. There are two options available: Partiality Launcher and local BepInEx port.

Installed by unpacking into an arbitrary location on your computer. After launching PL, press [], navigate to Rain World’s root folder and select the executable. Partiality Launcher will immediately attempt to patch itself into the game; this sometimes fails, so you might need to retry it a couple of times.

When using PL, all mods regardless of type go into []. After adding or removing mods from the Mods folder, do not forget to press Refresh mod list to see the changes; to apply any changes, always press Apply mods and patches.

NOTE: you can NOT use standard BepInEx for partiality mods and patches; in order to load basically every mod we have so far, you need to use this specific version.

Installed by unpacking into Rain World’s root folder; will magically run next time you launch the game.

This video covers the basics of using BepInEx and BOI with Rain World:

In case you don’t want to watch it for whatever reason:

When using BOI, all mods can be put into [] as they would be if you were using PL; you can then «enable» them in BOI to automatically move to correct folders and rename if needed.

In case you are not using BOI: Partiality mods and bepinex native plugins go into Rain []; monomod patches go into []. Patches should be renamed like this: «Assembly-CSharp.[your_mod_name_here].mm.dll«. Note that having patches enabled slows down game startup noticeably.

ATTENTION: If you are switching from PL to BepInEx, you need to undo changes done by PL. To do this, go into [], delete Managed and rename Managed_Backup to Managed. BOI can optionally do this for you.

ATTENTION, PART TWO: Some older mods are said to require PublicityStunt in order to work. When using BepInEx, ignore this dependency and do not install PublicityStunt. BepInEx has a built in replacement (Dragons.PublicDragon), while using PublicityStunt itself may cause crashes.

After you’ve chosen what you want to grab and enhance your rain world experience with, it is install time.

Rain world mods come in several types, and for each of them has different installation procedures. This section contains essential info about all of them, as well as description of normal installation process.

ATTENTION: ALWAYS CONSULT A MOD’S README WHEN INSTALLING SOMETHING. Some code mods depend on each other in order to work, some region packs have additional dependencies, some things just don’t function together. This guide can not and will not cover all possible situations.

MonoMod patches are slightly less common and are not often made anymore. They are older and more crude than Partiality mods, replacing target methods entirely instead of strapping additional code to their ends. If two patch mods affect the same method, they are not compatible. Luckily, this hardly ever happens.

When used with Partiality Launcher, enabled patches modify Assembly-CSharp.dll of the game; when used with BepInEx, they increase launch delay noticeably. Additionally, to use patches with BepInEx, you need to rename them in a specific way (template: «Assembly-CSharp.[mod_name_here].mm.dll») and place inside [] folder. BOI mod manager can do both of those things for you.

Mixed mods contain both partiality mods and monomod patches. Attempting to load them with BepInEx will most likely result in an immediate crash. Partiality Launcher can attempt loading them and succeed, but this is not intended behaviour and success is not guaranteed. There are very few mixed mods out there and they all come from times before any kind of standard for making Rain World mods was established. For most of them there are proper functional replacements.

BepInEx plugins are, as the name suggests, plugins made specifically for BepInEx. They can not be used with Partiality Launcher. Work when put into [] folder.

are either world edits or world expansions. They are shipped as archives with inner structure resembling that of the game.
Initially, region packs would be installed by merging contents of a regpack’s archive into Rain World root folder. This way is messy, makes uninstalling world edits a big headache, and triggers the game’s built-in tamper protection (which is very easily circumvented but this still isn’t ideal).

Читайте также:  какие возможности ядра linux использует гипервизор kvm для своей работы

Luckily, ever since Custom Regions Support [github.com] (or CRS for short) by Garrakx became a thing, managing region packs has been significantly more convenient.

NOTE: most region pack Readme files are outdated and only contain instructions for the «classic» installation procedure. Vast majority of those regions can still easily be installed using CRS.

HOW TO INSTALL A REGION PACK USING CRS:
After downloading and installing Custom Regions Support and all of its dependencies, run the game once and check the mod config screen to see if everything is working correctly.
For each region pack you want to install, put the one folder from the archive that would otherwise be merged with the game’s folder into Rain World\Mods\CustomResources. This folder is sometimes named «Rain World»; if that is the case, change its name to match the name of the actual region pack.
Run the game again if you already closed it, or press «Reload» on CRS’s config screen. If you unpacked everything correctly, CRS will recognize the region pack, download its thumbnail if one is available, and display the pack’s description.
Navigate to the regpack’s folder inside Mods\CustomResources. CRS creates a regionInfo.json or packInfo.json file (depending on the version used). Open it in the text editor and see if everything looks correct. If you don’t know if a thing looks correct or not, assume it is correct.
Region pack should now be applied to the world.

ATTENTION: ALWAYS RESET YOUR SAVEFILE WHEN ADDING OR REMOVING REGION PACKS, REGARDLESS OF WHETHER YOU USED CRS OR NOT. Savefile corruption is INEVITABLE and WILL lead to severe bugs and eventual crashes if you do not reset. Resetting your savefile does not remove arena unlocks.

are the most ancient kind. They are installed by replacing Assembly-CSharp.dll (which contains majority of the game’s code) entirely with a manually patches version (usually edited directly with dnSpy). This is rather clunky and not entirely legal. There are just two and a half standalone mods for RW 1.5 out there (Side House and Buffed Creatures). All of them are installed by folder merge.

As the name suggests, standalone mods are incompatible with each other. You can try applying Partiality or BepInEx to them like you would to a normal game; this usually doesn’t outright break anything if you only apply smaller mods on top.

Here are suggested solutions for most common issues that can arise while you are dealing with mods.

First and foremost:

Logging is disabled in vanilla and logs only appear when a modloader is properly installed.
Generally, whenever you are having trouble and want to get help, you will need to send one or more of those:

ATTENTION: IF YOU DON’T HAVE AT LEAST BASIC KNOWLEDGE ON RAIN WORLD ARCHITECTURE, YOU WILL NOT UNDERSTAND MUCH FROM THOSE LOGS. Rule of a thumb here is to ask an actual modder about what’s happening. You can do that in our modding support channels (see Resource Links section).

Check if you have all the dependencies. If a mod has external dependencies, they are marked under a special icon on RainDB; if the mod has a readme file, dependencies are also listed there.
Core libraries such as ConfigMachine and EnumExtender are located in the Tools tab of RainDB. Don’t forget search tool exists.

If you are using Partiality Launcher, there is a chance for it to simply fail on applying mods and do nothing. Try reapplying mods a couple of times, or feeding the game to Partiality Launcher anew. If it doesn’t help, switch to BepInEx.

With BepInEx, this mostly happens if the mod file can not be read (access violation, broken symlink, sharing violation etc). Look at err.log and OutputLog.txt in [] to see which file causes the issue.

The game crashes/I’m getting a broken character!
You’ve messed something up while creating an atlas, or set one or more sprite names incorrectly in FancySlugcats config screen. Triple check instructions for CustomAssets and fancy slugcats and make sure you followed them correctly. If you are still failing to identify the issue, ask for help in modding channels.

Sprite colors are incorrect / some bodyparts disappear when I apply colours!
When you select colours in Custom Slugs config menu, those colours get mixed with sprites’ base colours. If the resulting colour is too dark (too close to #000000), a bodypart might be rendered invisible. To avoid this, make base sprite lighter and/or set body/eyes colours to full white in fancyslugs config screen.

Make sure you wiped your savefile after installing a regpack/changing regpack load order. If you didn’t, do it now.

Check if you installed the regpack correctly. For example: if you are installing Aether Ridge, contents of [] should look like this:

Assets or Levels can not be there with certain regpacks, but World folder is generally a requirement.
regionInfo.json for Aether Ridge should look like this:

Most meaningful part here is regionID.

Make sure that base game files are not modified. If you are using CRS, use CRS for all regpacks. If you merge one regpack into the game and then apply CRS to add a second regpack, things might break violently.

Regardless of what you will pick, we hope that this guide serves as a decent starting point in your journeys through Rain World modded content. It does not have all the links you will possibly need, neither does it cover all possible issues, but hopefully it has just enough of everything.

For a long time, Rain World modding community has been pretty much closed off from the outside world. As much as we would like to change that, RW discord is and probably will remain the center of all our activity, and a number one place to look for advice, share knowledge, develop theories and generally express your passion for this weird, cruel and beautiful game.

Have fun and good luck, slugcats. See you where TryParse throws.

Источник

Как поставить моды на Rain World

RAIN WORLD | СТРИМ | MOD UNDERSEAПодробнее

Установка глобального мода Rain World Drought на игру Rain World (BeplnEX)Подробнее

Установка русификатора АЛЬТЕРНАТИВНЫЙ РУСИФИКАТОР на игру Rain World (BeplnEX)Подробнее

СТРИМ | RAIN WORLD | СМОТРИМ ЛОКАЦИЮ-МОД: FORGOTTEN BOILERПодробнее

Установка региона Aether Ridge на игру Rain World (BeplnEX)Подробнее

Читайте также:  что означает код ошибки 279 в роблоксе

Как сделать свой хвост в Rain WorldПодробнее

Установка мода Custom Tails на игру Rain World (Используя BeplnEX)Подробнее

Как установить мод на русский язык в игре Rain WorldПодробнее

Установка Модов для Rain World (BepInEx)Подробнее

Установка мода Custom Tails на игру Rain WorldПодробнее

СТРИМ | RAIN WORLD | МОД ЛОКАЦИЯ: Засушливые степи ( Arid Barrens )Подробнее

Установка мода/региона Arid Barrens на игру Rain World (Обязательно смотрите закрепленное сообщение)Подробнее

Как установить мод Fancy Slugcats на игру Rain WorldПодробнее

Как установить мод-регион The Mast на Rain WorldПодробнее

Как установить Partiality Launcher (Лаунчер модов) на Rain WorldПодробнее

СТРИМ | RAIN WORLD | МОД ЛОКАЦИЯ: МАЧТА (The Mast)Подробнее

Как установить мод на онлайн мультиплеер Monkland на игру Rain WorldПодробнее

Как установить новый мод/регион Underbelly на Rain WorldПодробнее

Источник

More Slugcats

Слизнекоты

Ручей

Имеет очень большой объём лёгких. Гораздо более ловкий, чем другие слизнекоты. Быстрее ходит, дальше прыгает, но циклы в 2 раза меньше. Может открывать водные орехи, не опуская их в воду.

Описание с официального сайта мода:

«Дышит под водой и с легкостью перемещается по миру. Эти адаптации необходимы, ведь вы столкнётесь с миром частых наводнений, в котором время имеет решающее значение.»

Техник

Описание с официального сайта мода:

Мастер Копья

Не имеет рта. Может создавать белые копья с помощью белых пятен на хвосте. Питается за счёт попадания копьями по существам. Кармацветы также поглощаются при попадании в них копьём.

Описание с официального сайта мода:

«Аномальное существо без рта, которое питается с помощью игл, вынутых из его тела. Путешественник из далёких земель; Чувство внутри ведёт тебя, посланник. «

Гурман

Описание с официального сайта мода:

«Балуется простыми радостями жизни. Перенос «целого мира» в животе дает много тактических преимуществ, но требует повышенной устойчивости.»

Святой

Описание с официального сайта мода:

«Хрупкий, но вооруженный длинным языком. Ваш путь будет совершенным просветлением, но такая судьба требует терпения, осторожности и полной гармонии с миром.»

На данный момент More Slugcats вышел только на версию Rain World 1.01. Добавляет только новых слизнекотов.

С уверенностью можно сказать, это не все нововведения мода.

Известно, что модификация завершена на более чем 90%. В список законченных кампаний входят: Святой, Ручей, Мастер копья и Техник.

На данный момент выпущено 4 трейлера (финальный трейлер в процессе создания): Ручей, Механик, Мастер Копья и Гурман.

За разработкой мода можно следить на их официальном Discord сервере, сайте, в Steam и Твиттере.

Источник

Rain world моды как установить

Rain World

RainDB > (click Drought Mod) > Drought Mod google drive page > (right click «Rain World Drought.zip») > (click on download) > (File size warning will show up, click on download anyways)
Now you have the files.

If you don’t have Partiality installed yet, follow this tutorial made by the creator:
https://www.youtube.com/watch?v=-bOtCVR_DNw
To install the mod, follow the tutorial in the readme file:
https://www.youtube.com/watch?v=jvnFaXI46x4

I can’t seem to find in the files where my Steam games are.

I navigated to a folder titled «Steam» by doing This PC > Windows (C:) > Users > (my name) > AppData > Local > Steam, but it doesn’t show game files. Only 2 folders titled «htmlcache» and «widevine» respectively.

Alright I don’t know if I screwed something up with the downloading process or something, but the mod isn’t working for me.

— The title screen doesn’t say «Drought»
— The slugcat selection screen takes me to one option, my normal Survivor savefile (cycle 206, drainage system)
— My slugcat is invisible when I load the savefile??
— I get stuck going back and forth in the pipe if I try to leave my shelter
— Eventually the screen goes all rectangle-y and pixeled, and then the escape key doesn’t work

I restarted my PC and launched it again, but the results were the same.

Is this a common bug? Is it an easy fix?

Ok. I added the assets and worlds to the mods folder, and while I now play as the little black slugcat, I still start off at cycle 206 drainage system.

If that doesn’t work, try doing a clean restart. Now that you have the files and know how to install it there should’t be a problem.

Источник

Как поставить моды на Rain World

Показувати елементи керування програвачем

КОМЕНТАРІ • 190

Привет! Скорее ты всего не ответишь, но можешь подсказать в кое-чём? Я скачал мод Colorfoot, вроде правильно всё сделал, но не выходит. Наверно из за того что лаунчер обновился.

Ё, чувак, спс, понятно достаточно хорошо, чистил ради интереса спросить: на пиратке работает?
А то так же вообще можно не париться. Тебе и таким как ты огромное спасибо.

Помогите пожалуйста как поставить мод на рейн. Просто там обновление, там всё по другому, файлы по другому названы. Помогите.

Спасибо большое, что объяснил! Только один вопрос: работает ли это на пиратке, и если да то как ставить моды на пиратку?

Чел на пиратке играет же

у меня не работает мод помогите пожалуйста!

Да и проблема какая та

Мод не хочет запускаться

У меня не работает помогите пожалуйста решить проблему 🙏

Может найдётся какой-то одинокий бедолага который тоже не может найти причину увидит это. Не работал Partiality. Выдавал что всё подключено и хорошо, но моды в игре просто не отображались. Это пиратка. Steam-rip. Даже не установлена (просто папка с exe и прочим была в zip-архиве). Оказалось ему нужен Net Framework 3.5 который не работает на win10 по стандарту. Нельзя просто взять и установить, win10 выдаёт ошибку. Танцы с бубном на 5 минут и готово. Видео называется «How to Install NET Framework 3.5 on Windows 10» на канале TeeVee.

Вы можете мне помочь?
У меня все правильно но когда я пытаюсь указать партилити лаунчеру на игру он просто не показывает даже что он нашёл игру.

А как установить если у тебя скачана из стима?
Я не могу найти папку

Хм, да, кароче, хочу рассказать про новый лаунчер модов,Чтоб там он нашёл AppId нужно запустить в лаунчер не сам лаунчер игры, а mainData она находится в RainWorld_data

0:58 есть папка «ModDependencies», а также создал «Mods», но папка «ModConfigs» не появилась, из-за чего мод есть лишь в проге, а в игре нет, что делать? Как эта папка должна появится?

@R0Zenn Ну этот гайд робит на 7 винду точно, а 10 винда почему-то не так включает прогу что запускает моды. Я с этой дичью неделю разбиралась, один раз даже игра сломалась

Короче, я практически не понимаю че я сделала чтобы его починить но попробуй клацнуть на Save & Reload Mod List

@Пушистая Амфибия Какая-то фигня, а не гайд, постоянно нужно блин самому все делать.Только бы знать, что в этой папке находится, сразу бы все прояснилось.

Читайте также:  фото корабля в майнкрафт

Ничего не работает ):

Привет. Помоги пожалуйста. Сделал всё как надо, но когда поставил галочку на моём моде, я нажал Apply mod что-то вылезло и я это закрыл. Вошёл в игру и ничего не работало. Перезапустил игру и ту фигню для модов. Но опять ничего не работает.

Что делать если моды в проге видны а в игре их нет?

@Neonフクロウ я уже лицензию купил 😀

Нажать кнопку «Accept Mods» в меню партиалити лаунчера.

Спасибо огромное очень помогло,только жаль что мод на more slugcats не на v1.5

У меня что то нету такого что И у тебя

Слушай очень круто! Делай гайды по модам (типо что оно умеет и с чем это едят)

А что делать если partiality launcher не работает?

чувак, у меня какоета говно, у меня как я понял патилаунчер в формате слн, и что мне делать?

@Fakir TM работает, если что, и спасибо за гайд

@Fakir TM спасибо, уже не надо, я более старую версию установил, у меня ещё просто были файлы другие

Он может быть только в формате exe

у меня проблема на самой ранней стадии установки модов, вообще изначально я хотела удалить свои сейвы нафиг но не нашла папку игры. её просто нет. я серьёзно, кто знает как решить этут проблему напишите пожалуйста, буду признательна

Сохранения можно очень легко удалить в настройках

Здравствуй я скачал мод Spookcat я всё сделал правильно но у меня беда с освещением оно красно белое help please.

возможно это проблема после использования другого мода или не вырубленого

@Fakir TM Сделал всё заново. Оказывается я его не в ту папку пихнул. А за помощь спасибо

@Полый Если ты не установил дополнительный под под названием Config machine, то и не будет того в настройках, он нужен не ко всем модам, но можешь заранее установить

@Fakir TM поподробнее

Его и не будет, если не установлен нужный мод

Спасибо,всё понятно,без тупой навязчивой музыки. Лайк тебе

у меня не работает, что делать? подскажите пожалуйста (пиратка apply mods нажимала)

мой друг (я) запиратил игру, сделал все как ты сказал, потом попробовал нажать apply mods, но не работает, выдает типо надо запустить игру, я запустил, но не получается

@Fakir TM я запускаю игру, и тут просто чёрный экран

Ошибка выходит или что?

Jolli co op не устанавливается помоги плез

@Fakir TM а где она? (какая)

@Fakir TM много раз

Там надо передвинуть меню программы вверх

@Diman Xp Apply Mods нажимал?

Привет! Извини что так поздно пишу, но хотел спросить с какого сайта ты скачивал игру. Просто у меня пиратка, и папки с файлами Rain World просто нет, я искал везде где можно.

Я так понимаю уже ответил в дискорде?)

1 у тебя тоже в папке dying light значит ты его скачивал 2 я не один такой

Почему же столько совпадений, у меня еще 2 кома вроде таких же есть

работает на пиратке?

@Fakir TM и огромное спасибо!

@Fakir TM всё спасибо просто у меня прога уходила под панель быстрого доступа

@GLITCH CAT Я всё показал и рассказал в видео. Пробовал нажимать кнопку в самом низу проги?

@Fakir TM и вопрос от куда скачивал с какого сайта?

@Fakir TM странно у меня не работает(

Очень полезный гайд, но можешь объяснить как устанавливать jolly co op?

@мила 2 Как по мне так это легко

@MixasFox Это сложно, но возможно)

Жалько что ноут здох ;(

Если ты разбираешься в английском, то скачать будет изи.(моды на пиратке не работают)

Они работают на пиратке, если бы не работали, то я бы не записал видео.

Огромное тебе спасибо, разбирался с этим пол часа, а ты показал за 3 минуты, ещё раз огромное спасибо

Не за что, все довольно легко если знаешь английский

Ничего не получается
Я пытаюсь скачать мод Drought и делаю всё так же как и ты но мод просто тупо не работает

Нажимал кнопку apply mods?

Ничего не получилось, только игра крашнулась

Попробуйте переустановить игру и если вы не нажимали apply mods нажмите, так же возможно что вы включили моды которые не совместимы между собой: ошибка «The mod (название мода) is incompatible with the following mods: (Список из модов или 1 мод)» Эта ошибка значит что мод указанный в начале и моды указанные после несовместимы для игры, но игру можно или не получится запустить.

Что делать, если мод не работает? Версия мода соответствует версии игры и у меня скачана игра через торрент.

Чувак от души спасибо

я всё делаю как надо та версия мода и apply mods нажимал ана вроде загрузилась но потом игра на чела выдавать ошибку ops и не запускалась я на пиратку скачивал что я не так делал?

@Fakir TM страна но я нажал на apple mods когда у меня не было мадов я не ставил галочку только при нажатие кнопки у меня игра переставала работать

@макс вальдер Это изза конфликта модов, попробуй включить их по одному и выяснить изза какого всё крашится

@Fakir TM игра перестаёт работать когда нажимаю apply mods

@Fakir TM Oops!
The game crashed
The crash report folder named «2019-10-29_114644» next to game executable.
It would be great if you’d send it to the developer of the game!

Напиши примерно ошибку, какая она

А через какую прогу качать

Через браузер любой

Так. У меня есть вопрос, у меня друг пират (если вы понимаете о чем я) и он спрашивает, возможно ли сделать это на пиратке. Ответь пожалуйста.

Можно, нужно нажать на кнопку apply mods после выделения модов и зайти в игру

Ни знаю как у вас но у меня не работает : Рік тому +1

Моды на пиратках не работать (если ты про это)

@Fakir TM попробую, спасибо

Нельзя, нужно попробовать нажать кнопку apply mods в самом низу программы

Сейчас 4 утра, попробую завтра

как устанавливать моды на пиратскую версию?

так мод где можно играть за любое существо существует? Кинь ссылку плиз)

Переводчик в помощь! +(лень)

Да просто я в установке модов очень плохо разбираюсь, а тут ещё и все на английском.
В любом случае, продолжай свою деятельность. Буду рад поддерживать её лайком и комментариями)

Устанавливать моды очень легко, я научился где то за 10 минут, я даже не понимаю почему у тебя это заняло так много времени.

Прикол в том,что Rain world у меня тоже в папке с Dying light находится)

@Fakir TM Я тоже не в курсе,с чем это связано.

Совпадение? Не думаю) Я вообще не знаю как игра туда попала)

Источник

Компьютерный онлайн портал