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).
- 00:40, 11 July 2026 Jakes625 talk contribs created page Zone (MW2) (Created page with "placeholder... <syntaxhighlight lang="C"> enum { XFILE_BLOCK_TEMP = 0, XFILE_BLOCK_PHYSICAL = 1, XFILE_BLOCK_RUNTIME = 2, XFILE_BLOCK_VIRTUAL = 3, XFILE_BLOCK_LARGE = 4, XFILE_BLOCK_CALLBACK = 5, #if defined(PC) || defined(PS3) XFILE_BLOCK_VERTEX = 6, #ifdef PC XFILE_BLOCK_INDEX = 7, #endif #endif MAX_XFILE_COUNT }; struct XFile { int size; int externalSize; int blockSize[MAX_XFILE_COUNT]; }; </syntaxhighlight>")
- 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...")
- 21:32, 5 July 2026 Jakes625 talk contribs created page FastFiles and Zone files (Ghosts) (Created page with "Category:FastFiles Category:Ghosts == Main FastFile Structure == <syntaxhighlight lang="cpp"> //Entry point for the FF. struct DB_Header { char magic[8]; int version; // tbd... }; </syntaxhighlight>")
- 13:48, 5 July 2026 Jakes625 talk contribs created page MW2 Rendering (Created page with "= Rendering = This section is to give you information on how to render surfaces, triangles, maps and apply texture blends and material technique sets per platform. == Playstation 3 == The ps3 uses a different translation due to it's RSX chip. [ place holder ] == Xbox 360 == <code>n/a</code>")
- 21:32, 15 June 2026 Jakes625 talk contribs created page BlockStream Padding (Created page with "= Block Stream Padding = Data inserted into the block stream is padded depending on data type. {| class="wikitable sortable" ! Type !! Size !! Root block !! Padding / alignment rules !! Loader path !! Confidence |- | <code>LocalizeEntry</code> | <code>0x08</code> | <code>LARGE</code> | No explicit padding proven. Two direct <code>XString</code> cells at <code>+0x00</code> and <code>+0x04</code>. | <code>0x104278</code> | Proven |- | <code>RawFile</code> | <code>0x10</co...")
- 00:37, 6 January 2014 User account Jakes625 talk contribs was created