Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 02/17/2024 in all areas

  1. since you provided more samples in PM, I updated the plugin (materials were added, and support for submeshes)
    1 point
  2. Good to have you back! I'm not sure if there is a specific extension for vgmstream. Which specific game is this one? Can you upload the sample file? Thanks.
    1 point
  3. i made plugin for Noesis fmt_msd2.py. (need to check files that have more than one submesh) I thought so too xD
    1 point
  4. This should work. Not sure if for all files... ######################################### # Hyperdimension Neptunia - *.dat # ######################################### get BaseFileName basename endian big getdstring Sign 0x20 get StrTableOffset uint32 get Files uint32 goto StrTableOffset For i = 0 < Files get Flag uint32 getdstring FileName 0x20 get BaseOffset uint32 savepos TMP goto BaseOffset getdstring Dummy 0xC get Size uint32 savepos Offset string Name p= "%s/%s.dat" BaseFileName FileName log Name Offset Size goto TMP next i
    1 point
×
×
  • Create New...