praydog / UEVR

Universal Unreal Engine VR Mod (4.8 - 5.4)
http://uevr.io
2.75k stars 144 forks source link

Wrapper for tricking UEVR into believing an UE game was played #213

Closed Bardo-Konrad closed 3 months ago

Bardo-Konrad commented 3 months ago

Is your feature request related to a problem? Please describe. Even though many games are created using Unreal Engine, many creators have their own engines that cannot be used with UEVR.

Describe the solution you'd like Back in the day, when you used Helixmod, it modded games based on directx to be playable in 3D. And for OpenGL there was a Wrapper for DirectX, so you could play OpenGL games in 3D.

What the Wrapper for OpenGL, is what I am looking for for every game engine but Unreal Engine.

So UEVR could be tricked into thinking it dealt with an UE game.

praydog commented 3 months ago

This is an absolutely ridiculous and frankly impossible task. An engine is not a graphics API that can be translated to another in such a manner, in a generic way.

praydog commented 3 months ago

There is an example of something like this working with DXU24 (Unreal Engine 1 -> UE5 translator) but this requires a ton of work on an individual engine to translate such work. This cannot be done generically.

Bardo-Konrad commented 3 months ago

This is an absolutely ridiculous task

You need to work on your social skills, that was uncalled for.

praydog commented 3 months ago

Just saying it how it is from my perspective of someone who is familiar with the technical complexity of such a task. Did not mean to cause any issue.

When this issue popped up into my head, going through the issue makes me think of how long I'd be banging my head against a brick wall at the impossibility of doing this according to UEVR's design principles which is why I worded it that way.