[Archive] Skin file LOD distance
[Archive] Skin file LOD distance
Archived author: XodusArt2 • Posted: 2017-01-10T03:31:58+00:00
Original source
So since the introduction of skinfile LODs, I've had trouble with them, and never quite figured out how to change the LODs so it doesn't look fucky like five feet away.
I'm sure it is a simple fix, like changing a byte in 010 editor, but from what I can see it isn't documented, even in wowdev.
Archived author: Amaroth • Posted: 2017-01-10T09:46:07+00:00
Original source
@Alastor StrixEfuartus once told me that it is completely documented somewhere and that the only issue is that noone has made an editor/script for editing this sort of thing. Idk, maybe he was wrong, but he might possibly know a thing or two.
Archived author: wungasaurus • Posted: 2017-01-10T10:51:57+00:00
Original source
Are you referring to .skin or _lod.skin?
Archived author: XodusArt2 • Posted: 2017-01-10T13:59:12+00:00
Original source
_lod.skin, sorry.
Archived author: wungasaurus • Posted: 2017-01-10T15:23:57+00:00
Original source
Afair, that's purely dependent on the entity/doodadLodDist cvar, for all models. It might be multiplied with the bounding box radius in header, but afaik not.
Quote: 7 hours ago, wungasaurus said:
Afair, that's purely dependent on the entity/doodadLodDist cvar, for all models. It might be multiplied with the bounding box radius in header, but afaik not.
Archived author: XodusArt2 • Posted: 2017-01-10T22:41:38+00:00
Original source
Sorry, I've tried all the LodDist Cvars, nothing works. Unless I'm missing one, what do I change?
Quote: 7 hours ago, wungasaurus said:
Afair, that's purely dependent on the entity/doodadLodDist cvar, for all models. It might be multiplied with the bounding box radius in header, but afaik not.
Archived author: wungasaurus • Posted: 2017-01-11T01:15:12+00:00
Original source
Setting both cvars to high values should only change to lod skins very far away. I haven't found a model specific setting though.
Quote: 4 minutes ago, wungasaurus said:
Setting both cvars to high values should only change to lod skins very far away. I haven't found a model specific setting though.
Archived author: XodusArt2 • Posted: 2017-01-11T01:19:39+00:00
Original source
When you say both Cvars, which ones do you mean exactly?
Quote: 4 minutes ago, wungasaurus said:
Setting both cvars to high values should only change to lod skins very far away. I haven't found a model specific setting though.
Archived author: wungasaurus • Posted: 2017-01-11T06:55:10+00:00
Original source
From disassembly, doodadLodDist is checked for static objects and entityLodDist is used for units. I haven't seen other cases calling CM2Model::SetLod