Installer Steam
log på
|
sprog
简体中文 (forenklet kinesisk)
繁體中文 (traditionelt kinesisk)
日本語 (japansk)
한국어 (koreansk)
ไทย (thai)
Български (bulgarsk)
Čeština (tjekkisk)
Deutsch (tysk)
English (engelsk)
Español – España (spansk – Spanien)
Español – Latinoamérica (spansk – Latinamerika)
Ελληνικά (græsk)
Français (fransk)
Italiano (italiensk)
Bahasa indonesia (indonesisk)
Magyar (ungarsk)
Nederlands (hollandsk)
Norsk
Polski (polsk)
Português (portugisisk – Portugal)
Português – Brasil (portugisisk – Brasilien)
Română (rumænsk)
Русский (russisk)
Suomi (finsk)
Svenska (svensk)
Türkçe (tyrkisk)
Tiếng Việt (Vietnamesisk)
Українська (ukrainsk)
Rapporter et oversættelsesproblem






Basically you need to use dnspy and search for the method (file type) "update" under the folder "inputgraphic"
It should start with
// Token: 0x06000016 RID: 22 RVA: 0x000030A8 File Offset: 0x000012A8
public void Update(float timeStacker)
{
if (Input.GetKey(91))
{
RWInputDisplay.Origin = Input.mousePosition;
this.Move();
}
if (this._dragging)
then right open it on main window, right click, edit IL instructions, the first text box at index 0 change opcode to ldc.i4 from ldc.i4.s then operand to the number of your key. I chose Right Control which is 305, left control is 306.
You can use the enumerums found in robloxes enumerums if you google it to find what keys you want to use.
After click ok then at the top of the main dnspy menu click save all or click ctrl+shift+s
Add me if you need help
I was also trying to change the order the mods load in on the remix menu, just to see if that did anything, but after applying the changes my chosen order wasn't kept.
If you still have old Bepinex mod files/plugin then you should try deleting that and then verifying the integrity of game files. Should also fix other mods if those aren't working aswell.
Also worth noting is that I am playing this on Linux through Proton.
Do you think you could get your log files to me? The relevant ones are exceptionLog.txt and consoleLog.txt in the Rain World folder. My Discord tag is @Slime_Cubed#5880
I enable it, restart the game and it says I'm unable to config this mod because it has no configs, and even then the inputs do not show up on my screen