jk2mv icon indicating copy to clipboard operation
jk2mv copied to clipboard

Loading JKA Asset Types

Open aufau opened this issue 1 year ago • 0 comments

This is a list of file types in JKA assets. We need to go through them and decide if they should be loaded or decide if they need to be processed. asset types that should be loaded are marked.

  • [x] arena - used by ui and game modules. should be compatible with jk2 mods.
  • [x] bsp - has a lot of properties, surface flags, entity types etc. that may not work with basejk. Separate topic.
  • [ ] cfg - autoexec.cfg etc. are overwritten by jk2 versions
  • [ ] dat - weapons.dat, items.dat, dms.dat for game module. jk2 has these files but does not use them. also tha_codes.dat and tha_widths.dat - unused in jk2.
  • [ ] db - Thumbs.db
  • [ ] dll - modules
  • [x] eal - eagle sound effect files. jk2 supports them but I don't know if jka files are compatible.
  • [x] efx
  • [ ] fcf
  • [x] fontdat - non-monospace font data. Seems to be compatible with jk2, some overlap but not all.
  • [ ] gla
  • [ ] glm
  • [ ] h - ui/jamp/menudef.h used by ui module but different path than jk2's menudef.h
  • [ ] ibi
  • [ ] IBI
  • [ ] ifr
  • [ ] jkb
  • [x] jpg
  • [x] md3
  • [ ] menu - menu files used by ui module
  • [x] mp3 - Are all jka mp3 formats supported in jk2? Test
  • [ ] nav - bot navigation. Is it compatible?
  • [ ] npc
  • [x] png
  • [ ] rof
  • [x] roq - videos, Test
  • [ ] sab
  • [ ] scl
  • [x] shader
  • [ ] siege
  • [x] skin - Skin definitions. 100% compatible?
  • [ ] str
  • [ ] team
  • [x] tga
  • [ ] txt
  • [ ] veh
  • [ ] vwp
  • [x] wav
  • [ ] weather
  • [ ] wnt

aufau avatar Apr 20 '23 21:04 aufau