Unity Hotel Elera [v202510261600] [Project Elera]

3.50 star(s) 17 Votes

Raoul9753

Newbie
Aug 22, 2020
43
36
173
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
358
174
101
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
76
154
145
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
Donor
May 23, 2022
208
643
237
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
 

Oravyx

New Member
Apr 1, 2021
8
13
22
He have on the Discord stated, that there will be, at some point, added a human male for the player-character. This is (as far as I know) a single person project. But I don't think there will be human females.
Unfortunate, but understandable.
 

garry

New Member
Apr 28, 2017
14
16
106
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

Well-Known Member
Aug 6, 2019
1,070
589
227
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
76
154
145
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
26
27
80
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
14
16
106
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
29
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.
 

Raoul9753

Newbie
Aug 22, 2020
43
36
173
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.
I am sorry if I am being stupid, I am not that good with the tech stuff.
What is a VR handler? I just attached the HEadset to my PC, and let STeam VR do the rest.
 
3.50 star(s) 17 Votes