Recent content by Kevin Caccamo

  1. Kevin Caccamo

    Wing Blender (WCP/SO Blender plugin)

    All the LOD meshes should be at the same place in the hierarchy, so leave them unparented, unless the mesh is supposed to be a child of another mesh. Also, I tried writing LOD in capital letters, but I couldn't reproduce the errors you're getting with Blender 2.79b.
  2. Kevin Caccamo

    Wing Blender (WCP/SO Blender plugin)

    Try writing 'lod' after the dash using lowercase letters instead of uppercase letters, and having one of the 2 LODs selected.
  3. Kevin Caccamo

    Wing Blender (WCP/SO Blender plugin)

    After taking a quick look through the game files, it looks like DOCK chunks are a feature of the ship files, not the mesh files. I have no idea what DOCK chunks do or how they work, and Wing Blender was designed to export mesh files. As for the performance boost, I don't think it has anything...
  4. Kevin Caccamo

    Wing Blender (WCP/SO Blender plugin)

    Wing Blender 2.2.1 has been released with the new importer optimizations.
  5. Kevin Caccamo

    Wing Blender (WCP/SO Blender plugin)

    With my most recent optimizations, I was able to cut the import time in half! Well, at least for the more detailed meshes. AST_S_01.IFF hasn't shown much improvement in terms of import time, but that's because the other bottleneck is the MAT reader, and I have no idea how I could optimize the...
  6. Kevin Caccamo

    Wing Blender (WCP/SO Blender plugin)

    It's been a long time.. Anyway, if you've tried to use the importer, you'll know that it is sluggish as hell. I've been trying to work on that. I made a few optimizations to the importer recently, which mostly involve using flat typed arrays instead of lists of lists, and it turned out to be...
  7. Kevin Caccamo

    Rebel Galaxy Outlaw!

    This looks like something completely different than Wings of St. Nazaire to me. BTW, would it be possible to see a GNU/Linux or browser version of this game?
  8. Kevin Caccamo

    Working with Privateer 3D model textures

    I wrote a Python 3 script, and a C++ program, to convert the WC2 CEL files (the ones that can't be converted to PNG using ffmpeg) to PNG. The Python script can either work as a standalone script, or within Blender by moving it to the addons folder. The C++ program requires libpng 1.2 or higher...
  9. Kevin Caccamo

    Working with Privateer 3D model textures

    According to this page, the CELs are just FLCs. I was able to convert most of the CELs, except for the WC2 ones (with some unfortunate input/output errors, but that didn't seem to be a huge issue) to PNGs using this FFMpeg command line: ffmpeg -f flic -c flic -i WHATEVER.CEL -f apng -c apng...
  10. Kevin Caccamo

    Wing Commander Prophecy: Secret Ops Model Update Pack

    I also noticed something weird with AST_H_01.IFF when I opened it up with a hex editor. The SPHR chunk should be 16 bytes long, but it is only 13 bytes long for some reason, and has "SPHR" at the end.
  11. Kevin Caccamo

    Wing Commander Prophecy: Secret Ops Model Update Pack

    Oh, and one last thing... The Moray texture in previous versions of the MUP had transparent pixels close to the middle.
  12. Kevin Caccamo

    Wing Commander Prophecy: Secret Ops Model Update Pack

    I'm running Secret Ops. However, the Seahawk AWACS meshes aren't included in the Prophecy version of the latest MUP either.
  13. Kevin Caccamo

    Wing Commander Prophecy: Secret Ops Model Update Pack

    The Seahawk AWACS meshes are also not included in the latest version.
  14. Kevin Caccamo

    Wing Commander Prophecy: Secret Ops Model Update Pack

    The latest version doesn't seem to include the MAT for the Moray (00022075.mat).
  15. Kevin Caccamo

    Wing Commander Prophecy: Secret Ops Model Update Pack

    I found a few more missing polys...
Back
Top