(Rendered) HeXen II on Rendition Verite (RRedline API) part 2

Subscribers:
386
Published on ● Video Link: https://www.youtube.com/watch?v=Y1PPhtP-bvk



Hexen II
Game:
Hexen II (1997)
Duration: 3:24
159 views
2


How that done comparing to previous rendering attempts?
This is Method 3 more perfect comparing to previous attempts
max settings used as in previous videos.
i created in visual studio short console app with code:
double a = 1.0/72.0;
compiled, saved exe as 72fps;
changed value
double a = 1.0/2.0;
compiled, saved exe as 2fps;

compared them , and found 8 bytes value.
the 72 fps stored as something "1CC7711CC7718C3F" in hex code
the 2 fps stored as something "000000000000E03F" in hex code

So knowing that vh2.exe (or h2.exe or glh2.exe) uses 72 fps
i found hex value in exe that represents 72 fps = "1CC7711CC7718C3F"
and changed it to "000000000000E03F"
and it works, i slow downed game to 2 fps.

i used host_framerate 0.016(6)

as it time for 1 frame like 1/60=0.016(6)

so started to play demo and recording it by VGA Capture Card in OBS with 2 fps.
after recording is done i simply patched mp4 file to 60 fps.
by ffmpeg (*.cmd or *.bat file content)
{
ffmpeg -y -i %1 -c copy -f h264 seeing_noaudio.h264
ffmpeg -y -r %2 -i seeing_noaudio.h264 -c copy seeing.mp4
}
And voila, its almost perfect, proper 60 fps.
the hexen2 source code contains two code where it mentions about 72 fps: in host.c file

most likely , video and audio can be synced, but i am too lazy to do that, so much time wasted on rendering about 2 hours for each video




Other Videos By WhiteMagicRaven


2020-12-04Rendition - To The Rredline Contest (Tech Demos) (Rest of demos OpenGL, and one Direct3D)
2020-12-04OpenGL - 1995 3D Labs Gaming GLINT Tech Demos (Antialiasing, Real Time Shadows)
2020-12-02Doomsday - Doom with Creative EAX 2.0 Effects
2020-12-02Doomsday - HeXen with Creative EAX 2.0 Effects
2020-12-02Doomsday - Heretic with Creative EAX 2.0 Effects
2020-12-01Doomsday - Doom 2 with A3D API, Aureal Vortex 2 (3d sound positioning)
2020-12-01Doomsday - HeXen with A3D API, Aureal Vortex 2 (3d sound positioning)
2020-12-01Doomsday 0.91 (Heretic with A3D API) 3d sound positioning (Aureal Vortex 2)
2020-11-30DOS in pure dos using 3dfx voodoo card you can run quake, hexen2, quake2 (uhexen2, qdos, q2dos)
2020-11-28(Rendered) Quake on Rendition Verite (Speedy3D API)
2020-11-28(Rendered) HeXen II on Rendition Verite (RRedline API) part 2
2020-11-28(Rendered) HeXen II on Rendition Verite (RRedline API) part 1
2020-11-22Quake2 Team Deathmatch Rendition Verite (RRedline API) + IAS (Interactive Around Sound)
2020-11-22Quake2 Speedrun Rendition Verite + IAS (Interactive Around Sound)
2020-11-22Speedrun HeXen II Rendered on Rendition Verite (RRedline API) Max Quality available for Diamond S220
2020-11-22Speedrun Quake 1 Rendered on Rendition Verite (Speedy3D API) Max Quality available for Diamond S220.
2020-11-15DXHexen source port it can use DirectSound3D and DirectSound for 3d sound positioning (HeXen) (1995)
2020-11-15(Rendering attempt) HeXen II on Rendition Verite (RRedline API)
2020-11-15(Rendering attempt) Quake on Rendition Verite (Speedy3D API)
2020-11-14Heretic II using Aureal Vortex2 A3D API used! Amazing
2020-11-14(Rendered) Quake II Rendition Verite (RRedline API) with Interactive Around-Sound (IAS audio engine)



Other Statistics

Hexen II Statistics For WhiteMagicRaven

There are 799 views in 6 videos for Hexen II. His channel published less than an hour of Hexen II content, making up less than 0.45% of the total overall content on WhiteMagicRaven's YouTube channel.