Unity Hotel Elera [v02406142000] [Project Elera]

3.60 star(s) 13 Votes

Raoul9753

Newbie
Aug 22, 2020
32
28
Does anyone have a solution when the game refuses to start in VR?

I have a HTC Vice VR Headset, I run Steam VR and my PC is on Windows 10.

This is the only VR game that does not activate the VR headset on startup.
 

kurisu7885

Member
Feb 16, 2020
326
154
Just realized I needed to update this since mine still says no sound, plus I really don't like the spiders >.< And I think all the webs were causing me lag.
 
Nov 18, 2017
51
59
sad to see that the dev uses IL2CPP to obfuscate the code
Not sure whether that is the main reason to use IL2CPP. IL2CPP offers better support for wider range of platforms so it is actually beneficial in other ways than "obstruction". I might be wrong tho, you never know. ¯\_(ツ)_/¯
 
  • Like
Reactions: paw_beans

paw_beans

Member
Modder
May 23, 2022
178
453
Not sure whether that is the main reason to use IL2CPP. IL2CPP offers better support for wider range of platforms so it is actually beneficial in other ways than "obstruction". I might be wrong tho, you never know. ¯\_(ツ)_/¯
Actually that is true yes but from what i have seen most of the time it was for obfuscation especially if it has to do with patreon content. I might of course be wrong but that's how i see it with this.

Also for anybody who wants all toys and clothing unlocked, here you go just replace these with yours and delete the .protected files.
View attachment slot_0.zip
 

garry

New Member
Apr 28, 2017
12
13
Not sure whether that is the main reason to use IL2CPP. IL2CPP offers better support for wider range of platforms so it is actually beneficial in other ways than "obstruction". I might be wrong tho, you never know. ¯\_(ツ)_/¯
In fact is the opposite, .net code is portable and the assemblies can work in any system unless you specify a target platform, while C++ code always needs to be compiled explicitly for each different platform.
 
  • Like
Reactions: dot7z

catsdino

Active Member
Aug 6, 2019
899
438
Does anyone have a solution when the game refuses to start in VR?

I have a HTC Vice VR Headset, I run Steam VR and my PC is on Windows 10.

This is the only VR game that does not activate the VR headset on startup.
I had to change my vr handler finally. I had been avoiding using the default one for years till this update hit. For some reason it took a few tries.
 
Nov 18, 2017
51
59
In fact is the opposite, .net code is portable and the assemblies can work in any system unless you specify a target platform, while C++ code always needs to be compiled explicitly for each different platform.
I just wrote what I read about IL2CPP on the internet. Who would've thought that not everything is true on the internet.
 
  • Haha
Reactions: atur and garry

MRRIP

Newbie
Sep 6, 2017
18
9
You haven't by any chance managed to unlock the robot, have you?
Not yet. but I already found the "basic elements" :)
the activation of the robot itself most likely occurs online through the shoot in patreon...
Code:
   <_available_robot_list />
     <string>__woman_robot_000</string>
   <_available_robot_element_list />
     <string>__woman_robot_000.element_base_000</string>
     <string>__woman_robot_000.element_body_chest_000</string>
     <string>__woman_robot_000.element_body_pelvis_000</string>
     <string>__woman_robot_000.element_foot_000</string>
     <string>__woman_robot_000.element_hand_000</string>
     <string>__woman_robot_000.element_head_000</string>
     <string>__woman_robot_000.element_leg_000</string>
 

garry

New Member
Apr 28, 2017
12
13
Not yet. but I already found the "basic elements" :)
the activation of the robot itself most likely occurs online through the shoot in patreon...
Code:
   <_available_robot_list />
     <string>__woman_robot_000</string>
   <_available_robot_element_list />
     <string>__woman_robot_000.element_base_000</string>
     <string>__woman_robot_000.element_body_chest_000</string>
     <string>__woman_robot_000.element_body_pelvis_000</string>
     <string>__woman_robot_000.element_foot_000</string>
     <string>__woman_robot_000.element_hand_000</string>
     <string>__woman_robot_000.element_head_000</string>
     <string>__woman_robot_000.element_leg_000</string>
If you're trying to hack the game, have tried to use ghidra?
Here is a little tutorial on how to use it :)

 
Aug 30, 2021
57
28
Not yet. but I already found the "basic elements" :)
the activation of the robot itself most likely occurs online through the shoot in patreon...
Code:
   <_available_robot_list />
     <string>__woman_robot_000</string>
   <_available_robot_element_list />
     <string>__woman_robot_000.element_base_000</string>
     <string>__woman_robot_000.element_body_chest_000</string>
     <string>__woman_robot_000.element_body_pelvis_000</string>
     <string>__woman_robot_000.element_foot_000</string>
     <string>__woman_robot_000.element_hand_000</string>
     <string>__woman_robot_000.element_head_000</string>
     <string>__woman_robot_000.element_leg_000</string>
well that is some progress atlest.
 
3.60 star(s) 13 Votes