Search results

  1. C

    Talk about reverse engineering

    I gave a talk about reverse engineering (and binary file formats) at CppOnSea 2022 earlier today. The talk will be online in a while and explains how to reverse engineer the CNR file formats. Hope somebody likes it. I did include the easter eggs (the photo of Eric, plus one in the level files...
  2. C

    What is this gun?

    Found in the crusader no remorse game files, I have never seen this in game. I guess a different thresher cannon top?
  3. C

    Crusader: No Regret map info

    I've tried the level loading code on No Regret and it works with zero changes. I did change it to hide the overlays that No Regret puts on parts of the level in level 1 since it hides most of the level space. I've then matched this to the guide to find the levels they match to and have a list...
  4. C

    Unknown secret in level 4?

    I was looking around the maps to find out which one is the correct one - some levels exist 5 times in the level data - and I found two maps for level 4, one with a giant secret area I didn't know about, and one without. Turns out the one *with* that area is the actual level. I don't think anyone...
  5. C

    Crusader: No Remorse full maps

    Have shape extraction working, and map item extraction working, so I figured that should lead to a drawable map. At least that confirms my assumptions with regards to the math required to place things. So here's Mission 5 drawn with that. It uses entries 8 and 9 from the fixed.dat file; entry 8...
  6. C

    Just a teaser for what I'm working on

    This is the editor. Colors are messed up; they're for testing the normals. This should be reminiscent of the startup area of Crusader:No Remorse.
  7. C

    No Remorse Wanted: Somebody who can make decent textures

    React here if you'd like to help with this project, specifically texturing and modeling.
  8. C

    No Remorse AVI file playing

    I intend to make this a thread for discussing the parts of the AVI files that are understood & what is still to research / code / test. I've been going over the internals of the AVI file wrt the video channel. I've taken 05D as example video to analyse the video codec. The video has a palette...
  9. C

    No Remorse Found awkward image in Crusader no Remorse

    I was hacking around the files trying to deduce what's what and where to find the level layouts, when I figured "those 300k dat files must be bitmaps, let's see what's on them". All three help files are actually just bitmaps shown on screen; the first two are the actual help bitmaps. The third...
Back
Top