Related files that aren't bsp data #104
snake-biscuits
started this conversation in
General
Replies: 2 comments
|
Not going to be looking at .rpak & .wad archives directly It’s nice to know how to extract textures etc. Using external assets is an exercise for new tools |
0 replies
|
See #117 for discussion on |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
.bspfiles often ship w/ other, non.bspfiles with metadata etc..map&.vmfsource map files, used by the Level-Editor & Compiler(s).prt&.linVIS information from compiling, used for debugging & compiling.aas,.ain&.nmbot navigation maps & navmeshes.nut&.gnutexternal scripting.entextra entities.lmp&.bsp_lumpexternal.bsplump data.rsona.json-like mapping of relevant scripts & their contexts (client, server etc.).rawtonemap LUTand many others
bsp_tool currently tries to catch these extraneous files w/ a filename match
lots of these files reside inside other folders as part of the game or mod's filesystem
If we go ahead w/ #21, we'll have to deal with these files appearing in other archives
So if we want to have a robust tracking of relevant files to the
.bsp, we should document this stuff betterNoting which formats expect / work with which files
The locations (relative to the filesystem) would also be helpful
We could even apply this documentation to packed assets (compiled map cubemaps etc.)
All reactions