Difference between revisions of "SuperSight"
(New page) |
|||
(6 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
− | '''SuperSight''' is a mod | + | '''SuperSight''' is a mod developed by [[HerrNove]] which increases the field of view to a radius of up to 10 tiles around the car and drawing all objects in high resolution. For very crowded scenes, it automatically reduces the detail to avoid running out of memory. Additionally it adds a couple of functions: |
* F5 turns on/off the display of the 3D engine status | * F5 turns on/off the display of the 3D engine status | ||
* F6 turns on/off the visibility of [[illusion tracks|illusion tiles]] | * F6 turns on/off the visibility of [[illusion tracks|illusion tiles]] | ||
− | The mod, as well as a demo video and blog posts describing its making-of, can be found at [https://marnetto.net/projects/stunts the author's site] | + | The mod, as well as a demo video and blog posts describing its making-of, can be found at [https://marnetto.net/projects/stunts the author's site]. |
− | The source code can be found in [https://github.com/AlbertoMarnetto/restunts this GitHub repo], in the branch <code>supersight</code> | + | Here a comparison showing the start of ZCT282 in the basic game and with the mod. |
+ | |||
+ | [[File:ZCT282--replay--normal.png|border|400px|caption]] [[File:ZCT282--supersight.png|border|400px|caption]] | ||
+ | |||
+ | The mod is based on the [[Restunts]] project. It takes Restunts' C port of the outer layer of the [[rendering engine]], but uses the original assembly everywhere else. As a result, SuperSight is able to avoid Restunts' discrepancies with the original game. | ||
+ | |||
+ | The executable is available at the [[Download#Mods]] page. | ||
+ | |||
+ | The source code can be found in [https://github.com/AlbertoMarnetto/restunts this GitHub repo], in the branch <code>supersight</code>. | ||
+ | |||
+ | Forum discussions: | ||
+ | * https://forum.stunts.hu/index.php?topic=4400.0 (internals) | ||
+ | * https://forum.stunts.hu/index.php?topic=4404.0 (release thread) | ||
+ | |||
+ | [[Category:Modding]] | ||
+ | [[Category:Internals]] |
Latest revision as of 22:49, 23 February 2025
SuperSight is a mod developed by HerrNove which increases the field of view to a radius of up to 10 tiles around the car and drawing all objects in high resolution. For very crowded scenes, it automatically reduces the detail to avoid running out of memory. Additionally it adds a couple of functions:
- F5 turns on/off the display of the 3D engine status
- F6 turns on/off the visibility of illusion tiles
The mod, as well as a demo video and blog posts describing its making-of, can be found at the author's site.
Here a comparison showing the start of ZCT282 in the basic game and with the mod.
The mod is based on the Restunts project. It takes Restunts' C port of the outer layer of the rendering engine, but uses the original assembly everywhere else. As a result, SuperSight is able to avoid Restunts' discrepancies with the original game.
The executable is available at the Download#Mods page.
The source code can be found in this GitHub repo, in the branch supersight
.
Forum discussions:
- https://forum.stunts.hu/index.php?topic=4400.0 (internals)
- https://forum.stunts.hu/index.php?topic=4404.0 (release thread)