All public logs

Combined display of all available logs of COD Engine Research. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
  • 00:34, 11 July 2026 Jakes625 talk contribs created page Category:LoadContext (Created page with "placeholder... == XAssetEntry == The engines load context keeps a record of semantic asset names to it's place in memory. The engine more or less does this: <syntaxhighlight lang="C"> typedef struct XAssetEntry { uint32_t assetType; // 0x00: XAssetType uint32_t headerPointer; // 0x04: canonical asset-header pointer uint8_t zoneIndex; // 0x08: owning zone-record index uint8_t flags09; // 0x09: bit 0 is tested by regist...")