VOGONS


RReady (Rendition Verite wrapper) Test Build (Alpha 1)

Topic actions

Reply 3080 of 3084, by sharangad

User metadata
Rank l33t
Rank
l33t
RaVeN-05 wrote on 2025-08-06, 14:48:

ok will test, thanks

https://nirvtek.com/downloads/RReady.Alpha.20 … ateIndicator.7z
MD5: b4d4098130f0847d25e0ff8fcf18fa29

- Fixes [ALT+R] and {ALT+X] frame rate indicator not rendering correctly.

[EDIT] Please check the MD5s of the download.

open a command prompt and type:
certutil -hashfile <paste full path to file locally> md5

I just found a bunch of strange folders on my web servers. Not sure whether they were left over from when my brother installed wordpress without telling me. I should hope not. Word press is gone now. [/EDIT]

Last edited by sharangad on 2025-08-06, 15:17. Edited 1 time in total.

Developer of RReady - Rendition Verité Wrapper.
https://www.youtube.com/@sharangadayananda\
https://patreon.com/Rready

Reply 3081 of 3084, by sharangad

User metadata
Rank l33t
Rank
l33t
RaVeN-05 wrote on 2025-08-06, 14:48:

ok will test, thanks

You'll have to use default dosbox-rendition.conf settings:
threadsafe=false
highperformance=true
picdma=true

Developer of RReady - Rendition Verité Wrapper.
https://www.youtube.com/@sharangadayananda\
https://patreon.com/Rready

Reply 3082 of 3084, by sharangad

User metadata
Rank l33t
Rank
l33t

Got the CGL driver to load my custom build using this:

    unsigned long error = 0;

printf("3D Blaster Info 0.1 by Ian Hanschen\r\n");
printf("Attempting driver load (fixed)\r\n");
printf("Test build\r\n");
IFE0(cglLoad("", CGL_BOARD_VERITE_REV01, CGL_CDL_FIXED));
//ERR()
//IFE(cglLoad("VRITB170.CGL", CGL_BOARD_AUTO, CGL_CDL_FIXED));

cgl_screen.wReference = CGL_TOP_LEFT;
cgl_screen.wMode = CGL_M640x480x60Hz;
cgl_screen.wColorFormat = CGL_RGB5551;
cgl_screen.wBuffers = CGL_DOUBLE;
cgl_screen.wOption = CGL_D16S0;
cgl_screen.dwUB_BufferSize = 0;
OUT("cglQueryScreen\n");
IFE(cglQueryScreen(&cgl_screen));
ERR()
OUT("cglInitScreen\n");
IFE(cglInitScreen(&cgl_screen));

which produced this output:

V:\DOS\3DBINFO>dos32a 3dbinfo
DOS/32A -- Protected Mode Run-time Version 7.1
Copyright (C) Supernar Systems, Ltd. 1996-2002
3D Blaster Info 0.1 by Ian Hanschen
Attempting driver load (fixed)
Test build
cg 1QueryScreen
Error: 1200 (000004B0)

My modded VRITB*.CGL file redirected the every single call to CGL port 0xC800 with a unique value for each function.

and in the dosbox-renditon log file:

2025/8/7|5:0:11.969 *** CGL input port C800 = value 1612 (bytes: 4)
2025/8/7|5:0:11.969 Registers regsA 00000000, regsB 00000000, EBX: 0017A3E0, ECX:00000001
2025/8/7|5:0:11.969 *** CGL input port C800 = value 1619 (bytes: 4)
2025/8/7|5:0:11.969 Registers regsA 00000500, regsB 00000000, EBX: 00000280, ECX:00000001
2025/8/7|5:0:11.970 *** CGL input port C800 = value 161A (bytes: 4)
2025/8/7|5:0:11.970 Registers regsA 00000500, regsB 00000000, EBX: 00000280, ECX:00000001
2025/8/7|5:0:11.970 *** CGL input port C800 = value 1619 (bytes: 4)
2025/8/7|5:0:11.970 Registers regsA 00000500, regsB 00000000, EBX: 00000500, ECX:00000001
2025/8/7|5:0:11.970 *** CGL input port C800 = value 161A (bytes: 4)
2025/8/7|5:0:11.970 Registers regsA 00000500, regsB 00000000, EBX: 00000500, ECX:00000001

0x280 is 640 and 0x500 is 1280 (2 bytes * 640) I *think*.

Developer of RReady - Rendition Verité Wrapper.
https://www.youtube.com/@sharangadayananda\
https://patreon.com/Rready

Reply 3083 of 3084, by sharangad

User metadata
Rank l33t
Rank
l33t

Zandvoort, Willow Springs and Watkins Glen are Rendition Ready:
https://youtu.be/6azWiJWRyGw
Zandvoort had to be reduced to 3 mips to load. Watkins Glen 1967 (Nascar 3) managed 4. Willow Springs was already Rendition Ready.

Developer of RReady - Rendition Verité Wrapper.
https://www.youtube.com/@sharangadayananda\
https://patreon.com/Rready

Reply 3084 of 3084, by sharangad

User metadata
Rank l33t
Rank
l33t

Force feedback support for the dos32a rendition bound version of icr2 is available here:
https://www.icr2.net/forum/showthread.php?tid=1581

(courtest of jxeboy/gplaps).

Developer of RReady - Rendition Verité Wrapper.
https://www.youtube.com/@sharangadayananda\
https://patreon.com/Rready