Page 1 of 1

Not Unreal Engine (NuPlayer)

Posted: Wed Jul 10, 2019 3:38 pm
by yrex .
This is a very experimental and unfinished game engine intended for playing Unreal maps. Expect lots of things not working, random crashes, and performance problems.

Obviously, I didn't include any game assets (which are copyrighted), so this won't work out-of-the-box. Follow the "Usage" section in the readme carefully, and if you're lucky, this thing will actually work.

Some other notes:
- I used 227i's editor and files, no idea how others will behave.
- Stock Unreal maps will need to be resaved under 227i before conversion.
- At the very least, you'll need Engine.u, and probably also Core, UnrealI and UnrealShare.
- The file formats in readme are outdated.





DOWNLOAD (mirror)

Re: Not Unreal Engine (NuPlayer)

Posted: Thu Jul 11, 2019 12:39 pm
by Xaleros
Now this is freakin cool! I had been following your videos on youtube for a bit. My jaw dropped a bit when I saw how well some of the lighting effects and fire texture effects seemed to work. Awesome stuff!

Re: Not Unreal Engine (NuPlayer)

Posted: Fri Jul 12, 2019 1:47 am
by dustinechoes849
This is super neat. Do you have any plans to put it up somewhere where others can contribute to it? Something like OpenMW or OpenRCT, but for Unreal would be incredible.

Re: Not Unreal Engine (NuPlayer)

Posted: Fri Jul 12, 2019 12:02 pm
by yrex .
If you wanna contribute, just mail me.

Re: Not Unreal Engine (NuPlayer)

Posted: Wed Jul 17, 2019 1:04 pm
by yrex .
UScript Runner

This is a demo which shows execution of a small subset of UnrealScript bytecode. Open the included ScriptTest.u and run the Demo_* functions. You can edit the script, but don't expect much more functionality to work.

DOWNLOAD (mirror)

Re: Not Unreal Engine (NuPlayer)

Posted: Sun Sep 19, 2021 6:23 pm
by yrex .
Update:


- added BSP occlusion culling
- added light distance/angle attenuation
- nonmoving dynamic lights now work
- implemented most LightEffects/LightTypes
- improved coping with low FPS
- improved performance
- other minor changes
DOWNLOAD (mirror, password: 29d8qh7tjnf8k3mf83jv93mf82jrt, no thanks to google)

Re: Not Unreal Engine (NuPlayer)

Posted: Tue Sep 21, 2021 9:02 am
by Leo T_C_K
yrex . wrote: Sun Sep 19, 2021 6:23 pm Update:


- added BSP occlusion culling
- added light distance/angle attenuation
- nonmoving dynamic lights now work
- implemented most LightEffects/LightTypes
- improved coping with low FPS
- improved performance
- other minor changes
DOWNLOAD (mirror, password: 29d8qh7tjnf8k3mf83jv93mf82jrt, no thanks to google)
Thanks for updating it, I thought you would not be updating this engine again.

Re: Not Unreal Engine (NuPlayer)

Posted: Tue Sep 21, 2021 4:37 pm
by Kajgue
Woah interesting, reminds me what someone else was doing a while ago.