Main public logs
Combined display of all available logs of modding.dev WIKI. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 22:19, 31 December 2025 XBLAH talk contribs created page MipTex (Created page with "This is the file type used by world textures and is the typical type of file you find in WAD3 archives. The structure is similar to what's used to describe textures in the BSP format. = File Structure = {{binary_struct|FileName|type=string|length=32|description=File name, with up to 16 characters. The unused trailing characters are null.}} {{binary_struct|Width|type=uint32|length=4|description=Image width, in pixels. Must be divisible by 16.}} {{binary_struct|Height|ty...") Tag: Visual edit: Switched
- 22:02, 31 December 2025 XBLAH talk contribs created page QPic (Created page with "A simple image of any size. Specific images of this format can be found in these wad files: * cached.wad - The loading screen and the drop-down console background (WON version only) * gfx.wad - The "LOADING" and "PAUSED" images among others = File Structure QPic = {{binary_struct|Width|type=uint32|length=4|description=Image width, in pixels. Must be divisible by 16.}} {{binary_struct|Height|type=uint32|length=4|description=Image height, in pixels. Must be divisible by 1...") Tag: Visual edit: Switched
- 19:13, 31 December 2025 XBLAH talk contribs created page WAD3 (Created page with "Derived from Quake's WAD2 format. All data types uses little endian byte order. After the format's header there are num_dirs directory entries that contains data about all the files within the WAD3 archive, as well as their position within the file. = File Structure = == Header == {{binary_struct|SIGNATURE|type=string|length=4|description=Constant WAD3 signature.|value="WAD3"}} {{binary_struct|TreeSize|type=uint32|length=4|description=The number of files within the W...")
- 18:46, 31 December 2025 XBLAH talk contribs created page Template:Binary struct (Created page with "<div style="display:grid; margin-bottom:16px"> <div style="display:flex; flex-wrap:wrap; box-shadow:0 2px 0 rgb(0 0 0 / 10%); background-image:linear-gradient(90deg, rgb(49 49 49) 60%, rgb(45 45 45)); border:thick double rgb(255 255 255 / 3%); border-radius:.3em .3em 0 0; position:sticky; padding:.5em 1em; top:0; z-index:10"> <div><!-- --><kbd>SIGNATURE</kbd> <!-- --><kbd><span style="color:#66d9ef"><unsigned int32></span></kbd...")
- 17:52, 31 December 2025 XBLAH talk contribs deleted page Setting up the Source Code of Source SDK 2013 Singleplayer (content was: "== Introduction == This tutorial shows how to set up, patch, compile and run Source SDK 2013 Singleplayer using a modern Visual Studio (VS2019 / VS2022) environment by applying the community "source-sdk-vs2022" compatibility changes. The official Valve Singleplayer branch is targeted at older toolchains and will not build cleanly under modern VS versions without a few fixes. By the...", and the only contributor was "XBLAH" (talk))
- 21:43, 19 October 2025 XBLAH talk contribs created page Installing Source SDK Base 2013 Singleplayer (Created page with "== Introduction == This tutorial shows how to isntall Source SDK 2013 Singleplayer This guide is written for beginners but includes intermediate tips (VPC, particles.lib, memoverride.cpp, VS registry fixes, and Docker/Linux notes). Screenshots are referenced where helpful (placeholders are included so you can add your own images to your wiki or notes). Sources used: Valve Developer Community (Source SDK 2013 SP, Compiling under VS2022) and the community repo Source-SD...") Tag: Visual edit
- 21:20, 19 October 2025 XBLAH talk contribs created page Installing Visual Studio 2019/2022 (Created page with "<!-- Generated: 2025-01-19 18:00:00 Generator: Modding Tutorial Generator v1.0.0 Format: MediaWiki --> == Introduction == This tutorial will guide you through downloading and installing Visual Studio 2019 or Visual Studio 2022. Visual Studio is the integrated development environment (IDE) required to compile and work with modding projects. This guide covers both Visual Studio 2019 and Visual Studio 2022, though Visual Studio 2022 is recommended for newer systems. By t...") Tag: Visual edit: Switched
- 21:02, 19 October 2025 XBLAH talk contribs created page Setting up the Source Code of Source SDK 2013 Singleplayer (Created page with "<!-- Generated: 2025-10-19 17:57:02 Generator: Modding Tutorial Generator v1.0.0 Format: MediaWiki --> == Introduction == This tutorial shows how to set up, patch, compile and run Source SDK 2013 Singleplayer using a modern Visual Studio (VS2019 / VS2022) environment by applying the community "source-sdk-vs2022" compatibility changes. The official Valve Singleplayer branch is targeted at older toolchains and will not build cleanly under modern VS versions without a few...") Tag: Visual edit: Switched
- 20:01, 19 October 2025 XBLAH talk contribs created page MediaWiki:Sidebar (Created page with " * navigation ** mainpage|mainpage-description ** recentchanges-url|recentchanges")
- 20:00, 19 October 2025 XBLAH talk contribs created page MediaWiki:Common.css (Created page with "body { background-color: #101418; } .mw-logo, .mw-logo:visited, .mw-logo:active, .mw-logo:hover { color: #000000; } .mw-logo-icon { display: none; } .vector-main-menu-action-opt-out { display: none; }")
- 19:43, 19 October 2025 MediaWiki default talk contribs created page Main Page