Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
Only 1 error: CS0117 'RWInput' does not contain a definition for 'PlayerRecentController', which is in the code of the class "PlayerInputPC" at line 6, RWInput.PlayerRecentController(playerNumber);
The environment contains all 7 dependencies: "Assembly-CSharp,BepInEx,HOOKS-Assembly-CSharp, mscorlib, Rewired_Core,UnityEngine.CoreModule,UnityEngine.InputLegacyModule"
It looks like the dependency "On.RWInput" doesn't have a "PlayerRecentController" method, is this related to the game dlc? What's it missing? Do you have the DLC Rain World: Downpour?
I do have Downpour.
On my end i checked that very line
"Controller newController = global::RWInput.PlayerRecentController(playerNumber);"
And found no issues. I also tried to save/compile and no issues.
I would recommend you make sure all your references are correct. perhaps try the whole thing over again with a fresh version of the mod?
I also inspected the Static of "RWInput.PlayerRecentController" and it was right there in Assembly-CSharp, so perhaps that dependency for you was imported wrong, or is the wrong version?
Here's the names off all the references you need: (looks like you got them all, but ima list then again anyway)
Assembly-CSharp
BepinEx
HOOKS-Assembly-CSharp
mscorlib
Rewired_Core
UnityEngine.CoreModule
UnityEngine.InputLegacyModule
Make sure you're also getting these references FROM the game files not from their parent Repo. In the modding wiki for Rainworld they show you where to find about half of these. the others are around in the files as well
If nothing i said helps and you manage to fix the issue please post your fix in the thread here!
Keep only “Rain World\BepInEx\utils\PUBLIC-Assembly-CSharp.dll” and “Rain World\BepInEx\plugins\HOOKS-Assembly-CSharp.dll”.