MRVN-Radiant / MRVN-VMT

Batch shader converter for MRVN-radiant
Creative Commons Attribution Share Alike 4.0 International
4 stars 1 forks source link

Repurpose `.vmt` parser to generate a bulk RePak map `.json` for `.rpak` generation #3

Open snake-biscuits opened 1 year ago

snake-biscuits commented 1 year ago

If we're going to port Titanfall 1 maps to Titanfall 2, we need bulk .rpak conversion

This will require a few things:

These .rpaks will likely end up blending in models etc., so we need to plan for sharing our vpk_map.json We'll also want to generate loadscreen .rpaks

snake-biscuits commented 1 year ago

a .vpk header -> filelist.txt script

Seems simple enough, the header isn't encrypted / compressed so we just need a parser I might have one lying around someplace, maybe

Work with RePak / Legion+ devs on new .rpak tools & documentation

They're refactoring rn afaik Once that's done we can hopefully dive into wld materials again