Crt Vavros
Crt Vavros
Atm this plugin only supports 3DO files in text format (Grim Fandango demo). There is plan to support binary 3DO format from Grim Fandango in the future.
Hi, the [develop](https://github.com/smlu/ProjectMarduk/tree/develop) branch of libim has implemented parsing of georesources from CND file, including level geometry verticies, texture verticies, adjoins and surfaces. You can find implementation in [cnd_section_georesource.cpp](https://github.com/smlu/ProjectMarduk/blob/a54b0f58ce1f614c5b7ce6b7744ffc511df43722/libraries/libim/content/asset/world/impl/serialization/cnd/georesource/cnd_section_georesource.cpp#L30-L147). The...
@jacketeer the develop branch of `libim` now implements code for parsing and writing sections [Things and Templates](https://github.com/smlu/ProjectMarduk/blob/0459c19f3ae8399024fbc688d086ea51318ae0dc/libraries/libim/content/asset/world/impl/serialization/cnd/cnd.h#L201-L209). Though `libim` is still missing the code for parsing 3D models, with this...
Small update: **[cndtool](https://github.com/smlu/ProjectMarduk/releases/tag/v0.9.0)** can now extract and convert level geometry (vertices and UV vertices of level surfaces) to Wavefront .obj file format. You can then use for example Blender to...
Update on ndy format: The code base of `cndtool` was updated, and CND to NDY converting command was added. I'm still fixing some issues with cndtool, and unfortunately due to...
https://github.com/Jones3D-The-Infernal-Engine/Mods/tree/main/levels/sed With this new level I think we can finally close this issue 🙂
Just referencing level editor for this game: https://github.com/smlu/SED
It's not planned in foreseeable future, however we would accept PR if someone provided it.
This is the main issue with porting pymrtd to work with recent versions of cryptography. Atm pymrtd circumvent explicit EC params issue by hooking onto `_EllipticCurvePublicKey.__init__ ` ([pymrtd/pki/keys.py#L258C5-L270)](https://github.com/ZeroPass/pymrtd/blob/3731a0e45999d7924499393a0da5826436dffd38/src/pymrtd/pki/keys.py#L258C5-L270)). Cryptography v42...