Recent content by Candy

  1. C

    Porting levels to 3D quake/goldsrc map format trivial?

    Do you have all the shapes rendered or should I send you my set? I think I have them mostly categorized. Also, do you have a ref for the output format you can use for gzdoom? The data in fixed.dat is in x/y/z format, and typeinfo gives a width/height/depth to it.
  2. C

    Porting levels to 3D quake/goldsrc map format trivial?

    Crusader doesn't have meshes. It doesn't support rotation. That's in part why the explosions look so weird; things are supposed to rotate next to an explosion and they just don't, because they can't. Do you have an engine to target? Half-life or quake? Note that Quake uses BSPs which take a lot...
  3. C

    Porting levels to 3D quake/goldsrc map format trivial?

    Just let me know what the format should be and I can output both the bounding boxes and the level data. Already tried into gltf with a Javascript viewer, and that worked, but at 8FPS due to object count. Level 1 has about 17000 objects - every floor is an object too, just so you realize.
  4. C

    Crusader: No Remorse in Ancient Warfare 3

    https://drive.google.com/file/d/1rocRBWA_UuAs4TUkZgfaHA9z7JFwvPYn/view?usp=sharing That should give you access to it. https://www.echosector.com/forum/threads/crusader-no-remorse-full-maps.735/ has the best mapping of actual levels to numbers that I know of.
  5. C

    Crusader: No Remorse in Ancient Warfare 3

    I can send you full resolution images of the levels (with some render bugs) if that helps. They're fairly big (1GB total in PNGs, 16kx8k pixels) so let me know if I should.
  6. C

    Crusader: No Remorse in Ancient Warfare 3

    I was mostly amused by you remaking the exact same part, deciding "this is enough" at the same point of that level.
  7. C

    Crusader: No Remorse in Ancient Warfare 3

    That reminds me so much of my first attempt to recreate CNR 12 years ago in a custom engine - I don't think I still have any of those resources. And the engine was buggy. Shortly after that I tried to rewrite part of it and failed miserably, then to give up on it for a while.
  8. C

    Crusader: No Remorse in Ancient Warfare 3

    Nice, looks great! I've been going back into hacking the level data and have started to understand how the usecode hooks into it. Trying to solve the last few level secrets this way. I have some code that dumps the whole level data that way which you could use as input... but it's probably as...
  9. C

    HUD Elements

    Found them. Was trying to find the analysis I did before and stumbled upon them. They're in gumps.flx, basically the whole file. The forum is dumb as a sack of rocks so the extension is .zip, but it's a .tgz file.
  10. C

    Crusader: No Remorse in Ancient Warfare 3

    Do you have those resources in a format usable for playing around somewhere? I found them in Steam's workshop folders but they're in a non-standard JSON dump inside a file called "SerializedContent.xml".
  11. C

    HUD Elements

    I did stumble across them but tried to ignore them; I was looking for the in-game sprites. They're just scattered across the shapes.flx. Note that most of them are in sub-sprites; what for in-game models is animation frames, for the UI elements they're different bits being drawn. Have the code...
  12. C

    Talk about reverse engineering

    Yep, I'm Dutch :) If you have specific questions just ask.
  13. C

    Talk about reverse engineering

    Crusader bit starts at 46:45 and goes until pretty much the end. Thanks for the embed @Keenan!
  14. C

    No Regret Mission 6: secret telepad

    Looking at the level file there, there's an E secret room there, with a pentagram. Did somebody find the way into that yet? The level file has it with tag 0x22, but I can't find what would trigger it; I can see that it removes 4 black pieces overlaying the room when opened. Will get back to...
  15. C

    No Regret Secret room M10, level 4

    Mission 10 in Regret is map 16-19. The level you indicate specifically is on map 18 (pretty much by itself, with a square empty room way off on the right). Map 18 has 1022 objects on it. Since it's a non-dead object it can't be in one of the gumps (precompiled object sets that have no place for...
Back
Top