Unreal Engine 5.7+ Movie Renderer for Eve Online Cinematics

Hi…it’s been a looooong time.

This is really to the devs, as all of my old contacts have now left the firm.

As the title says I have been working on an EVE Online Cinematic tool, working inside the Unreal Engine 5.7+ and the new substrate system.

If you could take a look at this file and check my math, I’d appreciate it - but I went big.

If you download & 100% the image, it should scale on a UHD4K monitor, but it’s a snapshot of the html working space I use in the pipeline for hex codes etc. and cheat-sheet.

Much love,

AK

PS, gimme a call sometime, maybe we can discuss renewing that NDA…

@ISD_Drew

Summary

This text will be hidden

4 Likes

Might be better if posted in the sub-forum Third Party Developers - EVE Online Forums

Also will get more notice if you tagged a Dev or someone like @ISD_Drew to hopefully pass your message along to them…

Other than that, may you have good luck and much success with it…

1 Like

Possibly…

I think this is right on the money for unreal engine 5.7+ and, hope to have something to show soon, other than a glorified HLSL map

1 Like

@ISD_Drew two things…firstly, why is there a godamn Tardis in this eve folder? and secondly, why did you not name the root bone animation bone correctly?

PHONEBOOTH not ‘PHOEBOOTH’

:slight_smile:

1 Like
1 Like

Oh….

Thanks for the heads up. I was going through my code and found that and thought there was some kind of Easter Egg…like the monolith.

So, about that spelling mistake…

I’d like to think it’s intended to bypass any legality issues…

More likely it’s just a typo…

Maybe it’s Ebonics…

Working the lens flares, and felt it made more sense to programmatically design them, rather than copy/duplicate the existing flares that CCP use.

So…for the interior spaces there are obvious choices for tone and racial color and if you can identify the racial lens flares above for the 6 racial types, then I am on the right track.

The optical flare pass I’m gonna render after opaque/translucent scene lighting is available, but before tonemapping.

Scene geometry / lighting
Translucency / emissives
HDR SceneColor exists

Optical Flares pass

Bloom
Exposure / tonemap
Color grading
Output / MRQ / EXR

Just to be clear, this is not a material surface pass. It’s not a Niagara sprite-only overlay. It’s not after tonemap, as a ‘flat’ screen-space graphic and it most defintely is not UE’s default lens flare pass.

Using Python, I am able to generate my own ‘controlled flare mask atlas’, giving the engine hard core discs, soft discs, aperture polygons, ring halos, broken halos, anamorphic streaks, cross/star streaks, machine slits [Horizon Zero Dawn in nature], spectral ghost discs, grime masks, micro-scratch masks, faction-specific breakup masks. These are then consumed as [planned] optical flares.

As none of this needs to be realtime due to cinematics, I’m having a lot of fun challenging myself with this to push Unreal Engine more.

/soon

1 Like

RAD2UE

I apologise for the poor quality of the gif, but let me explain what it shows for those who do not realise the significance.

I shows Unreal Engine 5.7 live importing a Megathron .gr2 mesh directly into the engine, including the animation hardpoints for turrets.

It works on any .gr2 mesh, but is configured for EVE Online [currently], so this means basically ‘any’ game ever that has ever used .gr2 as a compression, such as; Star Wars: The Old Republic, PlanetSide, PlanetSide: Core Combat, MechAssault, MechAssault 2: Lone Wolf, Halo: Reach, Halo 4 and of course Destiny, are now only a simple click away.

All I need is the granny.dll and the .gr2 model, and the circle is complete.

Fear me.

3 Likes