r-ex / LegionPlus

Asset Extraction tool for Apex Legends and Titanfall 2
GNU General Public License v3.0
231 stars 34 forks source link

Lods Support #93

Open Goldermor opened 1 year ago

Goldermor commented 1 year ago

Сan you add export for lods? I know it may seem like something useless for many people who use this for renderer and stuff. But it would be very useful for modders like me. Plus personally, I would like to study Respawn's lods technique.

(I apologize in advance, I didn't really understand if this is the right place for such requests)

IJARika commented 1 year ago

what do you mean by lod technique? they function like normal source engine lods.. unless you mean their strategy for culling verts? if that's what you want there's always titanfall 1/2 to look at in the meantime.

Goldermor commented 1 year ago

the whole point is to have the lods models themselves to use them. I just said I was interested in looking at them, but the main point is to use them in modding. I may be wrong, but I don't think it's difficult to implement

r-ex commented 1 year ago

in older versions of rmdl it's not difficult to implement. in v16 it's slightly harder because afaik, each lod has its own compressed buffer. and last time i looked i could only find LOD 0. probably a small skill issue but still

Goldermor commented 1 year ago

getting lods at least from titanfall 2 would be good too

IJARika commented 1 year ago

Titanfall 2 LOD export is functional as of #101 being merged

Goldermor commented 1 year ago

omg i missed this one, love you