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.
@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?
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.
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.
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.