Skip to content

Latest commit

 

History

History
41 lines (36 loc) · 1.34 KB

TODO.md

File metadata and controls

41 lines (36 loc) · 1.34 KB

Features

  • An interface that should have relevant extraction options for the files inside of that directory.
  • CLI program
  • Better application icon
  • Refactor explorer loading to allow for errorless handling on non-valid explorers
  • Logs tab
  • Move stuff to sub-modules to allow features & faster compiling for development.
  • Multithreaded virtual_fs icons loading

Formats

  • Non-animated images
  • Animated images
  • .svg vector image
  • Basic text files
    • Autodetect language for syntax highlighting
  • Audio files
  • Video files (Probably by piping to ffmplay)
  • .zip archive
  • Source engine
    • .vpk archive
    • .vtf texture
    • .bsp embedded .zip
  • Godot engine
    • .pak archive
      • .exe embedded .pak archive
    • .stex stream texture 1
    • .ctex compressed texture 1
    • Resource container
  • Ren'Py engine
    • .rpa archive
    • .rpyc script file decompilation
  • Unity engine
  • Unreal engine
  • GameMaker engine

Footnotes

  1. Partial support. Some format edge cases & no mipmap support. 2