![]() |
|
|||||||
![]() |
|
|
Thread Tools | Display Modes |
|
#1
|
|||
|
Was dinkin' around on the gallery of the old Legacy of Steel site, specifically the images from January of 2001, and I stumbled upon these:
[You must be logged in to view images. Log in or Register.] [You must be logged in to view images. Log in or Register.] [You must be logged in to view images. Log in or Register.] Currently on P99 there is red fog that prevents you from seeing anywhere near this far in ToV, yet in these classic screenshots they can see the entirety of NToV from Aary? Get ridda dat fog! Edit: found another screenshot from August of 2001 [You must be logged in to view images. Log in or Register.]
__________________
Green:
Rimurok 60 Ogre Shadowknight <Castle> Nilwen 60 Ogre Druid <Castle> Pygnomaniac 4 GnOgre Wizard <Castle> Mirnimhirnsvirf 13 Cancermancer <Castle> __________________ Green: ACTIVE Blue: INACTIVE Red: INACTIVE Quarm is love Quarm is life | ||
|
Last edited by CrazyPro; 03-18-2026 at 10:59 PM..
| |||
|
#2
|
|||
|
In-era video with some NToV ring shots. It has several pixels -
https://web.archive.org/web/20011117...lismanToVN.wmv | ||
|
#3
|
||||
|
Quote:
[You must be logged in to view images. Log in or Register.] Can see Vulak's lair hanging from the ceiling from here. [You must be logged in to view images. Log in or Register.]
__________________
Green:
Rimurok 60 Ogre Shadowknight <Castle> Nilwen 60 Ogre Druid <Castle> Pygnomaniac 4 GnOgre Wizard <Castle> Mirnimhirnsvirf 13 Cancermancer <Castle> __________________ Green: ACTIVE Blue: INACTIVE Red: INACTIVE Quarm is love Quarm is life | |||
|
Last edited by CrazyPro; 03-19-2026 at 02:15 PM..
| ||||
|
#4
|
|||
|
Came across some shots with fog -
north13.jpg north12.jpg src: https://web.archive.org/web/20010627.../northwing.cfm | ||
|
#5
|
|||
|
They could have just had their far clip plane set to lower than maximum? It seems that way with there being conflicting screenshots, unless the view distance was raised at some point midway through Velious?
__________________
Green:
Rimurok 60 Ogre Shadowknight <Castle> Nilwen 60 Ogre Druid <Castle> Pygnomaniac 4 GnOgre Wizard <Castle> Mirnimhirnsvirf 13 Cancermancer <Castle> __________________ Green: ACTIVE Blue: INACTIVE Red: INACTIVE Quarm is love Quarm is life | ||
|
#6
|
|||
|
__________________
Green:
Rimurok 60 Ogre Shadowknight <Castle> Nilwen 60 Ogre Druid <Castle> Pygnomaniac 4 GnOgre Wizard <Castle> Mirnimhirnsvirf 13 Cancermancer <Castle> __________________ Green: ACTIVE Blue: INACTIVE Red: INACTIVE Quarm is love Quarm is life | ||
|
#7
|
|||
|
Well I just spent 10 million years getting the Aug 2001 trilogy client to connect to a locally hosted server just to demonstrate that the trilogy client's far clip plane went super far, which also explains why some of the in-era screenshots have much closer fog than others, it was most certainly their clip plane setting.
The reason my fog tint is blue and you can see the sky before I disable it is probably because the nightmare DLL with 24,000 lines of awful slop code only translates enough of the packets to the client to simply allow me to get into the game and see my inventory, the sky and fog colors are set correctly on the server side, I can go in on a normal client and lower my far clip plane to the minimum and it looks just like p99, it's just that I don't think that's actually being communicated to my client because I only have the bare necessities to be able to get in game and walk around in my magic little DLL.
__________________
Green:
Rimurok 60 Ogre Shadowknight <Castle> Nilwen 60 Ogre Druid <Castle> Pygnomaniac 4 GnOgre Wizard <Castle> Mirnimhirnsvirf 13 Cancermancer <Castle> __________________ Green: ACTIVE Blue: INACTIVE Red: INACTIVE Quarm is love Quarm is life | ||
|
Last edited by CrazyPro; Yesterday at 11:27 PM..
| |||
|
#8
|
||||
|
Quote:
/*0388*/ float fog_minclip[4]; /*0404*/ float fog_maxclip[4]; ... /*0512*/ float minclip; // Minimum View Distance /*0516*/ float maxclip; // Maximum View DIstance ... /*0700*/ float fog_density; src: https://github.com/EQEmu/EQEmu/blob/...cket_structs.h fog_minclip and fog_maxclip were also determined by time of day and weather. The four different values are: day, night, day+weather, night+weather (I think anyway, haven't played with this stuff personally). Is there any reason to think the screenshot differences aren't just due to ToD/weather? I suspect fog rendering also would have been fairly dependent on the libraries? For example, here's a DirectX 7 era document that describes fog features that are different even from DirectX 6. - https://developer.download.nvidia.co.../docs/Fog2.pdf | |||
|
Last edited by Baugi; Today at 01:41 AM..
| ||||
![]() |
|
|