stgatilov 618 Report post Posted December 18, 2018 TDM 2.07 is ready for beta testWindows, Full Install:1 - Create a darkmod folder anywhere you like.2 - Download the TDM Updater. Extract tdm_update.exe from the downloaded ZIP and place it in your darkmod folder.3 - Download a special tdm_mirrors.txt file and place it in your darkmod folder.4 - Start tdm_update.exe. Remember to use the --keep-mirrors setting when running tdm_update. (On the main window, click the "Advanced Options" button and check the first box.)Windows, 2.06 to 2.07 Upgrade:1 - Download a special tdm_mirrors.txt file and place it in your darkmod folder.2 - Start tdm_update.exe. Remember to use the --keep-mirrors setting when running tdm_update. (On the main window, click the "Advanced Options" button and check the first box.) Windows, Full install with freyk's installer:1 - Download the installer from here.2 - Run the installer. Choose where to install TDM, and maybe other settings.3 - When tdm_update starts, download a special tdm_mirrors.txt file and place it into the installation directory (where tdm_update.exe should already be located).4 - At the same moment, enable --keep-mirrors setting. (On the main window, click the "Advanced Options" button and check the first box.)5 - Proceed as usual. Linux, Full Install:1 - Create a darkmod folder anywhere you like.2 - Download the Linux version of the TDM Updater and extract it to your darkmod folder. 64-bit build of tdm_update can be downloaded separately from here.3 - Download a special tdm_mirrors.txt file and place it in your darkmod folder.4 - Make tdm_update.linux executable: "chmod +x tdm_update.linux"5 - Run the updater. Remember to use the --keep-mirrors setting. If you are running 64-bit build of tdm_update, also use --noselfupdate key.Linux, 2.06 to 2.07 Upgrade:1 - Download a special tdm_mirrors.txt file and place it in your darkmod folder.2 - Run the updater. Remember to use the --keep-mirrors setting. P.S. If you have buggy graphics immediately after update from 2.06, try to restart game.If this does not help, you can also try to delete darkmod.cfg as a last resort fix (probably backup it beforehand).New features in 2.07Graphics:1) Finished the move to FBO-based rendering and implemented proper antialiasing. It is recommended to reset config file, or at least set r_useFBO 1 and r_fboResolution 1 manually.2) Numerous FBO-related fixes: reloadImages now works, quickload no longer crashes, no more duplicate renders, etc.3) New experimental mode of rendering shadows ("Maps") --- can be switched on in Video/Advanced menu.4) Softness of soft shadows can be controlled by emitter_size spawnarg. Beware: "Maps" and "Stencil" modes of rendering shadows treat it in absolutely different way!5) Added "soft gamma": implementation of gamma correction not subject to color banding. Configured via cvars r_ambientMinLevel and r_ambientGamma.Sound:1) New syntax for EFX files (Version 2): allows using presets from openal-soft. See syntax in 4815 (to be added to wiki page later).2) Sounds which should not be affected by environment are marked as no_efx.3) Enabled HRTF by default for better positional sound: works properly only with headphones.Generic:1) FrobHelper: tiny white dot appears in the center of the screen (can be disabled in menu).2) Mouse sensitivity in the main menu should be similar to one in Windows.3) Precision fixes: dmap and collision-related gameplay are affected.4) tdm_update: probably improved VCRedist installation, built preliminary Linux 64-bit version (cannot self-update yet).Assets:1) A pack of assets added. Expect a 400 MB differential package!And other improvements, additions, fixes, and optimizations..More details can be seen in What's new wiki article and in the roadmap.Important cvarsOld:* r_useFBO: enables/disables FBO rendering. It is now ON by default.* r_fboResolution: coefficient for internal rendering resolution (takes effect only when FBO is on). 2 means double resolution. Works like SSAA. Very high performance cost.* r_softshadowsradius: Determines how large the light center is for light sources. Negative value overrides emitter_size spawnarg. (partly configurable in video settings GUI)* r_softshadowsquality: Determines how many gradients for shadows. Larger values produce smoother blending at more performance cost. (configurable in video settings GUI)New:* r_ambientMinLevel: adds specified value to ambient light (linear correction).* r_ambientGamma: applies specified gamma exponent to ambient light (gamma correction).* r_shadows 2: enables new "Maps" implementation of shadows. (configurable in video settings GUI)* r_shadowMapSize: defines resolution of shadow maps with "Maps" implementation of shadows. More = better, less = faster.* r_fboSharedDepth 1: avoid depth buffer copy (work only with AA off). Do not use unless you have Intel GPU.Notes1 - This effort is to find out if we broke anything in TDM with our 2.07 changes, if a new 2.07 feature isn't working correctly, or if some major bug retaining after 2.06 is not fixed yet.We won't be trying to fix bugs that have been around for a long time. The best that could be done now for such old-living bugs is to create an issue in bugtracker (if not yet present).2 - If you find something wrong and still have 2.06 and/or 2.05 versions in your hands, please test the same thing in 2.06 and 2.05.If it is a new 2.06 feature that isn't working, then by all means mention the problem here. Bugs introduced in the previous 2.06 release are also subject to discussion.3 - Please try to be specific when reporting a problem. What you were doing, where you were when the problem occurred, can you reproduce it, etc.Most likely, developer will ask the contents of your darkmod.cfg and console log (condump and logFile 2 are used to save it).And, since there are now 32- and 64-bit versions of TDM, please note which you're using.4 - If you're a developer, please test all the bugtracker issues you were involved in since 2.06 was out.If you are not, choose a random mission and play =)Thank you for testing ! 9 Quote Share this post Link to post Share on other sites
nbohr1more 1883 Report post Posted December 18, 2018 What's new article is up. Scanning SVN logs for Asset changes... 2 Quote Please visit TDM's IndieDB site and help promote the mod: http://www.indiedb.com/mods/the-dark-mod (Yeah, shameless promotion... but traffic is traffic folks...) Share this post Link to post Share on other sites
stgatilov 618 Report post Posted December 18, 2018 List of beta versions:beta207-01. svn rev 7837 / 15460.Initial beta version --- see changes above.beta207-02. svn rev 7857 / 15480.Fixed _flat texture issue on Grayman's WIP (4923).Fixed issue with breath bar (4916).Added slider for r_fboResolution (values greater than one can only be set in console).Reencoded a bunch of stereo files as mono, which makes it possible for them to sound localized (4921).Fixed crashes happening when mission is finished (4919).Fixed parallel lights with Maps shadows (always render them using Stencil mode).Improved FrobHelper for pickpocketing (4920).Fixed scaling issue with "back" button (4918).Removed global "length" function from trigger_look.script to avoid name conflicts.Removed hardcoded key binding for button "b" from autoexec.cfg.Fixed square edges on snowflakes.Make several cvars archivable, making it simpler to tweak them (3691).Now TDM version is also encoded into the properties of .exe file.beta207-03. svn rev 7883 / 15505.Fixed heatHaze materials when multisampling is off (4684).Apply patch by NagaHuntress to allow alt-tabbing under Linux (4190).Deleted duplicates/poor quality of unreferenced sounds, added sndshd for useful unreferenced sounds (4925).Improved air fix: changed regain speed, more info in savegame (4916, 4929).Zero soft radius is no longer allowed in GUI slider.Added com_maxfps cvar for limiting FPS, uncapped FPS only (4734).Timescale and some more debug cvars temporarily suppress uncapped FPS (4698).Merged character fixes by Anderson in Romanian translation (4935).Fixed some missing assets: leather_chair_001.lwo, molding_white_painted_s warning.beta207-04. svn rev 7896 / 15528.Fixed sitting AIs dying before player meets them (4940).Fixed Sykes not sitting properly on his stool (4936).Faster animation for mantling over small obstacles (4930).Faster mantle over medium-sized objects from crouched state (4945).Mantling no longer allowed underwater (1037).Commented out inclusion of trigger_look + ai_trigger_look from stock tdm_custom_scripts.script.Added "Select all" button in in-game mission downloader (4492).Further fixes to timescale debug tool with uncapped FPS (4698).Fixed occasional white pixel sparklies due to specular light terms (4942).Fixed r_showprimitives with shadow maps.Improved shadows of transparent objects in single-pass shadow maps.Added some more of Dragover's assets (4687).Fixed issue with missing assets for frenchdoor.ase and Utility_fan_frame_002.Some skins cleanup.beta207-05. svn rev 7911 / 15560.New mantling improvements, fixed mantling sometimes ending inside a wall.Changed enhanced interaction shader to behave like in 2.05 (4955).Fixed nofog keyword (3662), probably also shadowcaulk/nofog issue (4541).Fixed occassional all zero scores on finishing mission (4950).Hacky workaround for mission screenshots disappearing in mission downloader (3463).Added tdm_give_loot for debugging purposes.Blend add reduced on tdm_belt_pouch, as this item is almost exclusively used as decoration.Added no_efx to: tool_pickup, potion_drink, frob_lootbeta207-06. svn rev 7922 / 15573.Fixed mesh smoothing with specular lighting (4958).Shadows from parallel and very big lights are now soft in Maps mode (4938).Improved "Select All" button location in mission downloader.beta207-07. svn rev 7927 / 15586.Fixed crash with r_shadowMapSinglePass.Added noshadow to cagelamp and brazier light models (for Maps mode).beta207-08 = release207orig. svn rev 7932 / 15598.Fixed stencil shadow issues on the back of some guards (4979).Fixed rare crash happening in training mission melee zone (4952).Player can no longer jump with body after loading game (3588).Added frob highlight stages to spider materials.Added some clamps to dot products in enhanced interaction.r_showPortals now prints text to console only when set to 2.Some improvements of Turkich translations. release207 (link). svn rev 8079 / 15677.Fixed GLSL shaders not working on the latest AMD graphics drivers (5031).Fixed GLSL shaders not working on some Linux drivers (4962).Fixed "r_showportals 1" to work properly with Multi Core Enhancement and with subviews (4993).Fixed missing tdm_coals_hot_ns material on some maps. 3 Quote Share this post Link to post Share on other sites
STiFU 469 Report post Posted December 18, 2018 For reference, here is the link to NBohr's article: http://wiki.thedarkmod.com/index.php?title=What%27s_new_in_TDM_2.07 Quote Share this post Link to post Share on other sites
Springheel 4338 Report post Posted December 18, 2018 In terms of assets, I've added a few new module pieces to several of the module sets, and have added some of the interior ones R Soul made. Have also included some new skins for various module sets. I added a new guard and citywatch head. Dram added a bunch of new outdoor models and a few lights. That's about all I can recall. Oh, there were some good chain models too, but I forget who made them...was that R Soul as well? I'll have to track that down. Quote TDM Missions: A Score to Settle * A Reputation to Uphold * A New Job * A Matter of Hours Video Series: Springheel's Modules * Speedbuild Challenge * New Mappers Workshop * Building Traps Share this post Link to post Share on other sites
nbohr1more 1883 Report post Posted December 18, 2018 Yep. Rsoul chains http://forums.thedarkmod.com/topic/10651-submissions-of-any-kind-prefabs-fms-textures-models-and-any-other-help/page-8?do=findComment&comment=423218 I saw some window textures in the commit logs, were those also Rsoul contribs? Quote Please visit TDM's IndieDB site and help promote the mod: http://www.indiedb.com/mods/the-dark-mod (Yeah, shameless promotion... but traffic is traffic folks...) Share this post Link to post Share on other sites
STiFU 469 Report post Posted December 18, 2018 Some issues with the current build:vid_restart leads to very weird behavior when shadow maps are enabled. Only a restart of the game fixes the issue.Sometimes the breath bar disappears after reloading.Breath bar issue tracked under #4916. I have attached a console dump. Shadowmap/vid_restart issue tracked under #4917. Quote Share this post Link to post Share on other sites
STiFU 469 Report post Posted December 18, 2018 I have tested both the update from 2.06 using tdm_update.exe and the full install using freyk's installer. I have documented the whole update and install procedure as a test: Update from 2.06 using tdm_update.exe Short and brief:No surprises except for having to download some additional files.Without config reset, I get low fps and weird artifacts.Full documentation: tdm_update.exe is updated automatically. Restarting it for some reason took quite long. A 399.7 MB differential package is downloaded and applied. Afterwards, some further files, 35 MB in total, had to be downloaded (stlucia.pk4, anewjob.pk4, tdm_base01.pk4, see log below). Then, the Visual studio redistributable failed to install, probably because I have visual studio installed. Afterwards, I successfully load into the training missions without reseting my config, but weirdly I only get 30 fps and the shadows render out weirdly (see screenshot below). Checking the options menu, stencil shadows where activated and soft shadow quality was set to high. Activating shadow maps fixes the graphics bug. The Log file of the updater: Step thread finished: 0 Step thread started: 1 Removed file D:\games\darkmod\tdm_update_updater.cmd Step thread finished: 1 Step thread started: 2 Skipping mirrors update (--keep-mirrors is set). Successfully parsed the whole INI file. Found 1 mirrors. Step thread finished: 2 Step thread started: 3 Downloading CRC information... Removed file D:\games\darkmod\crc_info.txt Picking mirror TDM Root Downloading to temporary file D:\games\darkmod\__crc_info.txt Initiating Download from http://update.thedarkmod.com/testing/crc_info.txt Download successful: http://update.thedarkmod.com/testing/crc_info.txt Downloaded file passed the integrity checks. Moved D:\games\darkmod\__crc_info.txt to D:\games\darkmod\crc_info.txt Successfully parsed the whole INI file. Step thread finished: 3 Step thread started: 4 Downloading version information... Removed file D:\games\darkmod\tdm_version_info.txt Picking mirror TDM Root Downloading to temporary file D:\games\darkmod\__tdm_version_info.txt Initiating Download from http://update.thedarkmod.com/testing/tdm_version_info.txt Download successful: http://update.thedarkmod.com/testing/tdm_version_info.txt Downloaded file passed the integrity checks. Moved D:\games\darkmod\__tdm_version_info.txt to D:\games\darkmod\tdm_version_info.txt Successfully parsed the whole INI file. Found version 1.02 file: AUTHORS.txt with checksum 569d2865 Found version 1.02 file: config.spec with checksum 0 Found version 1.02 file: darkmod.ini with checksum 94135aac Found version 1.02 file: description.txt with checksum dc2a6c28 Found version 1.02 file: dmargs.txt with checksum 2ca0ddbd Found version 1.02 file: DoomConfig.cfg with checksum 29f0f4f2 Found version 1.02 file: fms/training_mission/training_mission.pk4 with checksum abe8ef0c Found version 1.02 file: LICENSE.txt with checksum 28424ad0 Found version 1.02 file: tdmlauncher.exe with checksum c0e715f Found version 1.02 file: tdmlauncher.linux with checksum 6f82b102 Found version 1.02 file: tdm_ai_animals01.pk4 with checksum 1e1e1c5d Found version 1.02 file: tdm_ai_base01.pk4 with checksum 5b59f2f3 Found version 1.02 file: tdm_ai_humanoid_builders01.pk4 with checksum 2ce06c06 Found version 1.02 file: tdm_ai_humanoid_guards01.pk4 with checksum 714dbf33 Found version 1.02 file: tdm_ai_humanoid_heads01.pk4 with checksum 9795d229 Found version 1.02 file: tdm_ai_humanoid_nobles01.pk4 with checksum 4a3933c5 Found version 1.02 file: tdm_ai_humanoid_pagans01.pk4 with checksum 1a355159 Found version 1.02 file: tdm_ai_humanoid_townsfolk01.pk4 with checksum 53346d5f Found version 1.02 file: tdm_ai_humanoid_undead01.pk4 with checksum c98c95c8 Found version 1.02 file: tdm_ai_monsters_spiders01.pk4 with checksum 6cfc712f Found version 1.02 file: tdm_ai_steambots01.pk4 with checksum a4cafcb3 Found version 1.02 file: tdm_base01.pk4 with checksum 742253fb Found version 1.02 file: tdm_defs01.pk4 with checksum 9839195 Found version 1.02 file: tdm_env01.pk4 with checksum 4eedf659 Found version 1.02 file: tdm_fonts01.pk4 with checksum be06ce0a Found version 1.02 file: tdm_game01.pk4 with checksum 7ce9d0a2 Found version 1.02 file: tdm_game02.pk4 with checksum c7024663 Found version 1.02 file: tdm_gui01.pk4 with checksum fe9561cf Found version 1.02 file: tdm_gui_credits01.pk4 with checksum fd9fac61 Found version 1.02 file: TDM_icon.ico with checksum d585a57f Found version 1.02 file: tdm_models01.pk4 with checksum 49067375 Found version 1.02 file: tdm_models02.pk4 with checksum 3746e9fb Found version 1.02 file: tdm_models03.pk4 with checksum 8d9c8f0e Found version 1.02 file: tdm_models_decls01.pk4 with checksum 1c1d47da Found version 1.02 file: tdm_player01.pk4 with checksum ed15d191 Found version 1.02 file: tdm_prefabs01.pk4 with checksum 38d80d76 Found version 1.02 file: tdm_sound_ambient01.pk4 with checksum 6dd4f033 Found version 1.02 file: tdm_sound_ambient02.pk4 with checksum 200c895c Found version 1.02 file: tdm_sound_ambient03.pk4 with checksum 11e9f04c Found version 1.02 file: tdm_sound_ambient_decls01.pk4 with checksum 15e76a89 Found version 1.02 file: tdm_sound_sfx01.pk4 with checksum 6a4a3a55 Found version 1.02 file: tdm_sound_sfx02.pk4 with checksum b27ade94 Found version 1.02 file: tdm_sound_vocals01.pk4 with checksum 8a09de13 Found version 1.02 file: tdm_sound_vocals02.pk4 with checksum 73d833da Found version 1.02 file: tdm_sound_vocals03.pk4 with checksum 18a02aa7 Found version 1.02 file: tdm_sound_vocals04.pk4 with checksum 61a0bd98 Found version 1.02 file: tdm_sound_vocals05.pk4 with checksum d5c880f0 Found version 1.02 file: tdm_sound_vocals06.pk4 with checksum cffc3e2b Found version 1.02 file: tdm_sound_vocals_decls01.pk4 with checksum ed741108 Found version 1.02 file: tdm_textures_base01.pk4 with checksum ec7964be Found version 1.02 file: tdm_textures_carpet01.pk4 with checksum 3c96e3bf Found version 1.02 file: tdm_textures_decals01.pk4 with checksum 4c35b673 Found version 1.02 file: tdm_textures_door01.pk4 with checksum a9e9c53b Found version 1.02 file: tdm_textures_fabric01.pk4 with checksum 3e3fdccf Found version 1.02 file: tdm_textures_glass01.pk4 with checksum 951c333e Found version 1.02 file: tdm_textures_metal01.pk4 with checksum fa84312d Found version 1.02 file: tdm_textures_nature01.pk4 with checksum b83b4b65 Found version 1.02 file: tdm_textures_nature02.pk4 with checksum 894d22f6 Found version 1.02 file: tdm_textures_paint_paper01.pk4 with checksum f4aad01c Found version 1.02 file: tdm_textures_plaster01.pk4 with checksum d56b30f0 Found version 1.02 file: tdm_textures_roof01.pk4 with checksum 57ff98bd Found version 1.02 file: tdm_textures_sfx01.pk4 with checksum 9d041333 Found version 1.02 file: tdm_textures_stone_brick01.pk4 with checksum 9d4eebac Found version 1.02 file: tdm_textures_stone_cobblestones01.pk4 with checksum d9c1af42 Found version 1.02 file: tdm_textures_stone_flat01.pk4 with checksum f1e519dd Found version 1.02 file: tdm_textures_stone_natural01.pk4 with checksum c6413dba Found version 1.02 file: tdm_textures_stone_sculpted01.pk4 with checksum f044968d Found version 1.02 file: tdm_textures_window01.pk4 with checksum 9bd4ce95 Found version 1.02 file: tdm_textures_wood01.pk4 with checksum fb548434 Found version 1.02 file: tdm_textures_wood02.pk4 with checksum e6d6c693 Found version 1.02 file: tdm_update.exe with checksum 7ca4ce95 Found version 1.02 file: tdm_update.linux with checksum 43c5819 Found version 1.03 file: AUTHORS.txt with checksum ec708cda Found version 1.03 file: config.spec with checksum 0 Found version 1.03 file: darkmod.ini with checksum 4d04366a Found version 1.03 file: description.txt with checksum dc2a6c28 Found version 1.03 file: dmargs.txt with checksum 2ca0ddbd Found version 1.03 file: DoomConfig.cfg with checksum f3f983cb Found version 1.03 file: fms/training_mission/training_mission.pk4 with checksum abe8ef0c Found version 1.03 file: LICENSE.txt with checksum 28424ad0 Found version 1.03 file: tdmlauncher.exe with checksum c0e715f Found version 1.03 file: tdmlauncher.linux with checksum 6f82b102 Found version 1.03 file: tdm_ai_animals01.pk4 with checksum 392f2857 Found version 1.03 file: tdm_ai_base01.pk4 with checksum 5e28e64f Found version 1.03 file: tdm_ai_humanoid_builders01.pk4 with checksum 28f7ae63 Found version 1.03 file: tdm_ai_humanoid_females01.pk4 with checksum 121d8135 Found version 1.03 file: tdm_ai_humanoid_guards01.pk4 with checksum 474d824c Found version 1.03 file: tdm_ai_humanoid_heads01.pk4 with checksum 659d3fdd Found version 1.03 file: tdm_ai_humanoid_nobles01.pk4 with checksum 1d58ab83 Found version 1.03 file: tdm_ai_humanoid_pagans01.pk4 with checksum b7ceff83 Found version 1.03 file: tdm_ai_humanoid_townsfolk01.pk4 with checksum 843bfb90 Found version 1.03 file: tdm_ai_humanoid_undead01.pk4 with checksum 6e289db8 Found version 1.03 file: tdm_ai_monsters_spiders01.pk4 with checksum d971b59f Found version 1.03 file: tdm_ai_steambots01.pk4 with checksum 3bd114dd Found version 1.03 file: tdm_base01.pk4 with checksum 91d3d3d3 Found version 1.03 file: tdm_defs01.pk4 with checksum fbfb07f Found version 1.03 file: tdm_env01.pk4 with checksum 93ce679d Found version 1.03 file: tdm_fonts01.pk4 with checksum be06ce0a Found version 1.03 file: tdm_game01.pk4 with checksum b73d5b85 Found version 1.03 file: tdm_game02.pk4 with checksum 13caff50 Found version 1.03 file: tdm_gui01.pk4 with checksum 5a9106ac Found version 1.03 file: tdm_gui_credits01.pk4 with checksum fd9fac61 Found version 1.03 file: TDM_icon.ico with checksum d585a57f Found version 1.03 file: tdm_models01.pk4 with checksum c754648 Found version 1.03 file: tdm_models02.pk4 with checksum abd2c901 Found version 1.03 file: tdm_models_decls01.pk4 with checksum 7e8fcabf Found version 1.03 file: tdm_player01.pk4 with checksum ed15d191 Found version 1.03 file: tdm_prefabs01.pk4 with checksum c45696d4 Found version 1.03 file: tdm_sound_ambient01.pk4 with checksum 609b8d81 Found version 1.03 file: tdm_sound_ambient02.pk4 with checksum 85d7eeaa Found version 1.03 file: tdm_sound_ambient03.pk4 with checksum 30dc1088 Found version 1.03 file: tdm_sound_ambient_decls01.pk4 with checksum c7364fe1 Found version 1.03 file: tdm_sound_sfx01.pk4 with checksum fbfc6f9 Found version 1.03 file: tdm_sound_sfx02.pk4 with checksum c4a461f4 Found version 1.03 file: tdm_sound_vocals01.pk4 with checksum 8a09de13 Found version 1.03 file: tdm_sound_vocals02.pk4 with checksum 2705a2ef Found version 1.03 file: tdm_sound_vocals03.pk4 with checksum ce16b44e Found version 1.03 file: tdm_sound_vocals04.pk4 with checksum 5ec58e02 Found version 1.03 file: tdm_sound_vocals05.pk4 with checksum 5bf1af35 Found version 1.03 file: tdm_sound_vocals06.pk4 with checksum cffc3e2b Found version 1.03 file: tdm_sound_vocals07.pk4 with checksum 7654640d Found version 1.03 file: tdm_sound_vocals_decls01.pk4 with checksum b80c6bd4 Found version 1.03 file: tdm_textures_base01.pk4 with checksum 6c9a7fa3 Found version 1.03 file: tdm_textures_carpet01.pk4 with checksum d63deaa8 Found version 1.03 file: tdm_textures_decals01.pk4 with checksum 65ec09a7 Found version 1.03 file: tdm_textures_door01.pk4 with checksum 3b882c2d Found version 1.03 file: tdm_textures_fabric01.pk4 with checksum 8981da3b Found version 1.03 file: tdm_textures_glass01.pk4 with checksum 93e91e0f Found version 1.03 file: tdm_textures_metal01.pk4 with checksum ebcd2b7d Found version 1.03 file: tdm_textures_nature01.pk4 with checksum c6442b03 Found version 1.03 file: tdm_textures_paint_paper01.pk4 with checksum f4aad01c Found version 1.03 file: tdm_textures_plaster01.pk4 with checksum a77d86d Found version 1.03 file: tdm_textures_roof01.pk4 with checksum b84c002b Found version 1.03 file: tdm_textures_sfx01.pk4 with checksum 8fde9a65 Found version 1.03 file: tdm_textures_stone_brick01.pk4 with checksum aaae83b0 Found version 1.03 file: tdm_textures_stone_cobblestones01.pk4 with checksum c14fabe2 Found version 1.03 file: tdm_textures_stone_flat01.pk4 with checksum 3f1316ce Found version 1.03 file: tdm_textures_stone_natural01.pk4 with checksum f75a1bd4 Found version 1.03 file: tdm_textures_stone_sculpted01.pk4 with checksum f52ad596 Found version 1.03 file: tdm_textures_window01.pk4 with checksum a3d0ed00 Found version 1.03 file: tdm_textures_wood01.pk4 with checksum 53bee81a Found version 1.03 file: tdm_update.exe with checksum 37b13e93 Found version 1.03 file: tdm_update.linux with checksum cd0b0402 Found version 1.04 file: AUTHORS.txt with checksum 7578d9f6 Found version 1.04 file: config.spec with checksum 0 Found version 1.04 file: darkmod.ini with checksum 95930919 Found version 1.04 file: description.txt with checksum 6d6f02a1 Found version 1.04 file: dmargs.txt with checksum 2ca0ddbd Found version 1.04 file: DoomConfig.cfg with checksum 9e289228 Found version 1.04 file: fms/training_mission/training_mission.pk4 with checksum abe8ef0c Found version 1.04 file: LICENSE.txt with checksum 28424ad0 Found version 1.04 file: tdmlauncher.exe with checksum c0e715f Found version 1.04 file: tdmlauncher.linux with checksum 6f82b102 Found version 1.04 file: tdm_ai_animals01.pk4 with checksum 93e6f07f Found version 1.04 file: tdm_ai_base01.pk4 with checksum 4fbf271b Found version 1.04 file: tdm_ai_humanoid_builders01.pk4 with checksum ba60cd33 Found version 1.04 file: tdm_ai_humanoid_females01.pk4 with checksum 9a9ca338 Found version 1.04 file: tdm_ai_humanoid_guards01.pk4 with checksum eccd9f3a Found version 1.04 file: tdm_ai_humanoid_heads01.pk4 with checksum f8b55672 Found version 1.04 file: tdm_ai_humanoid_mages01.pk4 with checksum 6c78e9ef Found version 1.04 file: tdm_ai_humanoid_nobles01.pk4 with checksum 59d4d168 Found version 1.04 file: tdm_ai_humanoid_pagans01.pk4 with checksum 3bd716e1 Found version 1.04 file: tdm_ai_humanoid_townsfolk01.pk4 with checksum c5c2fc30 Found version 1.04 file: tdm_ai_humanoid_undead01.pk4 with checksum fb0b63fc Found version 1.04 file: tdm_ai_monsters_spiders01.pk4 with checksum 4d62bc2c Found version 1.04 file: tdm_ai_steambots01.pk4 with checksum f5e50da3 Found version 1.04 file: tdm_base01.pk4 with checksum 98179d1a Found version 1.04 file: tdm_defs01.pk4 with checksum b8d31ef5 Found version 1.04 file: tdm_env01.pk4 with checksum ffbde3e0 Found version 1.04 file: tdm_fonts01.pk4 with checksum be06ce0a Found version 1.04 file: tdm_game01.pk4 with checksum f989bf02 Found version 1.04 file: tdm_game02.pk4 with checksum 800613a1 Found version 1.04 file: tdm_gui01.pk4 with checksum 48f421f6 Found version 1.04 file: tdm_gui_credits01.pk4 with checksum 4abff2b4 Found version 1.04 file: TDM_icon.ico with checksum d585a57f Found version 1.04 file: tdm_models01.pk4 with checksum 4b4a76f2 Found version 1.04 file: tdm_models02.pk4 with checksum 735d8e5e Found version 1.04 file: tdm_models_decls01.pk4 with checksum 22c3f645 Found version 1.04 file: tdm_player01.pk4 with checksum 55c59fca Found version 1.04 file: tdm_prefabs01.pk4 with checksum 9d1e87d1 Found version 1.04 file: tdm_sound_ambient01.pk4 with checksum 609b8d81 Found version 1.04 file: tdm_sound_ambient02.pk4 with checksum 85d7eeaa Found version 1.04 file: tdm_sound_ambient03.pk4 with checksum 30dc1088 Found version 1.04 file: tdm_sound_ambient_decls01.pk4 with checksum c7364fe1 Found version 1.04 file: tdm_sound_sfx01.pk4 with checksum 5604b073 Found version 1.04 file: tdm_sound_sfx02.pk4 with checksum c4a461f4 Found version 1.04 file: tdm_sound_vocals01.pk4 with checksum 8a09de13 Found version 1.04 file: tdm_sound_vocals02.pk4 with checksum 4661f5b1 Found version 1.04 file: tdm_sound_vocals03.pk4 with checksum ce16b44e Found version 1.04 file: tdm_sound_vocals04.pk4 with checksum a43772ed Found version 1.04 file: tdm_sound_vocals05.pk4 with checksum 5bf1af35 Found version 1.04 file: tdm_sound_vocals06.pk4 with checksum b471f3a9 Found version 1.04 file: tdm_sound_vocals07.pk4 with checksum 26c7661 Found version 1.04 file: tdm_sound_vocals_decls01.pk4 with checksum 900cf221 Found version 1.04 file: tdm_textures_base01.pk4 with checksum 1b6d1adb Found version 1.04 file: tdm_textures_carpet01.pk4 with checksum 960b1c86 Found version 1.04 file: tdm_textures_decals01.pk4 with checksum cd739b31 Found version 1.04 file: tdm_textures_door01.pk4 with checksum cc863092 Found version 1.04 file: tdm_textures_fabric01.pk4 with checksum 8981da3b Found version 1.04 file: tdm_textures_glass01.pk4 with checksum 93e91e0f Found version 1.04 file: tdm_textures_metal01.pk4 with checksum e7cc5575 Found version 1.04 file: tdm_textures_nature01.pk4 with checksum 834a75e3 Found version 1.04 file: tdm_textures_paint_paper01.pk4 with checksum f4aad01c Found version 1.04 file: tdm_textures_plaster01.pk4 with checksum aca60abb Found version 1.04 file: tdm_textures_roof01.pk4 with checksum b22ab412 Found version 1.04 file: tdm_textures_sfx01.pk4 with checksum cfaeced8 Found version 1.04 file: tdm_textures_stone_brick01.pk4 with checksum 4a0a662b Found version 1.04 file: tdm_textures_stone_cobblestones01.pk4 with checksum f9c7862f Found version 1.04 file: tdm_textures_stone_flat01.pk4 with checksum ee5d179d Found version 1.04 file: tdm_textures_stone_natural01.pk4 with checksum 434787ff Found version 1.04 file: tdm_textures_stone_sculpted01.pk4 with checksum 7fb72516 Found version 1.04 file: tdm_textures_window01.pk4 with checksum 996f1bb8 Found version 1.04 file: tdm_textures_wood01.pk4 with checksum eadc2b49 Found version 1.04 file: tdm_update.exe with checksum 720272dd Found version 1.04 file: tdm_update.linux with checksum 7778afa2 Found version 1.05 file: AUTHORS.txt with checksum 7578d9f6 Found version 1.05 file: config.spec with checksum 0 Found version 1.05 file: darkmod.ini with checksum 95930919 Found version 1.05 file: description.txt with checksum 6d6f02a1 Found version 1.05 file: dmargs.txt with checksum 2ca0ddbd Found version 1.05 file: DoomConfig.cfg with checksum 9e289228 Found version 1.05 file: fms/training_mission/training_mission.pk4 with checksum abe8ef0c Found version 1.05 file: LICENSE.txt with checksum 28424ad0 Found version 1.05 file: tdmlauncher.exe with checksum e681d460 Found version 1.05 file: tdmlauncher.linux with checksum 24bf6b2b Found version 1.05 file: tdm_ai_animals01.pk4 with checksum 5ada1fb3 Found version 1.05 file: tdm_ai_base01.pk4 with checksum 54a03bbe Found version 1.05 file: tdm_ai_humanoid_builders01.pk4 with checksum cdc3544f Found version 1.05 file: tdm_ai_humanoid_females01.pk4 with checksum 6babd963 Found version 1.05 file: tdm_ai_humanoid_guards01.pk4 with checksum fd1a3bcb Found version 1.05 file: tdm_ai_humanoid_heads01.pk4 with checksum 5c4fcf2f Found version 1.05 file: tdm_ai_humanoid_mages01.pk4 with checksum 8d303112 Found version 1.05 file: tdm_ai_humanoid_nobles01.pk4 with checksum 64a3506 Found version 1.05 file: tdm_ai_humanoid_pagans01.pk4 with checksum 54507971 Found version 1.05 file: tdm_ai_humanoid_townsfolk01.pk4 with checksum 338bc18c Found version 1.05 file: tdm_ai_humanoid_undead01.pk4 with checksum 5e8e70a5 Found version 1.05 file: tdm_ai_monsters_spiders01.pk4 with checksum 4a415d6f Found version 1.05 file: tdm_ai_steambots01.pk4 with checksum 78387ace Found version 1.05 file: tdm_base01.pk4 with checksum c1ff1a4f Found version 1.05 file: tdm_defs01.pk4 with checksum 267fe74b Found version 1.05 file: tdm_env01.pk4 with checksum ffbde3e0 Found version 1.05 file: tdm_fonts01.pk4 with checksum be06ce0a Found version 1.05 file: tdm_game01.pk4 with checksum 10c54a5f Found version 1.05 file: tdm_game02.pk4 with checksum f16bf187 Found version 1.05 file: tdm_gui01.pk4 with checksum 73d508a4 Found version 1.05 file: tdm_gui_credits01.pk4 with checksum 4abff2b4 Found version 1.05 file: TDM_icon.ico with checksum d585a57f Found version 1.05 file: tdm_models01.pk4 with checksum b3b7d0e4 Found version 1.05 file: tdm_models02.pk4 with checksum c034772d Found version 1.05 file: tdm_models_decls01.pk4 with checksum e86e915f Found version 1.05 file: tdm_player01.pk4 with checksum 55c59fca Found version 1.05 file: tdm_prefabs01.pk4 with checksum 4e3093e5 Found version 1.05 file: tdm_sound_ambient01.pk4 with checksum fe91f6bf Found version 1.05 file: tdm_sound_ambient02.pk4 with checksum 85d7eeaa Found version 1.05 file: tdm_sound_ambient03.pk4 with checksum 30dc1088 Found version 1.05 file: tdm_sound_ambient_decls01.pk4 with checksum 5c8bebe2 Found version 1.05 file: tdm_sound_sfx01.pk4 with checksum b0933120 Found version 1.05 file: tdm_sound_sfx02.pk4 with checksum c4a461f4 Found version 1.05 file: tdm_sound_vocals01.pk4 with checksum 8a09de13 Found version 1.05 file: tdm_sound_vocals02.pk4 with checksum 4661f5b1 Found version 1.05 file: tdm_sound_vocals03.pk4 with checksum ce16b44e Found version 1.05 file: tdm_sound_vocals04.pk4 with checksum a43772ed Found version 1.05 file: tdm_sound_vocals05.pk4 with checksum 5bf1af35 Found version 1.05 file: tdm_sound_vocals06.pk4 with checksum b471f3a9 Found version 1.05 file: tdm_sound_vocals07.pk4 with checksum 26c7661 Found version 1.05 file: tdm_sound_vocals_decls01.pk4 with checksum 65052c6 Found version 1.05 file: tdm_textures_base01.pk4 with checksum 323a3c2c Found version 1.05 file: tdm_textures_carpet01.pk4 with checksum 960b1c86 Found version 1.05 file: tdm_textures_decals01.pk4 with checksum cd739b31 Found version 1.05 file: tdm_textures_door01.pk4 with checksum cc863092 Found version 1.05 file: tdm_textures_fabric01.pk4 with checksum 8981da3b Found version 1.05 file: tdm_textures_glass01.pk4 with checksum 93e91e0f Found version 1.05 file: tdm_textures_metal01.pk4 with checksum 1d4cf9fc Found version 1.05 file: tdm_textures_nature01.pk4 with checksum ffc4ffff Found version 1.05 file: tdm_textures_paint_paper01.pk4 with checksum f4aad01c Found version 1.05 file: tdm_textures_plaster01.pk4 with checksum aca60abb Found version 1.05 file: tdm_textures_roof01.pk4 with checksum f64e7306 Found version 1.05 file: tdm_textures_sfx01.pk4 with checksum cfaeced8 Found version 1.05 file: tdm_textures_stone_brick01.pk4 with checksum 4a0a662b Found version 1.05 file: tdm_textures_stone_cobblestones01.pk4 with checksum f9c7862f Found version 1.05 file: tdm_textures_stone_flat01.pk4 with checksum 4be0ac4 Found version 1.05 file: tdm_textures_stone_natural01.pk4 with checksum 434787ff Found version 1.05 file: tdm_textures_stone_sculpted01.pk4 with checksum 7fb72516 Found version 1.05 file: tdm_textures_window01.pk4 with checksum 996f1bb8 Found version 1.05 file: tdm_textures_wood01.pk4 with checksum 9343ca71 Found version 1.05 file: tdm_update.exe with checksum 720272dd Found version 1.05 file: tdm_update.linux with checksum 7778afa2 Found version 1.06 file: AUTHORS.txt with checksum 7578d9f6 Found version 1.06 file: config.spec with checksum 0 Found version 1.06 file: darkmod.ico with checksum 255b25e5 Found version 1.06 file: darkmod.ini with checksum 5e81be26 Found version 1.06 file: description.txt with checksum 6d6f02a1 Found version 1.06 file: dmargs.txt with checksum 2ca0ddbd Found version 1.06 file: DoomConfig.cfg with checksum 84fcc69b Found version 1.06 file: fms/training_mission/training_mission.pk4 with checksum abe8ef0c Found version 1.06 file: LICENSE.txt with checksum 28424ad0 Found version 1.06 file: tdmlauncher.exe with checksum be0e2c0 Found version 1.06 file: tdmlauncher.linux with checksum 2e29f5b7 Found version 1.06 file: tdmlauncher.macosx with checksum fbd11381 Found version 1.06 file: tdm_ai_animals01.pk4 with checksum f02700d5 Found version 1.06 file: tdm_ai_base01.pk4 with checksum cecb950b Found version 1.06 file: tdm_ai_humanoid_builders01.pk4 with checksum 842299e0 Found version 1.06 file: tdm_ai_humanoid_females01.pk4 with checksum d16a2caa Found version 1.06 file: tdm_ai_humanoid_guards01.pk4 with checksum b24775bb Found version 1.06 file: tdm_ai_humanoid_heads01.pk4 with checksum 42dff253 Found version 1.06 file: tdm_ai_humanoid_mages01.pk4 with checksum 8d303112 Found version 1.06 file: tdm_ai_humanoid_nobles01.pk4 with checksum 648c8e1 Found version 1.06 file: tdm_ai_humanoid_pagans01.pk4 with checksum 54507971 Found version 1.06 file: tdm_ai_humanoid_townsfolk01.pk4 with checksum e20ce98c Found version 1.06 file: tdm_ai_humanoid_undead01.pk4 with checksum a4ce1a35 Found version 1.06 file: tdm_ai_monsters_spiders01.pk4 with checksum 4b697459 Found version 1.06 file: tdm_ai_steambots01.pk4 with checksum 78387ace Found version 1.06 file: tdm_base01.pk4 with checksum 386dfacb Found version 1.06 file: tdm_defs01.pk4 with checksum b5daa7c6 Found version 1.06 file: tdm_env01.pk4 with checksum ffbde3e0 Found version 1.06 file: tdm_fonts01.pk4 with checksum be06ce0a Found version 1.06 file: tdm_game01.pk4 with checksum 2dc0d1cb Found version 1.06 file: tdm_game02.pk4 with checksum 9f3a1d6e Found version 1.06 file: tdm_game03.pk4 with checksum 7cf92f8 Found version 1.06 file: tdm_gui01.pk4 with checksum fa8ded46 Found version 1.06 file: tdm_gui_credits01.pk4 with checksum 4abff2b4 Found version 1.06 file: TDM_icon.ico with checksum d585a57f Found version 1.06 file: tdm_models01.pk4 with checksum 95365a73 Found version 1.06 file: tdm_models02.pk4 with checksum 2f1d97b9 Found version 1.06 file: tdm_models_decls01.pk4 with checksum 36b91b3c Found version 1.06 file: tdm_player01.pk4 with checksum ca4b019a Found version 1.06 file: tdm_prefabs01.pk4 with checksum 4e3093e5 Found version 1.06 file: tdm_sound_ambient01.pk4 with checksum fe91f6bf Found version 1.06 file: tdm_sound_ambient02.pk4 with checksum 85d7eeaa Found version 1.06 file: tdm_sound_ambient03.pk4 with checksum 30dc1088 Found version 1.06 file: tdm_sound_ambient_decls01.pk4 with checksum 5c8bebe2 Found version 1.06 file: tdm_sound_sfx01.pk4 with checksum c81058a1 Found version 1.06 file: tdm_sound_sfx02.pk4 with checksum 906c9505 Found version 1.06 file: tdm_sound_vocals01.pk4 with checksum 8a09de13 Found version 1.06 file: tdm_sound_vocals02.pk4 with checksum 4661f5b1 Found version 1.06 file: tdm_sound_vocals03.pk4 with checksum ce16b44e Found version 1.06 file: tdm_sound_vocals04.pk4 with checksum 5b30438f Found version 1.06 file: tdm_sound_vocals05.pk4 with checksum 5bf1af35 Found version 1.06 file: tdm_sound_vocals06.pk4 with checksum 34a81ad6 Found version 1.06 file: tdm_sound_vocals07.pk4 with checksum 26c7661 Found version 1.06 file: tdm_sound_vocals_decls01.pk4 with checksum 9356767 Found version 1.06 file: tdm_textures_base01.pk4 with checksum 54f69771 Found version 1.06 file: tdm_textures_carpet01.pk4 with checksum 960b1c86 Found version 1.06 file: tdm_textures_decals01.pk4 with checksum e006487e Found version 1.06 file: tdm_textures_door01.pk4 with checksum cc863092 Found version 1.06 file: tdm_textures_fabric01.pk4 with checksum 8981da3b Found version 1.06 file: tdm_textures_glass01.pk4 with checksum 93e91e0f Found version 1.06 file: tdm_textures_metal01.pk4 with checksum 1d4cf9fc Found version 1.06 file: tdm_textures_nature01.pk4 with checksum f570e897 Found version 1.06 file: tdm_textures_paint_paper01.pk4 with checksum f4aad01c Found version 1.06 file: tdm_textures_plaster01.pk4 with checksum aca60abb Found version 1.06 file: tdm_textures_roof01.pk4 with checksum f64e7306 Found version 1.06 file: tdm_textures_sfx01.pk4 with checksum 46f2af51 Found version 1.06 file: tdm_textures_stone_brick01.pk4 with checksum 4a0a662b Found version 1.06 file: tdm_textures_stone_cobblestones01.pk4 with checksum f9c7862f Found version 1.06 file: tdm_textures_stone_flat01.pk4 with checksum 4be0ac4 Found version 1.06 file: tdm_textures_stone_natural01.pk4 with checksum 434787ff Found version 1.06 file: tdm_textures_stone_sculpted01.pk4 with checksum 17d2309c Found version 1.06 file: tdm_textures_window01.pk4 with checksum 996f1bb8 Found version 1.06 file: tdm_textures_wood01.pk4 with checksum fde741c0 Found version 1.06 file: tdm_update.exe with checksum 29e315f1 Found version 1.06 file: tdm_update.linux with checksum bd100666 Found version 1.06 file: tdm_update.macosx with checksum 869514a2 Found version 1.07 file: AUTHORS.txt with checksum 67a6ffa8 Found version 1.07 file: config.spec with checksum 0 Found version 1.07 file: darkmod.ico with checksum df20ac89 Found version 1.07 file: darkmod.ini with checksum 77b0af4e Found version 1.07 file: description.txt with checksum 6d6f02a1 Found version 1.07 file: dmargs.txt with checksum 2ca0ddbd Found version 1.07 file: DoomConfig.cfg with checksum f1bcc372 Found version 1.07 file: fms/training_mission/training_mission.pk4 with checksum abe8ef0c Found version 1.07 file: LICENSE.txt with checksum 28424ad0 Found version 1.07 file: tdmlauncher.exe with checksum 7dbdce09 Found version 1.07 file: tdmlauncher.linux with checksum f1191af7 Found version 1.07 file: tdmlauncher.macosx with checksum fbd11381 Found version 1.07 file: tdm_ai_animals01.pk4 with checksum a7693d8e Found version 1.07 file: tdm_ai_base01.pk4 with checksum 7a41bc06 Found version 1.07 file: tdm_ai_humanoid_builders01.pk4 with checksum 28ee8237 Found version 1.07 file: tdm_ai_humanoid_females01.pk4 with checksum 407a43da Found version 1.07 file: tdm_ai_humanoid_guards01.pk4 with checksum 5fb24d1b Found version 1.07 file: tdm_ai_humanoid_heads01.pk4 with checksum e005621c Found version 1.07 file: tdm_ai_humanoid_mages01.pk4 with checksum 7e50b39c Found version 1.07 file: tdm_ai_humanoid_nobles01.pk4 with checksum a4dc0de2 Found version 1.07 file: tdm_ai_humanoid_pagans01.pk4 with checksum 235208fa Found version 1.07 file: tdm_ai_humanoid_townsfolk01.pk4 with checksum 9ba2aa2a Found version 1.07 file: tdm_ai_humanoid_undead01.pk4 with checksum 8cacc7f3 Found version 1.07 file: tdm_ai_monsters_spiders01.pk4 with checksum a3e59a68 Found version 1.07 file: tdm_ai_steambots01.pk4 with checksum 78387ace Found version 1.07 file: tdm_base01.pk4 with checksum de4e940c Found version 1.07 file: tdm_defs01.pk4 with checksum ba3cd5f6 Found version 1.07 file: tdm_env01.pk4 with checksum ffbde3e0 Found version 1.07 file: tdm_fonts01.pk4 with checksum 3e4c5a7a Found version 1.07 file: tdm_game01.pk4 with checksum aee174d2 Found version 1.07 file: tdm_game02.pk4 with checksum aeb3fb79 Found version 1.07 file: tdm_game03.pk4 with checksum 2c24a49a Found version 1.07 file: tdm_gui01.pk4 with checksum e1a2205c Found version 1.07 file: tdm_gui_credits01.pk4 with checksum 4abff2b4 Found version 1.07 file: TDM_icon.ico with checksum d585a57f Found version 1.07 file: tdm_models01.pk4 with checksum 84fd317c Found version 1.07 file: tdm_models02.pk4 with checksum 1cdd0d73 Found version 1.07 file: tdm_models_decls01.pk4 with checksum cbfa94b7 Found version 1.07 file: tdm_player01.pk4 with checksum ca4b019a Found version 1.07 file: tdm_prefabs01.pk4 with checksum 3e23c047 Found version 1.07 file: tdm_sound_ambient01.pk4 with checksum fe91f6bf Found version 1.07 file: tdm_sound_ambient02.pk4 with checksum 85d7eeaa Found version 1.07 file: tdm_sound_ambient03.pk4 with checksum 30dc1088 Found version 1.07 file: tdm_sound_ambient_decls01.pk4 with checksum 1ac994a6 Found version 1.07 file: tdm_sound_sfx01.pk4 with checksum 1da20a93 Found version 1.07 file: tdm_sound_sfx02.pk4 with checksum faf2ee8c Found version 1.07 file: tdm_sound_vocals01.pk4 with checksum 8a09de13 Found version 1.07 file: tdm_sound_vocals02.pk4 with checksum 233f3d83 Found version 1.07 file: tdm_sound_vocals03.pk4 with checksum ce16b44e Found version 1.07 file: tdm_sound_vocals04.pk4 with checksum 7cb64590 Found version 1.07 file: tdm_sound_vocals05.pk4 with checksum 5bf1af35 Found version 1.07 file: tdm_sound_vocals06.pk4 with checksum 34a81ad6 Found version 1.07 file: tdm_sound_vocals07.pk4 with checksum 26c7661 Found version 1.07 file: tdm_sound_vocals_decls01.pk4 with checksum 50160e2e Found version 1.07 file: tdm_textures_base01.pk4 with checksum a83d9dec Found version 1.07 file: tdm_textures_carpet01.pk4 with checksum c0cb0609 Found version 1.07 file: tdm_textures_decals01.pk4 with checksum c290cdd8 Found version 1.07 file: tdm_textures_door01.pk4 with checksum 259ff40b Found version 1.07 file: tdm_textures_fabric01.pk4 with checksum c4890c52 Found version 1.07 file: tdm_textures_glass01.pk4 with checksum b02208f8 Found version 1.07 file: tdm_textures_metal01.pk4 with checksum 65c85eb1 Found version 1.07 file: tdm_textures_nature01.pk4 with checksum 49385b6e Found version 1.07 file: tdm_textures_paint_paper01.pk4 with checksum 591e0013 Found version 1.07 file: tdm_textures_plaster01.pk4 with checksum 1028fb33 Found version 1.07 file: tdm_textures_roof01.pk4 with checksum 10424029 Found version 1.07 file: tdm_textures_sfx01.pk4 with checksum 46f2af51 Found version 1.07 file: tdm_textures_stone_brick01.pk4 with checksum 8afa21f8 Found version 1.07 file: tdm_textures_stone_cobblestones01.pk4 with checksum ffc0200b Found version 1.07 file: tdm_textures_stone_flat01.pk4 with checksum cb4d2ff9 Found version 1.07 file: tdm_textures_stone_natural01.pk4 with checksum 434787ff Found version 1.07 file: tdm_textures_stone_sculpted01.pk4 with checksum 93055612 Found version 1.07 file: tdm_textures_window01.pk4 with checksum 4129ff30 Found version 1.07 file: tdm_textures_wood01.pk4 with checksum becd82d7 Found version 1.07 file: tdm_update.exe with checksum 75f419c8 Found version 1.07 file: tdm_update.linux with checksum 35534dee Found version 1.07 file: tdm_update.macosx with checksum dea67414 Found version 1.08 file: AUTHORS.txt with checksum d790b8a8 Found version 1.08 file: config.spec with checksum 0 Found version 1.08 file: darkmod.ico with checksum df20ac89 Found version 1.08 file: darkmod.ini with checksum 4d89e73c Found version 1.08 file: description.txt with checksum 6d6f02a1 Found version 1.08 file: fms/saintlucia/saintlucia.pk4 with checksum 61e4c85b Found version 1.08 file: fms/training_mission/training_mission.pk4 with checksum 2d3e82be Found version 1.08 file: LICENSE.txt with checksum 28424ad0 Found version 1.08 file: tdm_ai_animals01.pk4 with checksum 949b5517 Found version 1.08 file: tdm_ai_base01.pk4 with checksum 407c65ef Found version 1.08 file: tdm_ai_humanoid_builders01.pk4 with checksum dc99e73e Found version 1.08 file: tdm_ai_humanoid_females01.pk4 with checksum 46d433c1 Found version 1.08 file: tdm_ai_humanoid_guards01.pk4 with checksum 64c81dc6 Found version 1.08 file: tdm_ai_humanoid_heads01.pk4 with checksum 8d909f2e Found version 1.08 file: tdm_ai_humanoid_mages01.pk4 with checksum 55f336c2 Found version 1.08 file: tdm_ai_humanoid_nobles01.pk4 with checksum f6afda29 Found version 1.08 file: tdm_ai_humanoid_pagans01.pk4 with checksum 9022f9c1 Found version 1.08 file: tdm_ai_humanoid_townsfolk01.pk4 with checksum 6635f73f Found version 1.08 file: tdm_ai_humanoid_undead01.pk4 with checksum d07ba779 Found version 1.08 file: tdm_ai_monsters_spiders01.pk4 with checksum 3c4be22 Found version 1.08 file: tdm_ai_steambots01.pk4 with checksum 6b9af04b Found version 1.08 file: tdm_base01.pk4 with checksum acc6a71a Found version 1.08 file: tdm_defs01.pk4 with checksum c39dea6e Found version 1.08 file: tdm_env01.pk4 with checksum ffbde3e0 Found version 1.08 file: tdm_fonts01.pk4 with checksum e4eeb710 Found version 1.08 file: tdm_game01.pk4 with checksum d1d41481 Found version 1.08 file: tdm_game02.pk4 with checksum ec74649b Found version 1.08 file: tdm_gui01.pk4 with checksum 3e51f37c Found version 1.08 file: tdm_gui_credits01.pk4 with checksum 9e24ad4 Found version 1.08 file: TDM_icon.ico with checksum d585a57f Found version 1.08 file: tdm_models01.pk4 with checksum e66f6f94 Found version 1.08 file: tdm_models02.pk4 with checksum 527ee219 Found version 1.08 file: tdm_models_decls01.pk4 with checksum 17ab501a Found version 1.08 file: tdm_player01.pk4 with checksum ca4b019a Found version 1.08 file: tdm_prefabs01.pk4 with checksum 7abe4da9 Found version 1.08 file: tdm_sound_ambient01.pk4 with checksum 9f4edd64 Found version 1.08 file: tdm_sound_ambient02.pk4 with checksum 85d7eeaa Found version 1.08 file: tdm_sound_ambient03.pk4 with checksum 30dc1088 Found version 1.08 file: tdm_sound_ambient_decls01.pk4 with checksum 3de33bf4 Found version 1.08 file: tdm_sound_sfx01.pk4 with checksum db95d1c2 Found version 1.08 file: tdm_sound_sfx02.pk4 with checksum 5bcd1394 Found version 1.08 file: tdm_sound_vocals01.pk4 with checksum 9b387711 Found version 1.08 file: tdm_sound_vocals02.pk4 with checksum 73f3b0f7 Found version 1.08 file: tdm_sound_vocals03.pk4 with checksum f2786ac4 Found version 1.08 file: tdm_sound_vocals04.pk4 with checksum 9e97b670 Found version 1.08 file: tdm_sound_vocals05.pk4 with checksum 5e7f341d Found version 1.08 file: tdm_sound_vocals06.pk4 with checksum 98431bbe Found version 1.08 file: tdm_sound_vocals07.pk4 with checksum 6f1be9ea Found version 1.08 file: tdm_sound_vocals_decls01.pk4 with checksum 371c9abd Found version 1.08 file: tdm_textures_base01.pk4 with checksum 6ac8c2a2 Found version 1.08 file: tdm_textures_carpet01.pk4 with checksum c0cb0609 Found version 1.08 file: tdm_textures_decals01.pk4 with checksum 5d94e35a Found version 1.08 file: tdm_textures_door01.pk4 with checksum df497700 Found version 1.08 file: tdm_textures_fabric01.pk4 with checksum c4890c52 Found version 1.08 file: tdm_textures_glass01.pk4 with checksum 780f3929 Found version 1.08 file: tdm_textures_metal01.pk4 with checksum 65c85eb1 Found version 1.08 file: tdm_textures_nature01.pk4 with checksum 48ad2d6f Found version 1.08 file: tdm_textures_paint_paper01.pk4 with checksum 591e0013 Found version 1.08 file: tdm_textures_plaster01.pk4 with checksum 1028fb33 Found version 1.08 file: tdm_textures_roof01.pk4 with checksum 10424029 Found version 1.08 file: tdm_textures_sfx01.pk4 with checksum b5dc38e4 Found version 1.08 file: tdm_textures_stone_brick01.pk4 with checksum c721658 Found version 1.08 file: tdm_textures_stone_cobblestones01.pk4 with checksum ffc0200b Found version 1.08 file: tdm_textures_stone_flat01.pk4 with checksum f42fdb21 Found version 1.08 file: tdm_textures_stone_natural01.pk4 with checksum 434787ff Found version 1.08 file: tdm_textures_stone_sculpted01.pk4 with checksum 93055612 Found version 1.08 file: tdm_textures_window01.pk4 with checksum 1dd007f6 Found version 1.08 file: tdm_textures_wood01.pk4 with checksum becd82d7 Found version 1.08 file: tdm_update.exe with checksum 8b4bc035 Found version 1.08 file: tdm_update.linux with checksum 1bc3abd Found version 1.08 file: TheDarkMod.exe with checksum 6abbd03e Found version 1.08 file: thedarkmod.x86 with checksum 9b323892 Found version 2.00 file: AUTHORS.txt with checksum cc78ac3b Found version 2.00 file: config.spec with checksum 0 Found version 2.00 file: darkmod.ico with checksum df20ac89 Found version 2.00 file: darkmod.ini with checksum 4d89e73c Found version 2.00 file: description.txt with checksum 6d6f02a1 Found version 2.00 file: fms/saintlucia/saintlucia.pk4 with checksum 54f90a2d Found version 2.00 file: fms/training_mission/training_mission.pk4 with checksum 2d3e82be Found version 2.00 file: LICENSE.txt with checksum 28424ad0 Found version 2.00 file: tdm_ai_animals01.pk4 with checksum 3a641439 Found version 2.00 file: tdm_ai_base01.pk4 with checksum 916f5aa2 Found version 2.00 file: tdm_ai_humanoid_builders01.pk4 with checksum 56088e6b Found version 2.00 file: tdm_ai_humanoid_females01.pk4 with checksum 2fbafb89 Found version 2.00 file: tdm_ai_humanoid_guards01.pk4 with checksum 671c13c7 Found version 2.00 file: tdm_ai_humanoid_heads01.pk4 with checksum 3634c76 Found version 2.00 file: tdm_ai_humanoid_mages01.pk4 with checksum aa28bcb7 Found version 2.00 file: tdm_ai_humanoid_nobles01.pk4 with checksum 1d6d73f4 Found version 2.00 file: tdm_ai_humanoid_pagans01.pk4 with checksum abcd31df Found version 2.00 file: tdm_ai_humanoid_townsfolk01.pk4 with checksum e59a296 Found version 2.00 file: tdm_ai_humanoid_undead01.pk4 with checksum 6bfa2130 Found version 2.00 file: tdm_ai_monsters_spiders01.pk4 with checksum a9bde702 Found version 2.00 file: tdm_ai_steambots01.pk4 with checksum cfb3734a Found version 2.00 file: tdm_base01.pk4 with checksum 99617600 Found version 2.00 file: tdm_defs01.pk4 with checksum 3e564208 Found version 2.00 file: tdm_env01.pk4 with checksum bbe00d4f Found version 2.00 file: tdm_fonts01.pk4 with checksum e4eeb710 Found version 2.00 file: tdm_game01.pk4 with checksum b7df87fd Found version 2.00 file: tdm_game02.pk4 with checksum 3f23b84e Found version 2.00 file: tdm_gui01.pk4 with checksum 5f33cf8b Found version 2.00 file: tdm_gui_credits01.pk4 with checksum b429a9b8 Found version 2.00 file: TDM_icon.ico with checksum d585a57f Found version 2.00 file: tdm_models01.pk4 with checksum b45a65bf Found version 2.00 file: tdm_models02.pk4 with checksum f82662db Found version 2.00 file: tdm_models_decls01.pk4 with checksum 26c4621f Found version 2.00 file: tdm_player01.pk4 with checksum ca4b019a Found version 2.00 file: tdm_prefabs01.pk4 with checksum cc0329f1 Found version 2.00 file: tdm_sound_ambient01.pk4 with checksum a69057f2 Found version 2.00 file: tdm_sound_ambient02.pk4 with checksum be88bd48 Found version 2.00 file: tdm_sound_ambient03.pk4 with checksum 30dc1088 Found version 2.00 file: tdm_sound_ambient_decls01.pk4 with checksum aaeff1d1 Found version 2.00 file: tdm_sound_sfx01.pk4 with checksum ba8efed7 Found version 2.00 file: tdm_sound_sfx02.pk4 with checksum 6c53eb4a Found version 2.00 file: tdm_sound_vocals01.pk4 with checksum 8a923946 Found version 2.00 file: tdm_sound_vocals02.pk4 with checksum 251beb5d Found version 2.00 file: tdm_sound_vocals03.pk4 with checksum 6e81c83b Found version 2.00 file: tdm_sound_vocals04.pk4 with checksum fac74cd1 Found version 2.00 file: tdm_sound_vocals05.pk4 with checksum f324da5a Found version 2.00 file: tdm_sound_vocals06.pk4 with checksum 997f1feb Found version 2.00 file: tdm_sound_vocals07.pk4 with checksum b5bf6846 Found version 2.00 file: tdm_sound_vocals_decls01.pk4 with checksum c88cdb98 Found version 2.00 file: tdm_standalone.pk4 with checksum ec957c4b Found version 2.00 file: tdm_textures_base01.pk4 with checksum bbd78712 Found version 2.00 file: tdm_textures_carpet01.pk4 with checksum c0cb0609 Found version 2.00 file: tdm_textures_decals01.pk4 with checksum 9c505fa2 Found version 2.00 file: tdm_textures_door01.pk4 with checksum 70a4488 Found version 2.00 file: tdm_textures_fabric01.pk4 with checksum c4890c52 Found version 2.00 file: tdm_textures_glass01.pk4 with checksum ca94146f Found version 2.00 file: tdm_textures_metal01.pk4 with checksum 9c102ddd Found version 2.00 file: tdm_textures_nature01.pk4 with checksum 26424bdf Found version 2.00 file: tdm_textures_paint_paper01.pk4 with checksum 2f4ff5d0 Found version 2.00 file: tdm_textures_plaster01.pk4 with checksum 9b98e225 Found version 2.00 file: tdm_textures_roof01.pk4 with checksum 10424029 Found version 2.00 file: tdm_textures_sfx01.pk4 with checksum 6a3ffdb Found version 2.00 file: tdm_textures_stone_brick01.pk4 with checksum 53f8e27c Found version 2.00 file: tdm_textures_stone_cobblestones01.pk4 with checksum 54a0e505 Found version 2.00 file: tdm_textures_stone_flat01.pk4 with checksum 3e36adca Found version 2.00 file: tdm_textures_stone_natural01.pk4 with checksum bfda5d66 Found version 2.00 file: tdm_textures_stone_sculpted01.pk4 with checksum 9caea43f Found version 2.00 file: tdm_textures_window01.pk4 with checksum 1dd007f6 Found version 2.00 file: tdm_textures_wood01.pk4 with checksum 947533d5 Found version 2.00 file: tdm_update.exe with checksum 77b73d68 Found version 2.00 file: tdm_update.linux with checksum e046ffce Found version 2.00 file: TheDarkMod.exe with checksum 6086040f Found version 2.00 file: thedarkmod.x86 with checksum 68dce76e Found version 2.01 file: AUTHORS.txt with checksum f5e21b88 Found version 2.01 file: cacert.pem with checksum 3ca7b1e Found version 2.01 file: config.spec with checksum 0 Found version 2.01 file: darkmod.ico with checksum df20ac89 Found version 2.01 file: darkmod.ini with checksum 4d89e73c Found version 2.01 file: description.txt with checksum 6d6f02a1 Found version 2.01 file: fms/saintlucia/saintlucia.pk4 with checksum 54f90a2d Found version 2.01 file: fms/training_mission/training_mission.pk4 with checksum 2d3e82be Found version 2.01 file: LICENSE.txt with checksum 338711ff Found version 2.01 file: tdm_ai_animals01.pk4 with checksum 3a641439 Found version 2.01 file: tdm_ai_base01.pk4 with checksum 90d5ec6f Found version 2.01 file: tdm_ai_humanoid_builders01.pk4 with checksum 56088e6b Found version 2.01 file: tdm_ai_humanoid_females01.pk4 with checksum d8694b1f Found version 2.01 file: tdm_ai_humanoid_guards01.pk4 with checksum 7381447e Found version 2.01 file: tdm_ai_humanoid_heads01.pk4 with checksum 232d0d99 Found version 2.01 file: tdm_ai_humanoid_mages01.pk4 with checksum aa28bcb7 Found version 2.01 file: tdm_ai_humanoid_nobles01.pk4 with checksum 3da285b0 Found version 2.01 file: tdm_ai_humanoid_pagans01.pk4 with checksum 64cc2a2d Found version 2.01 file: tdm_ai_humanoid_townsfolk01.pk4 with checksum aaa6efbf Found version 2.01 file: tdm_ai_humanoid_undead01.pk4 with checksum c041843e Found version 2.01 file: tdm_ai_monsters_spiders01.pk4 with checksum a9bde702 Found version 2.01 file: tdm_ai_steambots01.pk4 with checksum cfb3734a Found version 2.01 file: tdm_base01.pk4 with checksum 30582ffb Found version 2.01 file: tdm_defs01.pk4 with checksum e0fbc443 Found version 2.01 file: tdm_env01.pk4 with checksum bbe00d4f Found version 2.01 file: tdm_fonts01.pk4 with checksum e4eeb710 Found version 2.01 file: tdm_game01.pk4 with checksum 59125be5 Found version 2.01 file: tdm_game02.pk4 with checksum 10627c57 Found version 2.01 file: tdm_gui01.pk4 with checksum f23ae2ee Found version 2.01 file: tdm_gui_credits01.pk4 with checksum b429a9b8 Found version 2.01 file: TDM_icon.ico with checksum d585a57f Found version 2.01 file: tdm_models01.pk4 with checksum 58380a5b Found version 2.01 file: tdm_models02.pk4 with checksum 2a9c9f74 Found version 2.01 file: tdm_models_decls01.pk4 with checksum b2fb617 Found version 2.01 file: tdm_player01.pk4 with checksum 7f3c04c Found version 2.01 file: tdm_prefabs01.pk4 with checksum 38d5bcc3 Found version 2.01 file: tdm_sound_ambient01.pk4 with checksum a69057f2 Found version 2.01 file: tdm_sound_ambient02.pk4 with checksum be88bd48 Found version 2.01 file: tdm_sound_ambient03.pk4 with checksum 30dc1088 Found version 2.01 file: tdm_sound_ambient_decls01.pk4 with checksum aaeff1d1 Found version 2.01 file: tdm_sound_sfx01.pk4 with checksum 28e41e87 Found version 2.01 file: tdm_sound_sfx02.pk4 with checksum 6c53eb4a Found version 2.01 file: tdm_sound_vocals01.pk4 with checksum 5e4ce1b9 Found version 2.01 file: tdm_sound_vocals02.pk4 with checksum 251beb5d Found version 2.01 file: tdm_sound_vocals03.pk4 with checksum 6e81c83b Found version 2.01 file: tdm_sound_vocals04.pk4 with checksum 6ded14ab Found version 2.01 file: tdm_sound_vocals05.pk4 with checksum f324da5a Found version 2.01 file: tdm_sound_vocals06.pk4 with checksum 997f1feb Found version 2.01 file: tdm_sound_vocals07.pk4 with checksum b5bf6846 Found version 2.01 file: tdm_sound_vocals_decls01.pk4 with checksum 5966d8c4 Found version 2.01 file: tdm_standalone.pk4 with checksum ec957c4b Found version 2.01 file: tdm_textures_base01.pk4 with checksum e54a237a Found version 2.01 file: tdm_textures_carpet01.pk4 with checksum c0cb0609 Found version 2.01 file: tdm_textures_decals01.pk4 with checksum 9c505fa2 Found version 2.01 file: tdm_textures_door01.pk4 with checksum 70a4488 Found version 2.01 file: tdm_textures_fabric01.pk4 with checksum c4890c52 Found version 2.01 file: tdm_textures_glass01.pk4 with checksum ca94146f Found version 2.01 file: tdm_textures_metal01.pk4 with checksum 9c102ddd Found version 2.01 file: tdm_textures_nature01.pk4 with checksum 26424bdf Found version 2.01 file: tdm_textures_paint_paper01.pk4 with checksum 2f4ff5d0 Found version 2.01 file: tdm_textures_plaster01.pk4 with checksum 9b98e225 Found version 2.01 file: tdm_textures_roof01.pk4 with checksum 10424029 Found version 2.01 file: tdm_textures_sfx01.pk4 with checksum 6a3ffdb Found version 2.01 file: tdm_textures_stone_brick01.pk4 with checksum 53f8e27c Found version 2.01 file: tdm_textures_stone_cobblestones01.pk4 with checksum 54a0e505 Found version 2.01 file: tdm_textures_stone_flat01.pk4 with checksum 3e36adca Found version 2.01 file: tdm_textures_stone_natural01.pk4 with checksum bfda5d66 Found version 2.01 file: tdm_textures_stone_sculpted01.pk4 with checksum 9caea43f Found version 2.01 file: tdm_textures_window01.pk4 with checksum 1dd007f6 Found version 2.01 file: tdm_textures_wood01.pk4 with checksum 947533d5 Found version 2.01 file: tdm_update.exe with checksum dd257c47 Found version 2.01 file: tdm_update.linux with checksum 6d761d33 Found version 2.01 file: TheDarkMod.exe with checksum cc1b1be8 Found version 2.01 file: thedarkmod.x86 with checksum 80dbaf44 Found version 2.02 file: AUTHORS.txt with checksum adbde4dc Found version 2.02 file: ca-bundle.crt with checksum 18b39eb5 Found version 2.02 file: config.spec with checksum 0 Found version 2.02 file: darkmod.ico with checksum df20ac89 Found version 2.02 file: darkmod.ini with checksum e241fab6 Found version 2.02 file: description.txt with checksum cc5377e9 Found version 2.02 file: fms/saintlucia/saintlucia.pk4 with checksum 91b1de56 Found version 2.02 file: fms/training_mission/training_mission.pk4 with checksum 2d3e82be Found version 2.02 file: LICENSE.txt with checksum e6d658a5 Found version 2.02 file: tdm_ai_animals01.pk4 with checksum c19cfdc6 Found version 2.02 file: tdm_ai_base01.pk4 with checksum fed7f07f Found version 2.02 file: tdm_ai_humanoid_builders01.pk4 with checksum 61f55999 Found version 2.02 file: tdm_ai_humanoid_females01.pk4 with checksum b3441f67 Found version 2.02 file: tdm_ai_humanoid_guards01.pk4 with checksum b7c3eadd Found version 2.02 file: tdm_ai_humanoid_heads01.pk4 with checksum 3b35255 Found version 2.02 file: tdm_ai_humanoid_mages01.pk4 with checksum b37ec076 Found version 2.02 file: tdm_ai_humanoid_nobles01.pk4 with checksum bb6d2d3d Found version 2.02 file: tdm_ai_humanoid_pagans01.pk4 with checksum 64cc2a2d Found version 2.02 file: tdm_ai_humanoid_townsfolk01.pk4 with checksum 1602c674 Found version 2.02 file: tdm_ai_humanoid_undead01.pk4 with checksum 5750ca1 Found version 2.02 file: tdm_ai_monsters_spiders01.pk4 with checksum 73c42b50 Found version 2.02 file: tdm_ai_steambots01.pk4 with checksum cfb3734a Found version 2.02 file: tdm_base01.pk4 with checksum d2937df1 Found version 2.02 file: tdm_defs01.pk4 with checksum 9d7612f3 Found version 2.02 file: tdm_env01.pk4 with checksum bbe00d4f Found version 2.02 file: tdm_fonts01.pk4 with checksum e4eeb710 Found version 2.02 file: tdm_game01.pk4 with checksum 16aa5816 Found version 2.02 file: tdm_game02.pk4 with checksum 4e89ac41 Found version 2.02 file: tdm_gui01.pk4 with checksum 2e33da45 Found version 2.02 file: tdm_gui_credits01.pk4 with checksum b429a9b8 Found version 2.02 file: TDM_icon.ico with checksum d585a57f Found version 2.02 file: tdm_models01.pk4 with checksum ba87df2c Found version 2.02 file: tdm_models02.pk4 with checksum 23ae65c4 Found version 2.02 file: tdm_models_decls01.pk4 with checksum 491e8a3f Found version 2.02 file: tdm_player01.pk4 with checksum a6ef72e9 Found version 2.02 file: tdm_prefabs01.pk4 with checksum a773492e Found version 2.02 file: tdm_sound_ambient01.pk4 with checksum dbfdc701 Found version 2.02 file: tdm_sound_ambient02.pk4 with checksum 335d1ed8 Found version 2.02 file: tdm_sound_ambient03.pk4 with checksum 30dc1088 Found version 2.02 file: tdm_sound_ambient_decls01.pk4 with checksum c1b42c2b Found version 2.02 file: tdm_sound_sfx01.pk4 with checksum 7803a50 Found version 2.02 file: tdm_sound_sfx02.pk4 with checksum 6c53eb4a Found version 2.02 file: tdm_sound_vocals01.pk4 with checksum 5e4ce1b9 Found version 2.02 file: tdm_sound_vocals02.pk4 with checksum 251beb5d Found version 2.02 file: tdm_sound_vocals03.pk4 with checksum 6e81c83b Found version 2.02 file: tdm_sound_vocals04.pk4 with checksum a82429b1 Found version 2.02 file: tdm_sound_vocals05.pk4 with checksum f324da5a Found version 2.02 file: tdm_sound_vocals06.pk4 with checksum 997f1feb Found version 2.02 file: tdm_sound_vocals07.pk4 with checksum b5bf6846 Found version 2.02 file: tdm_sound_vocals_decls01.pk4 with checksum 36ed3bbe Found version 2.02 file: tdm_standalone.pk4 with checksum ec957c4b Found version 2.02 file: tdm_textures_base01.pk4 with checksum 48d5d8a9 Found version 2.02 file: tdm_textures_carpet01.pk4 with checksum c0cb0609 Found version 2.02 file: tdm_textures_decals01.pk4 with checksum e5eea07a Found version 2.02 file: tdm_textures_door01.pk4 with checksum d9fa424 Found version 2.02 file: tdm_textures_fabric01.pk4 with checksum 94b05c9f Found version 2.02 file: tdm_textures_glass01.pk4 with checksum ca94146f Found version 2.02 file: tdm_textures_metal01.pk4 with checksum 9c102ddd Found version 2.02 file: tdm_textures_nature01.pk4 with checksum 845c217f Found version 2.02 file: tdm_textures_paint_paper01.pk4 with checksum 2f4ff5d0 Found version 2.02 file: tdm_textures_plaster01.pk4 with checksum 9b98e225 Found version 2.02 file: tdm_textures_roof01.pk4 with checksum 10424029 Found version 2.02 file: tdm_textures_sfx01.pk4 with checksum f4fcba2d Found version 2.02 file: tdm_textures_stone_brick01.pk4 with checksum ac3b2fa7 Found version 2.02 file: tdm_textures_stone_cobblestones01.pk4 with checksum 56fd2954 Found version 2.02 file: tdm_textures_stone_flat01.pk4 with checksum 3e36adca Found version 2.02 file: tdm_textures_stone_natural01.pk4 with checksum 3f6c43cf Found version 2.02 file: tdm_textures_stone_sculpted01.pk4 with checksum c9091920 Found version 2.02 file: tdm_textures_window01.pk4 with checksum 14c09110 Found version 2.02 file: tdm_textures_wood01.pk4 with checksum 947533d5 Found version 2.02 file: tdm_update.exe with checksum 794db411 Found version 2.02 file: tdm_update.linux with checksum acee007b Found version 2.02 file: TheDarkMod.exe with checksum 55c8f0ca Found version 2.02 file: thedarkmod.x86 with checksum 3dbd279e Found version 2.03 file: AUTHORS.txt with checksum 61bbfb9a Found version 2.03 file: ca-bundle.crt with checksum 18b39eb5 Found version 2.03 file: config.spec with checksum 0 Found version 2.03 file: darkmod.ico with checksum df20ac89 Found version 2.03 file: darkmod.ini with checksum e241fab6 Found version 2.03 file: description.txt with checksum cc5377e9 Found version 2.03 file: fms/saintlucia/saintlucia.pk4 with checksum 36271522 Found version 2.03 file: fms/training_mission/training_mission.pk4 with checksum dd89be79 Found version 2.03 file: LICENSE.txt with checksum e6d658a5 Found version 2.03 file: tdm_ai_animals01.pk4 with checksum f18142e3 Found version 2.03 file: tdm_ai_base01.pk4 with checksum 97b884d Found version 2.03 file: tdm_ai_humanoid_builders01.pk4 with checksum 2ce63ee9 Found version 2.03 file: tdm_ai_humanoid_females01.pk4 with checksum 65eda60e Found version 2.03 file: tdm_ai_humanoid_guards01.pk4 with checksum 67370f81 Found version 2.03 file: tdm_ai_humanoid_heads01.pk4 with checksum 94ed08b0 Found version 2.03 file: tdm_ai_humanoid_mages01.pk4 with checksum 9bd8e5d Found version 2.03 file: tdm_ai_humanoid_nobles01.pk4 with checksum cb9b198c Found version 2.03 file: tdm_ai_humanoid_pagans01.pk4 with checksum 64cc2a2d Found version 2.03 file: tdm_ai_humanoid_townsfolk01.pk4 with checksum dfc72ae6 Found version 2.03 file: tdm_ai_humanoid_undead01.pk4 with checksum 5eef67ad Found version 2.03 file: tdm_ai_monsters_spiders01.pk4 with checksum 3e1ae10a Found version 2.03 file: tdm_ai_steambots01.pk4 with checksum ab02750c Found version 2.03 file: tdm_base01.pk4 with checksum a441a2e9 Found version 2.03 file: tdm_defs01.pk4 with checksum 5eadb0d4 Found version 2.03 file: tdm_env01.pk4 with checksum bbe00d4f Found version 2.03 file: tdm_fonts01.pk4 with checksum e4eeb710 Found version 2.03 file: tdm_game01.pk4 with checksum 16bac8ed Found version 2.03 file: tdm_game02.pk4 with checksum 6c455e0d Found version 2.03 file: tdm_gui01.pk4 with checksum 6038f1d8 Found version 2.03 file: tdm_gui_credits01.pk4 with checksum 225ebf5e Found version 2.03 file: TDM_icon.ico with checksum d585a57f Found version 2.03 file: tdm_models01.pk4 with checksum e2a6cb6d Found version 2.03 file: tdm_models02.pk4 with checksum e5c83875 Found version 2.03 file: tdm_models_decls01.pk4 with checksum 621c36fc Found version 2.03 file: tdm_player01.pk4 with checksum 4612ba2e Found version 2.03 file: tdm_prefabs01.pk4 with checksum 408582e0 Found version 2.03 file: tdm_sound_ambient01.pk4 with checksum a1921c10 Found version 2.03 file: tdm_sound_ambient02.pk4 with checksum 4a36d7c7 Found version 2.03 file: tdm_sound_ambient03.pk4 with checksum 30dc1088 Found version 2.03 file: tdm_sound_ambient_decls01.pk4 with checksum 1a513ec0 Found version 2.03 file: tdm_sound_sfx01.pk4 with checksum c4c88b8b Found version 2.03 file: tdm_sound_sfx02.pk4 with checksum 6c53eb4a Found version 2.03 file: tdm_sound_vocals01.pk4 with checksum 5e4ce1b9 Found version 2.03 file: tdm_sound_vocals02.pk4 with checksum 134134ea Found version 2.03 file: tdm_sound_vocals03.pk4 with checksum d9fed762 Found version 2.03 file: tdm_sound_vocals04.pk4 with checksum d234c516 Found version 2.03 file: tdm_sound_vocals05.pk4 with checksum f324da5a Found version 2.03 file: tdm_sound_vocals06.pk4 with checksum d507bcc7 Found version 2.03 file: tdm_sound_vocals07.pk4 with checksum 74fde4ad Found version 2.03 file: tdm_sound_vocals_decls01.pk4 with checksum 664941e1 Found version 2.03 file: tdm_standalone.pk4 with checksum ec957c4b Found version 2.03 file: tdm_textures_base01.pk4 with checksum 4ad592bd Found version 2.03 file: tdm_textures_carpet01.pk4 with checksum 499a3c01 Found version 2.03 file: tdm_textures_decals01.pk4 with checksum d08e331b Found version 2.03 file: tdm_textures_door01.pk4 with checksum f0f1436d Found version 2.03 file: tdm_textures_fabric01.pk4 with checksum 94b05c9f Found version 2.03 file: tdm_textures_glass01.pk4 with checksum 216a3000 Found version 2.03 file: tdm_textures_metal01.pk4 with checksum f2846949 Found version 2.03 file: tdm_textures_nature01.pk4 with checksum c253ba9f Found version 2.03 file: tdm_textures_other01.pk4 with checksum ef56ceb2 Found version 2.03 file: tdm_textures_paint_paper01.pk4 with checksum 618d0488 Found version 2.03 file: tdm_textures_plaster01.pk4 with checksum 9b6ed771 Found version 2.03 file: tdm_textures_roof01.pk4 with checksum 10424029 Found version 2.03 file: tdm_textures_sfx01.pk4 with checksum 85a2a5d2 Found version 2.03 file: tdm_textures_stone_brick01.pk4 with checksum c39347d1 Found version 2.03 file: tdm_textures_stone_cobblestones01.pk4 with checksum 9f21de56 Found version 2.03 file: tdm_textures_stone_flat01.pk4 with checksum e3516f5a Found version 2.03 file: tdm_textures_stone_natural01.pk4 with checksum d7d39820 Found version 2.03 file: tdm_textures_stone_sculpted01.pk4 with checksum 5a469327 Found version 2.03 file: tdm_textures_window01.pk4 with checksum 38a39bb2 Found version 2.03 file: tdm_textures_wood01.pk4 with checksum 9878dd5c Found version 2.03 file: tdm_update.exe with checksum 1c75087f Found version 2.03 file: tdm_update.linux with checksum c9311c7f Found version 2.03 file: TheDarkMod.exe with checksum f56c7f7a Found version 2.03 file: thedarkmod.x86 with checksum 176b45c1 Found version 2.04 file: AUTHORS.txt with checksum d0adc1aa Found version 2.04 file: ca-bundle.crt with checksum 18b39eb5 Found version 2.04 file: config.spec with checksum 0 Found version 2.04 file: darkmod.ico with checksum df20ac89 Found version 2.04 file: darkmod.ini with checksum e241fab6 Found version 2.04 file: description.txt with checksum cc5377e9 Found version 2.04 file: fms/saintlucia/saintlucia.pk4 with checksum 36271522 Found version 2.04 file: fms/training_mission/training_mission.pk4 with checksum dd89be79 Found version 2.04 file: LICENSE.txt with checksum e6d658a5 Found version 2.04 file: tdm_ai_animals01.pk4 with checksum f18142e3 Found version 2.04 file: tdm_ai_base01.pk4 with checksum 97b884d Found version 2.04 file: tdm_ai_humanoid_builders01.pk4 with checksum 3ea0be9b Found version 2.04 file: tdm_ai_humanoid_females01.pk4 with checksum 4e3942e9 Found version 2.04 file: tdm_ai_humanoid_guards01.pk4 with checksum 1cdd3ff0 Found version 2.04 file: tdm_ai_humanoid_heads01.pk4 with checksum 16e8c57f Found version 2.04 file: tdm_ai_humanoid_mages01.pk4 with checksum 9bd8e5d Found version 2.04 file: tdm_ai_humanoid_nobles01.pk4 with checksum cb9b198c Found version 2.04 file: tdm_ai_humanoid_pagans01.pk4 with checksum 64cc2a2d Found version 2.04 file: tdm_ai_humanoid_townsfolk01.pk4 with checksum dfc72ae6 Found version 2.04 file: tdm_ai_humanoid_undead01.pk4 with checksum 28dba5a4 Found version 2.04 file: tdm_ai_monsters_spiders01.pk4 with checksum 3e1ae10a Found version 2.04 file: tdm_ai_steambots01.pk4 with checksum ab02750c Found version 2.04 file: tdm_base01.pk4 with checksum 5caac0f3 Found version 2.04 file: tdm_defs01.pk4 with checksum 2790c53e Found version 2.04 file: tdm_env01.pk4 with checksum bbe00d4f Found version 2.04 file: tdm_fonts01.pk4 with checksum b68db70c Found version 2.04 file: tdm_game01.pk4 with checksum bdbfff32 Found version 2.04 file: tdm_game02.pk4 with checksum 13b444fa Found version 2.04 file: tdm_gui01.pk4 with checksum 7770a40b Found version 2.04 file: tdm_gui_credits01.pk4 with checksum 225ebf5e Found version 2.04 file: TDM_icon.ico with checksum d585a57f Found version 2.04 file: tdm_models01.pk4 with checksum df18d8e Found version 2.04 file: tdm_models02.pk4 with checksum e5c83875 Found version 2.04 file: tdm_models_decls01.pk4 with checksum d4a1d429 Found version 2.04 file: tdm_player01.pk4 with checksum 4612ba2e Found version 2.04 file: tdm_prefabs01.pk4 with checksum 54c81a68 Found version 2.04 file: tdm_sound_ambient01.pk4 with checksum a1921c10 Found version 2.04 file: tdm_sound_ambient02.pk4 with checksum 4a36d7c7 Found version 2.04 file: tdm_sound_ambient03.pk4 with checksum 30dc1088 Found version 2.04 file: tdm_sound_ambient_decls01.pk4 with checksum 1a513ec0 Found version 2.04 file: tdm_sound_sfx01.pk4 with checksum c4c88b8b Found version 2.04 file: tdm_sound_sfx02.pk4 with checksum 6c53eb4a Found version 2.04 file: tdm_sound_vocals01.pk4 with checksum 5e4ce1b9 Found version 2.04 file: tdm_sound_vocals02.pk4 with checksum 134134ea Found version 2.04 file: tdm_sound_vocals03.pk4 with checksum d9fed762 Found version 2.04 file: tdm_sound_vocals04.pk4 with checksum d234c516 Found version 2.04 file: tdm_sound_vocals05.pk4 with checksum f324da5a Found version 2.04 file: tdm_sound_vocals06.pk4 with checksum d507bcc7 Found version 2.04 file: tdm_sound_vocals07.pk4 with checksum 74fde4ad Found version 2.04 file: tdm_sound_vocals_decls01.pk4 with checksum 664941e1 Found version 2.04 file: tdm_standalone.pk4 with checksum ec957c4b Found version 2.04 file: tdm_textures_base01.pk4 with checksum eea38ae5 Found version 2.04 file: tdm_textures_carpet01.pk4 with checksum 499a3c01 Found version 2.04 file: tdm_textures_decals01.pk4 with checksum d08e331b Found version 2.04 file: tdm_textures_door01.pk4 with checksum f0f1436d Found version 2.04 file: tdm_textures_fabric01.pk4 with checksum 94b05c9f Found version 2.04 file: tdm_textures_glass01.pk4 with checksum f57e9fa6 Found version 2.04 file: tdm_textures_metal01.pk4 with checksum f2846949 Found version 2.04 file: tdm_textures_nature01.pk4 with checksum c253ba9f Found version 2.04 file: tdm_textures_other01.pk4 with checksum ef56ceb2 Found version 2.04 file: tdm_textures_paint_paper01.pk4 with checksum 618d0488 Found version 2.04 file: tdm_textures_plaster01.pk4 with checksum 9b6ed771 Found version 2.04 file: tdm_textures_roof01.pk4 with checksum 10424029 Found version 2.04 file: tdm_textures_sfx01.pk4 with checksum 85a2a5d2 Found version 2.04 file: tdm_textures_stone_brick01.pk4 with checksum c39347d1 Found version 2.04 file: tdm_textures_stone_cobblestones01.pk4 with checksum 9f21de56 Found version 2.04 file: tdm_textures_stone_flat01.pk4 with checksum e3516f5a Found version 2.04 file: tdm_textures_stone_natural01.pk4 with checksum d7d39820 Found version 2.04 file: tdm_textures_stone_sculpted01.pk4 with checksum 5a469327 Found version 2.04 file: tdm_textures_window01.pk4 with checksum cd813dc3 Found version 2.04 file: tdm_textures_wood01.pk4 with checksum 9878dd5c Found version 2.04 file: tdm_update.exe with checksum 4b2557e0 Found version 2.04 file: tdm_update.linux with checksum fb1d7e40 Found version 2.04 file: TheDarkMod.exe with checksum f0648e56 Found version 2.04 file: thedarkmod.x86 with checksum 4c1fe3c6 Found version 2.05 file: AUTHORS.txt with checksum 843d9753 Found version 2.05 file: ca-bundle.crt with checksum 8d500b34 Found version 2.05 file: config.spec with checksum 0 Found version 2.05 file: darkmod.ico with checksum df20ac89 Found version 2.05 file: darkmod.ini with checksum e241fab6 Found version 2.05 file: description.txt with checksum cc5377e9 Found version 2.05 file: fms/newjob/newjob.pk4 with checksum 683288c5 Found version 2.05 file: fms/stlucia/stlucia.pk4 with checksum 4d148f86 Found version 2.05 file: fms/training_mission/training_mission.pk4 with checksum dd89be79 Found version 2.05 file: LICENSE.txt with checksum e6d658a5 Found version 2.05 file: tdm_ai_animals01.pk4 with checksum f18142e3 Found version 2.05 file: tdm_ai_base01.pk4 with checksum 90468227 Found version 2.05 file: tdm_ai_humanoid_builders01.pk4 with checksum 7fb079ed Found version 2.05 file: tdm_ai_humanoid_females01.pk4 with checksum 4e3942e9 Found version 2.05 file: tdm_ai_humanoid_guards01.pk4 with checksum 1a1f9a59 Found version 2.05 file: tdm_ai_humanoid_heads01.pk4 with checksum 609ac28 Found version 2.05 file: tdm_ai_humanoid_mages01.pk4 with checksum a10ab758 Found version 2.05 file: tdm_ai_humanoid_nobles01.pk4 with checksum d0bfe5c5 Found version 2.05 file: tdm_ai_humanoid_pagans01.pk4 with checksum 64cc2a2d Found version 2.05 file: tdm_ai_humanoid_townsfolk01.pk4 with checksum ad9a4a3e Found version 2.05 file: tdm_ai_humanoid_undead01.pk4 with checksum 28dba5a4 Found version 2.05 file: tdm_ai_monsters_spiders01.pk4 with checksum 21b88032 Found version 2.05 file: tdm_ai_steambots01.pk4 with checksum ab02750c Found version 2.05 file: tdm_base01.pk4 with checksum 2483463e Found version 2.05 file: tdm_defs01.pk4 with checksum 7f0766bc Found version 2.05 file: tdm_env01.pk4 with checksum d24d527 Found version 2.05 file: tdm_fonts01.pk4 with checksum b68db70c Found version 2.05 file: tdm_game01.pk4 with checksum 7c0934e6 Found version 2.05 file: tdm_game02.pk4 with checksum f594a854 Found version 2.05 file: tdm_gui01.pk4 with checksum e3dd1122 Found version 2.05 file: tdm_gui_credits01.pk4 with checksum 225ebf5e Found version 2.05 file: TDM_icon.ico with checksum d585a57f Found version 2.05 file: tdm_models01.pk4 with checksum 5e486148 Found version 2.05 file: tdm_models02.pk4 with checksum a8ba47d2 Found version 2.05 file: tdm_models_decls01.pk4 with checksum 5ae569e2 Found version 2.05 file: tdm_player01.pk4 with checksum 4612ba2e Found version 2.05 file: tdm_prefabs01.pk4 with checksum 191a4fb8 Found version 2.05 file: tdm_sound_ambient01.pk4 with checksum 6c76327b Found version 2.05 file: tdm_sound_ambient02.pk4 with checksum 7e817a11 Found version 2.05 file: tdm_sound_ambient03.pk4 with checksum 30dc1088 Found version 2.05 file: tdm_sound_ambient_decls01.pk4 with checksum 81b3ca13 Found version 2.05 file: tdm_sound_sfx01.pk4 with checksum 4d5f6da5 Found version 2.05 file: tdm_sound_sfx02.pk4 with checksum b115fcfb Found version 2.05 file: tdm_sound_vocals01.pk4 with checksum 5e4ce1b9 Found version 2.05 file: tdm_sound_vocals02.pk4 with checksum fb9bcbed Found version 2.05 file: tdm_sound_vocals03.pk4 with checksum d9fed762 Found version 2.05 file: tdm_sound_vocals04.pk4 with checksum 2a359f0d Found version 2.05 file: tdm_sound_vocals05.pk4 with checksum f324da5a Found version 2.05 file: tdm_sound_vocals06.pk4 with checksum 6b4410bb Found version 2.05 file: tdm_sound_vocals07.pk4 with checksum 74fde4ad Found version 2.05 file: tdm_sound_vocals_decls01.pk4 with checksum 6a4a2c33 Found version 2.05 file: tdm_standalone.pk4 with checksum ec957c4b Found version 2.05 file: tdm_textures_base01.pk4 with checksum 632ea5db Found version 2.05 file: tdm_textures_carpet01.pk4 with checksum 499a3c01 Found version 2.05 file: tdm_textures_decals01.pk4 with checksum 7556fcfa Found version 2.05 file: tdm_textures_door01.pk4 with checksum 4b99c0 Found version 2.05 file: tdm_textures_fabric01.pk4 with checksum 31f20458 Found version 2.05 file: tdm_textures_glass01.pk4 with checksum 953fdf58 Found version 2.05 file: tdm_textures_metal01.pk4 with checksum ac53b12c Found version 2.05 file: tdm_textures_nature01.pk4 with checksum ca1fc2b8 Found version 2.05 file: tdm_textures_other01.pk4 with checksum 6e5f9d61 Found version 2.05 file: tdm_textures_paint_paper01.pk4 with checksum 3d908b62 Found version 2.05 file: tdm_textures_plaster01.pk4 with checksum e7183ac7 Found version 2.05 file: tdm_textures_roof01.pk4 with checksum a522a0d9 Found version 2.05 file: tdm_textures_sfx01.pk4 with checksum 491006b1 Found version 2.05 file: tdm_textures_stone_brick01.pk4 with checksum 1204e9a7 Found version 2.05 file: tdm_textures_stone_cobblestones01.pk4 with checksum 9c940ece Found version 2.05 file: tdm_textures_stone_flat01.pk4 with checksum fcef3e07 Found version 2.05 file: tdm_textures_stone_natural01.pk4 with checksum 6364ea2 Found version 2.05 file: tdm_textures_stone_sculpted01.pk4 with checksum 25fdc02c Found version 2.05 file: tdm_textures_window01.pk4 with checksum b745531b Found version 2.05 file: tdm_textures_wood01.pk4 with checksum 15e23308 Found version 2.05 file: tdm_update.exe with checksum a69978d Found version 2.05 file: tdm_update.linux with checksum 139b5c2f Found version 2.05 file: TheDarkMod.exe with checksum 7ca8279d Found version 2.05 file: thedarkmod.x86 with checksum befd17e9 Found version 2.06 file: AUTHORS.txt with checksum 5596bdaf Found version 2.06 file: ca-bundle.crt with checksum 8d500b34 Found version 2.06 file: config.spec with checksum 0 Found version 2.06 file: darkmod.ico with checksum df20ac89 Found version 2.06 file: darkmod.ini with checksum e241fab6 Found version 2.06 file: description.txt with checksum cc5377e9 Found version 2.06 file: ExtLibs.dll with checksum b7b7c306 Found version 2.06 file: ExtLibsx64.dll with checksum a3f512e5 Found version 2.06 file: fms/newjob/newjob.pk4 with checksum 683288c5 Found version 2.06 file: fms/stlucia/stlucia.pk4 with checksum 4d148f86 Found version 2.06 file: fms/training_mission/training_mission.pk4 with checksum dd89be79 Found version 2.06 file: LICENSE.txt with checksum e6d658a5 Found version 2.06 file: tdm_ai_animals01.pk4 with checksum 6942681 Found version 2.06 file: tdm_ai_base01.pk4 with checksum b2fc6115 Found version 2.06 file: tdm_ai_humanoid_builders01.pk4 with checksum 7fb079ed Found version 2.06 file: tdm_ai_humanoid_females01.pk4 with checksum c5ce90e9 Found version 2.06 file: tdm_ai_humanoid_guards01.pk4 with checksum 1f3b26ec Found version 2.06 file: tdm_ai_humanoid_heads01.pk4 with checksum d2e6bece Found version 2.06 file: tdm_ai_humanoid_mages01.pk4 with checksum a10ab758 Found version 2.06 file: tdm_ai_humanoid_nobles01.pk4 with checksum d0bfe5c5 Found version 2.06 file: tdm_ai_humanoid_pagans01.pk4 with checksum 64cc2a2d Found version 2.06 file: tdm_ai_humanoid_townsfolk01.pk4 with checksum 91d0c1a4 Found version 2.06 file: tdm_ai_humanoid_undead01.pk4 with checksum e93f754c Found version 2.06 file: tdm_ai_monsters_spiders01.pk4 with checksum 21b88032 Found version 2.06 file: tdm_ai_steambots01.pk4 with checksum ab02750c Found version 2.06 file: tdm_base01.pk4 with checksum d17ba33 Found version 2.06 file: tdm_defs01.pk4 with checksum ef2c1413 Found version 2.06 file: tdm_env01.pk4 with checksum 3b1af49a Found version 2.06 file: tdm_fonts01.pk4 with checksum babe3a3a Found version 2.06 file: tdm_gui01.pk4 with checksum d21a90ab Found version 2.06 file: tdm_gui_credits01.pk4 with checksum 225ebf5e Found version 2.06 file: TDM_icon.ico with checksum d585a57f Found version 2.06 file: tdm_models01.pk4 with checksum 5000f44d Found version 2.06 file: tdm_models02.pk4 with checksum 4102c1e0 Found version 2.06 file: tdm_models_decls01.pk4 with checksum fdeef742 Found version 2.06 file: tdm_player01.pk4 with checksum 4612ba2e Found version 2.06 file: tdm_prefabs01.pk4 with checksum 5c709445 Found version 2.06 file: tdm_sound_ambient01.pk4 with checksum 535526ab Found version 2.06 file: tdm_sound_ambient02.pk4 with checksum 2025836c Found version 2.06 file: tdm_sound_ambient03.pk4 with checksum 65946b44 Found version 2.06 file: tdm_sound_ambient_decls01.pk4 with checksum aa025f7c Found version 2.06 file: tdm_sound_sfx01.pk4 with checksum b662bfd1 Found version 2.06 file: tdm_sound_sfx02.pk4 with checksum b115fcfb Found version 2.06 file: tdm_sound_vocals01.pk4 with checksum 5e4ce1b9 Found version 2.06 file: tdm_sound_vocals02.pk4 with checksum fb9bcbed Found version 2.06 file: tdm_sound_vocals03.pk4 with checksum d9fed762 Found version 2.06 file: tdm_sound_vocals04.pk4 with checksum 2a359f0d Found version 2.06 file: tdm_sound_vocals05.pk4 with checksum f324da5a Found version 2.06 file: tdm_sound_vocals06.pk4 with checksum 6b4410bb Found version 2.06 file: tdm_sound_vocals07.pk4 with checksum 74fde4ad Found version 2.06 file: tdm_sound_vocals_decls01.pk4 with checksum 410f6e08 Found version 2.06 file: tdm_standalone.pk4 with checksum ec957c4b Found version 2.06 file: tdm_textures_base01.pk4 with checksum 96592ed2 Found version 2.06 file: tdm_textures_carpet01.pk4 with checksum 499a3c01 Found version 2.06 file: tdm_textures_decals01.pk4 with checksum c0d06dde Found version 2.06 file: tdm_textures_door01.pk4 with checksum 4b99c0 Found version 2.06 file: tdm_textures_fabric01.pk4 with checksum 31f20458 Found version 2.06 file: tdm_textures_glass01.pk4 with checksum 953fdf58 Found version 2.06 file: tdm_textures_metal01.pk4 with checksum ac53b12c Found version 2.06 file: tdm_textures_nature01.pk4 with checksum a55faca2 Found version 2.06 file: tdm_textures_other01.pk4 with checksum 6e5f9d61 Found version 2.06 file: tdm_textures_paint_paper01.pk4 with checksum 3d908b62 Found version 2.06 file: tdm_textures_plaster01.pk4 with checksum e7183ac7 Found version 2.06 file: tdm_textures_roof01.pk4 with checksum a522a0d9 Found version 2.06 file: tdm_textures_sfx01.pk4 with checksum bf82fef1 Found version 2.06 file: tdm_textures_stone_brick01.pk4 with checksum 325371b3 Found version 2.06 file: tdm_textures_stone_cobblestones01.pk4 with checksum 9c940ece Found version 2.06 file: tdm_textures_stone_flat01.pk4 with checksum 35a33bf3 Found version 2.06 file: tdm_textures_stone_natural01.pk4 with checksum d996301 Found version 2.06 file: tdm_textures_stone_sculpted01.pk4 with checksum 1edaf58c Found version 2.06 file: tdm_textures_window01.pk4 with checksum 6efa6b92 Found version 2.06 file: tdm_textures_wood01.pk4 with checksum 26e16ad8 Found version 2.06 file: tdm_update.exe with checksum f075298 Found version 2.06 file: tdm_update.linux with checksum 29df0460 Found version 2.06 file: TheDarkMod.exe with checksum 9e935965 Found version 2.06 file: thedarkmod.x64 with checksum c4bfd63c Found version 2.06 file: thedarkmod.x86 with checksum b365dfd1 Found version 2.06 file: TheDarkModx64.exe with checksum 6ce6ffee Found version 2.06 file: vcredist_x64.exe with checksum bca80667 Found version 2.06 file: vcredist_x86.exe with checksum 4d7e1f0d Found version 2.07 file: alsoft-hrtf-default-44100.mhr with checksum 78598008 Found version 2.07 file: alsoft-hrtf-default-48000.mhr with checksum 286bc86b Found version 2.07 file: alsoft.ini with checksum 1e792718 Found version 2.07 file: AUTHORS.txt with checksum 5596bdaf Found version 2.07 file: ca-bundle.crt with checksum 8d500b34 Found version 2.07 file: config.spec with checksum 0 Found version 2.07 file: darkmod.ico with checksum df20ac89 Found version 2.07 file: darkmod.ini with checksum b3b740c7 Found version 2.07 file: description.txt with checksum cc5377e9 Found version 2.07 file: ExtLibs.dll with checksum 50fbb569 Found version 2.07 file: ExtLibsx64.dll with checksum cc773227 Found version 2.07 file: fms/newjob/newjob.pk4 with checksum b100bde2 Found version 2.07 file: fms/stlucia/stlucia.pk4 with checksum 1972e774 Found version 2.07 file: fms/training_mission/training_mission.pk4 with checksum f2016901 Found version 2.07 file: LICENSE.txt with checksum e6d658a5 Found version 2.07 file: tdm_ai_animals01.pk4 with checksum 6942681 Found version 2.07 file: tdm_ai_base01.pk4 with checksum b2fc6115 Found version 2.07 file: tdm_ai_humanoid_builders01.pk4 with checksum 7fb079ed Found version 2.07 file: tdm_ai_humanoid_females01.pk4 with checksum c5ce90e9 Found version 2.07 file: tdm_ai_humanoid_guards01.pk4 with checksum 21a3d2a3 Found version 2.07 file: tdm_ai_humanoid_heads01.pk4 with checksum 11b9fb Found version 2.07 file: tdm_ai_humanoid_mages01.pk4 with checksum a10ab758 Found version 2.07 file: tdm_ai_humanoid_nobles01.pk4 with checksum d0bfe5c5 Found version 2.07 file: tdm_ai_humanoid_pagans01.pk4 with checksum 64cc2a2d Found version 2.07 file: tdm_ai_humanoid_townsfolk01.pk4 with checksum 91d0c1a4 Found version 2.07 file: tdm_ai_humanoid_undead01.pk4 with checksum 2268e751 Found version 2.07 file: tdm_ai_monsters_spiders01.pk4 with checksum 94eace7d Found version 2.07 file: tdm_ai_steambots01.pk4 with checksum ab02750c Found version 2.07 file: tdm_base01.pk4 with checksum 2d1010d5 Found version 2.07 file: tdm_defs01.pk4 with checksum b43a355d Found version 2.07 file: tdm_env01.pk4 with checksum 3b1af49a Found version 2.07 file: tdm_fonts01.pk4 with checksum babe3a3a Found version 2.07 file: tdm_gui01.pk4 with checksum fbc317c8 Found version 2.07 file: tdm_gui_credits01.pk4 with checksum 225ebf5e Found version 2.07 file: TDM_icon.ico with checksum d585a57f Found version 2.07 file: tdm_models01.pk4 with checksum ca1b0129 Found version 2.07 file: tdm_models02.pk4 with checksum b8d968bc Found version 2.07 file: tdm_models_decls01.pk4 with checksum 9b9b4987 Found version 2.07 file: tdm_player01.pk4 with checksum 4612ba2e Found version 2.07 file: tdm_prefabs01.pk4 with checksum f0e18d14 Found version 2.07 file: tdm_sound_ambient01.pk4 with checksum 535526ab Found version 2.07 file: tdm_sound_ambient02.pk4 with checksum 2025836c Found version 2.07 file: tdm_sound_ambient03.pk4 with checksum 65946b44 Found version 2.07 file: tdm_sound_ambient_decls01.pk4 with checksum 2ef3ee3b Found version 2.07 file: tdm_sound_sfx01.pk4 with checksum 672379a4 Found version 2.07 file: tdm_sound_sfx02.pk4 with checksum b115fcfb Found version 2.07 file: tdm_sound_vocals01.pk4 with checksum 5e4ce1b9 Found version 2.07 file: tdm_sound_vocals02.pk4 with checksum fb9bcbed Found version 2.07 file: tdm_sound_vocals03.pk4 with checksum d9fed762 Found version 2.07 file: tdm_sound_vocals04.pk4 with checksum 3d9c662 Found version 2.07 file: tdm_sound_vocals05.pk4 with checksum f324da5a Found version 2.07 file: tdm_sound_vocals06.pk4 with checksum 6b4410bb Found version 2.07 file: tdm_sound_vocals07.pk4 with checksum 74fde4ad Found version 2.07 file: tdm_sound_vocals_decls01.pk4 with checksum 8854b8e4 Found version 2.07 file: tdm_standalone.pk4 with checksum ec957c4b Found version 2.07 file: tdm_textures_base01.pk4 with checksum 859583ba Found version 2.07 file: tdm_textures_carpet01.pk4 with checksum 499a3c01 Found version 2.07 file: tdm_textures_decals01.pk4 with checksum c0d06dde Found version 2.07 file: tdm_textures_door01.pk4 with checksum 4b99c0 Found version 2.07 file: tdm_textures_fabric01.pk4 with checksum 31f20458 Found version 2.07 file: tdm_textures_glass01.pk4 with checksum 953fdf58 Found version 2.07 file: tdm_textures_metal01.pk4 with checksum ac53b12c Found version 2.07 file: tdm_textures_nature01.pk4 with checksum a55faca2 Found version 2.07 file: tdm_textures_other01.pk4 with checksum 7e4f3a40 Found version 2.07 file: tdm_textures_paint_paper01.pk4 with checksum 3d908b62 Found version 2.07 file: tdm_textures_plaster01.pk4 with checksum e7183ac7 Found version 2.07 file: tdm_textures_roof01.pk4 with checksum a522a0d9 Found version 2.07 file: tdm_textures_sfx01.pk4 with checksum bf82fef1 Found version 2.07 file: tdm_textures_stone_brick01.pk4 with checksum 325371b3 Found version 2.07 file: tdm_textures_stone_cobblestones01.pk4 with checksum 9c940ece Found version 2.07 file: tdm_textures_stone_flat01.pk4 with checksum 35a33bf3 Found version 2.07 file: tdm_textures_stone_natural01.pk4 with checksum d996301 Found version 2.07 file: tdm_textures_stone_sculpted01.pk4 with checksum 1edaf58c Found version 2.07 file: tdm_textures_window01.pk4 with checksum 6efa6b92 Found version 2.07 file: tdm_textures_wood01.pk4 with checksum fc243063 Found version 2.07 file: tdm_update.exe with checksum 58db9918 Found version 2.07 file: tdm_update.linux with checksum 39270d20 Found version 2.07 file: TheDarkMod.exe with checksum 97860cad Found version 2.07 file: thedarkmod.x64 with checksum 38e2a258 Found version 2.07 file: thedarkmod.x86 with checksum 7d289153 Found version 2.07 file: TheDarkModx64.exe with checksum c0261992 Found version 2.07 file: vcredist_x64.exe with checksum 6764b0e8 Found version 2.07 file: vcredist_x86.exe with checksum c05b1a75 Found update package tdm_update_1.02_to_1.03.zip, checksum f2168b5c, from version 1.02 to version 1.03 Found update package tdm_update_1.03_to_1.04.zip, checksum 311e68ac, from version 1.03 to version 1.04 Found update package tdm_update_1.04_to_1.05.zip, checksum c1323e4a, from version 1.04 to version 1.05 Found update package tdm_update_1.05_to_1.06.zip, checksum 2d0c96a4, from version 1.05 to version 1.06 Found update package tdm_update_1.06_to_1.07.zip, checksum c96fb654, from version 1.06 to version 1.07 Found update package tdm_update_1.07_to_1.08.zip, checksum dfe23a7, from version 1.07 to version 1.08 Found update package tdm_update_1.08_to_2.00.zip, checksum 8419cff6, from version 1.08 to version 2.00 Found update package tdm_update_2.00_to_2.01.zip, checksum fbef0c31, from version 2.00 to version 2.01 Found update package tdm_update_2.01_to_2.02.zip, checksum b53084ba, from version 2.01 to version 2.02 Found update package tdm_update_2.02_to_2.03.zip, checksum 8ab888c6, from version 2.02 to version 2.03 Found update package tdm_update_2.03_to_2.04.zip, checksum e1efce4c, from version 2.03 to version 2.04 Found update package tdm_update_2.04_to_2.05.zip, checksum ab492f3c, from version 2.04 to version 2.05 Found update package tdm_update_2.05_to_2.06.zip, checksum a68972a2, from version 2.05 to version 2.06 Found update package tdm_update_2.06_to_2.07.zip, checksum 2c965c33, from version 2.06 to version 2.07 Step thread finished: 4 Step thread started: 6 Trying to determine installed TDM version... Trying to match against version: 1.02 File D:\games\darkmod\AUTHORS.txt has mismatching size, expected 2933 but found 3687. File D:\games\darkmod\DoomConfig.cfg is missing. File D:\games\darkmod\LICENSE.txt has mismatching size, expected 18927 but found 43962. CRC calculated for file D:\games\darkmod\TDM_icon.ico = d585a57f File D:\games\darkmod\TDM_icon.ico is matching version 1.02. CRC calculated for file D:\games\darkmod\config.spec = 0 File D:\games\darkmod\config.spec is matching version 1.02. File D:\games\darkmod\darkmod.ini has mismatching size, expected 809 but found 721. File D:\games\darkmod\description.txt has mismatching size, expected 43 but found 49. File D:\games\darkmod\dmargs.txt is missing. File D:\games\darkmod\fms/training_mission/training_mission.pk4 has mismatching size, expected 6945673 but found 20006177. File D:\games\darkmod\tdm_ai_animals01.pk4 has mismatching size, expected 1639065 but found 14130891. File D:\games\darkmod\tdm_ai_base01.pk4 has mismatching size, expected 22673 but found 28445. File D:\games\darkmod\tdm_ai_humanoid_builders01.pk4 has mismatching size, expected 27868994 but found 29825430. File D:\games\darkmod\tdm_ai_humanoid_guards01.pk4 has mismatching size, expected 43129852 but found 52960714. File D:\games\darkmod\tdm_ai_humanoid_heads01.pk4 has mismatching size, expected 3362879 but found 14056255. File D:\games\darkmod\tdm_ai_humanoid_nobles01.pk4 has mismatching size, expected 5159157 but found 11206530. File D:\games\darkmod\tdm_ai_humanoid_pagans01.pk4 has mismatching size, expected 3269086 but found 3410127. File D:\games\darkmod\tdm_ai_humanoid_townsfolk01.pk4 has mismatching size, expected 20717831 but found 46903549. File D:\games\darkmod\tdm_ai_humanoid_undead01.pk4 has mismatching size, expected 6145462 but found 15332845. File D:\games\darkmod\tdm_ai_monsters_spiders01.pk4 has mismatching size, expected 2063351 but found 4174441. File D:\games\darkmod\tdm_ai_steambots01.pk4 has mismatching size, expected 1585745 but found 1843910. File D:\games\darkmod\tdm_base01.pk4 has mismatching size, expected 401764 but found 949122. File D:\games\darkmod\tdm_defs01.pk4 has mismatching size, expected 198181 but found 311064. File D:\games\darkmod\tdm_env01.pk4 has mismatching size, expected 38867555 but found 41816734. File D:\games\darkmod\tdm_fonts01.pk4 has mismatching size, expected 1419558 but found 7088300. File D:\games\darkmod\tdm_game01.pk4 is missing. File D:\games\darkmod\tdm_game02.pk4 is missing. File D:\games\darkmod\tdm_gui01.pk4 has mismatching size, expected 26769764 but found 38006126. File D:\games\darkmod\tdm_gui_credits01.pk4 has mismatching size, expected 47326560 but found 54123050. File D:\games\darkmod\tdm_models01.pk4 has mismatching size, expected 36429226 but found 143173718. File D:\games\darkmod\tdm_models02.pk4 has mismatching size, expected 250527858 but found 415213587. File D:\games\darkmod\tdm_models03.pk4 is missing. File D:\games\darkmod\tdm_models_decls01.pk4 has mismatching size, expected 89647 but found 151957. File D:\games\darkmod\tdm_player01.pk4 has mismatching size, expected 4989801 but found 5793891. File D:\games\darkmod\tdm_prefabs01.pk4 has mismatching size, expected 678774 but found 3062211. File D:\games\darkmod\tdm_sound_ambient01.pk4 has mismatching size, expected 28904546 but found 48876607. File D:\games\darkmod\tdm_sound_ambient02.pk4 has mismatching size, expected 166911412 but found 178530320. File D:\games\darkmod\tdm_sound_ambient03.pk4 has mismatching size, expected 35229987 but found 32156915. File D:\games\darkmod\tdm_sound_ambient_decls01.pk4 has mismatching size, expected 7691 but found 9790. File D:\games\darkmod\tdm_sound_sfx01.pk4 has mismatching size, expected 7019043 but found 24789072. File D:\games\darkmod\tdm_sound_sfx02.pk4 has mismatching size, expected 8626862 but found 10277912. File D:\games\darkmod\tdm_sound_vocals01.pk4 has mismatching size, expected 3345271 but found 3770358. File D:\games\darkmod\tdm_sound_vocals02.pk4 has mismatching size, expected 67172110 but found 71245712. File D:\games\darkmod\tdm_sound_vocals03.pk4 has mismatching size, expected 46675832 but found 34483832. File D:\games\darkmod\tdm_sound_vocals04.pk4 has mismatching size, expected 76938115 but found 121691929. File D:\games\darkmod\tdm_sound_vocals05.pk4 has mismatching size, expected 5732980 but found 9577892. File D:\games\darkmod\tdm_sound_vocals06.pk4 has mismatching size, expected 25227313 but found 34391469. File D:\games\darkmod\tdm_sound_vocals_decls01.pk4 has mismatching size, expected 24457 but found 63910. File D:\games\darkmod\tdm_textures_base01.pk4 has mismatching size, expected 2796651 but found 10125959. File D:\games\darkmod\tdm_textures_carpet01.pk4 has mismatching size, expected 16976519 but found 21758643. File D:\games\darkmod\tdm_textures_decals01.pk4 has mismatching size, expected 21636342 but found 110497697. File D:\games\darkmod\tdm_textures_door01.pk4 has mismatching size, expected 38304257 but found 39431030. File D:\games\darkmod\tdm_textures_fabric01.pk4 has mismatching size, expected 27846708 but found 11447361. File D:\games\darkmod\tdm_textures_glass01.pk4 has mismatching size, expected 8832878 but found 17277927. File D:\games\darkmod\tdm_textures_metal01.pk4 has mismatching size, expected 68932873 but found 152673709. File D:\games\darkmod\tdm_textures_nature01.pk4 has mismatching size, expected 76641357 but found 140797327. File D:\games\darkmod\tdm_textures_nature02.pk4 is missing. File D:\games\darkmod\tdm_textures_paint_paper01.pk4 has mismatching size, expected 3601837 but found 17803332. File D:\games\darkmod\tdm_textures_plaster01.pk4 has mismatching size, expected 29599724 but found 67129987. File D:\games\darkmod\tdm_textures_roof01.pk4 has mismatching size, expected 23636097 but found 42484084. File D:\games\darkmod\tdm_textures_sfx01.pk4 has mismatching size, expected 2177146 but found 2760781. File D:\games\darkmod\tdm_textures_stone_brick01.pk4 has mismatching size, expected 122725937 but found 312825781. File D:\games\darkmod\tdm_textures_stone_cobblestones01.pk4 has mismatching size, expected 78866086 but found 127637654. File D:\games\darkmod\tdm_textures_stone_flat01.pk4 has mismatching size, expected 54715083 but found 96867461. File D:\games\darkmod\tdm_textures_stone_natural01.pk4 has mismatching size, expected 60795390 but found 94411360. File D:\games\darkmod\tdm_textures_stone_sculpted01.pk4 has mismatching size, expected 43597719 but found 172951436. File D:\games\darkmod\tdm_textures_window01.pk4 has mismatching size, expected 18100805 but found 67045735. File D:\games\darkmod\tdm_textures_wood01.pk4 has mismatching size, expected 77302839 but found 121140390. File D:\games\darkmod\tdm_textures_wood02.pk4 is missing. Ignoring updater executable: D:\games\darkmod\tdm_update.exe. File D:\games\darkmod\tdm_update.linux has mismatching size, expected 3753330 but found 1691828. File D:\games\darkmod\tdmlauncher.exe is missing. File D:\games\darkmod\tdmlauncher.linux is missing. Trying to match against version: 1.03 File D:\games\darkmod\AUTHORS.txt has mismatching size, expected 2702 but found 3687. File D:\games\darkmod\DoomConfig.cfg is missing. File D:\games\darkmod\LICENSE.txt has mismatching size, expected 18927 but found 43962. CRC calculated for file D:\games\darkmod\TDM_icon.ico = d585a57f File D:\games\darkmod\TDM_icon.ico is matching version 1.03. CRC calculated for file D:\games\darkmod\config.spec = 0 File D:\games\darkmod\config.spec is matching version 1.03. File D:\games\darkmod\darkmod.ini has mismatching size, expected 767 but found 721. File D:\games\darkmod\description.txt has mismatching size, expected 43 but found 49. File D:\games\darkmod\dmargs.txt is missing. File D:\games\darkmod\fms/training_mission/training_mission.pk4 has mismatching size, expected 6945673 but found 20006177. File D:\games\darkmod\tdm_ai_animals01.pk4 has mismatching size, expected 13882870 but found 14130891. File D:\games\darkmod\tdm_ai_base01.pk4 has mismatching size, expected 22544 but found 28445. File D:\games\darkmod\tdm_ai_humanoid_builders01.pk4 has mismatching size, expected 27869530 but found 29825430. File D:\games\darkmod\tdm_ai_humanoid_females01.pk4 has mismatching size, expected 2959573 but found 6242717. File D:\games\darkmod\tdm_ai_humanoid_guards01.pk4 has mismatching size, expected 45657490 but found 52960714. File D:\games\darkmod\tdm_ai_humanoid_heads01.pk4 has mismatching size, expected 3350521 but found 14056255. File D:\games\darkmod\tdm_ai_humanoid_nobles01.pk4 has mismatching size, expected 13334901 but found 11206530. File D:\games\darkmod\tdm_ai_humanoid_pagans01.pk4 has mismatching size, expected 3269375 but found 3410127. File D:\games\darkmod\tdm_ai_humanoid_townsfolk01.pk4 has mismatching size, expected 17444040 but found 46903549. File D:\games\darkmod\tdm_ai_humanoid_undead01.pk4 has mismatching size, expected 6145998 but found 15332845. File D:\games\darkmod\tdm_ai_monsters_spiders01.pk4 has mismatching size, expected 8796843 but found 4174441. File D:\games\darkmod\tdm_ai_steambots01.pk4 has mismatching size, expected 1875898 but found 1843910. File D:\games\darkmod\tdm_base01.pk4 has mismatching size, expected 426333 but found 949122. File D:\games\darkmod\tdm_defs01.pk4 has mismatching size, expected 216316 but found 311064. File D:\games\darkmod\tdm_env01.pk4 has mismatching size, expected 38871684 but found 41816734. File D:\games\darkmod\tdm_fonts01.pk4 has mismatching size, expected 1419558 but found 7088300. File D:\games\darkmod\tdm_game01.pk4 is missing. File D:\games\darkmod\tdm_game02.pk4 is missing. File D:\games\darkmod\tdm_gui01.pk4 has mismatching size, expected 27633571 but found 38006126. File D:\games\darkmod\tdm_gui_credits01.pk4 has mismatching size, expected 47326560 but found 54123050. File D:\games\darkmod\tdm_models01.pk4 has mismatching size, expected 38635830 but found 143173718. File D:\games\darkmod\tdm_models02.pk4 has mismatching size, expected 259503007 but found 415213587. File D:\games\darkmod\tdm_models_decls01.pk4 has mismatching size, expected 112543 but found 151957. File D:\games\darkmod\tdm_player01.pk4 has mismatching size, expected 4989801 but found 5793891. File D:\games\darkmod\tdm_prefabs01.pk4 has mismatching size, expected 1535956 but found 3062211. File D:\games\darkmod\tdm_sound_ambient01.pk4 has mismatching size, expected 30901008 but found 48876607. File D:\games\darkmod\tdm_sound_ambient02.pk4 has mismatching size, expected 168080004 but found 178530320. File D:\games\darkmod\tdm_sound_ambient03.pk4 has mismatching size, expected 32317944 but found 32156915. File D:\games\darkmod\tdm_sound_ambient_decls01.pk4 has mismatching size, expected 7966 but found 9790. File D:\games\darkmod\tdm_sound_sfx01.pk4 has mismatching size, expected 7278097 but found 24789072. File D:\games\darkmod\tdm_sound_sfx02.pk4 has mismatching size, expected 8680520 but found 10277912. File D:\games\darkmod\tdm_sound_vocals01.pk4 has mismatching size, expected 3345271 but found 3770358. File D:\games\darkmod\tdm_sound_vocals02.pk4 has mismatching size, expected 100204714 but found 71245712. File D:\games\darkmod\tdm_sound_vocals03.pk4 has mismatching size, expected 33770193 but found 34483832. File D:\games\darkmod\tdm_sound_vocals04.pk4 has mismatching size, expected 77112750 but found 121691929. File D:\games\darkmod\tdm_sound_vocals05.pk4 has mismatching size, expected 6723082 but found 9577892. File D:\games\darkmod\tdm_sound_vocals06.pk4 has mismatching size, expected 25227313 but found 34391469. File D:\games\darkmod\tdm_sound_vocals07.pk4 has mismatching size, expected 49952056 but found 67054402. File D:\games\darkmod\tdm_sound_vocals_decls01.pk4 has mismatching size, expected 35121 but found 63910. File D:\games\darkmod\tdm_textures_base01.pk4 has mismatching size, expected 2944688 but found 10125959. File D:\games\darkmod\tdm_textures_carpet01.pk4 has mismatching size, expected 16936303 but found 21758643. File D:\games\darkmod\tdm_textures_decals01.pk4 has mismatching size, expected 33982593 but found 110497697. File D:\games\darkmod\tdm_textures_door01.pk4 has mismatching size, expected 38425037 but found 39431030. File D:\games\darkmod\tdm_textures_fabric01.pk4 has mismatching size, expected 27785928 but found 11447361. File D:\games\darkmod\tdm_textures_glass01.pk4 has mismatching size, expected 7143903 but found 17277927. File D:\games\darkmod\tdm_textures_metal01.pk4 has mismatching size, expected 76834768 but found 152673709. File D:\games\darkmod\tdm_textures_nature01.pk4 has mismatching size, expected 80359745 but found 140797327. File D:\games\darkmod\tdm_textures_paint_paper01.pk4 has mismatching size, expected 3601837 but found 17803332. File D:\games\darkmod\tdm_textures_plaster01.pk4 has mismatching size, expected 29531021 but found 67129987. File D:\games\darkmod\tdm_textures_roof01.pk4 has mismatching size, expected 29318474 but found 42484084. File D:\games\darkmod\tdm_textures_sfx01.pk4 has mismatching size, expected 2183566 but found 2760781. File D:\games\darkmod\tdm_textures_stone_brick01.pk4 has mismatching size, expected 127763549 but found 312825781. File D:\games\darkmod\tdm_textures_stone_cobblestones01.pk4 has mismatching size, expected 78745820 but found 127637654. File D:\games\darkmod\tdm_textures_stone_flat01.pk4 has mismatching size, expected 54609223 but found 96867461. File D:\games\darkmod\tdm_textures_stone_natural01.pk4 has mismatching size, expected 60698950 but found 94411360. File D:\games\darkmod\tdm_textures_stone_sculpted01.pk4 has mismatching size, expected 44640097 but found 172951436. File D:\games\darkmod\tdm_textures_window01.pk4 has mismatching size, expected 18047088 but found 67045735. File D:\games\darkmod\tdm_textures_wood01.pk4 has mismatching size, expected 77224466 but found 121140390. Ignoring updater executable: D:\games\darkmod\tdm_update.exe. File D:\games\darkmod\tdm_update.linux has mismatching size, expected 1677907 but found 1691828. File D:\games\darkmod\tdmlauncher.exe is missing. File D:\games\darkmod\tdmlauncher.linux is missing. Trying to match against version: 1.04 File D:\games\darkmod\AUTHORS.txt has mismatching size, expected 2791 but found 3687. File D:\games\darkmod\DoomConfig.cfg is missing. File D:\games\darkmod\LICENSE.txt has mismatching size, expected 18927 but found 43962. CRC calculated for file D:\games\darkmod\TDM_icon.ico = d585a57f File D:\games\darkmod\TDM_icon.ico is matching version 1.04. CRC calculated for file D:\games\darkmod\config.spec = 0 File D:\games\darkmod\config.spec is matching version 1.04. File D:\games\darkmod\darkmod.ini has mismatching size, expected 734 but found 721. File D:\games\darkmod\description.txt has mismatching size, expected 42 but found 49. File D:\games\darkmod\dmargs.txt is missing. File D:\games\darkmod\fms/training_mission/training_mission.pk4 has mismatching size, expected 6945673 but found 20006177. File D:\games\darkmod\tdm_ai_animals01.pk4 has mismatching size, expected 13879780 but found 14130891. File D:\games\darkmod\tdm_ai_base01.pk4 has mismatching size, expected 22656 but found 28445. File D:\games\darkmod\tdm_ai_humanoid_builders01.pk4 has mismatching size, expected 27866304 but found 29825430. File D:\games\darkmod\tdm_ai_humanoid_females01.pk4 has mismatching size, expected 3035681 but found 6242717. File D:\games\darkmod\tdm_ai_humanoid_guards01.pk4 has mismatching size, expected 45718734 but found 52960714. File D:\games\darkmod\tdm_ai_humanoid_heads01.pk4 has mismatching size, expected 3768965 but found 14056255. File D:\games\darkmod\tdm_ai_humanoid_mages01.pk4 has mismatching size, expected 9103836 but found 5606401. File D:\games\darkmod\tdm_ai_humanoid_nobles01.pk4 has mismatching size, expected 13343303 but found 11206530. File D:\games\darkmod\tdm_ai_humanoid_pagans01.pk4 has mismatching size, expected 3269102 but found 3410127. File D:\games\darkmod\tdm_ai_humanoid_townsfolk01.pk4 has mismatching size, expected 17442810 but found 46903549. File D:\games\darkmod\tdm_ai_humanoid_undead01.pk4 has mismatching size, expected 6144589 but found 15332845. File D:\games\darkmod\tdm_ai_monsters_spiders01.pk4 has mismatching size, expected 8785399 but found 4174441. File D:\games\darkmod\tdm_ai_steambots01.pk4 has mismatching size, expected 1876610 but found 1843910. File D:\games\darkmod\tdm_base01.pk4 has mismatching size, expected 427747 but found 949122. File D:\games\darkmod\tdm_defs01.pk4 has mismatching size, expected 224086 but found 311064. File D:\games\darkmod\tdm_env01.pk4 has mismatching size, expected 40470258 but found 41816734. File D:\games\darkmod\tdm_fonts01.pk4 has mismatching size, expected 1419558 but found 7088300. File D:\games\darkmod\tdm_game01.pk4 is missing. File D:\games\darkmod\tdm_game02.pk4 is missing. File D:\games\darkmod\tdm_gui01.pk4 has mismatching size, expected 28183313 but found 38006126. File D:\games\darkmod\tdm_gui_credits01.pk4 has mismatching size, expected 47368235 but found 54123050. File D:\games\darkmod\tdm_models01.pk4 has mismatching size, expected 39295644 but found 143173718. File D:\games\darkmod\tdm_models02.pk4 has mismatching size, expected 275074979 but found 415213587. File D:\games\darkmod\tdm_models_decls01.pk4 has mismatching size, expected 114725 but found 151957. File D:\games\darkmod\tdm_player01.pk4 has mismatching size, expected 5699886 but found 5793891. File D:\games\darkmod\tdm_prefabs01.pk4 has mismatching size, expected 1538650 but found 3062211. File D:\games\darkmod\tdm_sound_ambient01.pk4 has mismatching size, expected 30901008 but found 48876607. File D:\games\darkmod\tdm_sound_ambient02.pk4 has mismatching size, expected 168080004 but found 178530320. File D:\games\darkmod\tdm_sound_ambient03.pk4 has mismatching size, expected 32317944 but found 32156915. File D:\games\darkmod\tdm_sound_ambient_decls01.pk4 has mismatching size, expected 7966 but found 9790. File D:\games\darkmod\tdm_sound_sfx01.pk4 has mismatching size, expected 7278250 but found 24789072. File D:\games\darkmod\tdm_sound_sfx02.pk4 has mismatching size, expected 8680520 but found 10277912. File D:\games\darkmod\tdm_sound_vocals01.pk4 has mismatching size, expected 3345271 but found 3770358. File D:\games\darkmod\tdm_sound_vocals02.pk4 has mismatching size, expected 100224850 but found 71245712. File D:\games\darkmod\tdm_sound_vocals03.pk4 has mismatching size, expected 33770193 but found 34483832. File D:\games\darkmod\tdm_sound_vocals04.pk4 has mismatching size, expected 76998131 but found 121691929. File D:\games\darkmod\tdm_sound_vocals05.pk4 has mismatching size, expected 6723082 but found 9577892. File D:\games\darkmod\tdm_sound_vocals06.pk4 has mismatching size, expected 33778207 but found 34391469. File D:\games\darkmod\tdm_sound_vocals07.pk4 has mismatching size, expected 65657247 but found 67054402. File D:\games\darkmod\tdm_sound_vocals_decls01.pk4 has mismatching size, expected 39885 but found 63910. File D:\games\darkmod\tdm_textures_base01.pk4 has mismatching size, expected 5488764 but found 10125959. File D:\games\darkmod\tdm_textures_carpet01.pk4 has mismatching size, expected 16831175 but found 21758643. File D:\games\darkmod\tdm_textures_decals01.pk4 has mismatching size, expected 33976529 but found 110497697. File D:\games\darkmod\tdm_textures_door01.pk4 has mismatching size, expected 38388318 but found 39431030. File D:\games\darkmod\tdm_textures_fabric01.pk4 has mismatching size, expected 27785928 but found 11447361. File D:\games\darkmod\tdm_textures_glass01.pk4 has mismatching size, expected 7143903 but found 17277927. File D:\games\darkmod\tdm_textures_metal01.pk4 has mismatching size, expected 80968492 but found 152673709. File D:\games\darkmod\tdm_textures_nature01.pk4 has mismatching size, expected 81005223 but found 140797327. File D:\games\darkmod\tdm_textures_paint_paper01.pk4 has mismatching size, expected 3601837 but found 17803332. File D:\games\darkmod\tdm_textures_plaster01.pk4 has mismatching size, expected 30619061 but found 67129987. File D:\games\darkmod\tdm_textures_roof01.pk4 has mismatching size, expected 28958716 but found 42484084. File D:\games\darkmod\tdm_textures_sfx01.pk4 has mismatching size, expected 2047200 but found 2760781. File D:\games\darkmod\tdm_textures_stone_brick01.pk4 has mismatching size, expected 156812613 but found 312825781. File D:\games\darkmod\tdm_textures_stone_cobblestones01.pk4 has mismatching size, expected 85089416 but found 127637654. File D:\games\darkmod\tdm_textures_stone_flat01.pk4 has mismatching size, expected 68339606 but found 96867461. File D:\games\darkmod\tdm_textures_stone_natural01.pk4 has mismatching size, expected 60326145 but found 94411360. File D:\games\darkmod\tdm_textures_stone_sculpted01.pk4 has mismatching size, expected 71660974 but found 172951436. File D:\games\darkmod\tdm_textures_window01.pk4 has mismatching size, expected 22374820 but found 67045735. File D:\games\darkmod\tdm_textures_wood01.pk4 has mismatching size, expected 75936780 but found 121140390. Ignoring updater executable: D:\games\darkmod\tdm_update.exe. File D:\games\darkmod\tdm_update.linux has mismatching size, expected 1714005 but found 1691828. File D:\games\darkmod\tdmlauncher.exe is missing. File D:\games\darkmod\tdmlauncher.linux is missing. Trying to match against version: 1.05 File D:\games\darkmod\AUTHORS.txt has mismatching size, expected 2791 but found 3687. File D:\games\darkmod\DoomConfig.cfg is missing. File D:\games\darkmod\LICENSE.txt has mismatching size, expected 18927 but found 43962. CRC calculated for file D:\games\darkmod\TDM_icon.ico = d585a57f File D:\games\darkmod\TDM_icon.ico is matching version 1.05. CRC calculated for file D:\games\darkmod\config.spec = 0 File D:\games\darkmod\config.spec is matching version 1.05. File D:\games\darkmod\darkmod.ini has mismatching size, expected 734 but found 721. File D:\games\darkmod\description.txt has mismatching size, expected 42 but found 49. File D:\games\darkmod\dmargs.txt is missing. File D:\games\darkmod\fms/training_mission/training_mission.pk4 has mismatching size, expected 6945673 but found 20006177. File D:\games\darkmod\tdm_ai_animals01.pk4 has mismatching size, expected 13880248 but found 14130891. File D:\games\darkmod\tdm_ai_base01.pk4 has mismatching size, expected 23050 but found 28445. File D:\games\darkmod\tdm_ai_humanoid_builders01.pk4 has mismatching size, expected 27866334 but found 29825430. File D:\games\darkmod\tdm_ai_humanoid_females01.pk4 has mismatching size, expected 3131450 but found 6242717. File D:\games\darkmod\tdm_ai_humanoid_guards01.pk4 has mismatching size, expected 46071720 but found 52960714. File D:\games\darkmod\tdm_ai_humanoid_heads01.pk4 has mismatching size, expected 3769181 but found 14056255. File D:\games\darkmod\tdm_ai_humanoid_mages01.pk4 has mismatching size, expected 9104713 but found 5606401. File D:\games\darkmod\tdm_ai_humanoid_nobles01.pk4 has mismatching size, expected 13343365 but found 11206530. File D:\games\darkmod\tdm_ai_humanoid_pagans01.pk4 has mismatching size, expected 3269116 but found 3410127. File D:\games\darkmod\tdm_ai_humanoid_townsfolk01.pk4 has mismatching size, expected 17442920 but found 46903549. File D:\games\darkmod\tdm_ai_humanoid_undead01.pk4 has mismatching size, expected 6144612 but found 15332845. File D:\games\darkmod\tdm_ai_monsters_spiders01.pk4 has mismatching size, expected 8785777 but found 4174441. File D:\games\darkmod\tdm_ai_steambots01.pk4 has mismatching size, expected 1876676 but found 1843910. File D:\games\darkmod\tdm_base01.pk4 has mismatching size, expected 429725 but found 949122. File D:\games\darkmod\tdm_defs01.pk4 has mismatching size, expected 228398 but found 311064. File D:\games\darkmod\tdm_env01.pk4 has mismatching size, expected 40470258 but found 41816734. File D:\games\darkmod\tdm_fonts01.pk4 has mismatching size, expected 1419558 but found 7088300. File D:\games\darkmod\tdm_game01.pk4 is missing. File D:\games\darkmod\tdm_game02.pk4 is missing. File D:\games\darkmod\tdm_gui01.pk4 has mismatching size, expected 28192008 but found 38006126. File D:\games\darkmod\tdm_gui_credits01.pk4 has mismatching size, expected 47368235 but found 54123050. File D:\games\darkmod\tdm_models01.pk4 has mismatching size, expected 39351472 but found 143173718. File D:\games\darkmod\tdm_models02.pk4 has mismatching size, expected 275584134 but found 415213587. File D:\games\darkmod\tdm_models_decls01.pk4 has mismatching size, expected 115349 but found 151957. File D:\games\darkmod\tdm_player01.pk4 has mismatching size, expected 5699886 but found 5793891. File D:\games\darkmod\tdm_prefabs01.pk4 has mismatching size, expected 1588949 but found 3062211. File D:\games\darkmod\tdm_sound_ambient01.pk4 has mismatching size, expected 31027355 but found 48876607. File D:\games\darkmod\tdm_sound_ambient02.pk4 has mismatching size, expected 168080004 but found 178530320. File D:\games\darkmod\tdm_sound_ambient03.pk4 has mismatching size, expected 32317944 but found 32156915. File D:\games\darkmod\tdm_sound_ambient_decls01.pk4 has mismatching size, expected 8012 but found 9790. File D:\games\darkmod\tdm_sound_sfx01.pk4 has mismatching size, expected 7278247 but found 24789072. File D:\games\darkmod\tdm_sound_sfx02.pk4 has mismatching size, expected 8680520 but found 10277912. File D:\games\darkmod\tdm_sound_vocals01.pk4 has mismatching size, expected 3345271 but found 3770358. File D:\games\darkmod\tdm_sound_vocals02.pk4 has mismatching size, expected 100224850 but found 71245712. File D:\games\darkmod\tdm_sound_vocals03.pk4 has mismatching size, expected 33770193 but found 34483832. File D:\games\darkmod\tdm_sound_vocals04.pk4 has mismatching size, expected 76998131 but found 121691929. File D:\games\darkmod\tdm_sound_vocals05.pk4 has mismatching size, expected 6723082 but found 9577892. File D:\games\darkmod\tdm_sound_vocals06.pk4 has mismatching size, expected 33778207 but found 34391469. File D:\games\darkmod\tdm_sound_vocals07.pk4 has mismatching size, expected 65657247 but found 67054402. File D:\games\darkmod\tdm_sound_vocals_decls01.pk4 has mismatching size, expected 39906 but found 63910. File D:\games\darkmod\tdm_textures_base01.pk4 has mismatching size, expected 5681677 but found 10125959. File D:\games\darkmod\tdm_textures_carpet01.pk4 has mismatching size, expected 16831175 but found 21758643. File D:\games\darkmod\tdm_textures_decals01.pk4 has mismatching size, expected 33976529 but found 110497697. File D:\games\darkmod\tdm_textures_door01.pk4 has mismatching size, expected 38388318 but found 39431030. File D:\games\darkmod\tdm_textures_fabric01.pk4 has mismatching size, expected 27785928 but found 11447361. File D:\games\darkmod\tdm_textures_glass01.pk4 has mismatching size, expected 7143903 but found 17277927. File D:\games\darkmod\tdm_textures_metal01.pk4 has mismatching size, expected 81650840 but found 152673709. File D:\games\darkmod\tdm_textures_nature01.pk4 has mismatching size, expected 80702723 but found 140797327. File D:\games\darkmod\tdm_textures_paint_paper01.pk4 has mismatching size, expected 3601837 but found 17803332. File D:\games\darkmod\tdm_textures_plaster01.pk4 has mismatching size, expected 30619061 but found 67129987. File D:\games\darkmod\tdm_textures_roof01.pk4 has mismatching size, expected 28814643 but found 42484084. File D:\games\darkmod\tdm_textures_sfx01.pk4 has mismatching size, expected 2047200 but found 2760781. File D:\games\darkmod\tdm_textures_stone_brick01.pk4 has mismatching size, expected 156812613 but found 312825781. File D:\games\darkmod\tdm_textures_stone_cobblestones01.pk4 has mismatching size, expected 85089416 but found 127637654. File D:\games\darkmod\tdm_textures_stone_flat01.pk4 has mismatching size, expected 68363995 but found 96867461. File D:\games\darkmod\tdm_textures_stone_natural01.pk4 has mismatching size, expected 60326145 but found 94411360. File D:\games\darkmod\tdm_textures_stone_sculpted01.pk4 has mismatching size, expected 71660974 but found 172951436. File D:\games\darkmod\tdm_textures_window01.pk4 has mismatching size, expected 22374820 but found 67045735. File D:\games\darkmod\tdm_textures_wood01.pk4 has mismatching size, expected 76490811 but found 121140390. Ignoring updater executable: D:\games\darkmod\tdm_update.exe. File D:\games\darkmod\tdm_update.linux has mismatching size, expected 1714005 but found 1691828. File D:\games\darkmod\tdmlauncher.exe is missing. File D:\games\darkmod\tdmlauncher.linux is missing. Trying to match against version: 1.06 File D:\games\darkmod\AUTHORS.txt has mismatching size, expected 2791 but found 3687. File D:\games\darkmod\DoomConfig.cfg is missing. File D:\games\darkmod\LICENSE.txt has mismatching size, expected 18927 but found 43962. CRC calculated for file D:\games\darkmod\TDM_icon.ico = d585a57f File D:\games\darkmod\TDM_icon.ico is matching version 1.06. CRC calculated for file D:\games\darkmod\config.spec = 0 File D:\games\darkmod\config.spec is matching version 1.06. File D:\games\darkmod\darkmod.ico has mismatching size, expected 99678 but found 285481. File D:\games\darkmod\darkmod.ini has mismatching size, expected 722 but found 721. File D:\games\darkmod\description.txt has mismatching size, expected 42 but found 49. File D:\games\darkmod\dmargs.txt is missing. File D:\games\darkmod\fms/training_mission/training_mission.pk4 has mismatching size, expected 6945673 but found 20006177. File D:\games\darkmod\tdm_ai_animals01.pk4 has mismatching size, expected 13880294 but found 14130891. File D:\games\darkmod\tdm_ai_base01.pk4 has mismatching size, expected 23147 but found 28445. File D:\games\darkmod\tdm_ai_humanoid_builders01.pk4 has mismatching size, expected 27914555 but found 29825430. File D:\games\darkmod\tdm_ai_humanoid_females01.pk4 has mismatching size, expected 4270815 but found 6242717. File D:\games\darkmod\tdm_ai_humanoid_guards01.pk4 has mismatching size, expected 39547894 but found 52960714. File D:\games\darkmod\tdm_ai_humanoid_heads01.pk4 has mismatching size, expected 4630853 but found 14056255. File D:\games\darkmod\tdm_ai_humanoid_mages01.pk4 has mismatching size, expected 9104713 but found 5606401. File D:\games\darkmod\tdm_ai_humanoid_nobles01.pk4 has mismatching size, expected 13343435 but found 11206530. File D:\games\darkmod\tdm_ai_humanoid_pagans01.pk4 has mismatching size, expected 3269116 but found 3410127. File D:\games\darkmod\tdm_ai_humanoid_townsfolk01.pk4 has mismatching size, expected 27105992 but found 46903549. File D:\games\darkmod\tdm_ai_humanoid_undead01.pk4 has mismatching size, expected 6144616 but found 15332845. File D:\games\darkmod\tdm_ai_monsters_spiders01.pk4 has mismatching size, expected 8785818 but found 4174441. File D:\games\darkmod\tdm_ai_steambots01.pk4 has mismatching size, expected 1876676 but found 1843910. File D:\games\darkmod\tdm_base01.pk4 has mismatching size, expected 431662 but found 949122. File D:\games\darkmod\tdm_defs01.pk4 has mismatching size, expected 234897 but found 311064. File D:\games\darkmod\tdm_env01.pk4 has mismatching size, expected 40470258 but found 41816734. File D:\games\darkmod\tdm_fonts01.pk4 has mismatching size, expected 1419558 but found 7088300. File D:\games\darkmod\tdm_game01.pk4 is missing. File D:\games\darkmod\tdm_game02.pk4 is missing. File D:\games\darkmod\tdm_game03.pk4 is missing. File D:\games\darkmod\tdm_gui01.pk4 has mismatching size, expected 28270458 but found 38006126. File D:\games\darkmod\tdm_gui_credits01.pk4 has mismatching size, expected 47368235 but found 54123050. File D:\games\darkmod\tdm_models01.pk4 has mismatching size, expected 39633011 but found 143173718. File D:\games\darkmod\tdm_models02.pk4 has mismatching size, expected 276526808 but found 415213587. File D:\games\darkmod\tdm_models_decls01.pk4 has mismatching size, expected 116262 but found 151957. File D:\games\darkmod\tdm_player01.pk4 has mismatching size, expected 5689119 but found 5793891. File D:\games\darkmod\tdm_prefabs01.pk4 has mismatching size, expected 1588949 but found 3062211. File D:\games\darkmod\tdm_sound_ambient01.pk4 has mismatching size, expected 31027355 but found 48876607. File D:\games\darkmod\tdm_sound_ambient02.pk4 has mismatching size, expected 168080004 but found 178530320. File D:\games\darkmod\tdm_sound_ambient03.pk4 has mismatching size, expected 32317944 but found 32156915. File D:\games\darkmod\tdm_sound_ambient_decls01.pk4 has mismatching size, expected 8012 but found 9790. File D:\games\darkmod\tdm_sound_sfx01.pk4 has mismatching size, expected 7585898 but found 24789072. File D:\games\darkmod\tdm_sound_sfx02.pk4 has mismatching size, expected 8726360 but found 10277912. File D:\games\darkmod\tdm_sound_vocals01.pk4 has mismatching size, expected 3345271 but found 3770358. File D:\games\darkmod\tdm_sound_vocals02.pk4 has mismatching size, expected 100224850 but found 71245712. File D:\games\darkmod\tdm_sound_vocals03.pk4 has mismatching size, expected 33770193 but found 34483832. File D:\games\darkmod\tdm_sound_vocals04.pk4 has mismatching size, expected 76782147 but found 121691929. File D:\games\darkmod\tdm_sound_vocals05.pk4 has mismatching size, expected 6723082 but found 9577892. File D:\games\darkmod\tdm_sound_vocals06.pk4 has mismatching size, expected 33710213 but found 34391469. File D:\games\darkmod\tdm_sound_vocals07.pk4 has mismatching size, expected 65657247 but found 67054402. File D:\games\darkmod\tdm_sound_vocals_decls01.pk4 has mismatching size, expected 40531 but found 63910. File D:\games\darkmod\tdm_textures_base01.pk4 has mismatching size, expected 5682618 but found 10125959. File D:\games\darkmod\tdm_textures_carpet01.pk4 has mismatching size, expected 16831175 but found 21758643. File D:\games\darkmod\tdm_textures_decals01.pk4 has mismatching size, expected 34539278 but found 110497697. File D:\games\darkmod\tdm_textures_door01.pk4 has mismatching size, expected 38388318 but found 39431030. File D:\games\darkmod\tdm_textures_fabric01.pk4 has mismatching size, expected 27785928 but found 11447361. File D:\games\darkmod\tdm_textures_glass01.pk4 has mismatching size, expected 7143903 but found 17277927. File D:\games\darkmod\tdm_textures_metal01.pk4 has mismatching size, expected 81650840 but found 152673709. File D:\games\darkmod\tdm_textures_nature01.pk4 has mismatching size, expected 83741639 but found 140797327. File D:\games\darkmod\tdm_textures_paint_paper01.pk4 has mismatching size, expected 3601837 but found 17803332. File D:\games\darkmod\tdm_textures_plaster01.pk4 has mismatching size, expected 30619061 but found 67129987. File D:\games\darkmod\tdm_textures_roof01.pk4 has mismatching size, expected 28814643 but found 42484084. File D:\games\darkmod\tdm_textures_sfx01.pk4 has mismatching size, expected 2070999 but found 2760781. File D:\games\darkmod\tdm_textures_stone_brick01.pk4 has mismatching size, expected 156812613 but found 312825781. File D:\games\darkmod\tdm_textures_stone_cobblestones01.pk4 has mismatching size, expected 85089416 but found 127637654. File D:\games\darkmod\tdm_textures_stone_flat01.pk4 has mismatching size, expected 68363995 but found 96867461. File D:\games\darkmod\tdm_textures_stone_natural01.pk4 has mismatching size, expected 60326145 but found 94411360. File D:\games\darkmod\tdm_textures_stone_sculpted01.pk4 has mismatching size, expected 83742796 but found 172951436. File D:\games\darkmod\tdm_textures_window01.pk4 has mismatching size, expected 22374820 but found 67045735. File D:\games\darkmod\tdm_textures_wood01.pk4 has mismatching size, expected 77301564 but found 121140390. Ignoring updater executable: D:\games\darkmod\tdm_update.exe. File D:\games\darkmod\tdm_update.linux has mismatching size, expected 1719611 but found 1691828. File D:\games\darkmod\tdm_update.macosx is missing. File D:\games\darkmod\tdmlauncher.exe is missing. File D:\games\darkmod\tdmlauncher.linux is missing. File D:\games\darkmod\tdmlauncher.macosx is missing. Trying to match against version: 1.07 File D:\games\darkmod\AUTHORS.txt has mismatching size, expected 3246 but found 3687. File D:\games\darkmod\DoomConfig.cfg is missing. File D:\games\darkmod\LICENSE.txt has mismatching size, expected 18927 but found 43962. CRC calculated for file D:\games\darkmod\TDM_icon.ico = d585a57f File D:\games\darkmod\TDM_icon.ico is matching version 1.07. CRC calculated for file D:\games\darkmod\config.spec = 0 File D:\games\darkmod\config.spec is matching version 1.07. CRC calculated for file D:\games\darkmod\darkmod.ico = df20ac89 File D:\games\darkmod\darkmod.ico is matching version 1.07. File D:\games\darkmod\darkmod.ini has mismatching size, expected 722 but found 721. File D:\games\darkmod\description.txt has mismatching size, expected 42 but found 49. File D:\games\darkmod\dmargs.txt is missing. File D:\games\darkmod\fms/training_mission/training_mission.pk4 has mismatching size, expected 6945673 but found 20006177. File D:\games\darkmod\tdm_ai_animals01.pk4 has mismatching size, expected 13880313 but found 14130891. File D:\games\darkmod\tdm_ai_base01.pk4 has mismatching size, expected 23230 but found 28445. File D:\games\darkmod\tdm_ai_humanoid_builders01.pk4 has mismatching size, expected 28421705 but found 29825430. File D:\games\darkmod\tdm_ai_humanoid_females01.pk4 has mismatching size, expected 4353340 but found 6242717. File D:\games\darkmod\tdm_ai_humanoid_guards01.pk4 has mismatching size, expected 39784047 but found 52960714. File D:\games\darkmod\tdm_ai_humanoid_heads01.pk4 has mismatching size, expected 5180586 but found 14056255. File D:\games\darkmod\tdm_ai_humanoid_mages01.pk4 has mismatching size, expected 5469772 but found 5606401. File D:\games\darkmod\tdm_ai_humanoid_nobles01.pk4 has mismatching size, expected 9962246 but found 11206530. File D:\games\darkmod\tdm_ai_humanoid_pagans01.pk4 has mismatching size, expected 3269125 but found 3410127. File D:\games\darkmod\tdm_ai_humanoid_townsfolk01.pk4 has mismatching size, expected 26826656 but found 46903549. File D:\games\darkmod\tdm_ai_humanoid_undead01.pk4 has mismatching size, expected 6144609 but found 15332845. File D:\games\darkmod\tdm_ai_monsters_spiders01.pk4 has mismatching size, expected 8785828 but found 4174441. File D:\games\darkmod\tdm_ai_steambots01.pk4 has mismatching size, expected 1876676 but found 1843910. File D:\games\darkmod\tdm_base01.pk4 has mismatching size, expected 617027 but found 949122. File D:\games\darkmod\tdm_defs01.pk4 has mismatching size, expected 242572 but found 311064. File D:\games\darkmod\tdm_env01.pk4 has mismatching size, expected 40470258 but found 41816734. File D:\games\darkmod\tdm_fonts01.pk4 has mismatching size, expected 6608391 but found 7088300. File D:\games\darkmod\tdm_game01.pk4 is missing. File D:\games\darkmod\tdm_game02.pk4 is missing. File D:\games\darkmod\tdm_game03.pk4 is missing. File D:\games\darkmod\tdm_gui01.pk4 has mismatching size, expected 23960019 but found 38006126. File D:\games\darkmod\tdm_gui_credits01.pk4 has mismatching size, expected 47368235 but found 54123050. File D:\games\darkmod\tdm_models01.pk4 has mismatching size, expected 40117088 but found 143173718. File D:\games\darkmod\tdm_models02.pk4 has mismatching size, expected 280094264 but found 415213587. File D:\games\darkmod\tdm_models_decls01.pk4 has mismatching size, expected 117691 but found 151957. File D:\games\darkmod\tdm_player01.pk4 has mismatching size, expected 5689119 but found 5793891. File D:\games\darkmod\tdm_prefabs01.pk4 has mismatching size, expected 1613791 but found 3062211. File D:\games\darkmod\tdm_sound_ambient01.pk4 has mismatching size, expected 31027355 but found 48876607. File D:\games\darkmod\tdm_sound_ambient02.pk4 has mismatching size, expected 168080004 but found 178530320. File D:\games\darkmod\tdm_sound_ambient03.pk4 has mismatching size, expected 32317944 but found 32156915. File D:\games\darkmod\tdm_sound_ambient_decls01.pk4 has mismatching size, expected 8025 but found 9790. File D:\games\darkmod\tdm_sound_sfx01.pk4 has mismatching size, expected 9052714 but found 24789072. File D:\games\darkmod\tdm_sound_sfx02.pk4 has mismatching size, expected 9658967 but found 10277912. File D:\games\darkmod\tdm_sound_vocals01.pk4 has mismatching size, expected 3345271 but found 3770358. File D:\games\darkmod\tdm_sound_vocals02.pk4 has mismatching size, expected 100292941 but found 71245712. File D:\games\darkmod\tdm_sound_vocals03.pk4 has mismatching size, expected 33770193 but found 34483832. File D:\games\darkmod\tdm_sound_vocals04.pk4 has mismatching size, expected 76804702 but found 121691929. File D:\games\darkmod\tdm_sound_vocals05.pk4 has mismatching size, expected 6723082 but found 9577892. File D:\games\darkmod\tdm_sound_vocals06.pk4 has mismatching size, expected 33710213 but found 34391469. File D:\games\darkmod\tdm_sound_vocals07.pk4 has mismatching size, expected 65657247 but found 67054402. File D:\games\darkmod\tdm_sound_vocals_decls01.pk4 has mismatching size, expected 40800 but found 63910. File D:\games\darkmod\tdm_textures_base01.pk4 has mismatching size, expected 5687449 but found 10125959. File D:\games\darkmod\tdm_textures_carpet01.pk4 has mismatching size, expected 12938314 but found 21758643. File D:\games\darkmod\tdm_textures_decals01.pk4 has mismatching size, expected 34133324 but found 110497697. File D:\games\darkmod\tdm_textures_door01.pk4 has mismatching size, expected 32981534 but found 39431030. File D:\games\darkmod\tdm_textures_fabric01.pk4 has mismatching size, expected 10613534 but found 11447361. File D:\games\darkmod\tdm_textures_glass01.pk4 has mismatching size, expected 8222276 but found 17277927. File D:\games\darkmod\tdm_textures_metal01.pk4 has mismatching size, expected 100091919 but found 152673709. File D:\games\darkmod\tdm_textures_nature01.pk4 has mismatching size, expected 81942206 but found 140797327. File D:\games\darkmod\tdm_textures_paint_paper01.pk4 has mismatching size, expected 2750286 but found 17803332. File D:\games\darkmod\tdm_textures_plaster01.pk4 has mismatching size, expected 29464795 but found 67129987. File D:\games\darkmod\tdm_textures_roof01.pk4 has mismatching size, expected 35490286 but found 42484084. File D:\games\darkmod\tdm_textures_sfx01.pk4 has mismatching size, expected 2070999 but found 2760781. File D:\games\darkmod\tdm_textures_stone_brick01.pk4 has mismatching size, expected 192861831 but found 312825781. File D:\games\darkmod\tdm_textures_stone_cobblestones01.pk4 has mismatching size, expected 98925246 but found 127637654. File D:\games\darkmod\tdm_textures_stone_flat01.pk4 has mismatching size, expected 72576293 but found 96867461. File D:\games\darkmod\tdm_textures_stone_natural01.pk4 has mismatching size, expected 60326145 but found 94411360. File D:\games\darkmod\tdm_textures_stone_sculpted01.pk4 has mismatching size, expected 108450860 but found 172951436. File D:\games\darkmod\tdm_textures_window01.pk4 has mismatching size, expected 31131541 but found 67045735. File D:\games\darkmod\tdm_textures_wood01.pk4 has mismatching size, expected 82925802 but found 121140390. Ignoring updater executable: D:\games\darkmod\tdm_update.exe. File D:\games\darkmod\tdm_update.linux has mismatching size, expected 1719849 but found 1691828. File D:\games\darkmod\tdm_update.macosx is missing. File D:\games\darkmod\tdmlauncher.exe is missing. File D:\games\darkmod\tdmlauncher.linux is missing. File D:\games\darkmod\tdmlauncher.macosx is missing. Trying to match against version: 1.08 File D:\games\darkmod\AUTHORS.txt has mismatching size, expected 3363 but found 3687. File D:\games\darkmod\LICENSE.txt has mismatching size, expected 18927 but found 43962. CRC calculated for file D:\games\darkmod\TDM_icon.ico = d585a57f File D:\games\darkmod\TDM_icon.ico is matching version 1.08. File D:\games\darkmod\TheDarkMod.exe has mismatching size, expected 8839680 but found 8931328. CRC calculated for file D:\games\darkmod\config.spec = 0 File D:\games\darkmod\config.spec is matching version 1.08. CRC calculated for file D:\games\darkmod\darkmod.ico = df20ac89 File D:\games\darkmod\darkmod.ico is matching version 1.08. File D:\games\darkmod\darkmod.ini has mismatching size, expected 704 but found 721. File D:\games\darkmod\description.txt has mismatching size, expected 42 but found 49. File D:\games\darkmod\fms/saintlucia/saintlucia.pk4 is missing. File D:\games\darkmod\fms/training_mission/training_mission.pk4 has mismatching size, expected 20043933 but found 20006177. File D:\games\darkmod\tdm_ai_animals01.pk4 has mismatching size, expected 13880456 but found 14130891. File D:\games\darkmod\tdm_ai_base01.pk4 has mismatching size, expected 27098 but found 28445. File D:\games\darkmod\tdm_ai_humanoid_builders01.pk4 has mismatching size, expected 29067235 but found 29825430. File D:\games\darkmod\tdm_ai_humanoid_females01.pk4 has mismatching size, expected 5176662 but found 6242717. File D:\games\darkmod\tdm_ai_humanoid_guards01.pk4 has mismatching size, expected 47902979 but found 52960714. File D:\games\darkmod\tdm_ai_humanoid_heads01.pk4 has mismatching size, expected 5180772 but found 14056255. File D:\games\darkmod\tdm_ai_humanoid_mages01.pk4 has mismatching size, expected 5486374 but found 5606401. File D:\games\darkmod\tdm_ai_humanoid_nobles01.pk4 has mismatching size, expected 9962304 but found 11206530. File D:\games\darkmod\tdm_ai_humanoid_pagans01.pk4 has mismatching size, expected 3269134 but found 3410127. File D:\games\darkmod\tdm_ai_humanoid_townsfolk01.pk4 has mismatching size, expected 26826664 but found 46903549. File D:\games\darkmod\tdm_ai_humanoid_undead01.pk4 has mismatching size, expected 6144702 but found 15332845. File D:\games\darkmod\tdm_ai_monsters_spiders01.pk4 has mismatching size, expected 8981472 but found 4174441. File D:\games\darkmod\tdm_ai_steambots01.pk4 has mismatching size, expected 1866840 but found 1843910. File D:\games\darkmod\tdm_base01.pk4 has mismatching size, expected 745566 but found 949122. File D:\games\darkmod\tdm_defs01.pk4 has mismatching size, expected 272597 but found 311064. File D:\games\darkmod\tdm_env01.pk4 has mismatching size, expected 40470258 but found 41816734. File D:\games\darkmod\tdm_fonts01.pk4 has mismatching size, expected 6760646 but found 7088300. File D:\games\darkmod\tdm_game01.pk4 is missing. File D:\games\darkmod\tdm_game02.pk4 is missing. File D:\games\darkmod\tdm_gui01.pk4 has mismatching size, expected 23938477 but found 38006126. File D:\games\darkmod\tdm_gui_credits01.pk4 has mismatching size, expected 47381172 but found 54123050. File D:\games\darkmod\tdm_models01.pk4 has mismatching size, expected 42305027 but found 143173718. File D:\games\darkmod\tdm_models02.pk4 has mismatching size, expected 288655202 but found 415213587. File D:\games\darkmod\tdm_models_decls01.pk4 has mismatching size, expected 124410 but found 151957. File D:\games\darkmod\tdm_player01.pk4 has mismatching size, expected 5689119 but found 5793891. File D:\games\darkmod\tdm_prefabs01.pk4 has mismatching size, expected 2112442 but found 3062211. File D:\games\darkmod\tdm_sound_ambient01.pk4 has mismatching size, expected 36333718 but found 48876607. File D:\games\darkmod\tdm_sound_ambient02.pk4 has mismatching size, expected 168080004 but found 178530320. File D:\games\darkmod\tdm_sound_ambient03.pk4 has mismatching size, expected 32317944 but found 32156915. File D:\games\darkmod\tdm_sound_ambient_decls01.pk4 has mismatching size, expected 8276 but found 9790. File D:\games\darkmod\tdm_sound_sfx01.pk4 has mismatching size, expected 13199262 but found 24789072. File D:\games\darkmod\tdm_sound_sfx02.pk4 has mismatching size, expected 9888813 but found 10277912. File D:\games\darkmod\tdm_sound_vocals01.pk4 has mismatching size, expected 3731452 but found 3770358. File D:\games\darkmod\tdm_sound_vocals02.pk4 has mismatching size, expected 102632660 but found 71245712. File D:\games\darkmod\tdm_sound_vocals03.pk4 has mismatching size, expected 33599737 but found 34483832. File D:\games\darkmod\tdm_sound_vocals04.pk4 has mismatching size, expected 83598061 but found 121691929. File D:\games\darkmod\tdm_sound_vocals05.pk4 has mismatching size, expected 6282628 but found 9577892. File D:\games\darkmod\tdm_sound_vocals06.pk4 has mismatching size, expected 33639263 but found 34391469. File D:\games\darkmod\tdm_sound_vocals07.pk4 has mismatching size, expected 65575274 but found 67054402. File D:\games\darkmod\tdm_sound_vocals_decls01.pk4 has mismatching size, expected 47620 but found 63910. File D:\games\darkmod\tdm_textures_base01.pk4 has mismatching size, expected 7179448 but found 10125959. File D:\games\darkmod\tdm_textures_carpet01.pk4 has mismatching size, expected 12938314 but found 21758643. File D:\games\darkmod\tdm_textures_decals01.pk4 has mismatching size, expected 36259651 but found 110497697. File D:\games\darkmod\tdm_textures_door01.pk4 has mismatching size, expected 34759394 but found 39431030. File D:\games\darkmod\tdm_textures_fabric01.pk4 has mismatching size, expected 10613534 but found 11447361. File D:\games\darkmod\tdm_textures_glass01.pk4 has mismatching size, expected 9061588 but found 17277927. File D:\games\darkmod\tdm_textures_metal01.pk4 has mismatching size, expected 100091919 but found 152673709. File D:\games\darkmod\tdm_textures_nature01.pk4 has mismatching size, expected 88582193 but found 140797327. File D:\games\darkmod\tdm_textures_paint_paper01.pk4 has mismatching size, expected 2750286 but found 17803332. File D:\games\darkmod\tdm_textures_plaster01.pk4 has mismatching size, expected 29464795 but found 67129987. File D:\games\darkmod\tdm_textures_roof01.pk4 has mismatching size, expected 35490286 but found 42484084. File D:\games\darkmod\tdm_textures_sfx01.pk4 has mismatching size, expected 2369724 but found 2760781. File D:\games\darkmod\tdm_textures_stone_brick01.pk4 has mismatching size, expected 192929075 but found 312825781. File D:\games\darkmod\tdm_textures_stone_cobblestones01.pk4 has mismatching size, expected 98925246 but found 127637654. File D:\games\darkmod\tdm_textures_stone_flat01.pk4 has mismatching size, expected 73308565 but found 96867461. File D:\games\darkmod\tdm_textures_stone_natural01.pk4 has mismatching size, expected 60326145 but found 94411360. File D:\games\darkmod\tdm_textures_stone_sculpted01.pk4 has mismatching size, expected 108450860 but found 172951436. File D:\games\darkmod\tdm_textures_window01.pk4 has mismatching size, expected 33917543 but found 67045735. File D:\games\darkmod\tdm_textures_wood01.pk4 has mismatching size, expected 82925802 but found 121140390. Ignoring updater executable: D:\games\darkmod\tdm_update.exe. File D:\games\darkmod\tdm_update.linux has mismatching size, expected 1734362 but found 1691828. File D:\games\darkmod\thedarkmod.x86 has mismatching size, expected 5281587 but found 20101144. Trying to match against version: 2.00 File D:\games\darkmod\AUTHORS.txt has mismatching size, expected 3376 but found 3687. File D:\games\darkmod\LICENSE.txt has mismatching size, expected 18927 but found 43962. CRC calculated for file D:\games\darkmod\TDM_icon.ico = d585a57f File D:\games\darkmod\TDM_icon.ico is matching version 2.00. File D:\games\darkmod\TheDarkMod.exe has mismatching size, expected 8752640 but found 8931328. CRC calculated for file D:\games\darkmod\config.spec = 0 File D:\games\darkmod\config.spec is matching version 2.00. CRC calculated for file D:\games\darkmod\darkmod.ico = df20ac89 File D:\games\darkmod\darkmod.ico is matching version 2.00. File D:\games\darkmod\darkmod.ini has mismatching size, expected 704 but found 721. File D:\games\darkmod\description.txt has mismatching size, expected 42 but found 49. File D:\games\darkmod\fms/saintlucia/saintlucia.pk4 is missing. File D:\games\darkmod\fms/training_mission/training_mission.pk4 has mismatching size, expected 20043933 but found 20006177. File D:\games\darkmod\tdm_ai_animals01.pk4 has mismatching size, expected 13901566 but found 14130891. File D:\games\darkmod\tdm_ai_base01.pk4 has mismatching size, expected 27549 but found 28445. File D:\games\darkmod\tdm_ai_humanoid_builders01.pk4 has mismatching size, expected 29110031 but found 29825430. File D:\games\darkmod\tdm_ai_humanoid_females01.pk4 has mismatching size, expected 5176596 but found 6242717. File D:\games\darkmod\tdm_ai_humanoid_guards01.pk4 has mismatching size, expected 42596638 but found 52960714. File D:\games\darkmod\tdm_ai_humanoid_heads01.pk4 has mismatching size, expected 11254445 but found 14056255. File D:\games\darkmod\tdm_ai_humanoid_mages01.pk4 has mismatching size, expected 5486370 but found 5606401. File D:\games\darkmod\tdm_ai_humanoid_nobles01.pk4 has mismatching size, expected 9558336 but found 11206530. File D:\games\darkmod\tdm_ai_humanoid_pagans01.pk4 has mismatching size, expected 3410123 but found 3410127. File D:\games\darkmod\tdm_ai_humanoid_townsfolk01.pk4 has mismatching size, expected 40071123 but found 46903549. File D:\games\darkmod\tdm_ai_humanoid_undead01.pk4 has mismatching size, expected 15341182 but found 15332845. File D:\games\darkmod\tdm_ai_monsters_spiders01.pk4 has mismatching size, expected 4174299 but found 4174441. File D:\games\darkmod\tdm_ai_steambots01.pk4 has mismatching size, expected 1834916 but found 1843910. File D:\games\darkmod\tdm_base01.pk4 has mismatching size, expected 765571 but found 949122. File D:\games\darkmod\tdm_defs01.pk4 has mismatching size, expected 283696 but found 311064. File D:\games\darkmod\tdm_env01.pk4 has mismatching size, expected 40549185 but found 41816734. File D:\games\darkmod\tdm_fonts01.pk4 has mismatching size, expected 6760646 but found 7088300. File D:\games\darkmod\tdm_game01.pk4 is missing. File D:\games\darkmod\tdm_game02.pk4 is missing. File D:\games\darkmod\tdm_gui01.pk4 has mismatching size, expected 23939294 but found 38006126. File D:\games\darkmod\tdm_gui_credits01.pk4 has mismatching size, expected 47401381 but found 54123050. File D:\games\darkmod\tdm_models01.pk4 has mismatching size, expected 43006356 but found 143173718. File D:\games\darkmod\tdm_models02.pk4 has mismatching size, expected 289447602 but found 415213587. File D:\games\darkmod\tdm_models_decls01.pk4 has mismatching size, expected 125207 but found 151957. File D:\games\darkmod\tdm_player01.pk4 has mismatching size, expected 5689119 but found 5793891. File D:\games\darkmod\tdm_prefabs01.pk4 has mismatching size, expected 2137006 but found 3062211. File D:\games\darkmod\tdm_sound_ambient01.pk4 has mismatching size, expected 45287300 but found 48876607. File D:\games\darkmod\tdm_sound_ambient02.pk4 has mismatching size, expected 168710429 but found 178530320. File D:\games\darkmod\tdm_sound_ambient03.pk4 has mismatching size, expected 32317944 but found 32156915. File D:\games\darkmod\tdm_sound_ambient_decls01.pk4 has mismatching size, expected 8978 but found 9790. File D:\games\darkmod\tdm_sound_sfx01.pk4 has mismatching size, expected 20639318 but found 24789072. File D:\games\darkmod\tdm_sound_sfx02.pk4 has mismatching size, expected 9576724 but found 10277912. File D:\games\darkmod\tdm_sound_vocals01.pk4 has mismatching size, expected 3753496 but found 3770358. File D:\games\darkmod\tdm_sound_vocals02.pk4 has mismatching size, expected 69821518 but found 71245712. File D:\games\darkmod\tdm_sound_vocals03.pk4 has mismatching size, expected 33646117 but found 34483832. File D:\games\darkmod\tdm_sound_vocals04.pk4 has mismatching size, expected 104866566 but found 121691929. File D:\games\darkmod\tdm_sound_vocals05.pk4 has mismatching size, expected 9438689 but found 9577892. File D:\games\darkmod\tdm_sound_vocals06.pk4 has mismatching size, expected 33537818 but found 34391469. File D:\games\darkmod\tdm_sound_vocals07.pk4 has mismatching size, expected 65721299 but found 67054402. File D:\games\darkmod\tdm_sound_vocals_decls01.pk4 has mismatching size, expected 55561 but found 63910. CRC calculated for zip file D:\games\darkmod\tdm_standalone.pk4 = ec957c4b File D:\games\darkmod\tdm_standalone.pk4 is matching version 2.00. File D:\games\darkmod\tdm_textures_base01.pk4 has mismatching size, expected 7998832 but found 10125959. File D:\games\darkmod\tdm_textures_carpet01.pk4 has mismatching size, expected 12938314 but found 21758643. File D:\games\darkmod\tdm_textures_decals01.pk4 has mismatching size, expected 42522288 but found 110497697. File D:\games\darkmod\tdm_textures_door01.pk4 has mismatching size, expected 35034150 but found 39431030. File D:\games\darkmod\tdm_textures_fabric01.pk4 has mismatching size, expected 10613534 but found 11447361. File D:\games\darkmod\tdm_textures_glass01.pk4 has mismatching size, expected 9152278 but found 17277927. File D:\games\darkmod\tdm_textures_metal01.pk4 has mismatching size, expected 109048167 but found 152673709. File D:\games\darkmod\tdm_textures_nature01.pk4 has mismatching size, expected 92905757 but found 140797327. File D:\games\darkmod\tdm_textures_paint_paper01.pk4 has mismatching size, expected 7756885 but found 17803332. File D:\games\darkmod\tdm_textures_plaster01.pk4 has mismatching size, expected 48923817 but found 67129987. File D:\games\darkmod\tdm_textures_roof01.pk4 has mismatching size, expected 35490286 but found 42484084. File D:\games\darkmod\tdm_textures_sfx01.pk4 has mismatching size, expected 2451955 but found 2760781. File D:\games\darkmod\tdm_textures_stone_brick01.pk4 has mismatching size, expected 222628090 but found 312825781. File D:\games\darkmod\tdm_textures_stone_cobblestones01.pk4 has mismatching size, expected 101461450 but found 127637654. File D:\games\darkmod\tdm_textures_stone_flat01.pk4 has mismatching size, expected 79436544 but found 96867461. File D:\games\darkmod\tdm_textures_stone_natural01.pk4 has mismatching size, expected 66058953 but found 94411360. File D:\games\darkmod\tdm_textures_stone_sculpted01.pk4 has mismatching size, expected 111839332 but found 172951436. File D:\games\darkmod\tdm_textures_window01.pk4 has mismatching size, expected 33917543 but found 67045735. File D:\games\darkmod\tdm_textures_wood01.pk4 has mismatching size, expected 85102010 but found 121140390. Ignoring updater executable: D:\games\darkmod\tdm_update.exe. File D:\games\darkmod\tdm_update.linux has mismatching size, expected 1774796 but found 1691828. File D:\games\darkmod\thedarkmod.x86 has mismatching size, expected 5624877 but found 20101144. Trying to match against version: 2.01 File D:\games\darkmod\AUTHORS.txt has mismatching size, expected 3616 but found 3687. File D:\games\darkmod\LICENSE.txt has mismatching size, expected 24900 but found 43962. CRC calculated for file D:\games\darkmod\TDM_icon.ico = d585a57f File D:\games\darkmod\TDM_icon.ico is matching version 2.01. File D:\games\darkmod\TheDarkMod.exe has mismatching size, expected 9683968 but found 8931328. File D:\games\darkmod\cacert.pem is missing. CRC calculated for file D:\games\darkmod\config.spec = 0 File D:\games\darkmod\config.spec is matching version 2.01. CRC calculated for file D:\games\darkmod\darkmod.ico = df20ac89 File D:\games\darkmod\darkmod.ico is matching version 2.01. File D:\games\darkmod\darkmod.ini has mismatching size, expected 704 but found 721. File D:\games\darkmod\description.txt has mismatching size, expected 42 but found 49. File D:\games\darkmod\fms/saintlucia/saintlucia.pk4 is missing. File D:\games\darkmod\fms/training_mission/training_mission.pk4 has mismatching size, expected 20043933 but found 20006177. File D:\games\darkmod\tdm_ai_animals01.pk4 has mismatching size, expected 13901566 but found 14130891. File D:\games\darkmod\tdm_ai_base01.pk4 has mismatching size, expected 27607 but found 28445. File D:\games\darkmod\tdm_ai_humanoid_builders01.pk4 has mismatching size, expected 29110031 but found 29825430. File D:\games\darkmod\tdm_ai_humanoid_females01.pk4 has mismatching size, expected 5176745 but found 6242717. File D:\games\darkmod\tdm_ai_humanoid_guards01.pk4 has mismatching size, expected 42809592 but found 52960714. File D:\games\darkmod\tdm_ai_humanoid_heads01.pk4 has mismatching size, expected 12819466 but found 14056255. File D:\games\darkmod\tdm_ai_humanoid_mages01.pk4 has mismatching size, expected 5486370 but found 5606401. File D:\games\darkmod\tdm_ai_humanoid_nobles01.pk4 has mismatching size, expected 11291480 but found 11206530. CRC calculated for zip file D:\games\darkmod\tdm_ai_humanoid_pagans01.pk4 = 64cc2a2d File D:\games\darkmod\tdm_ai_humanoid_pagans01.pk4 is matching version 2.01. File D:\games\darkmod\tdm_ai_humanoid_townsfolk01.pk4 has mismatching size, expected 44122522 but found 46903549. File D:\games\darkmod\tdm_ai_humanoid_undead01.pk4 has mismatching size, expected 15341207 but found 15332845. File D:\games\darkmod\tdm_ai_monsters_spiders01.pk4 has mismatching size, expected 4174299 but found 4174441. File D:\games\darkmod\tdm_ai_steambots01.pk4 has mismatching size, expected 1834916 but found 1843910. File D:\games\darkmod\tdm_base01.pk4 has mismatching size, expected 765903 but found 949122. File D:\games\darkmod\tdm_defs01.pk4 has mismatching size, expected 283912 but found 311064. File D:\games\darkmod\tdm_env01.pk4 has mismatching size, expected 40549185 but found 41816734. File D:\games\darkmod\tdm_fonts01.pk4 has mismatching size, expected 6760646 but found 7088300. File D:\games\darkmod\tdm_game01.pk4 is missing. File D:\games\darkmod\tdm_game02.pk4 is missing. File D:\games\darkmod\tdm_gui01.pk4 has mismatching size, expected 23939330 but found 38006126. File D:\games\darkmod\tdm_gui_credits01.pk4 has mismatching size, expected 47401381 but found 54123050. File D:\games\darkmod\tdm_models01.pk4 has mismatching size, expected 43452385 but found 143173718. File D:\games\darkmod\tdm_models02.pk4 has mismatching size, expected 290039624 but found 415213587. File D:\games\darkmod\tdm_models_decls01.pk4 has mismatching size, expected 125337 but found 151957. File D:\games\darkmod\tdm_player01.pk4 has mismatching size, expected 5694964 but found 5793891. File D:\games\darkmod\tdm_prefabs01.pk4 has mismatching size, expected 2140181 but found 3062211. File D:\games\darkmod\tdm_sound_ambient01.pk4 has mismatching size, expected 45287300 but found 48876607. File D:\games\darkmod\tdm_sound_ambient02.pk4 has mismatching size, expected 168710429 but found 178530320. File D:\games\darkmod\tdm_sound_ambient03.pk4 has mismatching size, expected 32317944 but found 32156915. File D:\games\darkmod\tdm_sound_ambient_decls01.pk4 has mismatching size, expected 8978 but found 9790. File D:\games\darkmod\tdm_sound_sfx01.pk4 has mismatching size, expected 20768754 but found 24789072. File D:\games\darkmod\tdm_sound_sfx02.pk4 has mismatching size, expected 9576724 but found 10277912. File D:\games\darkmod\tdm_sound_vocals01.pk4 has mismatching size, expected 3682914 but found 3770358. File D:\games\darkmod\tdm_sound_vocals02.pk4 has mismatching size, expected 69821518 but found 71245712. File D:\games\darkmod\tdm_sound_vocals03.pk4 has mismatching size, expected 33646117 but found 34483832. File D:\games\darkmod\tdm_sound_vocals04.pk4 has mismatching size, expected 105197068 but found 121691929. File D:\games\darkmod\tdm_sound_vocals05.pk4 has mismatching size, expected 9438689 but found 9577892. File D:\games\darkmod\tdm_sound_vocals06.pk4 has mismatching size, expected 33537818 but found 34391469. File D:\games\darkmod\tdm_sound_vocals07.pk4 has mismatching size, expected 65721299 but found 67054402. File D:\games\darkmod\tdm_sound_vocals_decls01.pk4 has mismatching size, expected 55663 but found 63910. CRC calculated for zip file D:\games\darkmod\tdm_standalone.pk4 = ec957c4b File D:\games\darkmod\tdm_standalone.pk4 is matching version 2.01. File D:\games\darkmod\tdm_textures_base01.pk4 has mismatching size, expected 8030290 but found 10125959. File D:\games\darkmod\tdm_textures_carpet01.pk4 has mismatching size, expected 12938314 but found 21758643. File D:\games\darkmod\tdm_textures_decals01.pk4 has mismatching size, expected 42522288 but found 110497697. File D:\games\darkmod\tdm_textures_door01.pk4 has mismatching size, expected 35034150 but found 39431030. File D:\games\darkmod\tdm_textures_fabric01.pk4 has mismatching size, expected 10613534 but found 11447361. File D:\games\darkmod\tdm_textures_glass01.pk4 has mismatching size, expected 9152278 but found 17277927. File D:\games\darkmod\tdm_textures_metal01.pk4 has mismatching size, expected 109048167 but found 152673709. File D:\games\darkmod\tdm_textures_nature01.pk4 has mismatching size, expected 92905757 but found 140797327. File D:\games\darkmod\tdm_textures_paint_paper01.pk4 has mismatching size, expected 7756885 but found 17803332. File D:\games\darkmod\tdm_textures_plaster01.pk4 has mismatching size, expected 48923817 but found 67129987. File D:\games\darkmod\tdm_textures_roof01.pk4 has mismatching size, expected 35490286 but found 42484084. File D:\games\darkmod\tdm_textures_sfx01.pk4 has mismatching size, expected 2451955 but found 2760781. File D:\games\darkmod\tdm_textures_stone_brick01.pk4 has mismatching size, expected 222628090 but found 312825781. File D:\games\darkmod\tdm_textures_stone_cobblestones01.pk4 has mismatching size, expected 101461450 but found 127637654. File D:\games\darkmod\tdm_textures_stone_flat01.pk4 has mismatching size, expected 79436544 but found 96867461. File D:\games\darkmod\tdm_textures_stone_natural01.pk4 has mismatching size, expected 66058953 but found 94411360. File D:\games\darkmod\tdm_textures_stone_sculpted01.pk4 has mismatching size, expected 111839332 but found 172951436. File D:\games\darkmod\tdm_textures_window01.pk4 has mismatching size, expected 33917543 but found 67045735. File D:\games\darkmod\tdm_textures_wood01.pk4 has mismatching size, expected 85102010 but found 121140390. Ignoring updater executable: D:\games\darkmod\tdm_update.exe. File D:\games\darkmod\tdm_update.linux has mismatching size, expected 1778939 but found 1691828. File D:\games\darkmod\thedarkmod.x86 has mismatching size, expected 5388252 but found 20101144. Trying to match against version: 2.02 File D:\games\darkmod\AUTHORS.txt has mismatching size, expected 3483 but found 3687. CRC calculated for file D:\games\darkmod\LICENSE.txt = e6d658a5 File D:\games\darkmod\LICENSE.txt is matching version 2.02. CRC calculated for file D:\games\darkmod\TDM_icon.ico = d585a57f File D:\games\darkmod\TDM_icon.ico is matching version 2.02. File D:\games\darkmod\TheDarkMod.exe has mismatching size, expected 9050624 but found 8931328. File D:\games\darkmod\ca-bundle.crt has mismatching size, expected 248203 but found 263596. CRC calculated for file D:\games\darkmod\config.spec = 0 File D:\games\darkmod\config.spec is matching version 2.02. CRC calculated for file D:\games\darkmod\darkmod.ico = df20ac89 File D:\games\darkmod\darkmod.ico is matching version 2.02. CRC calculated for file D:\games\darkmod\darkmod.ini = e241fab6 File D:\games\darkmod\darkmod.ini is matching version 2.02. CRC calculated for file D:\games\darkmod\description.txt = cc5377e9 File D:\games\darkmod\description.txt is matching version 2.02. File D:\games\darkmod\fms/saintlucia/saintlucia.pk4 is missing. File D:\games\darkmod\fms/training_mission/training_mission.pk4 has mismatching size, expected 20043933 but found 20006177. File D:\games\darkmod\tdm_ai_animals01.pk4 has mismatching size, expected 13901607 but found 14130891. File D:\games\darkmod\tdm_ai_base01.pk4 has mismatching size, expected 27937 but found 28445. File D:\games\darkmod\tdm_ai_humanoid_builders01.pk4 has mismatching size, expected 29111018 but found 29825430. File D:\games\darkmod\tdm_ai_humanoid_females01.pk4 has mismatching size, expected 5176842 but found 6242717. File D:\games\darkmod\tdm_ai_humanoid_guards01.pk4 has mismatching size, expected 48463221 but found 52960714. File D:\games\darkmod\tdm_ai_humanoid_heads01.pk4 has mismatching size, expected 12855645 but found 14056255. File D:\games\darkmod\tdm_ai_humanoid_mages01.pk4 has mismatching size, expected 5486394 but found 5606401. File D:\games\darkmod\tdm_ai_humanoid_nobles01.pk4 has mismatching size, expected 11291580 but found 11206530. CRC calculated for zip file D:\games\darkmod\tdm_ai_humanoid_pagans01.pk4 = 64cc2a2d File D:\games\darkmod\tdm_ai_humanoid_pagans01.pk4 is matching version 2.02. File D:\games\darkmod\tdm_ai_humanoid_townsfolk01.pk4 has mismatching size, expected 44122556 but found 46903549. File D:\games\darkmod\tdm_ai_humanoid_undead01.pk4 has mismatching size, expected 15341221 but found 15332845. File D:\games\darkmod\tdm_ai_monsters_spiders01.pk4 has mismatching size, expected 4174309 but found 4174441. File D:\games\darkmod\tdm_ai_steambots01.pk4 has mismatching size, expected 1834916 but found 1843910. File D:\games\darkmod\tdm_base01.pk4 has mismatching size, expected 786822 but found 949122. File D:\games\darkmod\tdm_defs01.pk4 has mismatching size, expected 287938 but found 311064. File D:\games\darkmod\tdm_env01.pk4 has mismatching size, expected 40549185 but found 41816734. File D:\games\darkmod\tdm_fonts01.pk4 has mismatching size, expected 6760646 but found 7088300. File D:\games\darkmod\tdm_game01.pk4 is missing. File D:\games\darkmod\tdm_game02.pk4 is missing. File D:\games\darkmod\tdm_gui01.pk4 has mismatching size, expected 23960215 but found 38006126. File D:\games\darkmod\tdm_gui_credits01.pk4 has mismatching size, expected 47401381 but found 54123050. File D:\games\darkmod\tdm_models01.pk4 has mismatching size, expected 44107887 but found 143173718. File D:\games\darkmod\tdm_models02.pk4 has mismatching size, expected 292193396 but found 415213587. File D:\games\darkmod\tdm_models_decls01.pk4 has mismatching size, expected 126641 but found 151957. File D:\games\darkmod\tdm_player01.pk4 has mismatching size, expected 5795258 but found 5793891. File D:\games\darkmod\tdm_prefabs01.pk4 has mismatching size, expected 2228902 but found 3062211. File D:\games\darkmod\tdm_sound_ambient01.pk4 has mismatching size, expected 47226929 but found 48876607. File D:\games\darkmod\tdm_sound_ambient02.pk4 has mismatching size, expected 169825910 but found 178530320. File D:\games\darkmod\tdm_sound_ambient03.pk4 has mismatching size, expected 32317944 but found 32156915. File D:\games\darkmod\tdm_sound_ambient_decls01.pk4 has mismatching size, expected 9173 but found 9790. File D:\games\darkmod\tdm_sound_sfx01.pk4 has mismatching size, expected 21631639 but found 24789072. File D:\games\darkmod\tdm_sound_sfx02.pk4 has mismatching size, expected 9576724 but found 10277912. File D:\games\darkmod\tdm_sound_vocals01.pk4 has mismatching size, expected 3682914 but found 3770358. File D:\games\darkmod\tdm_sound_vocals02.pk4 has mismatching size, expected 69821518 but found 71245712. File D:\games\darkmod\tdm_sound_vocals03.pk4 has mismatching size, expected 33646117 but found 34483832. File D:\games\darkmod\tdm_sound_vocals04.pk4 has mismatching size, expected 111485322 but found 121691929. File D:\games\darkmod\tdm_sound_vocals05.pk4 has mismatching size, expected 9438689 but found 9577892. File D:\games\darkmod\tdm_sound_vocals06.pk4 has mismatching size, expected 33537818 but found 34391469. File D:\games\darkmod\tdm_sound_vocals07.pk4 has mismatching size, expected 65721299 but found 67054402. File D:\games\darkmod\tdm_sound_vocals_decls01.pk4 has mismatching size, expected 59012 but found 63910. CRC calculated for zip file D:\games\darkmod\tdm_standalone.pk4 = ec957c4b File D:\games\darkmod\tdm_standalone.pk4 is matching version 2.02. File D:\games\darkmod\tdm_textures_base01.pk4 has mismatching size, expected 9410598 but found 10125959. File D:\games\darkmod\tdm_textures_carpet01.pk4 has mismatching size, expected 12938314 but found 21758643. File D:\games\darkmod\tdm_textures_decals01.pk4 has mismatching size, expected 50066684 but found 110497697. File D:\games\darkmod\tdm_textures_door01.pk4 has mismatching size, expected 35133483 but found 39431030. File D:\games\darkmod\tdm_textures_fabric01.pk4 has mismatching size, expected 10846197 but found 11447361. File D:\games\darkmod\tdm_textures_glass01.pk4 has mismatching size, expected 9152278 but found 17277927. File D:\games\darkmod\tdm_textures_metal01.pk4 has mismatching size, expected 109048167 but found 152673709. File D:\games\darkmod\tdm_textures_nature01.pk4 has mismatching size, expected 92843407 but found 140797327. File D:\games\darkmod\tdm_textures_paint_paper01.pk4 has mismatching size, expected 7756885 but found 17803332. File D:\games\darkmod\tdm_textures_plaster01.pk4 has mismatching size, expected 48923817 but found 67129987. File D:\games\darkmod\tdm_textures_roof01.pk4 has mismatching size, expected 35490286 but found 42484084. File D:\games\darkmod\tdm_textures_sfx01.pk4 has mismatching size, expected 2546363 but found 2760781. File D:\games\darkmod\tdm_textures_stone_brick01.pk4 has mismatching size, expected 241628551 but found 312825781. File D:\games\darkmod\tdm_textures_stone_cobblestones01.pk4 has mismatching size, expected 109115218 but found 127637654. File D:\games\darkmod\tdm_textures_stone_flat01.pk4 has mismatching size, expected 79436544 but found 96867461. File D:\games\darkmod\tdm_textures_stone_natural01.pk4 has mismatching size, expected 66321375 but found 94411360. File D:\games\darkmod\tdm_textures_stone_sculpted01.pk4 has mismatching size, expected 113110867 but found 172951436. File D:\games\darkmod\tdm_textures_window01.pk4 has mismatching size, expected 34847094 but found 67045735. File D:\games\darkmod\tdm_textures_wood01.pk4 has mismatching size, expected 85102010 but found 121140390. Ignoring updater executable: D:\games\darkmod\tdm_update.exe. File D:\games\darkmod\tdm_update.linux has mismatching size, expected 2245164 but found 1691828. File D:\games\darkmod\thedarkmod.x86 has mismatching size, expected 6094927 but found 20101144. Trying to match against version: 2.03 File D:\games\darkmod\AUTHORS.txt has mismatching size, expected 3552 but found 3687. CRC calculated for file D:\games\darkmod\LICENSE.txt = e6d658a5 File D:\games\darkmod\LICENSE.txt is matching version 2.03. CRC calculated for file D:\games\darkmod\TDM_icon.ico = d585a57f File D:\games\darkmod\TDM_icon.ico is matching version 2.03. File D:\games\darkmod\TheDarkMod.exe has mismatching size, expected 9088000 but found 8931328. File D:\games\darkmod\ca-bundle.crt has mismatching size, expected 248203 but found 263596. CRC calculated for file D:\games\darkmod\config.spec = 0 File D:\games\darkmod\config.spec is matching version 2.03. CRC calculated for file D:\games\darkmod\darkmod.ico = df20ac89 File D:\games\darkmod\darkmod.ico is matching version 2.03. CRC calculated for file D:\games\darkmod\darkmod.ini = e241fab6 File D:\games\darkmod\darkmod.ini is matching version 2.03. CRC calculated for file D:\games\darkmod\description.txt = cc5377e9 File D:\games\darkmod\description.txt is matching version 2.03. File D:\games\darkmod\fms/saintlucia/saintlucia.pk4 is missing. File D:\games\darkmod\fms/training_mission/training_mission.pk4 has mismatching size, expected 20004744 but found 20006177. File D:\games\darkmod\tdm_ai_animals01.pk4 has mismatching size, expected 13901595 but found 14130891. File D:\games\darkmod\tdm_ai_base01.pk4 has mismatching size, expected 28255 but found 28445. File D:\games\darkmod\tdm_ai_humanoid_builders01.pk4 has mismatching size, expected 29825428 but found 29825430. File D:\games\darkmod\tdm_ai_humanoid_females01.pk4 has mismatching size, expected 5896147 but found 6242717. File D:\games\darkmod\tdm_ai_humanoid_guards01.pk4 has mismatching size, expected 52317311 but found 52960714. File D:\games\darkmod\tdm_ai_humanoid_heads01.pk4 has mismatching size, expected 13923655 but found 14056255. File D:\games\darkmod\tdm_ai_humanoid_mages01.pk4 has mismatching size, expected 5606361 but found 5606401. File D:\games\darkmod\tdm_ai_humanoid_nobles01.pk4 has mismatching size, expected 11206511 but found 11206530. CRC calculated for zip file D:\games\darkmod\tdm_ai_humanoid_pagans01.pk4 = 64cc2a2d File D:\games\darkmod\tdm_ai_humanoid_pagans01.pk4 is matching version 2.03. File D:\games\darkmod\tdm_ai_humanoid_townsfolk01.pk4 has mismatching size, expected 46912690 but found 46903549. File D:\games\darkmod\tdm_ai_humanoid_undead01.pk4 has mismatching size, expected 15332868 but found 15332845. File D:\games\darkmod\tdm_ai_monsters_spiders01.pk4 has mismatching size, expected 4174389 but found 4174441. File D:\games\darkmod\tdm_ai_steambots01.pk4 has mismatching size, expected 1834865 but found 1843910. File D:\games\darkmod\tdm_base01.pk4 has mismatching size, expected 848170 but found 949122. File D:\games\darkmod\tdm_defs01.pk4 has mismatching size, expected 293910 but found 311064. File D:\games\darkmod\tdm_env01.pk4 has mismatching size, expected 40549185 but found 41816734. File D:\games\darkmod\tdm_fonts01.pk4 has mismatching size, expected 6760646 but found 7088300. File D:\games\darkmod\tdm_game01.pk4 is missing. File D:\games\darkmod\tdm_game02.pk4 is missing. File D:\games\darkmod\tdm_gui01.pk4 has mismatching size, expected 25261216 but found 38006126. File D:\games\darkmod\tdm_gui_credits01.pk4 has mismatching size, expected 47402476 but found 54123050. File D:\games\darkmod\tdm_models01.pk4 has mismatching size, expected 121570760 but found 143173718. File D:\games\darkmod\tdm_models02.pk4 has mismatching size, expected 293597048 but found 415213587. File D:\games\darkmod\tdm_models_decls01.pk4 has mismatching size, expected 132497 but found 151957. CRC calculated for zip file D:\games\darkmod\tdm_player01.pk4 = 4612ba2e File D:\games\darkmod\tdm_player01.pk4 is matching version 2.03. File D:\games\darkmod\tdm_prefabs01.pk4 has mismatching size, expected 2242320 but found 3062211. File D:\games\darkmod\tdm_sound_ambient01.pk4 has mismatching size, expected 47302444 but found 48876607. File D:\games\darkmod\tdm_sound_ambient02.pk4 has mismatching size, expected 170795429 but found 178530320. File D:\games\darkmod\tdm_sound_ambient03.pk4 has mismatching size, expected 32317944 but found 32156915. File D:\games\darkmod\tdm_sound_ambient_decls01.pk4 has mismatching size, expected 9242 but found 9790. File D:\games\darkmod\tdm_sound_sfx01.pk4 has mismatching size, expected 23236883 but found 24789072. File D:\games\darkmod\tdm_sound_sfx02.pk4 has mismatching size, expected 9576724 but found 10277912. File D:\games\darkmod\tdm_sound_vocals01.pk4 has mismatching size, expected 3682914 but found 3770358. File D:\games\darkmod\tdm_sound_vocals02.pk4 has mismatching size, expected 69944756 but found 71245712. File D:\games\darkmod\tdm_sound_vocals03.pk4 has mismatching size, expected 33743677 but found 34483832. File D:\games\darkmod\tdm_sound_vocals04.pk4 has mismatching size, expected 118421202 but found 121691929. File D:\games\darkmod\tdm_sound_vocals05.pk4 has mismatching size, expected 9438689 but found 9577892. File D:\games\darkmod\tdm_sound_vocals06.pk4 has mismatching size, expected 33582450 but found 34391469. File D:\games\darkmod\tdm_sound_vocals07.pk4 has mismatching size, expected 65855808 but found 67054402. File D:\games\darkmod\tdm_sound_vocals_decls01.pk4 has mismatching size, expected 63159 but found 63910. CRC calculated for zip file D:\games\darkmod\tdm_standalone.pk4 = ec957c4b File D:\games\darkmod\tdm_standalone.pk4 is matching version 2.03. File D:\games\darkmod\tdm_textures_base01.pk4 has mismatching size, expected 9791514 but found 10125959. CRC calculated for zip file D:\games\darkmod\tdm_textures_carpet01.pk4 = 499a3c01 File D:\games\darkmod\tdm_textures_carpet01.pk4 is matching version 2.03. File D:\games\darkmod\tdm_textures_decals01.pk4 has mismatching size, expected 53889298 but found 110497697. File D:\games\darkmod\tdm_textures_door01.pk4 has mismatching size, expected 38408931 but found 39431030. File D:\games\darkmod\tdm_textures_fabric01.pk4 has mismatching size, expected 10846197 but found 11447361. File D:\games\darkmod\tdm_textures_glass01.pk4 has mismatching size, expected 11242138 but found 17277927. File D:\games\darkmod\tdm_textures_metal01.pk4 has mismatching size, expected 141860523 but found 152673709. File D:\games\darkmod\tdm_textures_nature01.pk4 has mismatching size, expected 129738808 but found 140797327. File D:\games\darkmod\tdm_textures_other01.pk4 has mismatching size, expected 14186871 but found 16481383. File D:\games\darkmod\tdm_textures_paint_paper01.pk4 has mismatching size, expected 8731480 but found 17803332. File D:\games\darkmod\tdm_textures_plaster01.pk4 has mismatching size, expected 53350762 but found 67129987. File D:\games\darkmod\tdm_textures_roof01.pk4 has mismatching size, expected 35490286 but found 42484084. File D:\games\darkmod\tdm_textures_sfx01.pk4 has mismatching size, expected 2603282 but found 2760781. File D:\games\darkmod\tdm_textures_stone_brick01.pk4 has mismatching size, expected 250978623 but found 312825781. File D:\games\darkmod\tdm_textures_stone_cobblestones01.pk4 has mismatching size, expected 117712324 but found 127637654. File D:\games\darkmod\tdm_textures_stone_flat01.pk4 has mismatching size, expected 84618113 but found 96867461. File D:\games\darkmod\tdm_textures_stone_natural01.pk4 has mismatching size, expected 89624709 but found 94411360. File D:\games\darkmod\tdm_textures_stone_sculpted01.pk4 has mismatching size, expected 150284690 but found 172951436. File D:\games\darkmod\tdm_textures_window01.pk4 has mismatching size, expected 53030663 but found 67045735. File D:\games\darkmod\tdm_textures_wood01.pk4 has mismatching size, expected 95613173 but found 121140390. Ignoring updater executable: D:\games\darkmod\tdm_update.exe. File D:\games\darkmod\tdm_update.linux has mismatching size, expected 2217890 but found 1691828. File D:\games\darkmod\thedarkmod.x86 has mismatching size, expected 6111195 but found 20101144. Trying to match against version: 2.04 File D:\games\darkmod\AUTHORS.txt has mismatching size, expected 3568 but found 3687. CRC calculated for file D:\games\darkmod\LICENSE.txt = e6d658a5 File D:\games\darkmod\LICENSE.txt is matching version 2.04. CRC calculated for file D:\games\darkmod\TDM_icon.ico = d585a57f File D:\games\darkmod\TDM_icon.ico is matching version 2.04. File D:\games\darkmod\TheDarkMod.exe has mismatching size, expected 9094144 but found 8931328. File D:\games\darkmod\ca-bundle.crt has mismatching size, expected 248203 but found 263596. CRC calculated for file D:\games\darkmod\config.spec = 0 File D:\games\darkmod\config.spec is matching version 2.04. CRC calculated for file D:\games\darkmod\darkmod.ico = df20ac89 File D:\games\darkmod\darkmod.ico is matching version 2.04. CRC calculated for file D:\games\darkmod\darkmod.ini = e241fab6 File D:\games\darkmod\darkmod.ini is matching version 2.04. CRC calculated for file D:\games\darkmod\description.txt = cc5377e9 File D:\games\darkmod\description.txt is matching version 2.04. File D:\games\darkmod\fms/saintlucia/saintlucia.pk4 is missing. File D:\games\darkmod\fms/training_mission/training_mission.pk4 has mismatching size, expected 20004744 but found 20006177. File D:\games\darkmod\tdm_ai_animals01.pk4 has mismatching size, expected 13901595 but found 14130891. File D:\games\darkmod\tdm_ai_base01.pk4 has mismatching size, expected 28255 but found 28445. File D:\games\darkmod\tdm_ai_humanoid_builders01.pk4 has mismatching size, expected 29825426 but found 29825430. File D:\games\darkmod\tdm_ai_humanoid_females01.pk4 has mismatching size, expected 5896303 but found 6242717. File D:\games\darkmod\tdm_ai_humanoid_guards01.pk4 has mismatching size, expected 52317397 but found 52960714. File D:\games\darkmod\tdm_ai_humanoid_heads01.pk4 has mismatching size, expected 13923655 but found 14056255. File D:\games\darkmod\tdm_ai_humanoid_mages01.pk4 has mismatching size, expected 5606361 but found 5606401. File D:\games\darkmod\tdm_ai_humanoid_nobles01.pk4 has mismatching size, expected 11206511 but found 11206530. CRC calculated for zip file D:\games\darkmod\tdm_ai_humanoid_pagans01.pk4 = 64cc2a2d File D:\games\darkmod\tdm_ai_humanoid_pagans01.pk4 is matching version 2.04. File D:\games\darkmod\tdm_ai_humanoid_townsfolk01.pk4 has mismatching size, expected 46912690 but found 46903549. File D:\games\darkmod\tdm_ai_humanoid_undead01.pk4 has mismatching size, expected 15332884 but found 15332845. File D:\games\darkmod\tdm_ai_monsters_spiders01.pk4 has mismatching size, expected 4174389 but found 4174441. File D:\games\darkmod\tdm_ai_steambots01.pk4 has mismatching size, expected 1834865 but found 1843910. File D:\games\darkmod\tdm_base01.pk4 has mismatching size, expected 850612 but found 949122. File D:\games\darkmod\tdm_defs01.pk4 has mismatching size, expected 295697 but found 311064. File D:\games\darkmod\tdm_env01.pk4 has mismatching size, expected 40549185 but found 41816734. File D:\games\darkmod\tdm_fonts01.pk4 has mismatching size, expected 6761119 but found 7088300. File D:\games\darkmod\tdm_game01.pk4 is missing. File D:\games\darkmod\tdm_game02.pk4 is missing. File D:\games\darkmod\tdm_gui01.pk4 has mismatching size, expected 25289883 but found 38006126. File D:\games\darkmod\tdm_gui_credits01.pk4 has mismatching size, expected 47402476 but found 54123050. File D:\games\darkmod\tdm_models01.pk4 has mismatching size, expected 121658932 but found 143173718. File D:\games\darkmod\tdm_models02.pk4 has mismatching size, expected 293597048 but found 415213587. File D:\games\darkmod\tdm_models_decls01.pk4 has mismatching size, expected 132908 but found 151957. CRC calculated for zip file D:\games\darkmod\tdm_player01.pk4 = 4612ba2e File D:\games\darkmod\tdm_player01.pk4 is matching version 2.04. File D:\games\darkmod\tdm_prefabs01.pk4 has mismatching size, expected 2243251 but found 3062211. File D:\games\darkmod\tdm_sound_ambient01.pk4 has mismatching size, expected 47302444 but found 48876607. File D:\games\darkmod\tdm_sound_ambient02.pk4 has mismatching size, expected 170795429 but found 178530320. File D:\games\darkmod\tdm_sound_ambient03.pk4 has mismatching size, expected 32317944 but found 32156915. File D:\games\darkmod\tdm_sound_ambient_decls01.pk4 has mismatching size, expected 9242 but found 9790. File D:\games\darkmod\tdm_sound_sfx01.pk4 has mismatching size, expected 23236883 but found 24789072. File D:\games\darkmod\tdm_sound_sfx02.pk4 has mismatching size, expected 9576724 but found 10277912. File D:\games\darkmod\tdm_sound_vocals01.pk4 has mismatching size, expected 3682914 but found 3770358. File D:\games\darkmod\tdm_sound_vocals02.pk4 has mismatching size, expected 69944756 but found 71245712. File D:\games\darkmod\tdm_sound_vocals03.pk4 has mismatching size, expected 33743677 but found 34483832. File D:\games\darkmod\tdm_sound_vocals04.pk4 has mismatching size, expected 118421202 but found 121691929. File D:\games\darkmod\tdm_sound_vocals05.pk4 has mismatching size, expected 9438689 but found 9577892. File D:\games\darkmod\tdm_sound_vocals06.pk4 has mismatching size, expected 33582450 but found 34391469. File D:\games\darkmod\tdm_sound_vocals07.pk4 has mismatching size, expected 65855808 but found 67054402. File D:\games\darkmod\tdm_sound_vocals_decls01.pk4 has mismatching size, expected 63159 but found 63910. CRC calculated for zip file D:\games\darkmod\tdm_standalone.pk4 = ec957c4b File D:\games\darkmod\tdm_standalone.pk4 is matching version 2.04. File D:\games\darkmod\tdm_textures_base01.pk4 has mismatching size, expected 9791902 but found 10125959. CRC calculated for zip file D:\games\darkmod\tdm_textures_carpet01.pk4 = 499a3c01 File D:\games\darkmod\tdm_textures_carpet01.pk4 is matching version 2.04. File D:\games\darkmod\tdm_textures_decals01.pk4 has mismatching size, expected 53889298 but found 110497697. File D:\games\darkmod\tdm_textures_door01.pk4 has mismatching size, expected 38408931 but found 39431030. File D:\games\darkmod\tdm_textures_fabric01.pk4 has mismatching size, expected 10846197 but found 11447361. File D:\games\darkmod\tdm_textures_glass01.pk4 has mismatching size, expected 17250803 but found 17277927. File D:\games\darkmod\tdm_textures_metal01.pk4 has mismatching size, expected 141860523 but found 152673709. File D:\games\darkmod\tdm_textures_nature01.pk4 has mismatching size, expected 129738808 but found 140797327. File D:\games\darkmod\tdm_textures_other01.pk4 has mismatching size, expected 14186871 but found 16481383. File D:\games\darkmod\tdm_textures_paint_paper01.pk4 has mismatching size, expected 8731480 but found 17803332. File D:\games\darkmod\tdm_textures_plaster01.pk4 has mismatching size, expected 53350762 but found 67129987. File D:\games\darkmod\tdm_textures_roof01.pk4 has mismatching size, expected 35490286 but found 42484084. File D:\games\darkmod\tdm_textures_sfx01.pk4 has mismatching size, expected 2603282 but found 2760781. File D:\games\darkmod\tdm_textures_stone_brick01.pk4 has mismatching size, expected 250978623 but found 312825781. File D:\games\darkmod\tdm_textures_stone_cobblestones01.pk4 has mismatching size, expected 117712324 but found 127637654. File D:\games\darkmod\tdm_textures_stone_flat01.pk4 has mismatching size, expected 84618113 but found 96867461. File D:\games\darkmod\tdm_textures_stone_natural01.pk4 has mismatching size, expected 89624709 but found 94411360. File D:\games\darkmod\tdm_textures_stone_sculpted01.pk4 has mismatching size, expected 150284690 but found 172951436. File D:\games\darkmod\tdm_textures_window01.pk4 has mismatching size, expected 53993137 but found 67045735. File D:\games\darkmod\tdm_textures_wood01.pk4 has mismatching size, expected 95613173 but found 121140390. Ignoring updater executable: D:\games\darkmod\tdm_update.exe. File D:\games\darkmod\tdm_update.linux has mismatching size, expected 2222708 but found 1691828. File D:\games\darkmod\thedarkmod.x86 has mismatching size, expected 6417936 but found 20101144. Trying to match against version: 2.05 File D:\games\darkmod\AUTHORS.txt has mismatching size, expected 3568 but found 3687. CRC calculated for file D:\games\darkmod\LICENSE.txt = e6d658a5 File D:\games\darkmod\LICENSE.txt is matching version 2.05. CRC calculated for file D:\games\darkmod\TDM_icon.ico = d585a57f File D:\games\darkmod\TDM_icon.ico is matching version 2.05. File D:\games\darkmod\TheDarkMod.exe has mismatching size, expected 9236992 but found 8931328. CRC calculated for file D:\games\darkmod\ca-bundle.crt = 8d500b34 File D:\games\darkmod\ca-bundle.crt is matching version 2.05. CRC calculated for file D:\games\darkmod\config.spec = 0 File D:\games\darkmod\config.spec is matching version 2.05. CRC calculated for file D:\games\darkmod\darkmod.ico = df20ac89 File D:\games\darkmod\darkmod.ico is matching version 2.05. CRC calculated for file D:\games\darkmod\darkmod.ini = e241fab6 File D:\games\darkmod\darkmod.ini is matching version 2.05. CRC calculated for file D:\games\darkmod\description.txt = cc5377e9 File D:\games\darkmod\description.txt is matching version 2.05. File D:\games\darkmod\fms/newjob/newjob.pk4 has mismatching size, expected 14498573 but found 14570337. CRC calculated for zip file D:\games\darkmod\fms/stlucia/stlucia.pk4 = 4d148f86 File D:\games\darkmod\fms/stlucia/stlucia.pk4 is matching version 2.05. File D:\games\darkmod\fms/training_mission/training_mission.pk4 has mismatching size, expected 20004744 but found 20006177. File D:\games\darkmod\tdm_ai_animals01.pk4 has mismatching size, expected 13901595 but found 14130891. File D:\games\darkmod\tdm_ai_base01.pk4 has mismatching size, expected 28318 but found 28445. CRC calculated for zip file D:\games\darkmod\tdm_ai_humanoid_builders01.pk4 = 7fb079ed File D:\games\darkmod\tdm_ai_humanoid_builders01.pk4 is matching version 2.05. File D:\games\darkmod\tdm_ai_humanoid_females01.pk4 has mismatching size, expected 5896303 but found 6242717. File D:\games\darkmod\tdm_ai_humanoid_guards01.pk4 has mismatching size, expected 52385035 but found 52960714. File D:\games\darkmod\tdm_ai_humanoid_heads01.pk4 has mismatching size, expected 14056203 but found 14056255. CRC calculated for zip file D:\games\darkmod\tdm_ai_humanoid_mages01.pk4 = a10ab758 File D:\games\darkmod\tdm_ai_humanoid_mages01.pk4 is matching version 2.05. CRC calculated for zip file D:\games\darkmod\tdm_ai_humanoid_nobles01.pk4 = d0bfe5c5 File D:\games\darkmod\tdm_ai_humanoid_nobles01.pk4 is matching version 2.05. CRC calculated for zip file D:\games\darkmod\tdm_ai_humanoid_pagans01.pk4 = 64cc2a2d File D:\games\darkmod\tdm_ai_humanoid_pagans01.pk4 is matching version 2.05. File D:\games\darkmod\tdm_ai_humanoid_townsfolk01.pk4 has mismatching size, expected 46903526 but found 46903549. File D:\games\darkmod\tdm_ai_humanoid_undead01.pk4 has mismatching size, expected 15332884 but found 15332845. CRC calculated for zip file D:\games\darkmod\tdm_ai_monsters_spiders01.pk4 = 21b88032 File D:\games\darkmod\tdm_ai_monsters_spiders01.pk4 is matching version 2.05. File D:\games\darkmod\tdm_ai_steambots01.pk4 has mismatching size, expected 1834865 but found 1843910. File D:\games\darkmod\tdm_base01.pk4 has mismatching size, expected 908638 but found 949122. File D:\games\darkmod\tdm_defs01.pk4 has mismatching size, expected 309188 but found 311064. File D:\games\darkmod\tdm_env01.pk4 has mismatching size, expected 41846345 but found 41816734. File D:\games\darkmod\tdm_fonts01.pk4 has mismatching size, expected 6761119 but found 7088300. File D:\games\darkmod\tdm_game01.pk4 is missing. File D:\games\darkmod\tdm_game02.pk4 is missing. File D:\games\darkmod\tdm_gui01.pk4 has mismatching size, expected 26622315 but found 38006126. File D:\games\darkmod\tdm_gui_credits01.pk4 has mismatching size, expected 47402476 but found 54123050. File D:\games\darkmod\tdm_models01.pk4 has mismatching size, expected 137188244 but found 143173718. File D:\games\darkmod\tdm_models02.pk4 has mismatching size, expected 336090296 but found 415213587. File D:\games\darkmod\tdm_models_decls01.pk4 has mismatching size, expected 147248 but found 151957. CRC calculated for zip file D:\games\darkmod\tdm_player01.pk4 = 4612ba2e File D:\games\darkmod\tdm_player01.pk4 is matching version 2.05. File D:\games\darkmod\tdm_prefabs01.pk4 has mismatching size, expected 2399062 but found 3062211. File D:\games\darkmod\tdm_sound_ambient01.pk4 has mismatching size, expected 48042215 but found 48876607. File D:\games\darkmod\tdm_sound_ambient02.pk4 has mismatching size, expected 172321986 but found 178530320. File D:\games\darkmod\tdm_sound_ambient03.pk4 has mismatching size, expected 32317944 but found 32156915. File D:\games\darkmod\tdm_sound_ambient_decls01.pk4 has mismatching size, expected 9501 but found 9790. File D:\games\darkmod\tdm_sound_sfx01.pk4 has mismatching size, expected 23431795 but found 24789072. File D:\games\darkmod\tdm_sound_sfx02.pk4 has mismatching size, expected 9701223 but found 10277912. File D:\games\darkmod\tdm_sound_vocals01.pk4 has mismatching size, expected 3682914 but found 3770358. File D:\games\darkmod\tdm_sound_vocals02.pk4 has mismatching size, expected 69898074 but found 71245712. File D:\games\darkmod\tdm_sound_vocals03.pk4 has mismatching size, expected 33743677 but found 34483832. File D:\games\darkmod\tdm_sound_vocals04.pk4 has mismatching size, expected 118917076 but found 121691929. File D:\games\darkmod\tdm_sound_vocals05.pk4 has mismatching size, expected 9438689 but found 9577892. File D:\games\darkmod\tdm_sound_vocals06.pk4 has mismatching size, expected 33714587 but found 34391469. File D:\games\darkmod\tdm_sound_vocals07.pk4 has mismatching size, expected 65855808 but found 67054402. File D:\games\darkmod\tdm_sound_vocals_decls01.pk4 has mismatching size, expected 63774 but found 63910. CRC calculated for zip file D:\games\darkmod\tdm_standalone.pk4 = ec957c4b File D:\games\darkmod\tdm_standalone.pk4 is matching version 2.05. File D:\games\darkmod\tdm_textures_base01.pk4 has mismatching size, expected 10004507 but found 10125959. CRC calculated for zip file D:\games\darkmod\tdm_textures_carpet01.pk4 = 499a3c01 File D:\games\darkmod\tdm_textures_carpet01.pk4 is matching version 2.05. File D:\games\darkmod\tdm_textures_decals01.pk4 has mismatching size, expected 60892555 but found 110497697. CRC calculated for zip file D:\games\darkmod\tdm_textures_door01.pk4 = 4b99c0 File D:\games\darkmod\tdm_textures_door01.pk4 is matching version 2.05. CRC calculated for zip file D:\games\darkmod\tdm_textures_fabric01.pk4 = 31f20458 File D:\games\darkmod\tdm_textures_fabric01.pk4 is matching version 2.05. CRC calculated for zip file D:\games\darkmod\tdm_textures_glass01.pk4 = 953fdf58 File D:\games\darkmod\tdm_textures_glass01.pk4 is matching version 2.05. CRC calculated for zip file D:\games\darkmod\tdm_textures_metal01.pk4 = ac53b12c File D:\games\darkmod\tdm_textures_metal01.pk4 is matching version 2.05. File D:\games\darkmod\tdm_textures_nature01.pk4 has mismatching size, expected 140550670 but found 140797327. CRC calculated for zip file D:\games\darkmod\tdm_textures_other01.pk4 = 6e5f9d61 File D:\games\darkmod\tdm_textures_other01.pk4 is matching version 2.05. CRC calculated for zip file D:\games\darkmod\tdm_textures_paint_paper01.pk4 = 3d908b62 File D:\games\darkmod\tdm_textures_paint_paper01.pk4 is matching version 2.05. CRC calculated for zip file D:\games\darkmod\tdm_textures_plaster01.pk4 = e7183ac7 File D:\games\darkmod\tdm_textures_plaster01.pk4 is matching version 2.05. CRC calculated for zip file D:\games\darkmod\tdm_textures_roof01.pk4 = a522a0d9 File D:\games\darkmod\tdm_textures_roof01.pk4 is matching version 2.05. File D:\games\darkmod\tdm_textures_sfx01.pk4 has mismatching size, expected 2760591 but found 2760781. File D:\games\darkmod\tdm_textures_stone_brick01.pk4 has mismatching size, expected 310638734 but found 312825781. CRC calculated for zip file D:\games\darkmod\tdm_textures_stone_cobblestones01.pk4 = 9c940ece File D:\games\darkmod\tdm_textures_stone_cobblestones01.pk4 is matching version 2.05. File D:\games\darkmod\tdm_textures_stone_flat01.pk4 has mismatching size, expected 91490591 but found 96867461. File D:\games\darkmod\tdm_textures_stone_natural01.pk4 has mismatching size, expected 93921944 but found 94411360. File D:\games\darkmod\tdm_textures_stone_sculpted01.pk4 has mismatching size, expected 166830398 but found 172951436. File D:\games\darkmod\tdm_textures_window01.pk4 has mismatching size, expected 63347985 but found 67045735. File D:\games\darkmod\tdm_textures_wood01.pk4 has mismatching size, expected 114630236 but found 121140390. Ignoring updater executable: D:\games\darkmod\tdm_update.exe. File D:\games\darkmod\tdm_update.linux has mismatching size, expected 2265644 but found 1691828. File D:\games\darkmod\thedarkmod.x86 has mismatching size, expected 6453148 but found 20101144. Trying to match against version: 2.06 CRC calculated for file D:\games\darkmod\AUTHORS.txt = 5596bdaf File D:\games\darkmod\AUTHORS.txt is matching version 2.06. CRC calculated for file D:\games\darkmod\ExtLibs.dll = b7b7c306 File D:\games\darkmod\ExtLibs.dll is matching version 2.06. CRC calculated for file D:\games\darkmod\ExtLibsx64.dll = a3f512e5 File D:\games\darkmod\ExtLibsx64.dll is matching version 2.06. CRC calculated for file D:\games\darkmod\LICENSE.txt = e6d658a5 File D:\games\darkmod\LICENSE.txt is matching version 2.06. CRC calculated for file D:\games\darkmod\TDM_icon.ico = d585a57f File D:\games\darkmod\TDM_icon.ico is matching version 2.06. CRC calculated for file D:\games\darkmod\TheDarkMod.exe = 9e935965 File D:\games\darkmod\TheDarkMod.exe is matching version 2.06. CRC calculated for file D:\games\darkmod\TheDarkModx64.exe = 6ce6ffee File D:\games\darkmod\TheDarkModx64.exe is matching version 2.06. CRC calculated for file D:\games\darkmod\ca-bundle.crt = 8d500b34 File D:\games\darkmod\ca-bundle.crt is matching version 2.06. CRC calculated for file D:\games\darkmod\config.spec = 0 File D:\games\darkmod\config.spec is matching version 2.06. CRC calculated for file D:\games\darkmod\darkmod.ico = df20ac89 File D:\games\darkmod\darkmod.ico is matching version 2.06. CRC calculated for file D:\games\darkmod\darkmod.ini = e241fab6 File D:\games\darkmod\darkmod.ini is matching version 2.06. CRC calculated for file D:\games\darkmod\description.txt = cc5377e9 File D:\games\darkmod\description.txt is matching version 2.06. CRC calculated for zip file D:\games\darkmod\fms/newjob/newjob.pk4 = 683288c5 File D:\games\darkmod\fms/newjob/newjob.pk4 is matching version 2.06. CRC calculated for zip file D:\games\darkmod\fms/stlucia/stlucia.pk4 = 4d148f86 File D:\games\darkmod\fms/stlucia/stlucia.pk4 is matching version 2.06. CRC calculated for zip file D:\games\darkmod\fms/training_mission/training_mission.pk4 = dd89be79 File D:\games\darkmod\fms/training_mission/training_mission.pk4 is matching version 2.06. CRC calculated for zip file D:\games\darkmod\tdm_ai_animals01.pk4 = 6942681 File D:\games\darkmod\tdm_ai_animals01.pk4 is matching version 2.06. CRC calculated for zip file D:\games\darkmod\tdm_ai_base01.pk4 = b2fc6115 File D:\games\darkmod\tdm_ai_base01.pk4 is matching version 2.06. CRC calculated for zip file D:\games\darkmod\tdm_ai_humanoid_builders01.pk4 = 7fb079ed File D:\games\darkmod\tdm_ai_humanoid_builders01.pk4 is matching version 2.06. CRC calculated for zip file D:\games\darkmod\tdm_ai_humanoid_females01.pk4 = c5ce90e9 File D:\games\darkmod\tdm_ai_humanoid_females01.pk4 is matching version 2.06. CRC calculated for zip file D:\games\darkmod\tdm_ai_humanoid_guards01.pk4 = 1f3b26ec File D:\games\darkmod\tdm_ai_humanoid_guards01.pk4 is matching version 2.06. CRC calculated for zip file D:\games\darkmod\tdm_ai_humanoid_heads01.pk4 = d2e6bece File D:\games\darkmod\tdm_ai_humanoid_heads01.pk4 is matching version 2.06. CRC calculated for zip file D:\games\darkmod\tdm_ai_humanoid_mages01.pk4 = a10ab758 File D:\games\darkmod\tdm_ai_humanoid_mages01.pk4 is matching version 2.06. CRC calculated for zip file D:\games\darkmod\tdm_ai_humanoid_nobles01.pk4 = d0bfe5c5 File D:\games\darkmod\tdm_ai_humanoid_nobles01.pk4 is matching version 2.06. CRC calculated for zip file D:\games\darkmod\tdm_ai_humanoid_pagans01.pk4 = 64cc2a2d File D:\games\darkmod\tdm_ai_humanoid_pagans01.pk4 is matching version 2.06. CRC calculated for zip file D:\games\darkmod\tdm_ai_humanoid_townsfolk01.pk4 = 91d0c1a4 File D:\games\darkmod\tdm_ai_humanoid_townsfolk01.pk4 is matching version 2.06. CRC calculated for zip file D:\games\darkmod\tdm_ai_humanoid_undead01.pk4 = e93f754c File D:\games\darkmod\tdm_ai_humanoid_undead01.pk4 is matching version 2.06. CRC calculated for zip file D:\games\darkmod\tdm_ai_monsters_spiders01.pk4 = 21b88032 File D:\games\darkmod\tdm_ai_monsters_spiders01.pk4 is matching version 2.06. CRC calculated for zip file D:\games\darkmod\tdm_ai_steambots01.pk4 = ab02750c File D:\games\darkmod\tdm_ai_steambots01.pk4 is matching version 2.06. CRC calculated for zip file D:\games\darkmod\tdm_base01.pk4 = d17ba33 File D:\games\darkmod\tdm_base01.pk4 is matching version 2.06. CRC calculated for zip file D:\games\darkmod\tdm_defs01.pk4 = ef2c1413 File D:\games\darkmod\tdm_defs01.pk4 is matching version 2.06. CRC calculated for zip file D:\games\darkmod\tdm_env01.pk4 = 3b1af49a File D:\games\darkmod\tdm_env01.pk4 is matching version 2.06. CRC calculated for zip file D:\games\darkmod\tdm_fonts01.pk4 = babe3a3a File D:\games\darkmod\tdm_fonts01.pk4 is matching version 2.06. CRC calculated for zip file D:\games\darkmod\tdm_gui01.pk4 = d21a90ab File D:\games\darkmod\tdm_gui01.pk4 is matching version 2.06. CRC calculated for zip file D:\games\darkmod\tdm_gui_credits01.pk4 = 225ebf5e File D:\games\darkmod\tdm_gui_credits01.pk4 is matching version 2.06. CRC calculated for zip file D:\games\darkmod\tdm_models01.pk4 = 5000f44d File D:\games\darkmod\tdm_models01.pk4 is matching version 2.06. CRC calculated for zip file D:\games\darkmod\tdm_models02.pk4 = 4102c1e0 File D:\games\darkmod\tdm_models02.pk4 is matching version 2.06. CRC calculated for zip file D:\games\darkmod\tdm_models_decls01.pk4 = fdeef742 File D:\games\darkmod\tdm_models_decls01.pk4 is matching version 2.06. CRC calculated for zip file D:\games\darkmod\tdm_player01.pk4 = 4612ba2e File D:\games\darkmod\tdm_player01.pk4 is matching version 2.06. CRC calculated for zip file D:\games\darkmod\tdm_prefabs01.pk4 = 5c709445 File D:\games\darkmod\tdm_prefabs01.pk4 is matching version 2.06. CRC calculated for zip file D:\games\darkmod\tdm_sound_ambient01.pk4 = 535526ab File D:\games\darkmod\tdm_sound_ambient01.pk4 is matching version 2.06. CRC calculated for zip file D:\games\darkmod\tdm_sound_ambient02.pk4 = 2025836c File D:\games\darkmod\tdm_sound_ambient02.pk4 is matching version 2.06. CRC calculated for zip file D:\games\darkmod\tdm_sound_ambient03.pk4 = 65946b44 File D:\games\darkmod\tdm_sound_ambient03.pk4 is matching version 2.06. CRC calculated for zip file D:\games\darkmod\tdm_sound_ambient_decls01.pk4 = aa025f7c File D:\games\darkmod\tdm_sound_ambient_decls01.pk4 is matching version 2.06. CRC calculated for zip file D:\games\darkmod\tdm_sound_sfx01.pk4 = b662bfd1 File D:\games\darkmod\tdm_sound_sfx01.pk4 is matching version 2.06. CRC calculated for zip file D:\games\darkmod\tdm_sound_sfx02.pk4 = b115fcfb File D:\games\darkmod\tdm_sound_sfx02.pk4 is matching version 2.06. CRC calculated for zip file D:\games\darkmod\tdm_sound_vocals01.pk4 = 5e4ce1b9 File D:\games\darkmod\tdm_sound_vocals01.pk4 is matching version 2.06. CRC calculated for zip file D:\games\darkmod\tdm_sound_vocals02.pk4 = fb9bcbed File D:\games\darkmod\tdm_sound_vocals02.pk4 is matching version 2.06. CRC calculated for zip file D:\games\darkmod\tdm_sound_vocals03.pk4 = d9fed762 File D:\games\darkmod\tdm_sound_vocals03.pk4 is matching version 2.06. CRC calculated for zip file D:\games\darkmod\tdm_sound_vocals04.pk4 = 2a359f0d File D:\games\darkmod\tdm_sound_vocals04.pk4 is matching version 2.06. CRC calculated for zip file D:\games\darkmod\tdm_sound_vocals05.pk4 = f324da5a File D:\games\darkmod\tdm_sound_vocals05.pk4 is matching version 2.06. CRC calculated for zip file D:\games\darkmod\tdm_sound_vocals06.pk4 = 6b4410bb File D:\games\darkmod\tdm_sound_vocals06.pk4 is matching version 2.06. CRC calculated for zip file D:\games\darkmod\tdm_sound_vocals07.pk4 = 74fde4ad File D:\games\darkmod\tdm_sound_vocals07.pk4 is matching version 2.06. CRC calculated for zip file D:\games\darkmod\tdm_sound_vocals_decls01.pk4 = 410f6e08 File D:\games\darkmod\tdm_sound_vocals_decls01.pk4 is matching version 2.06. CRC calculated for zip file D:\games\darkmod\tdm_standalone.pk4 = ec957c4b File D:\games\darkmod\tdm_standalone.pk4 is matching version 2.06. CRC calculated for zip file D:\games\darkmod\tdm_textures_base01.pk4 = 96592ed2 File D:\games\darkmod\tdm_textures_base01.pk4 is matching version 2.06. CRC calculated for zip file D:\games\darkmod\tdm_textures_carpet01.pk4 = 499a3c01 File D:\games\darkmod\tdm_textures_carpet01.pk4 is matching version 2.06. CRC calculated for zip file D:\games\darkmod\tdm_textures_decals01.pk4 = c0d06dde File D:\games\darkmod\tdm_textures_decals01.pk4 is matching version 2.06. CRC calculated for zip file D:\games\darkmod\tdm_textures_door01.pk4 = 4b99c0 File D:\games\darkmod\tdm_textures_door01.pk4 is matching version 2.06. CRC calculated for zip file D:\games\darkmod\tdm_textures_fabric01.pk4 = 31f20458 File D:\games\darkmod\tdm_textures_fabric01.pk4 is matching version 2.06. CRC calculated for zip file D:\games\darkmod\tdm_textures_glass01.pk4 = 953fdf58 File D:\games\darkmod\tdm_textures_glass01.pk4 is matching version 2.06. CRC calculated for zip file D:\games\darkmod\tdm_textures_metal01.pk4 = ac53b12c File D:\games\darkmod\tdm_textures_metal01.pk4 is matching version 2.06. CRC calculated for zip file D:\games\darkmod\tdm_textures_nature01.pk4 = a55faca2 File D:\games\darkmod\tdm_textures_nature01.pk4 is matching version 2.06. CRC calculated for zip file D:\games\darkmod\tdm_textures_other01.pk4 = 6e5f9d61 File D:\games\darkmod\tdm_textures_other01.pk4 is matching version 2.06. CRC calculated for zip file D:\games\darkmod\tdm_textures_paint_paper01.pk4 = 3d908b62 File D:\games\darkmod\tdm_textures_paint_paper01.pk4 is matching version 2.06. CRC calculated for zip file D:\games\darkmod\tdm_textures_plaster01.pk4 = e7183ac7 File D:\games\darkmod\tdm_textures_plaster01.pk4 is matching version 2.06. CRC calculated for zip file D:\games\darkmod\tdm_textures_roof01.pk4 = a522a0d9 File D:\games\darkmod\tdm_textures_roof01.pk4 is matching version 2.06. CRC calculated for zip file D:\games\darkmod\tdm_textures_sfx01.pk4 = bf82fef1 File D:\games\darkmod\tdm_textures_sfx01.pk4 is matching version 2.06. CRC calculated for zip file D:\games\darkmod\tdm_textures_stone_brick01.pk4 = 325371b3 File D:\games\darkmod\tdm_textures_stone_brick01.pk4 is matching version 2.06. CRC calculated for zip file D:\games\darkmod\tdm_textures_stone_cobblestones01.pk4 = 9c940ece File D:\games\darkmod\tdm_textures_stone_cobblestones01.pk4 is matching version 2.06. CRC calculated for zip file D:\games\darkmod\tdm_textures_stone_flat01.pk4 = 35a33bf3 File D:\games\darkmod\tdm_textures_stone_flat01.pk4 is matching version 2.06. CRC calculated for zip file D:\games\darkmod\tdm_textures_stone_natural01.pk4 = d996301 File D:\games\darkmod\tdm_textures_stone_natural01.pk4 is matching version 2.06. CRC calculated for zip file D:\games\darkmod\tdm_textures_stone_sculpted01.pk4 = 1edaf58c File D:\games\darkmod\tdm_textures_stone_sculpted01.pk4 is matching version 2.06. CRC calculated for zip file D:\games\darkmod\tdm_textures_window01.pk4 = 6efa6b92 File D:\games\darkmod\tdm_textures_window01.pk4 is matching version 2.06. CRC calculated for zip file D:\games\darkmod\tdm_textures_wood01.pk4 = 26e16ad8 File D:\games\darkmod\tdm_textures_wood01.pk4 is matching version 2.06. Ignoring updater executable: D:\games\darkmod\tdm_update.exe. CRC calculated for file D:\games\darkmod\tdm_update.linux = 29df0460 File D:\games\darkmod\tdm_update.linux is matching version 2.06. CRC calculated for file D:\games\darkmod\thedarkmod.x64 = c4bfd63c File D:\games\darkmod\thedarkmod.x64 is matching version 2.06. CRC calculated for file D:\games\darkmod\thedarkmod.x86 = b365dfd1 File D:\games\darkmod\thedarkmod.x86 is matching version 2.06. CRC calculated for file D:\games\darkmod\vcredist_x64.exe = bca80667 File D:\games\darkmod\vcredist_x64.exe is matching version 2.06. CRC calculated for file D:\games\darkmod\vcredist_x86.exe = 4d7e1f0d File D:\games\darkmod\vcredist_x86.exe is matching version 2.06. Local installation matches version: 2.06 Trying to match against version: 2.07 CRC calculated for file D:\games\darkmod\AUTHORS.txt = 5596bdaf File D:\games\darkmod\AUTHORS.txt is matching version 2.07. File D:\games\darkmod\ExtLibs.dll has mismatching size, expected 4771328 but found 10980352. File D:\games\darkmod\ExtLibsx64.dll has mismatching size, expected 6053888 but found 13069824. CRC calculated for file D:\games\darkmod\LICENSE.txt = e6d658a5 File D:\games\darkmod\LICENSE.txt is matching version 2.07. CRC calculated for file D:\games\darkmod\TDM_icon.ico = d585a57f File D:\games\darkmod\TDM_icon.ico is matching version 2.07. File D:\games\darkmod\TheDarkMod.exe has mismatching size, expected 9348096 but found 8931328. File D:\games\darkmod\TheDarkModx64.exe has mismatching size, expected 10970624 but found 10681856. File D:\games\darkmod\alsoft-hrtf-default-44100.mhr is missing. File D:\games\darkmod\alsoft-hrtf-default-48000.mhr is missing. File D:\games\darkmod\alsoft.ini is missing. CRC calculated for file D:\games\darkmod\ca-bundle.crt = 8d500b34 File D:\games\darkmod\ca-bundle.crt is matching version 2.07. CRC calculated for file D:\games\darkmod\config.spec = 0 File D:\games\darkmod\config.spec is matching version 2.07. CRC calculated for file D:\games\darkmod\darkmod.ico = df20ac89 File D:\games\darkmod\darkmod.ico is matching version 2.07. File D:\games\darkmod\darkmod.ini has mismatching size, expected 741 but found 721. CRC calculated for file D:\games\darkmod\description.txt = cc5377e9 File D:\games\darkmod\description.txt is matching version 2.07. File D:\games\darkmod\fms/newjob/newjob.pk4 has mismatching size, expected 14463794 but found 14570337. File D:\games\darkmod\fms/stlucia/stlucia.pk4 has mismatching size, expected 21389392 but found 21384011. File D:\games\darkmod\fms/training_mission/training_mission.pk4 has mismatching size, expected 20006384 but found 20006177. CRC calculated for zip file D:\games\darkmod\tdm_ai_animals01.pk4 = 6942681 File D:\games\darkmod\tdm_ai_animals01.pk4 is matching version 2.07. CRC calculated for zip file D:\games\darkmod\tdm_ai_base01.pk4 = b2fc6115 File D:\games\darkmod\tdm_ai_base01.pk4 is matching version 2.07. CRC calculated for zip file D:\games\darkmod\tdm_ai_humanoid_builders01.pk4 = 7fb079ed File D:\games\darkmod\tdm_ai_humanoid_builders01.pk4 is matching version 2.07. CRC calculated for zip file D:\games\darkmod\tdm_ai_humanoid_females01.pk4 = c5ce90e9 File D:\games\darkmod\tdm_ai_humanoid_females01.pk4 is matching version 2.07. File D:\games\darkmod\tdm_ai_humanoid_guards01.pk4 has mismatching size, expected 53044603 but found 52960714. File D:\games\darkmod\tdm_ai_humanoid_heads01.pk4 has mismatching size, expected 14176870 but found 14056255. CRC calculated for zip file D:\games\darkmod\tdm_ai_humanoid_mages01.pk4 = a10ab758 File D:\games\darkmod\tdm_ai_humanoid_mages01.pk4 is matching version 2.07. CRC calculated for zip file D:\games\darkmod\tdm_ai_humanoid_nobles01.pk4 = d0bfe5c5 File D:\games\darkmod\tdm_ai_humanoid_nobles01.pk4 is matching version 2.07. CRC calculated for zip file D:\games\darkmod\tdm_ai_humanoid_pagans01.pk4 = 64cc2a2d File D:\games\darkmod\tdm_ai_humanoid_pagans01.pk4 is matching version 2.07. CRC calculated for zip file D:\games\darkmod\tdm_ai_humanoid_townsfolk01.pk4 = 91d0c1a4 File D:\games\darkmod\tdm_ai_humanoid_townsfolk01.pk4 is matching version 2.07. File D:\games\darkmod\tdm_ai_humanoid_undead01.pk4 has mismatching size, expected 15333280 but found 15332845. File D:\games\darkmod\tdm_ai_monsters_spiders01.pk4 has mismatching size, expected 4174466 but found 4174441. CRC calculated for zip file D:\games\darkmod\tdm_ai_steambots01.pk4 = ab02750c File D:\games\darkmod\tdm_ai_steambots01.pk4 is matching version 2.07. File D:\games\darkmod\tdm_base01.pk4 has mismatching size, expected 963414 but found 949122. File D:\games\darkmod\tdm_defs01.pk4 has mismatching size, expected 314407 but found 311064. CRC calculated for zip file D:\games\darkmod\tdm_env01.pk4 = 3b1af49a File D:\games\darkmod\tdm_env01.pk4 is matching version 2.07. CRC calculated for zip file D:\games\darkmod\tdm_fonts01.pk4 = babe3a3a File D:\games\darkmod\tdm_fonts01.pk4 is matching version 2.07. File D:\games\darkmod\tdm_gui01.pk4 has mismatching size, expected 38571657 but found 38006126. CRC calculated for zip file D:\games\darkmod\tdm_gui_credits01.pk4 = 225ebf5e File D:\games\darkmod\tdm_gui_credits01.pk4 is matching version 2.07. File D:\games\darkmod\tdm_models01.pk4 has mismatching size, expected 457746306 but found 143173718. File D:\games\darkmod\tdm_models02.pk4 has mismatching size, expected 445401604 but found 415213587. File D:\games\darkmod\tdm_models_decls01.pk4 has mismatching size, expected 157230 but found 151957. CRC calculated for zip file D:\games\darkmod\tdm_player01.pk4 = 4612ba2e File D:\games\darkmod\tdm_player01.pk4 is matching version 2.07. File D:\games\darkmod\tdm_prefabs01.pk4 has mismatching size, expected 3100028 but found 3062211. CRC calculated for zip file D:\games\darkmod\tdm_sound_ambient01.pk4 = 535526ab File D:\games\darkmod\tdm_sound_ambient01.pk4 is matching version 2.07. CRC calculated for zip file D:\games\darkmod\tdm_sound_ambient02.pk4 = 2025836c File D:\games\darkmod\tdm_sound_ambient02.pk4 is matching version 2.07. CRC calculated for zip file D:\games\darkmod\tdm_sound_ambient03.pk4 = 65946b44 File D:\games\darkmod\tdm_sound_ambient03.pk4 is matching version 2.07. File D:\games\darkmod\tdm_sound_ambient_decls01.pk4 has mismatching size, expected 9873 but found 9790. File D:\games\darkmod\tdm_sound_sfx01.pk4 has mismatching size, expected 25388460 but found 24789072. CRC calculated for zip file D:\games\darkmod\tdm_sound_sfx02.pk4 = b115fcfb File D:\games\darkmod\tdm_sound_sfx02.pk4 is matching version 2.07. CRC calculated for zip file D:\games\darkmod\tdm_sound_vocals01.pk4 = 5e4ce1b9 File D:\games\darkmod\tdm_sound_vocals01.pk4 is matching version 2.07. CRC calculated for zip file D:\games\darkmod\tdm_sound_vocals02.pk4 = fb9bcbed File D:\games\darkmod\tdm_sound_vocals02.pk4 is matching version 2.07. CRC calculated for zip file D:\games\darkmod\tdm_sound_vocals03.pk4 = d9fed762 File D:\games\darkmod\tdm_sound_vocals03.pk4 is matching version 2.07. File D:\games\darkmod\tdm_sound_vocals04.pk4 has mismatching size, expected 121648630 but found 121691929. CRC calculated for zip file D:\games\darkmod\tdm_sound_vocals05.pk4 = f324da5a File D:\games\darkmod\tdm_sound_vocals05.pk4 is matching version 2.07. CRC calculated for zip file D:\games\darkmod\tdm_sound_vocals06.pk4 = 6b4410bb File D:\games\darkmod\tdm_sound_vocals06.pk4 is matching version 2.07. CRC calculated for zip file D:\games\darkmod\tdm_sound_vocals07.pk4 = 74fde4ad File D:\games\darkmod\tdm_sound_vocals07.pk4 is matching version 2.07. File D:\games\darkmod\tdm_sound_vocals_decls01.pk4 has mismatching size, expected 63932 but found 63910. CRC calculated for zip file D:\games\darkmod\tdm_standalone.pk4 = ec957c4b File D:\games\darkmod\tdm_standalone.pk4 is matching version 2.07. File D:\games\darkmod\tdm_textures_base01.pk4 has mismatching size, expected 10126255 but found 10125959. CRC calculated for zip file D:\games\darkmod\tdm_textures_carpet01.pk4 = 499a3c01 File D:\games\darkmod\tdm_textures_carpet01.pk4 is matching version 2.07. CRC calculated for zip file D:\games\darkmod\tdm_textures_decals01.pk4 = c0d06dde File D:\games\darkmod\tdm_textures_decals01.pk4 is matching version 2.07. CRC calculated for zip file D:\games\darkmod\tdm_textures_door01.pk4 = 4b99c0 File D:\games\darkmod\tdm_textures_door01.pk4 is matching version 2.07. CRC calculated for zip file D:\games\darkmod\tdm_textures_fabric01.pk4 = 31f20458 File D:\games\darkmod\tdm_textures_fabric01.pk4 is matching version 2.07. CRC calculated for zip file D:\games\darkmod\tdm_textures_glass01.pk4 = 953fdf58 File D:\games\darkmod\tdm_textures_glass01.pk4 is matching version 2.07. CRC calculated for zip file D:\games\darkmod\tdm_textures_metal01.pk4 = ac53b12c File D:\games\darkmod\tdm_textures_metal01.pk4 is matching version 2.07. CRC calculated for zip file D:\games\darkmod\tdm_textures_nature01.pk4 = a55faca2 File D:\games\darkmod\tdm_textures_nature01.pk4 is matching version 2.07. File D:\games\darkmod\tdm_textures_other01.pk4 has mismatching size, expected 17501435 but found 16481383. CRC calculated for zip file D:\games\darkmod\tdm_textures_paint_paper01.pk4 = 3d908b62 File D:\games\darkmod\tdm_textures_paint_paper01.pk4 is matching version 2.07. CRC calculated for zip file D:\games\darkmod\tdm_textures_plaster01.pk4 = e7183ac7 File D:\games\darkmod\tdm_textures_plaster01.pk4 is matching version 2.07. CRC calculated for zip file D:\games\darkmod\tdm_textures_roof01.pk4 = a522a0d9 File D:\games\darkmod\tdm_textures_roof01.pk4 is matching version 2.07. CRC calculated for zip file D:\games\darkmod\tdm_textures_sfx01.pk4 = bf82fef1 File D:\games\darkmod\tdm_textures_sfx01.pk4 is matching version 2.07. CRC calculated for zip file D:\games\darkmod\tdm_textures_stone_brick01.pk4 = 325371b3 File D:\games\darkmod\tdm_textures_stone_brick01.pk4 is matching version 2.07. CRC calculated for zip file D:\games\darkmod\tdm_textures_stone_cobblestones01.pk4 = 9c940ece File D:\games\darkmod\tdm_textures_stone_cobblestones01.pk4 is matching version 2.07. CRC calculated for zip file D:\games\darkmod\tdm_textures_stone_flat01.pk4 = 35a33bf3 File D:\games\darkmod\tdm_textures_stone_flat01.pk4 is matching version 2.07. CRC calculated for zip file D:\games\darkmod\tdm_textures_stone_natural01.pk4 = d996301 File D:\games\darkmod\tdm_textures_stone_natural01.pk4 is matching version 2.07. CRC calculated for zip file D:\games\darkmod\tdm_textures_stone_sculpted01.pk4 = 1edaf58c File D:\games\darkmod\tdm_textures_stone_sculpted01.pk4 is matching version 2.07. CRC calculated for zip file D:\games\darkmod\tdm_textures_window01.pk4 = 6efa6b92 File D:\games\darkmod\tdm_textures_window01.pk4 is matching version 2.07. File D:\games\darkmod\tdm_textures_wood01.pk4 has mismatching size, expected 121557387 but found 121140390. Ignoring updater executable: D:\games\darkmod\tdm_update.exe. File D:\games\darkmod\tdm_update.linux has mismatching size, expected 1691784 but found 1691828. File D:\games\darkmod\thedarkmod.x64 has mismatching size, expected 15463080 but found 20465424. File D:\games\darkmod\thedarkmod.x86 has mismatching size, expected 15337032 but found 20101144. File D:\games\darkmod\vcredist_x64.exe has mismatching size, expected 15232896 but found 7194312. File D:\games\darkmod\vcredist_x86.exe has mismatching size, expected 14608952 but found 6503984. The local files are matching 2 different versions. Files matching version 2.06: 31 (size: 1.06 GB) Some files match version 2.06, a differential update is available for that version. The differential package size is smaller than the total size of files needing it, this is good. Files matching version 2.07: 48 (size: 2.06 GB) Some files match version 2.07, but no differential update is available for that version. Step thread finished: 6 Step thread started: 5 Checking target folder: D:\games\darkmod [PK4 Inventory] Found D:\games\darkmod\tdm_ai_animals01.pk4 [PK4 Inventory] Found D:\games\darkmod\tdm_ai_base01.pk4 [PK4 Inventory] Found D:\games\darkmod\tdm_ai_humanoid_builders01.pk4 [PK4 Inventory] Found D:\games\darkmod\tdm_ai_humanoid_females01.pk4 [PK4 Inventory] Found D:\games\darkmod\tdm_ai_humanoid_guards01.pk4 [PK4 Inventory] Found D:\games\darkmod\tdm_ai_humanoid_heads01.pk4 [PK4 Inventory] Found D:\games\darkmod\tdm_ai_humanoid_mages01.pk4 [PK4 Inventory] Found D:\games\darkmod\tdm_ai_humanoid_nobles01.pk4 [PK4 Inventory] Found D:\games\darkmod\tdm_ai_humanoid_pagans01.pk4 [PK4 Inventory] Found D:\games\darkmod\tdm_ai_humanoid_townsfolk01.pk4 [PK4 Inventory] Found D:\games\darkmod\tdm_ai_humanoid_undead01.pk4 [PK4 Inventory] Found D:\games\darkmod\tdm_ai_monsters_spiders01.pk4 [PK4 Inventory] Found D:\games\darkmod\tdm_ai_steambots01.pk4 [PK4 Inventory] Found D:\games\darkmod\tdm_base01.pk4 [PK4 Inventory] Found D:\games\darkmod\tdm_defs01.pk4 [PK4 Inventory] Found D:\games\darkmod\tdm_env01.pk4 [PK4 Inventory] Found D:\games\darkmod\tdm_fonts01.pk4 [PK4 Inventory] Found D:\games\darkmod\tdm_gui01.pk4 [PK4 Inventory] Found D:\games\darkmod\tdm_gui_credits01.pk4 [PK4 Inventory] Found D:\games\darkmod\tdm_models01.pk4 [PK4 Inventory] Found D:\games\darkmod\tdm_models02.pk4 [PK4 Inventory] Found D:\games\darkmod\tdm_models_decls01.pk4 [PK4 Inventory] Found D:\games\darkmod\tdm_player01.pk4 [PK4 Inventory] Found D:\games\darkmod\tdm_prefabs01.pk4 [PK4 Inventory] Found D:\games\darkmod\tdm_sound_ambient01.pk4 [PK4 Inventory] Found D:\games\darkmod\tdm_sound_ambient02.pk4 [PK4 Inventory] Found D:\games\darkmod\tdm_sound_ambient03.pk4 [PK4 Inventory] Found D:\games\darkmod\tdm_sound_ambient_decls01.pk4 [PK4 Inventory] Found D:\games\darkmod\tdm_sound_sfx01.pk4 [PK4 Inventory] Found D:\games\darkmod\tdm_sound_sfx02.pk4 [PK4 Inventory] Found D:\games\darkmod\tdm_sound_vocals01.pk4 [PK4 Inventory] Found D:\games\darkmod\tdm_sound_vocals02.pk4 [PK4 Inventory] Found D:\games\darkmod\tdm_sound_vocals03.pk4 [PK4 Inventory] Found D:\games\darkmod\tdm_sound_vocals04.pk4 [PK4 Inventory] Found D:\games\darkmod\tdm_sound_vocals05.pk4 [PK4 Inventory] Found D:\games\darkmod\tdm_sound_vocals06.pk4 [PK4 Inventory] Found D:\games\darkmod\tdm_sound_vocals07.pk4 [PK4 Inventory] Found D:\games\darkmod\tdm_sound_vocals_decls01.pk4 [PK4 Inventory] Found D:\games\darkmod\tdm_standalone.pk4 [PK4 Inventory] Found D:\games\darkmod\tdm_textures_base01.pk4 [PK4 Inventory] Found D:\games\darkmod\tdm_textures_carpet01.pk4 [PK4 Inventory] Found D:\games\darkmod\tdm_textures_decals01.pk4 [PK4 Inventory] Found D:\games\darkmod\tdm_textures_door01.pk4 [PK4 Inventory] Found D:\games\darkmod\tdm_textures_fabric01.pk4 [PK4 Inventory] Found D:\games\darkmod\tdm_textures_glass01.pk4 [PK4 Inventory] Found D:\games\darkmod\tdm_textures_metal01.pk4 [PK4 Inventory] Found D:\games\darkmod\tdm_textures_nature01.pk4 [PK4 Inventory] Found D:\games\darkmod\tdm_textures_other01.pk4 [PK4 Inventory] Found D:\games\darkmod\tdm_textures_paint_paper01.pk4 [PK4 Inventory] Found D:\games\darkmod\tdm_textures_plaster01.pk4 [PK4 Inventory] Found D:\games\darkmod\tdm_textures_roof01.pk4 [PK4 Inventory] Found D:\games\darkmod\tdm_textures_sfx01.pk4 [PK4 Inventory] Found D:\games\darkmod\tdm_textures_stone_brick01.pk4 [PK4 Inventory] Found D:\games\darkmod\tdm_textures_stone_cobblestones01.pk4 [PK4 Inventory] Found D:\games\darkmod\tdm_textures_stone_flat01.pk4 [PK4 Inventory] Found D:\games\darkmod\tdm_textures_stone_natural01.pk4 [PK4 Inventory] Found D:\games\darkmod\tdm_textures_stone_sculpted01.pk4 [PK4 Inventory] Found D:\games\darkmod\tdm_textures_window01.pk4 [PK4 Inventory] Found D:\games\darkmod\tdm_textures_wood01.pk4 Checking for archive file: fms/newjob/newjob.pk4... Checking for file fms/newjob/newjob.pk4: SIZE MISMATCH Checking for archive file: fms/stlucia/stlucia.pk4... Checking for file fms/stlucia/stlucia.pk4: SIZE MISMATCH Checking for archive file: fms/training_mission/training_mission.pk4... Checking for file fms/training_mission/training_mission.pk4: SIZE MISMATCH Checking for archive file: tdm_ai_animals01.pk4... Checking for file tdm_ai_animals01.pk4: CRC calculated for zip file D:\games\darkmod\tdm_ai_animals01.pk4 = 6942681 OK Checking for archive file: tdm_ai_base01.pk4... Checking for file tdm_ai_base01.pk4: CRC calculated for zip file D:\games\darkmod\tdm_ai_base01.pk4 = b2fc6115 OK Checking for archive file: tdm_ai_humanoid_builders01.pk4... Checking for file tdm_ai_humanoid_builders01.pk4: CRC calculated for zip file D:\games\darkmod\tdm_ai_humanoid_builders01.pk4 = 7fb079ed OK Checking for archive file: tdm_ai_humanoid_females01.pk4... Checking for file tdm_ai_humanoid_females01.pk4: CRC calculated for zip file D:\games\darkmod\tdm_ai_humanoid_females01.pk4 = c5ce90e9 OK Checking for archive file: tdm_ai_humanoid_guards01.pk4... Checking for file tdm_ai_humanoid_guards01.pk4: SIZE MISMATCH Checking for archive file: tdm_ai_humanoid_heads01.pk4... Checking for file tdm_ai_humanoid_heads01.pk4: SIZE MISMATCH Checking for archive file: tdm_ai_humanoid_mages01.pk4... Checking for file tdm_ai_humanoid_mages01.pk4: CRC calculated for zip file D:\games\darkmod\tdm_ai_humanoid_mages01.pk4 = a10ab758 OK Checking for archive file: tdm_ai_humanoid_nobles01.pk4... Checking for file tdm_ai_humanoid_nobles01.pk4: CRC calculated for zip file D:\games\darkmod\tdm_ai_humanoid_nobles01.pk4 = d0bfe5c5 OK Checking for archive file: tdm_ai_humanoid_pagans01.pk4... Checking for file tdm_ai_humanoid_pagans01.pk4: CRC calculated for zip file D:\games\darkmod\tdm_ai_humanoid_pagans01.pk4 = 64cc2a2d OK Checking for archive file: tdm_ai_humanoid_townsfolk01.pk4... Checking for file tdm_ai_humanoid_townsfolk01.pk4: CRC calculated for zip file D:\games\darkmod\tdm_ai_humanoid_townsfolk01.pk4 = 91d0c1a4 OK Checking for archive file: tdm_ai_humanoid_undead01.pk4... Checking for file tdm_ai_humanoid_undead01.pk4: SIZE MISMATCH Checking for archive file: tdm_ai_monsters_spiders01.pk4... Checking for file tdm_ai_monsters_spiders01.pk4: SIZE MISMATCH Checking for archive file: tdm_ai_steambots01.pk4... Checking for file tdm_ai_steambots01.pk4: CRC calculated for zip file D:\games\darkmod\tdm_ai_steambots01.pk4 = ab02750c OK Checking for archive file: tdm_base01.pk4... Checking for file tdm_base01.pk4: SIZE MISMATCH Checking for archive file: tdm_defs01.pk4... Checking for file tdm_defs01.pk4: SIZE MISMATCH Checking for archive file: tdm_env01.pk4... Checking for file tdm_env01.pk4: CRC calculated for zip file D:\games\darkmod\tdm_env01.pk4 = 3b1af49a OK Checking for archive file: tdm_fonts01.pk4... Checking for file tdm_fonts01.pk4: CRC calculated for zip file D:\games\darkmod\tdm_fonts01.pk4 = babe3a3a OK Checking for archive file: tdm_gui01.pk4... Checking for file tdm_gui01.pk4: SIZE MISMATCH Checking for archive file: tdm_gui_credits01.pk4... Checking for file tdm_gui_credits01.pk4: CRC calculated for zip file D:\games\darkmod\tdm_gui_credits01.pk4 = 225ebf5e OK Checking for archive file: tdm_models01.pk4... Checking for file tdm_models01.pk4: SIZE MISMATCH Checking for archive file: tdm_models02.pk4... Checking for file tdm_models02.pk4: SIZE MISMATCH Checking for archive file: tdm_models_decls01.pk4... Checking for file tdm_models_decls01.pk4: SIZE MISMATCH Checking for archive file: tdm_player01.pk4... Checking for file tdm_player01.pk4: CRC calculated for zip file D:\games\darkmod\tdm_player01.pk4 = 4612ba2e OK Checking for archive file: tdm_prefabs01.pk4... Checking for file tdm_prefabs01.pk4: SIZE MISMATCH Checking archive members of: tdm_shared_stuff.zip Checking for member file: AUTHORS.txt Checking for file AUTHORS.txt: CRC calculated for file D:\games\darkmod\AUTHORS.txt = 5596bdaf OK Checking for member file: ExtLibs.dll Checking for file ExtLibs.dll: SIZE MISMATCH Checking for member file: ExtLibsx64.dll Checking for file ExtLibsx64.dll: SIZE MISMATCH Checking for member file: LICENSE.txt Checking for file LICENSE.txt: CRC calculated for file D:\games\darkmod\LICENSE.txt = e6d658a5 OK Checking for member file: TDM_icon.ico Checking for file TDM_icon.ico: CRC calculated for file D:\games\darkmod\TDM_icon.ico = d585a57f OK Checking for member file: TheDarkMod.exe Checking for file TheDarkMod.exe: SIZE MISMATCH Checking for member file: TheDarkModx64.exe Checking for file TheDarkModx64.exe: SIZE MISMATCH Checking for member file: alsoft-hrtf-default-44100.mhr Checking for file alsoft-hrtf-default-44100.mhr: MISSING Checking for member file: alsoft-hrtf-default-48000.mhr Checking for file alsoft-hrtf-default-48000.mhr: MISSING Checking for member file: alsoft.ini Checking for file alsoft.ini: MISSING Checking for member file: ca-bundle.crt Checking for file ca-bundle.crt: CRC calculated for file D:\games\darkmod\ca-bundle.crt = 8d500b34 OK Checking for member file: config.spec Checking for file config.spec: CRC calculated for file D:\games\darkmod\config.spec = 0 OK Checking for member file: darkmod.ico Checking for file darkmod.ico: CRC calculated for file D:\games\darkmod\darkmod.ico = df20ac89 OK Checking for member file: darkmod.ini Checking for file darkmod.ini: SIZE MISMATCH Checking for member file: description.txt Checking for file description.txt: CRC calculated for file D:\games\darkmod\description.txt = cc5377e9 OK Checking for member file: thedarkmod.x64 Checking for file thedarkmod.x64: SIZE MISMATCH Checking for member file: thedarkmod.x86 Checking for file thedarkmod.x86: SIZE MISMATCH Checking for member file: vcredist_x64.exe Checking for file vcredist_x64.exe: SIZE MISMATCH Checking for member file: vcredist_x86.exe Checking for file vcredist_x86.exe: SIZE MISMATCH Checking for archive file: tdm_sound_ambient01.pk4... Checking for file tdm_sound_ambient01.pk4: CRC calculated for zip file D:\games\darkmod\tdm_sound_ambient01.pk4 = 535526ab OK Checking for archive file: tdm_sound_ambient02.pk4... Checking for file tdm_sound_ambient02.pk4: CRC calculated for zip file D:\games\darkmod\tdm_sound_ambient02.pk4 = 2025836c OK Checking for archive file: tdm_sound_ambient03.pk4... Checking for file tdm_sound_ambient03.pk4: CRC calculated for zip file D:\games\darkmod\tdm_sound_ambient03.pk4 = 65946b44 OK Checking for archive file: tdm_sound_ambient_decls01.pk4... Checking for file tdm_sound_ambient_decls01.pk4: SIZE MISMATCH Checking for archive file: tdm_sound_sfx01.pk4... Checking for file tdm_sound_sfx01.pk4: SIZE MISMATCH Checking for archive file: tdm_sound_sfx02.pk4... Checking for file tdm_sound_sfx02.pk4: CRC calculated for zip file D:\games\darkmod\tdm_sound_sfx02.pk4 = b115fcfb OK Checking for archive file: tdm_sound_vocals01.pk4... Checking for file tdm_sound_vocals01.pk4: CRC calculated for zip file D:\games\darkmod\tdm_sound_vocals01.pk4 = 5e4ce1b9 OK Checking for archive file: tdm_sound_vocals02.pk4... Checking for file tdm_sound_vocals02.pk4: CRC calculated for zip file D:\games\darkmod\tdm_sound_vocals02.pk4 = fb9bcbed OK Checking for archive file: tdm_sound_vocals03.pk4... Checking for file tdm_sound_vocals03.pk4: CRC calculated for zip file D:\games\darkmod\tdm_sound_vocals03.pk4 = d9fed762 OK Checking for archive file: tdm_sound_vocals04.pk4... Checking for file tdm_sound_vocals04.pk4: SIZE MISMATCH Checking for archive file: tdm_sound_vocals05.pk4... Checking for file tdm_sound_vocals05.pk4: CRC calculated for zip file D:\games\darkmod\tdm_sound_vocals05.pk4 = f324da5a OK Checking for archive file: tdm_sound_vocals06.pk4... Checking for file tdm_sound_vocals06.pk4: CRC calculated for zip file D:\games\darkmod\tdm_sound_vocals06.pk4 = 6b4410bb OK Checking for archive file: tdm_sound_vocals07.pk4... Checking for file tdm_sound_vocals07.pk4: CRC calculated for zip file D:\games\darkmod\tdm_sound_vocals07.pk4 = 74fde4ad OK Checking for archive file: tdm_sound_vocals_decls01.pk4... Checking for file tdm_sound_vocals_decls01.pk4: SIZE MISMATCH Checking for archive file: tdm_standalone.pk4... Checking for file tdm_standalone.pk4: CRC calculated for zip file D:\games\darkmod\tdm_standalone.pk4 = ec957c4b OK Checking for archive file: tdm_textures_base01.pk4... Checking for file tdm_textures_base01.pk4: SIZE MISMATCH Checking for archive file: tdm_textures_carpet01.pk4... Checking for file tdm_textures_carpet01.pk4: CRC calculated for zip file D:\games\darkmod\tdm_textures_carpet01.pk4 = 499a3c01 OK Checking for archive file: tdm_textures_decals01.pk4... Checking for file tdm_textures_decals01.pk4: CRC calculated for zip file D:\games\darkmod\tdm_textures_decals01.pk4 = c0d06dde OK Checking for archive file: tdm_textures_door01.pk4... Checking for file tdm_textures_door01.pk4: CRC calculated for zip file D:\games\darkmod\tdm_textures_door01.pk4 = 4b99c0 OK Checking for archive file: tdm_textures_fabric01.pk4... Checking for file tdm_textures_fabric01.pk4: CRC calculated for zip file D:\games\darkmod\tdm_textures_fabric01.pk4 = 31f20458 OK Checking for archive file: tdm_textures_glass01.pk4... Checking for file tdm_textures_glass01.pk4: CRC calculated for zip file D:\games\darkmod\tdm_textures_glass01.pk4 = 953fdf58 OK Checking for archive file: tdm_textures_metal01.pk4... Checking for file tdm_textures_metal01.pk4: CRC calculated for zip file D:\games\darkmod\tdm_textures_metal01.pk4 = ac53b12c OK Checking for archive file: tdm_textures_nature01.pk4... Checking for file tdm_textures_nature01.pk4: CRC calculated for zip file D:\games\darkmod\tdm_textures_nature01.pk4 = a55faca2 OK Checking for archive file: tdm_textures_other01.pk4... Checking for file tdm_textures_other01.pk4: SIZE MISMATCH Checking for archive file: tdm_textures_paint_paper01.pk4... Checking for file tdm_textures_paint_paper01.pk4: CRC calculated for zip file D:\games\darkmod\tdm_textures_paint_paper01.pk4 = 3d908b62 OK Checking for archive file: tdm_textures_plaster01.pk4... Checking for file tdm_textures_plaster01.pk4: CRC calculated for zip file D:\games\darkmod\tdm_textures_plaster01.pk4 = e7183ac7 OK Checking for archive file: tdm_textures_roof01.pk4... Checking for file tdm_textures_roof01.pk4: CRC calculated for zip file D:\games\darkmod\tdm_textures_roof01.pk4 = a522a0d9 OK Checking for archive file: tdm_textures_sfx01.pk4... Checking for file tdm_textures_sfx01.pk4: CRC calculated for zip file D:\games\darkmod\tdm_textures_sfx01.pk4 = bf82fef1 OK Checking for archive file: tdm_textures_stone_brick01.pk4... Checking for file tdm_textures_stone_brick01.pk4: CRC calculated for zip file D:\games\darkmod\tdm_textures_stone_brick01.pk4 = 325371b3 OK Checking for archive file: tdm_textures_stone_cobblestones01.pk4... Checking for file tdm_textures_stone_cobblestones01.pk4: CRC calculated for zip file D:\games\darkmod\tdm_textures_stone_cobblestones01.pk4 = 9c940ece OK Checking for archive file: tdm_textures_stone_flat01.pk4... Checking for file tdm_textures_stone_flat01.pk4: CRC calculated for zip file D:\games\darkmod\tdm_textures_stone_flat01.pk4 = 35a33bf3 OK Checking for archive file: tdm_textures_stone_natural01.pk4... Checking for file tdm_textures_stone_natural01.pk4: CRC calculated for zip file D:\games\darkmod\tdm_textures_stone_natural01.pk4 = d996301 OK Checking for archive file: tdm_textures_stone_sculpted01.pk4... Checking for file tdm_textures_stone_sculpted01.pk4: CRC calculated for zip file D:\games\darkmod\tdm_textures_stone_sculpted01.pk4 = 1edaf58c OK Checking for archive file: tdm_textures_window01.pk4... Checking for file tdm_textures_window01.pk4: CRC calculated for zip file D:\games\darkmod\tdm_textures_window01.pk4 = 6efa6b92 OK Checking for archive file: tdm_textures_wood01.pk4... Checking for file tdm_textures_wood01.pk4: SIZE MISMATCH Checking archive members of: tdm_update_linux.zip Checking for member file: tdm_update.linux Checking for file tdm_update.linux: SIZE MISMATCH Checking archive members of: tdm_update_win.zip Checking for member file: tdm_update.exe Checking for file tdm_update.exe: CRC calculated for file D:\games\darkmod\tdm_update.exe = 58db9918 OK Looking for executable tdm_update.exe in download queue. Didn't find executable name tdm_update.exe in download queue. Step thread finished: 5 Looking for executable tdm_update.exe in download queue. Didn't find executable name tdm_update.exe in download queue. Local version is exactly determined, differential update is available. Looking for executable tdm_update.exe in download queue. Didn't find executable name tdm_update.exe in download queue. Local version is exactly determined, differential update is available. Step thread started: 8 Downloading differential update package for version 2.06 VerifyUpdatePackageAt: File D:\games\darkmod\tdm_update_2.06_to_2.07.zip does not exist. Picking mirror TDM Root Downloading to temporary file D:\games\darkmod\__tdm_update_2.06_to_2.07.zip Initiating Download from http://update.thedarkmod.com/testing/tdm_update_2.06_to_2.07.zip Download successful: http://update.thedarkmod.com/testing/tdm_update_2.06_to_2.07.zip Checking filesize of downloaded file, expecting 419101768 Checking download for 'is-a-zipfile'. Checking CRC of downloaded file, expecting 2c965c33 CRC calculated for zip file D:\games\darkmod\__tdm_update_2.06_to_2.07.zip = 2c965c33 Downloaded file passed the integrity checks. Moved D:\games\darkmod\__tdm_update_2.06_to_2.07.zip to D:\games\darkmod\tdm_update_2.06_to_2.07.zip CRC calculated for zip file D:\games\darkmod\tdm_update_2.06_to_2.07.zip = 2c965c33 File D:\games\darkmod\tdm_update_2.06_to_2.07.zip is intact with checksum 2c965c33. Step thread finished: 8 Step thread started: 9 Applying differential update package for version 2.06 CRC calculated for zip file D:\games\darkmod\tdm_update_2.06_to_2.07.zip = 2c965c33 File D:\games\darkmod\tdm_update_2.06_to_2.07.zip is intact with checksum 2c965c33. Successfully parsed the whole INI file. Update Package Parse results: PK4s to be removed: 1, PK4s to be added: 0, PK4s to be changed: 21 Non-Archive files to be removed: 0, to be added: 3, to be replaced: 11 Removing PK4: tdm_update_macosx.zip Changing PK4: fms/newjob/newjob.pk4...CRC calculated for zip file D:\games\darkmod\fms/newjob/newjob.pk4 = 683288c5 Removing 1 files from archive D:\games\darkmod\fms/newjob/newjob.pk4 Removed file D:\games\darkmod\fms/newjob/newjob.pk4 Moved D:\games\darkmod\fms/newjob\__newjob.pk4 to D:\games\darkmod\fms/newjob/newjob.pk4 CRC calculated for zip file D:\games\darkmod\fms/newjob/newjob.pk4 = b100bde2 OK - Files added: 2, removed: 0, changed: 1 Changing PK4: fms/stlucia/stlucia.pk4...CRC calculated for zip file D:\games\darkmod\fms/stlucia/stlucia.pk4 = 4d148f86 Removing 5 files from archive D:\games\darkmod\fms/stlucia/stlucia.pk4 Removed file D:\games\darkmod\fms/stlucia/stlucia.pk4 Moved D:\games\darkmod\fms/stlucia\__stlucia.pk4 to D:\games\darkmod\fms/stlucia/stlucia.pk4 CRC calculated for zip file D:\games\darkmod\fms/stlucia/stlucia.pk4 = 1972e774 OK - Files added: 1, removed: 0, changed: 5 Changing PK4: fms/training_mission/training_mission.pk4...CRC calculated for zip file D:\games\darkmod\fms/training_mission/training_mission.pk4 = dd89be79 Removing 1 files from archive D:\games\darkmod\fms/training_mission/training_mission.pk4 Removed file D:\games\darkmod\fms/training_mission/training_mission.pk4 Moved D:\games\darkmod\fms/training_mission\__training_mission.pk4 to D:\games\darkmod\fms/training_mission/training_mission.pk4 CRC calculated for zip file D:\games\darkmod\fms/training_mission/training_mission.pk4 = f2016901 OK - Files added: 0, removed: 0, changed: 1 Changing PK4: tdm_ai_humanoid_guards01.pk4...CRC calculated for zip file D:\games\darkmod\tdm_ai_humanoid_guards01.pk4 = 1f3b26ec Removing 6 files from archive D:\games\darkmod\tdm_ai_humanoid_guards01.pk4 Removed file D:\games\darkmod\tdm_ai_humanoid_guards01.pk4 Moved D:\games\darkmod\__tdm_ai_humanoid_guards01.pk4 to D:\games\darkmod\tdm_ai_humanoid_guards01.pk4 CRC calculated for zip file D:\games\darkmod\tdm_ai_humanoid_guards01.pk4 = 21a3d2a3 OK - Files added: 2, removed: 0, changed: 6 Changing PK4: tdm_ai_humanoid_heads01.pk4...CRC calculated for zip file D:\games\darkmod\tdm_ai_humanoid_heads01.pk4 = d2e6bece Removing 7 files from archive D:\games\darkmod\tdm_ai_humanoid_heads01.pk4 Removed file D:\games\darkmod\tdm_ai_humanoid_heads01.pk4 Moved D:\games\darkmod\__tdm_ai_humanoid_heads01.pk4 to D:\games\darkmod\tdm_ai_humanoid_heads01.pk4 CRC calculated for zip file D:\games\darkmod\tdm_ai_humanoid_heads01.pk4 = 11b9fb OK - Files added: 3, removed: 0, changed: 7 Changing PK4: tdm_ai_humanoid_undead01.pk4...CRC calculated for zip file D:\games\darkmod\tdm_ai_humanoid_undead01.pk4 = e93f754c Removing 2 files from archive D:\games\darkmod\tdm_ai_humanoid_undead01.pk4 Removed file D:\games\darkmod\tdm_ai_humanoid_undead01.pk4 Moved D:\games\darkmod\__tdm_ai_humanoid_undead01.pk4 to D:\games\darkmod\tdm_ai_humanoid_undead01.pk4 CRC calculated for zip file D:\games\darkmod\tdm_ai_humanoid_undead01.pk4 = 2268e751 OK - Files added: 0, removed: 0, changed: 2 Changing PK4: tdm_ai_monsters_spiders01.pk4...CRC calculated for zip file D:\games\darkmod\tdm_ai_monsters_spiders01.pk4 = 21b88032 Removing 1 files from archive D:\games\darkmod\tdm_ai_monsters_spiders01.pk4 Removed file D:\games\darkmod\tdm_ai_monsters_spiders01.pk4 Moved D:\games\darkmod\__tdm_ai_monsters_spiders01.pk4 to D:\games\darkmod\tdm_ai_monsters_spiders01.pk4 CRC calculated for zip file D:\games\darkmod\tdm_ai_monsters_spiders01.pk4 = 94eace7d OK - Files added: 0, removed: 0, changed: 1 Changing PK4: tdm_base01.pk4...CRC calculated for zip file D:\games\darkmod\tdm_base01.pk4 = d17ba33 Removing 61 files from archive D:\games\darkmod\tdm_base01.pk4 Removed file D:\games\darkmod\tdm_base01.pk4 Moved D:\games\darkmod\__tdm_base01.pk4 to D:\games\darkmod\tdm_base01.pk4 CRC calculated for zip file D:\games\darkmod\tdm_base01.pk4 = 934a1840 Failed applying changes, PK4 checksum is different after patching. Changing PK4: tdm_defs01.pk4...CRC calculated for zip file D:\games\darkmod\tdm_defs01.pk4 = ef2c1413 Removing 18 files from archive D:\games\darkmod\tdm_defs01.pk4 Removed file D:\games\darkmod\tdm_defs01.pk4 Moved D:\games\darkmod\__tdm_defs01.pk4 to D:\games\darkmod\tdm_defs01.pk4 CRC calculated for zip file D:\games\darkmod\tdm_defs01.pk4 = b43a355d OK - Files added: 2, removed: 0, changed: 18 Changing PK4: tdm_gui01.pk4...CRC calculated for zip file D:\games\darkmod\tdm_gui01.pk4 = d21a90ab Removing 4 files from archive D:\games\darkmod\tdm_gui01.pk4 Removed file D:\games\darkmod\tdm_gui01.pk4 Moved D:\games\darkmod\__tdm_gui01.pk4 to D:\games\darkmod\tdm_gui01.pk4 CRC calculated for zip file D:\games\darkmod\tdm_gui01.pk4 = fbc317c8 OK - Files added: 13, removed: 0, changed: 4 Changing PK4: tdm_models01.pk4...CRC calculated for zip file D:\games\darkmod\tdm_models01.pk4 = 5000f44d Removing 15 files from archive D:\games\darkmod\tdm_models01.pk4 Removed file D:\games\darkmod\tdm_models01.pk4 Moved D:\games\darkmod\__tdm_models01.pk4 to D:\games\darkmod\tdm_models01.pk4 CRC calculated for zip file D:\games\darkmod\tdm_models01.pk4 = ca1b0129 OK - Files added: 341, removed: 0, changed: 15 Changing PK4: tdm_models02.pk4...CRC calculated for zip file D:\games\darkmod\tdm_models02.pk4 = 4102c1e0 CRC calculated for zip file D:\games\darkmod\tdm_models02.pk4 = b8d968bc OK - Files added: 26, removed: 0, changed: 0 Changing PK4: tdm_models_decls01.pk4...CRC calculated for zip file D:\games\darkmod\tdm_models_decls01.pk4 = fdeef742 Removing 24 files from archive D:\games\darkmod\tdm_models_decls01.pk4 Removed file D:\games\darkmod\tdm_models_decls01.pk4 Moved D:\games\darkmod\__tdm_models_decls01.pk4 to D:\games\darkmod\tdm_models_decls01.pk4 CRC calculated for zip file D:\games\darkmod\tdm_models_decls01.pk4 = 9b9b4987 OK - Files added: 1, removed: 0, changed: 24 Changing PK4: tdm_prefabs01.pk4...CRC calculated for zip file D:\games\darkmod\tdm_prefabs01.pk4 = 5c709445 Removing 4 files from archive D:\games\darkmod\tdm_prefabs01.pk4 Removed file D:\games\darkmod\tdm_prefabs01.pk4 Moved D:\games\darkmod\__tdm_prefabs01.pk4 to D:\games\darkmod\tdm_prefabs01.pk4 CRC calculated for zip file D:\games\darkmod\tdm_prefabs01.pk4 = f0e18d14 OK - Files added: 21, removed: 3, changed: 1 Changing PK4: tdm_sound_ambient_decls01.pk4...CRC calculated for zip file D:\games\darkmod\tdm_sound_ambient_decls01.pk4 = aa025f7c Removing 6 files from archive D:\games\darkmod\tdm_sound_ambient_decls01.pk4 Removed file D:\games\darkmod\tdm_sound_ambient_decls01.pk4 Moved D:\games\darkmod\__tdm_sound_ambient_decls01.pk4 to D:\games\darkmod\tdm_sound_ambient_decls01.pk4 CRC calculated for zip file D:\games\darkmod\tdm_sound_ambient_decls01.pk4 = 2ef3ee3b OK - Files added: 0, removed: 0, changed: 6 Changing PK4: tdm_sound_sfx01.pk4...CRC calculated for zip file D:\games\darkmod\tdm_sound_sfx01.pk4 = b662bfd1 Removing 5 files from archive D:\games\darkmod\tdm_sound_sfx01.pk4 Removed file D:\games\darkmod\tdm_sound_sfx01.pk4 Moved D:\games\darkmod\__tdm_sound_sfx01.pk4 to D:\games\darkmod\tdm_sound_sfx01.pk4 CRC calculated for zip file D:\games\darkmod\tdm_sound_sfx01.pk4 = 672379a4 OK - Files added: 5, removed: 0, changed: 5 Changing PK4: tdm_sound_vocals04.pk4...CRC calculated for zip file D:\games\darkmod\tdm_sound_vocals04.pk4 = 2a359f0d Removing 2 files from archive D:\games\darkmod\tdm_sound_vocals04.pk4 Removed file D:\games\darkmod\tdm_sound_vocals04.pk4 Moved D:\games\darkmod\__tdm_sound_vocals04.pk4 to D:\games\darkmod\tdm_sound_vocals04.pk4 CRC calculated for zip file D:\games\darkmod\tdm_sound_vocals04.pk4 = 3d9c662 OK - Files added: 0, removed: 0, changed: 2 Changing PK4: tdm_sound_vocals_decls01.pk4...CRC calculated for zip file D:\games\darkmod\tdm_sound_vocals_decls01.pk4 = 410f6e08 Removing 1 files from archive D:\games\darkmod\tdm_sound_vocals_decls01.pk4 Removed file D:\games\darkmod\tdm_sound_vocals_decls01.pk4 Moved D:\games\darkmod\__tdm_sound_vocals_decls01.pk4 to D:\games\darkmod\tdm_sound_vocals_decls01.pk4 CRC calculated for zip file D:\games\darkmod\tdm_sound_vocals_decls01.pk4 = 8854b8e4 OK - Files added: 0, removed: 0, changed: 1 Changing PK4: tdm_textures_base01.pk4...CRC calculated for zip file D:\games\darkmod\tdm_textures_base01.pk4 = 96592ed2 Removing 10 files from archive D:\games\darkmod\tdm_textures_base01.pk4 Removed file D:\games\darkmod\tdm_textures_base01.pk4 Moved D:\games\darkmod\__tdm_textures_base01.pk4 to D:\games\darkmod\tdm_textures_base01.pk4 CRC calculated for zip file D:\games\darkmod\tdm_textures_base01.pk4 = 859583ba OK - Files added: 0, removed: 0, changed: 10 Changing PK4: tdm_textures_other01.pk4...CRC calculated for zip file D:\games\darkmod\tdm_textures_other01.pk4 = 6e5f9d61 CRC calculated for zip file D:\games\darkmod\tdm_textures_other01.pk4 = 7e4f3a40 OK - Files added: 5, removed: 0, changed: 0 Changing PK4: tdm_textures_wood01.pk4...CRC calculated for zip file D:\games\darkmod\tdm_textures_wood01.pk4 = 26e16ad8 CRC calculated for zip file D:\games\darkmod\tdm_textures_wood01.pk4 = fc243063 OK - Files added: 1, removed: 0, changed: 0 Adding non-archive file: alsoft-hrtf-default-44100.mhr Adding non-archive file: alsoft-hrtf-default-48000.mhr Adding non-archive file: alsoft.ini Removed file D:\games\darkmod\ExtLibs.dll Replacing non-archive file: ExtLibs.dll Removed file D:\games\darkmod\ExtLibsx64.dll Replacing non-archive file: ExtLibsx64.dll Removed file D:\games\darkmod\TheDarkMod.exe Replacing non-archive file: TheDarkMod.exe Removed file D:\games\darkmod\TheDarkModx64.exe Replacing non-archive file: TheDarkModx64.exe Removed file D:\games\darkmod\darkmod.ini Replacing non-archive file: darkmod.ini Exception while removing file: boost::filesystem::remove: Zugriff verweigert: "D:\games\darkmod\tdm_update.exe" Replacing non-archive file: tdm_update.exe Exception while removing file: boost::filesystem::remove: Zugriff verweigert: "D:\games\darkmod\tdm_update.exe" [ExtractFileTo]: Cannot open destination file D:\games\darkmod\tdm_update.exe Removed file D:\games\darkmod\tdm_update.linux Replacing non-archive file: tdm_update.linux Removed file D:\games\darkmod\thedarkmod.x64 Replacing non-archive file: thedarkmod.x64 Removed file D:\games\darkmod\thedarkmod.x86 Replacing non-archive file: thedarkmod.x86 Removed file D:\games\darkmod\vcredist_x64.exe Replacing non-archive file: vcredist_x64.exe Removed file D:\games\darkmod\vcredist_x86.exe Replacing non-archive file: vcredist_x86.exe Removing package after differential update completion: D:\games\darkmod\tdm_update_2.06_to_2.07.zip Removed file D:\games\darkmod\tdm_update_2.06_to_2.07.zip Step thread finished: 9 Step thread started: 6 Trying to determine installed TDM version... Trying to match against version: 1.02 File D:\games\darkmod\AUTHORS.txt has mismatching size, expected 2933 but found 3687. File D:\games\darkmod\DoomConfig.cfg is missing. File D:\games\darkmod\LICENSE.txt has mismatching size, expected 18927 but found 43962. CRC calculated for file D:\games\darkmod\TDM_icon.ico = d585a57f File D:\games\darkmod\TDM_icon.ico is matching version 1.02. CRC calculated for file D:\games\darkmod\config.spec = 0 File D:\games\darkmod\config.spec is matching version 1.02. File D:\games\darkmod\darkmod.ini has mismatching size, expected 809 but found 741. File D:\games\darkmod\description.txt has mismatching size, expected 43 but found 49. File D:\games\darkmod\dmargs.txt is missing. File D:\games\darkmod\fms/training_mission/training_mission.pk4 has mismatching size, expected 6945673 but found 20006384. File D:\games\darkmod\tdm_ai_animals01.pk4 has mismatching size, expected 1639065 but found 14130891. File D:\games\darkmod\tdm_ai_base01.pk4 has mismatching size, expected 22673 but found 28445. File D:\games\darkmod\tdm_ai_humanoid_builders01.pk4 has mismatching size, expected 27868994 but found 29825430. File D:\games\darkmod\tdm_ai_humanoid_guards01.pk4 has mismatching size, expected 43129852 but found 53044603. File D:\games\darkmod\tdm_ai_humanoid_heads01.pk4 has mismatching size, expected 3362879 but found 14176870. File D:\games\darkmod\tdm_ai_humanoid_nobles01.pk4 has mismatching size, expected 5159157 but found 11206530. File D:\games\darkmod\tdm_ai_humanoid_pagans01.pk4 has mismatching size, expected 3269086 but found 3410127. File D:\games\darkmod\tdm_ai_humanoid_townsfolk01.pk4 has mismatching size, expected 20717831 but found 46903549. File D:\games\darkmod\tdm_ai_humanoid_undead01.pk4 has mismatching size, expected 6145462 but found 15333280. File D:\games\darkmod\tdm_ai_monsters_spiders01.pk4 has mismatching size, expected 2063351 but found 4174466. File D:\games\darkmod\tdm_ai_steambots01.pk4 has mismatching size, expected 1585745 but found 1843910. File D:\games\darkmod\tdm_base01.pk4 has mismatching size, expected 401764 but found 963432. File D:\games\darkmod\tdm_defs01.pk4 has mismatching size, expected 198181 but found 314407. File D:\games\darkmod\tdm_env01.pk4 has mismatching size, expected 38867555 but found 41816734. File D:\games\darkmod\tdm_fonts01.pk4 has mismatching size, expected 1419558 but found 7088300. File D:\games\darkmod\tdm_game01.pk4 is missing. File D:\games\darkmod\tdm_game02.pk4 is missing. File D:\games\darkmod\tdm_gui01.pk4 has mismatching size, expected 26769764 but found 38571657. File D:\games\darkmod\tdm_gui_credits01.pk4 has mismatching size, expected 47326560 but found 54123050. File D:\games\darkmod\tdm_models01.pk4 has mismatching size, expected 36429226 but found 457746306. File D:\games\darkmod\tdm_models02.pk4 has mismatching size, expected 250527858 but found 445401604. File D:\games\darkmod\tdm_models03.pk4 is missing. File D:\games\darkmod\tdm_models_decls01.pk4 has mismatching size, expected 89647 but found 157230. File D:\games\darkmod\tdm_player01.pk4 has mismatching size, expected 4989801 but found 5793891. File D:\games\darkmod\tdm_prefabs01.pk4 has mismatching size, expected 678774 but found 3100028. File D:\games\darkmod\tdm_sound_ambient01.pk4 has mismatching size, expected 28904546 but found 48876607. File D:\games\darkmod\tdm_sound_ambient02.pk4 has mismatching size, expected 166911412 but found 178530320. File D:\games\darkmod\tdm_sound_ambient03.pk4 has mismatching size, expected 35229987 but found 32156915. File D:\games\darkmod\tdm_sound_ambient_decls01.pk4 has mismatching size, expected 7691 but found 9873. File D:\games\darkmod\tdm_sound_sfx01.pk4 has mismatching size, expected 7019043 but found 25388460. File D:\games\darkmod\tdm_sound_sfx02.pk4 has mismatching size, expected 8626862 but found 10277912. File D:\games\darkmod\tdm_sound_vocals01.pk4 has mismatching size, expected 3345271 but found 3770358. File D:\games\darkmod\tdm_sound_vocals02.pk4 has mismatching size, expected 67172110 but found 71245712. File D:\games\darkmod\tdm_sound_vocals03.pk4 has mismatching size, expected 46675832 but found 34483832. File D:\games\darkmod\tdm_sound_vocals04.pk4 has mismatching size, expected 76938115 but found 121648630. File D:\games\darkmod\tdm_sound_vocals05.pk4 has mismatching size, expected 5732980 but found 9577892. File D:\games\darkmod\tdm_sound_vocals06.pk4 has mismatching size, expected 25227313 but found 34391469. File D:\games\darkmod\tdm_sound_vocals_decls01.pk4 has mismatching size, expected 24457 but found 63932. File D:\games\darkmod\tdm_textures_base01.pk4 has mismatching size, expected 2796651 but found 10126255. File D:\games\darkmod\tdm_textures_carpet01.pk4 has mismatching size, expected 16976519 but found 21758643. File D:\games\darkmod\tdm_textures_decals01.pk4 has mismatching size, expected 21636342 but found 110497697. File D:\games\darkmod\tdm_textures_door01.pk4 has mismatching size, expected 38304257 but found 39431030. File D:\games\darkmod\tdm_textures_fabric01.pk4 has mismatching size, expected 27846708 but found 11447361. File D:\games\darkmod\tdm_textures_glass01.pk4 has mismatching size, expected 8832878 but found 17277927. File D:\games\darkmod\tdm_textures_metal01.pk4 has mismatching size, expected 68932873 but found 152673709. File D:\games\darkmod\tdm_textures_nature01.pk4 has mismatching size, expected 76641357 but found 140797327. File D:\games\darkmod\tdm_textures_nature02.pk4 is missing. File D:\games\darkmod\tdm_textures_paint_paper01.pk4 has mismatching size, expected 3601837 but found 17803332. File D:\games\darkmod\tdm_textures_plaster01.pk4 has mismatching size, expected 29599724 but found 67129987. File D:\games\darkmod\tdm_textures_roof01.pk4 has mismatching size, expected 23636097 but found 42484084. File D:\games\darkmod\tdm_textures_sfx01.pk4 has mismatching size, expected 2177146 but found 2760781. File D:\games\darkmod\tdm_textures_stone_brick01.pk4 has mismatching size, expected 122725937 but found 312825781. File D:\games\darkmod\tdm_textures_stone_cobblestones01.pk4 has mismatching size, expected 78866086 but found 127637654. File D:\games\darkmod\tdm_textures_stone_flat01.pk4 has mismatching size, expected 54715083 but found 96867461. File D:\games\darkmod\tdm_textures_stone_natural01.pk4 has mismatching size, expected 60795390 but found 94411360. File D:\games\darkmod\tdm_textures_stone_sculpted01.pk4 has mismatching size, expected 43597719 but found 172951436. File D:\games\darkmod\tdm_textures_window01.pk4 has mismatching size, expected 18100805 but found 67045735. File D:\games\darkmod\tdm_textures_wood01.pk4 has mismatching size, expected 77302839 but found 121557387. File D:\games\darkmod\tdm_textures_wood02.pk4 is missing. Ignoring updater executable: D:\games\darkmod\tdm_update.exe. File D:\games\darkmod\tdm_update.linux has mismatching size, expected 3753330 but found 1691784. File D:\games\darkmod\tdmlauncher.exe is missing. File D:\games\darkmod\tdmlauncher.linux is missing. Trying to match against version: 1.03 File D:\games\darkmod\AUTHORS.txt has mismatching size, expected 2702 but found 3687. File D:\games\darkmod\DoomConfig.cfg is missing. File D:\games\darkmod\LICENSE.txt has mismatching size, expected 18927 but found 43962. CRC calculated for file D:\games\darkmod\TDM_icon.ico = d585a57f File D:\games\darkmod\TDM_icon.ico is matching version 1.03. CRC calculated for file D:\games\darkmod\config.spec = 0 File D:\games\darkmod\config.spec is matching version 1.03. File D:\games\darkmod\darkmod.ini has mismatching size, expected 767 but found 741. File D:\games\darkmod\description.txt has mismatching size, expected 43 but found 49. File D:\games\darkmod\dmargs.txt is missing. File D:\games\darkmod\fms/training_mission/training_mission.pk4 has mismatching size, expected 6945673 but found 20006384. File D:\games\darkmod\tdm_ai_animals01.pk4 has mismatching size, expected 13882870 but found 14130891. File D:\games\darkmod\tdm_ai_base01.pk4 has mismatching size, expected 22544 but found 28445. File D:\games\darkmod\tdm_ai_humanoid_builders01.pk4 has mismatching size, expected 27869530 but found 29825430. File D:\games\darkmod\tdm_ai_humanoid_females01.pk4 has mismatching size, expected 2959573 but found 6242717. File D:\games\darkmod\tdm_ai_humanoid_guards01.pk4 has mismatching size, expected 45657490 but found 53044603. File D:\games\darkmod\tdm_ai_humanoid_heads01.pk4 has mismatching size, expected 3350521 but found 14176870. File D:\games\darkmod\tdm_ai_humanoid_nobles01.pk4 has mismatching size, expected 13334901 but found 11206530. File D:\games\darkmod\tdm_ai_humanoid_pagans01.pk4 has mismatching size, expected 3269375 but found 3410127. File D:\games\darkmod\tdm_ai_humanoid_townsfolk01.pk4 has mismatching size, expected 17444040 but found 46903549. File D:\games\darkmod\tdm_ai_humanoid_undead01.pk4 has mismatching size, expected 6145998 but found 15333280. File D:\games\darkmod\tdm_ai_monsters_spiders01.pk4 has mismatching size, expected 8796843 but found 4174466. File D:\games\darkmod\tdm_ai_steambots01.pk4 has mismatching size, expected 1875898 but found 1843910. File D:\games\darkmod\tdm_base01.pk4 has mismatching size, expected 426333 but found 963432. File D:\games\darkmod\tdm_defs01.pk4 has mismatching size, expected 216316 but found 314407. File D:\games\darkmod\tdm_env01.pk4 has mismatching size, expected 38871684 but found 41816734. File D:\games\darkmod\tdm_fonts01.pk4 has mismatching size, expected 1419558 but found 7088300. File D:\games\darkmod\tdm_game01.pk4 is missing. File D:\games\darkmod\tdm_game02.pk4 is missing. File D:\games\darkmod\tdm_gui01.pk4 has mismatching size, expected 27633571 but found 38571657. File D:\games\darkmod\tdm_gui_credits01.pk4 has mismatching size, expected 47326560 but found 54123050. File D:\games\darkmod\tdm_models01.pk4 has mismatching size, expected 38635830 but found 457746306. File D:\games\darkmod\tdm_models02.pk4 has mismatching size, expected 259503007 but found 445401604. File D:\games\darkmod\tdm_models_decls01.pk4 has mismatching size, expected 112543 but found 157230. File D:\games\darkmod\tdm_player01.pk4 has mismatching size, expected 4989801 but found 5793891. File D:\games\darkmod\tdm_prefabs01.pk4 has mismatching size, expected 1535956 but found 3100028. File D:\games\darkmod\tdm_sound_ambient01.pk4 has mismatching size, expected 30901008 but found 48876607. File D:\games\darkmod\tdm_sound_ambient02.pk4 has mismatching size, expected 168080004 but found 178530320. File D:\games\darkmod\tdm_sound_ambient03.pk4 has mismatching size, expected 32317944 but found 32156915. File D:\games\darkmod\tdm_sound_ambient_decls01.pk4 has mismatching size, expected 7966 but found 9873. File D:\games\darkmod\tdm_sound_sfx01.pk4 has mismatching size, expected 7278097 but found 25388460. File D:\games\darkmod\tdm_sound_sfx02.pk4 has mismatching size, expected 8680520 but found 10277912. File D:\games\darkmod\tdm_sound_vocals01.pk4 has mismatching size, expected 3345271 but found 3770358. File D:\games\darkmod\tdm_sound_vocals02.pk4 has mismatching size, expected 100204714 but found 71245712. File D:\games\darkmod\tdm_sound_vocals03.pk4 has mismatching size, expected 33770193 but found 34483832. File D:\games\darkmod\tdm_sound_vocals04.pk4 has mismatching size, expected 77112750 but found 121648630. File D:\games\darkmod\tdm_sound_vocals05.pk4 has mismatching size, expected 6723082 but found 9577892. File D:\games\darkmod\tdm_sound_vocals06.pk4 has mismatching size, expected 25227313 but found 34391469. File D:\games\darkmod\tdm_sound_vocals07.pk4 has mismatching size, expected 49952056 but found 67054402. File D:\games\darkmod\tdm_sound_vocals_decls01.pk4 has mismatching size, expected 35121 but found 63932. File D:\games\darkmod\tdm_textures_base01.pk4 has mismatching size, expected 2944688 but found 10126255. File D:\games\darkmod\tdm_textures_carpet01.pk4 has mismatching size, expected 16936303 but found 21758643. File D:\games\darkmod\tdm_textures_decals01.pk4 has mismatching size, expected 33982593 but found 110497697. File D:\games\darkmod\tdm_textures_door01.pk4 has mismatching size, expected 38425037 but found 39431030. File D:\games\darkmod\tdm_textures_fabric01.pk4 has mismatching size, expected 27785928 but found 11447361. File D:\games\darkmod\tdm_textures_glass01.pk4 has mismatching size, expected 7143903 but found 17277927. File D:\games\darkmod\tdm_textures_metal01.pk4 has mismatching size, expected 76834768 but found 152673709. File D:\games\darkmod\tdm_textures_nature01.pk4 has mismatching size, expected 80359745 but found 140797327. File D:\games\darkmod\tdm_textures_paint_paper01.pk4 has mismatching size, expected 3601837 but found 17803332. File D:\games\darkmod\tdm_textures_plaster01.pk4 has mismatching size, expected 29531021 but found 67129987. File D:\games\darkmod\tdm_textures_roof01.pk4 has mismatching size, expected 29318474 but found 42484084. File D:\games\darkmod\tdm_textures_sfx01.pk4 has mismatching size, expected 2183566 but found 2760781. File D:\games\darkmod\tdm_textures_stone_brick01.pk4 has mismatching size, expected 127763549 but found 312825781. File D:\games\darkmod\tdm_textures_stone_cobblestones01.pk4 has mismatching size, expected 78745820 but found 127637654. File D:\games\darkmod\tdm_textures_stone_flat01.pk4 has mismatching size, expected 54609223 but found 96867461. File D:\games\darkmod\tdm_textures_stone_natural01.pk4 has mismatching size, expected 60698950 but found 94411360. File D:\games\darkmod\tdm_textures_stone_sculpted01.pk4 has mismatching size, expected 44640097 but found 172951436. File D:\games\darkmod\tdm_textures_window01.pk4 has mismatching size, expected 18047088 but found 67045735. File D:\games\darkmod\tdm_textures_wood01.pk4 has mismatching size, expected 77224466 but found 121557387. Ignoring updater executable: D:\games\darkmod\tdm_update.exe. File D:\games\darkmod\tdm_update.linux has mismatching size, expected 1677907 but found 1691784. File D:\games\darkmod\tdmlauncher.exe is missing. File D:\games\darkmod\tdmlauncher.linux is missing. Trying to match against version: 1.04 File D:\games\darkmod\AUTHORS.txt has mismatching size, expected 2791 but found 3687. File D:\games\darkmod\DoomConfig.cfg is missing. File D:\games\darkmod\LICENSE.txt has mismatching size, expected 18927 but found 43962. CRC calculated for file D:\games\darkmod\TDM_icon.ico = d585a57f File D:\games\darkmod\TDM_icon.ico is matching version 1.04. CRC calculated for file D:\games\darkmod\config.spec = 0 File D:\games\darkmod\config.spec is matching version 1.04. File D:\games\darkmod\darkmod.ini has mismatching size, expected 734 but found 741. File D:\games\darkmod\description.txt has mismatching size, expected 42 but found 49. File D:\games\darkmod\dmargs.txt is missing. File D:\games\darkmod\fms/training_mission/training_mission.pk4 has mismatching size, expected 6945673 but found 20006384. File D:\games\darkmod\tdm_ai_animals01.pk4 has mismatching size, expected 13879780 but found 14130891. File D:\games\darkmod\tdm_ai_base01.pk4 has mismatching size, expected 22656 but found 28445. File D:\games\darkmod\tdm_ai_humanoid_builders01.pk4 has mismatching size, expected 27866304 but found 29825430. File D:\games\darkmod\tdm_ai_humanoid_females01.pk4 has mismatching size, expected 3035681 but found 6242717. File D:\games\darkmod\tdm_ai_humanoid_guards01.pk4 has mismatching size, expected 45718734 but found 53044603. File D:\games\darkmod\tdm_ai_humanoid_heads01.pk4 has mismatching size, expected 3768965 but found 14176870. File D:\games\darkmod\tdm_ai_humanoid_mages01.pk4 has mismatching size, expected 9103836 but found 5606401. File D:\games\darkmod\tdm_ai_humanoid_nobles01.pk4 has mismatching size, expected 13343303 but found 11206530. File D:\games\darkmod\tdm_ai_humanoid_pagans01.pk4 has mismatching size, expected 3269102 but found 3410127. File D:\games\darkmod\tdm_ai_humanoid_townsfolk01.pk4 has mismatching size, expected 17442810 but found 46903549. File D:\games\darkmod\tdm_ai_humanoid_undead01.pk4 has mismatching size, expected 6144589 but found 15333280. File D:\games\darkmod\tdm_ai_monsters_spiders01.pk4 has mismatching size, expected 8785399 but found 4174466. File D:\games\darkmod\tdm_ai_steambots01.pk4 has mismatching size, expected 1876610 but found 1843910. File D:\games\darkmod\tdm_base01.pk4 has mismatching size, expected 427747 but found 963432. File D:\games\darkmod\tdm_defs01.pk4 has mismatching size, expected 224086 but found 314407. File D:\games\darkmod\tdm_env01.pk4 has mismatching size, expected 40470258 but found 41816734. File D:\games\darkmod\tdm_fonts01.pk4 has mismatching size, expected 1419558 but found 7088300. File D:\games\darkmod\tdm_game01.pk4 is missing. File D:\games\darkmod\tdm_game02.pk4 is missing. File D:\games\darkmod\tdm_gui01.pk4 has mismatching size, expected 28183313 but found 38571657. File D:\games\darkmod\tdm_gui_credits01.pk4 has mismatching size, expected 47368235 but found 54123050. File D:\games\darkmod\tdm_models01.pk4 has mismatching size, expected 39295644 but found 457746306. File D:\games\darkmod\tdm_models02.pk4 has mismatching size, expected 275074979 but found 445401604. File D:\games\darkmod\tdm_models_decls01.pk4 has mismatching size, expected 114725 but found 157230. File D:\games\darkmod\tdm_player01.pk4 has mismatching size, expected 5699886 but found 5793891. File D:\games\darkmod\tdm_prefabs01.pk4 has mismatching size, expected 1538650 but found 3100028. File D:\games\darkmod\tdm_sound_ambient01.pk4 has mismatching size, expected 30901008 but found 48876607. File D:\games\darkmod\tdm_sound_ambient02.pk4 has mismatching size, expected 168080004 but found 178530320. File D:\games\darkmod\tdm_sound_ambient03.pk4 has mismatching size, expected 32317944 but found 32156915. File D:\games\darkmod\tdm_sound_ambient_decls01.pk4 has mismatching size, expected 7966 but found 9873. File D:\games\darkmod\tdm_sound_sfx01.pk4 has mismatching size, expected 7278250 but found 25388460. File D:\games\darkmod\tdm_sound_sfx02.pk4 has mismatching size, expected 8680520 but found 10277912. File D:\games\darkmod\tdm_sound_vocals01.pk4 has mismatching size, expected 3345271 but found 3770358. File D:\games\darkmod\tdm_sound_vocals02.pk4 has mismatching size, expected 100224850 but found 71245712. File D:\games\darkmod\tdm_sound_vocals03.pk4 has mismatching size, expected 33770193 but found 34483832. File D:\games\darkmod\tdm_sound_vocals04.pk4 has mismatching size, expected 76998131 but found 121648630. File D:\games\darkmod\tdm_sound_vocals05.pk4 has mismatching size, expected 6723082 but found 9577892. File D:\games\darkmod\tdm_sound_vocals06.pk4 has mismatching size, expected 33778207 but found 34391469. File D:\games\darkmod\tdm_sound_vocals07.pk4 has mismatching size, expected 65657247 but found 67054402. File D:\games\darkmod\tdm_sound_vocals_decls01.pk4 has mismatching size, expected 39885 but found 63932. File D:\games\darkmod\tdm_textures_base01.pk4 has mismatching size, expected 5488764 but found 10126255. File D:\games\darkmod\tdm_textures_carpet01.pk4 has mismatching size, expected 16831175 but found 21758643. File D:\games\darkmod\tdm_textures_decals01.pk4 has mismatching size, expected 33976529 but found 110497697. File D:\games\darkmod\tdm_textures_door01.pk4 has mismatching size, expected 38388318 but found 39431030. File D:\games\darkmod\tdm_textures_fabric01.pk4 has mismatching size, expected 27785928 but found 11447361. File D:\games\darkmod\tdm_textures_glass01.pk4 has mismatching size, expected 7143903 but found 17277927. File D:\games\darkmod\tdm_textures_metal01.pk4 has mismatching size, expected 80968492 but found 152673709. File D:\games\darkmod\tdm_textures_nature01.pk4 has mismatching size, expected 81005223 but found 140797327. File D:\games\darkmod\tdm_textures_paint_paper01.pk4 has mismatching size, expected 3601837 but found 17803332. File D:\games\darkmod\tdm_textures_plaster01.pk4 has mismatching size, expected 30619061 but found 67129987. File D:\games\darkmod\tdm_textures_roof01.pk4 has mismatching size, expected 28958716 but found 42484084. File D:\games\darkmod\tdm_textures_sfx01.pk4 has mismatching size, expected 2047200 but found 2760781. File D:\games\darkmod\tdm_textures_stone_brick01.pk4 has mismatching size, expected 156812613 but found 312825781. File D:\games\darkmod\tdm_textures_stone_cobblestones01.pk4 has mismatching size, expected 85089416 but found 127637654. File D:\games\darkmod\tdm_textures_stone_flat01.pk4 has mismatching size, expected 68339606 but found 96867461. File D:\games\darkmod\tdm_textures_stone_natural01.pk4 has mismatching size, expected 60326145 but found 94411360. File D:\games\darkmod\tdm_textures_stone_sculpted01.pk4 has mismatching size, expected 71660974 but found 172951436. File D:\games\darkmod\tdm_textures_window01.pk4 has mismatching size, expected 22374820 but found 67045735. File D:\games\darkmod\tdm_textures_wood01.pk4 has mismatching size, expected 75936780 but found 121557387. Ignoring updater executable: D:\games\darkmod\tdm_update.exe. File D:\games\darkmod\tdm_update.linux has mismatching size, expected 1714005 but found 1691784. File D:\games\darkmod\tdmlauncher.exe is missing. File D:\games\darkmod\tdmlauncher.linux is missing. Trying to match against version: 1.05 File D:\games\darkmod\AUTHORS.txt has mismatching size, expected 2791 but found 3687. File D:\games\darkmod\DoomConfig.cfg is missing. File D:\games\darkmod\LICENSE.txt has mismatching size, expected 18927 but found 43962. CRC calculated for file D:\games\darkmod\TDM_icon.ico = d585a57f File D:\games\darkmod\TDM_icon.ico is matching version 1.05. CRC calculated for file D:\games\darkmod\config.spec = 0 File D:\games\darkmod\config.spec is matching version 1.05. File D:\games\darkmod\darkmod.ini has mismatching size, expected 734 but found 741. File D:\games\darkmod\description.txt has mismatching size, expected 42 but found 49. File D:\games\darkmod\dmargs.txt is missing. File D:\games\darkmod\fms/training_mission/training_mission.pk4 has mismatching size, expected 6945673 but found 20006384. File D:\games\darkmod\tdm_ai_animals01.pk4 has mismatching size, expected 13880248 but found 14130891. File D:\games\darkmod\tdm_ai_base01.pk4 has mismatching size, expected 23050 but found 28445. File D:\games\darkmod\tdm_ai_humanoid_builders01.pk4 has mismatching size, expected 27866334 but found 29825430. File D:\games\darkmod\tdm_ai_humanoid_females01.pk4 has mismatching size, expected 3131450 but found 6242717. File D:\games\darkmod\tdm_ai_humanoid_guards01.pk4 has mismatching size, expected 46071720 but found 53044603. File D:\games\darkmod\tdm_ai_humanoid_heads01.pk4 has mismatching size, expected 3769181 but found 14176870. File D:\games\darkmod\tdm_ai_humanoid_mages01.pk4 has mismatching size, expected 9104713 but found 5606401. File D:\games\darkmod\tdm_ai_humanoid_nobles01.pk4 has mismatching size, expected 13343365 but found 11206530. File D:\games\darkmod\tdm_ai_humanoid_pagans01.pk4 has mismatching size, expected 3269116 but found 3410127. File D:\games\darkmod\tdm_ai_humanoid_townsfolk01.pk4 has mismatching size, expected 17442920 but found 46903549. File D:\games\darkmod\tdm_ai_humanoid_undead01.pk4 has mismatching size, expected 6144612 but found 15333280. File D:\games\darkmod\tdm_ai_monsters_spiders01.pk4 has mismatching size, expected 8785777 but found 4174466. File D:\games\darkmod\tdm_ai_steambots01.pk4 has mismatching size, expected 1876676 but found 1843910. File D:\games\darkmod\tdm_base01.pk4 has mismatching size, expected 429725 but found 963432. File D:\games\darkmod\tdm_defs01.pk4 has mismatching size, expected 228398 but found 314407. File D:\games\darkmod\tdm_env01.pk4 has mismatching size, expected 40470258 but found 41816734. File D:\games\darkmod\tdm_fonts01.pk4 has mismatching size, expected 1419558 but found 7088300. File D:\games\darkmod\tdm_game01.pk4 is missing. File D:\games\darkmod\tdm_game02.pk4 is missing. File D:\games\darkmod\tdm_gui01.pk4 has mismatching size, expected 28192008 but found 38571657. File D:\games\darkmod\tdm_gui_credits01.pk4 has mismatching size, expected 47368235 but found 54123050. File D:\games\darkmod\tdm_models01.pk4 has mismatching size, expected 39351472 but found 457746306. File D:\games\darkmod\tdm_models02.pk4 has mismatching size, expected 275584134 but found 445401604. File D:\games\darkmod\tdm_models_decls01.pk4 has mismatching size, expected 115349 but found 157230. File D:\games\darkmod\tdm_player01.pk4 has mismatching size, expected 5699886 but found 5793891. File D:\games\darkmod\tdm_prefabs01.pk4 has mismatching size, expected 1588949 but found 3100028. File D:\games\darkmod\tdm_sound_ambient01.pk4 has mismatching size, expected 31027355 but found 48876607. File D:\games\darkmod\tdm_sound_ambient02.pk4 has mismatching size, expected 168080004 but found 178530320. File D:\games\darkmod\tdm_sound_ambient03.pk4 has mismatching size, expected 32317944 but found 32156915. File D:\games\darkmod\tdm_sound_ambient_decls01.pk4 has mismatching size, expected 8012 but found 9873. File D:\games\darkmod\tdm_sound_sfx01.pk4 has mismatching size, expected 7278247 but found 25388460. File D:\games\darkmod\tdm_sound_sfx02.pk4 has mismatching size, expected 8680520 but found 10277912. File D:\games\darkmod\tdm_sound_vocals01.pk4 has mismatching size, expected 3345271 but found 3770358. File D:\games\darkmod\tdm_sound_vocals02.pk4 has mismatching size, expected 100224850 but found 71245712. File D:\games\darkmod\tdm_sound_vocals03.pk4 has mismatching size, expected 33770193 but found 34483832. File D:\games\darkmod\tdm_sound_vocals04.pk4 has mismatching size, expected 76998131 but found 121648630. File D:\games\darkmod\tdm_sound_vocals05.pk4 has mismatching size, expected 6723082 but found 9577892. File D:\games\darkmod\tdm_sound_vocals06.pk4 has mismatching size, expected 33778207 but found 34391469. File D:\games\darkmod\tdm_sound_vocals07.pk4 has mismatching size, expected 65657247 but found 67054402. File D:\games\darkmod\tdm_sound_vocals_decls01.pk4 has mismatching size, expected 39906 but found 63932. File D:\games\darkmod\tdm_textures_base01.pk4 has mismatching size, expected 5681677 but found 10126255. File D:\games\darkmod\tdm_textures_carpet01.pk4 has mismatching size, expected 16831175 but found 21758643. File D:\games\darkmod\tdm_textures_decals01.pk4 has mismatching size, expected 33976529 but found 110497697. File D:\games\darkmod\tdm_textures_door01.pk4 has mismatching size, expected 38388318 but found 39431030. File D:\games\darkmod\tdm_textures_fabric01.pk4 has mismatching size, expected 27785928 but found 11447361. File D:\games\darkmod\tdm_textures_glass01.pk4 has mismatching size, expected 7143903 but found 17277927. File D:\games\darkmod\tdm_textures_metal01.pk4 has mismatching size, expected 81650840 but found 152673709. File D:\games\darkmod\tdm_textures_nature01.pk4 has mismatching size, expected 80702723 but found 140797327. File D:\games\darkmod\tdm_textures_paint_paper01.pk4 has mismatching size, expected 3601837 but found 17803332. File D:\games\darkmod\tdm_textures_plaster01.pk4 has mismatching size, expected 30619061 but found 67129987. File D:\games\darkmod\tdm_textures_roof01.pk4 has mismatching size, expected 28814643 but found 42484084. File D:\games\darkmod\tdm_textures_sfx01.pk4 has mismatching size, expected 2047200 but found 2760781. File D:\games\darkmod\tdm_textures_stone_brick01.pk4 has mismatching size, expected 156812613 but found 312825781. File D:\games\darkmod\tdm_textures_stone_cobblestones01.pk4 has mismatching size, expected 85089416 but found 127637654. File D:\games\darkmod\tdm_textures_stone_flat01.pk4 has mismatching size, expected 68363995 but found 96867461. File D:\games\darkmod\tdm_textures_stone_natural01.pk4 has mismatching size, expected 60326145 but found 94411360. File D:\games\darkmod\tdm_textures_stone_sculpted01.pk4 has mismatching size, expected 71660974 but found 172951436. File D:\games\darkmod\tdm_textures_window01.pk4 has mismatching size, expected 22374820 but found 67045735. File D:\games\darkmod\tdm_textures_wood01.pk4 has mismatching size, expected 76490811 but found 121557387. Ignoring updater executable: D:\games\darkmod\tdm_update.exe. File D:\games\darkmod\tdm_update.linux has mismatching size, expected 1714005 but found 1691784. File D:\games\darkmod\tdmlauncher.exe is missing. File D:\games\darkmod\tdmlauncher.linux is missing. Trying to match against version: 1.06 File D:\games\darkmod\AUTHORS.txt has mismatching size, expected 2791 but found 3687. File D:\games\darkmod\DoomConfig.cfg is missing. File D:\games\darkmod\LICENSE.txt has mismatching size, expected 18927 but found 43962. CRC calculated for file D:\games\darkmod\TDM_icon.ico = d585a57f File D:\games\darkmod\TDM_icon.ico is matching version 1.06. CRC calculated for file D:\games\darkmod\config.spec = 0 File D:\games\darkmod\config.spec is matching version 1.06. File D:\games\darkmod\darkmod.ico has mismatching size, expected 99678 but found 285481. File D:\games\darkmod\darkmod.ini has mismatching size, expected 722 but found 741. File D:\games\darkmod\description.txt has mismatching size, expected 42 but found 49. File D:\games\darkmod\dmargs.txt is missing. File D:\games\darkmod\fms/training_mission/training_mission.pk4 has mismatching size, expected 6945673 but found 20006384. File D:\games\darkmod\tdm_ai_animals01.pk4 has mismatching size, expected 13880294 but found 14130891. File D:\games\darkmod\tdm_ai_base01.pk4 has mismatching size, expected 23147 but found 28445. File D:\games\darkmod\tdm_ai_humanoid_builders01.pk4 has mismatching size, expected 27914555 but found 29825430. File D:\games\darkmod\tdm_ai_humanoid_females01.pk4 has mismatching size, expected 4270815 but found 6242717. File D:\games\darkmod\tdm_ai_humanoid_guards01.pk4 has mismatching size, expected 39547894 but found 53044603. File D:\games\darkmod\tdm_ai_humanoid_heads01.pk4 has mismatching size, expected 4630853 but found 14176870. File D:\games\darkmod\tdm_ai_humanoid_mages01.pk4 has mismatching size, expected 9104713 but found 5606401. File D:\games\darkmod\tdm_ai_humanoid_nobles01.pk4 has mismatching size, expected 13343435 but found 11206530. File D:\games\darkmod\tdm_ai_humanoid_pagans01.pk4 has mismatching size, expected 3269116 but found 3410127. File D:\games\darkmod\tdm_ai_humanoid_townsfolk01.pk4 has mismatching size, expected 27105992 but found 46903549. File D:\games\darkmod\tdm_ai_humanoid_undead01.pk4 has mismatching size, expected 6144616 but found 15333280. File D:\games\darkmod\tdm_ai_monsters_spiders01.pk4 has mismatching size, expected 8785818 but found 4174466. File D:\games\darkmod\tdm_ai_steambots01.pk4 has mismatching size, expected 1876676 but found 1843910. File D:\games\darkmod\tdm_base01.pk4 has mismatching size, expected 431662 but found 963432. File D:\games\darkmod\tdm_defs01.pk4 has mismatching size, expected 234897 but found 314407. File D:\games\darkmod\tdm_env01.pk4 has mismatching size, expected 40470258 but found 41816734. File D:\games\darkmod\tdm_fonts01.pk4 has mismatching size, expected 1419558 but found 7088300. File D:\games\darkmod\tdm_game01.pk4 is missing. File D:\games\darkmod\tdm_game02.pk4 is missing. File D:\games\darkmod\tdm_game03.pk4 is missing. File D:\games\darkmod\tdm_gui01.pk4 has mismatching size, expected 28270458 but found 38571657. File D:\games\darkmod\tdm_gui_credits01.pk4 has mismatching size, expected 47368235 but found 54123050. File D:\games\darkmod\tdm_models01.pk4 has mismatching size, expected 39633011 but found 457746306. File D:\games\darkmod\tdm_models02.pk4 has mismatching size, expected 276526808 but found 445401604. File D:\games\darkmod\tdm_models_decls01.pk4 has mismatching size, expected 116262 but found 157230. File D:\games\darkmod\tdm_player01.pk4 has mismatching size, expected 5689119 but found 5793891. File D:\games\darkmod\tdm_prefabs01.pk4 has mismatching size, expected 1588949 but found 3100028. File D:\games\darkmod\tdm_sound_ambient01.pk4 has mismatching size, expected 31027355 but found 48876607. File D:\games\darkmod\tdm_sound_ambient02.pk4 has mismatching size, expected 168080004 but found 178530320. File D:\games\darkmod\tdm_sound_ambient03.pk4 has mismatching size, expected 32317944 but found 32156915. File D:\games\darkmod\tdm_sound_ambient_decls01.pk4 has mismatching size, expected 8012 but found 9873. File D:\games\darkmod\tdm_sound_sfx01.pk4 has mismatching size, expected 7585898 but found 25388460. File D:\games\darkmod\tdm_sound_sfx02.pk4 has mismatching size, expected 8726360 but found 10277912. File D:\games\darkmod\tdm_sound_vocals01.pk4 has mismatching size, expected 3345271 but found 3770358. File D:\games\darkmod\tdm_sound_vocals02.pk4 has mismatching size, expected 100224850 but found 71245712. File D:\games\darkmod\tdm_sound_vocals03.pk4 has mismatching size, expected 33770193 but found 34483832. File D:\games\darkmod\tdm_sound_vocals04.pk4 has mismatching size, expected 76782147 but found 121648630. File D:\games\darkmod\tdm_sound_vocals05.pk4 has mismatching size, expected 6723082 but found 9577892. File D:\games\darkmod\tdm_sound_vocals06.pk4 has mismatching size, expected 33710213 but found 34391469. File D:\games\darkmod\tdm_sound_vocals07.pk4 has mismatching size, expected 65657247 but found 67054402. File D:\games\darkmod\tdm_sound_vocals_decls01.pk4 has mismatching size, expected 40531 but found 63932. File D:\games\darkmod\tdm_textures_base01.pk4 has mismatching size, expected 5682618 but found 10126255. File D:\games\darkmod\tdm_textures_carpet01.pk4 has mismatching size, expected 16831175 but found 21758643. File D:\games\darkmod\tdm_textures_decals01.pk4 has mismatching size, expected 34539278 but found 110497697. File D:\games\darkmod\tdm_textures_door01.pk4 has mismatching size, expected 38388318 but found 39431030. File D:\games\darkmod\tdm_textures_fabric01.pk4 has mismatching size, expected 27785928 but found 11447361. File D:\games\darkmod\tdm_textures_glass01.pk4 has mismatching size, expected 7143903 but found 17277927. File D:\games\darkmod\tdm_textures_metal01.pk4 has mismatching size, expected 81650840 but found 152673709. File D:\games\darkmod\tdm_textures_nature01.pk4 has mismatching size, expected 83741639 but found 140797327. File D:\games\darkmod\tdm_textures_paint_paper01.pk4 has mismatching size, expected 3601837 but found 17803332. File D:\games\darkmod\tdm_textures_plaster01.pk4 has mismatching size, expected 30619061 but found 67129987. File D:\games\darkmod\tdm_textures_roof01.pk4 has mismatching size, expected 28814643 but found 42484084. File D:\games\darkmod\tdm_textures_sfx01.pk4 has mismatching size, expected 2070999 but found 2760781. File D:\games\darkmod\tdm_textures_stone_brick01.pk4 has mismatching size, expected 156812613 but found 312825781. File D:\games\darkmod\tdm_textures_stone_cobblestones01.pk4 has mismatching size, expected 85089416 but found 127637654. File D:\games\darkmod\tdm_textures_stone_flat01.pk4 has mismatching size, expected 68363995 but found 96867461. File D:\games\darkmod\tdm_textures_stone_natural01.pk4 has mismatching size, expected 60326145 but found 94411360. File D:\games\darkmod\tdm_textures_stone_sculpted01.pk4 has mismatching size, expected 83742796 but found 172951436. File D:\games\darkmod\tdm_textures_window01.pk4 has mismatching size, expected 22374820 but found 67045735. File D:\games\darkmod\tdm_textures_wood01.pk4 has mismatching size, expected 77301564 but found 121557387. Ignoring updater executable: D:\games\darkmod\tdm_update.exe. File D:\games\darkmod\tdm_update.linux has mismatching size, expected 1719611 but found 1691784. File D:\games\darkmod\tdm_update.macosx is missing. File D:\games\darkmod\tdmlauncher.exe is missing. File D:\games\darkmod\tdmlauncher.linux is missing. File D:\games\darkmod\tdmlauncher.macosx is missing. Trying to match against version: 1.07 File D:\games\darkmod\AUTHORS.txt has mismatching size, expected 3246 but found 3687. File D:\games\darkmod\DoomConfig.cfg is missing. File D:\games\darkmod\LICENSE.txt has mismatching size, expected 18927 but found 43962. CRC calculated for file D:\games\darkmod\TDM_icon.ico = d585a57f File D:\games\darkmod\TDM_icon.ico is matching version 1.07. CRC calculated for file D:\games\darkmod\config.spec = 0 File D:\games\darkmod\config.spec is matching version 1.07. CRC calculated for file D:\games\darkmod\darkmod.ico = df20ac89 File D:\games\darkmod\darkmod.ico is matching version 1.07. File D:\games\darkmod\darkmod.ini has mismatching size, expected 722 but found 741. File D:\games\darkmod\description.txt has mismatching size, expected 42 but found 49. File D:\games\darkmod\dmargs.txt is missing. File D:\games\darkmod\fms/training_mission/training_mission.pk4 has mismatching size, expected 6945673 but found 20006384. File D:\games\darkmod\tdm_ai_animals01.pk4 has mismatching size, expected 13880313 but found 14130891. File D:\games\darkmod\tdm_ai_base01.pk4 has mismatching size, expected 23230 but found 28445. File D:\games\darkmod\tdm_ai_humanoid_builders01.pk4 has mismatching size, expected 28421705 but found 29825430. File D:\games\darkmod\tdm_ai_humanoid_females01.pk4 has mismatching size, expected 4353340 but found 6242717. File D:\games\darkmod\tdm_ai_humanoid_guards01.pk4 has mismatching size, expected 39784047 but found 53044603. File D:\games\darkmod\tdm_ai_humanoid_heads01.pk4 has mismatching size, expected 5180586 but found 14176870. File D:\games\darkmod\tdm_ai_humanoid_mages01.pk4 has mismatching size, expected 5469772 but found 5606401. File D:\games\darkmod\tdm_ai_humanoid_nobles01.pk4 has mismatching size, expected 9962246 but found 11206530. File D:\games\darkmod\tdm_ai_humanoid_pagans01.pk4 has mismatching size, expected 3269125 but found 3410127. File D:\games\darkmod\tdm_ai_humanoid_townsfolk01.pk4 has mismatching size, expected 26826656 but found 46903549. File D:\games\darkmod\tdm_ai_humanoid_undead01.pk4 has mismatching size, expected 6144609 but found 15333280. File D:\games\darkmod\tdm_ai_monsters_spiders01.pk4 has mismatching size, expected 8785828 but found 4174466. File D:\games\darkmod\tdm_ai_steambots01.pk4 has mismatching size, expected 1876676 but found 1843910. File D:\games\darkmod\tdm_base01.pk4 has mismatching size, expected 617027 but found 963432. File D:\games\darkmod\tdm_defs01.pk4 has mismatching size, expected 242572 but found 314407. File D:\games\darkmod\tdm_env01.pk4 has mismatching size, expected 40470258 but found 41816734. File D:\games\darkmod\tdm_fonts01.pk4 has mismatching size, expected 6608391 but found 7088300. File D:\games\darkmod\tdm_game01.pk4 is missing. File D:\games\darkmod\tdm_game02.pk4 is missing. File D:\games\darkmod\tdm_game03.pk4 is missing. File D:\games\darkmod\tdm_gui01.pk4 has mismatching size, expected 23960019 but found 38571657. File D:\games\darkmod\tdm_gui_credits01.pk4 has mismatching size, expected 47368235 but found 54123050. File D:\games\darkmod\tdm_models01.pk4 has mismatching size, expected 40117088 but found 457746306. File D:\games\darkmod\tdm_models02.pk4 has mismatching size, expected 280094264 but found 445401604. File D:\games\darkmod\tdm_models_decls01.pk4 has mismatching size, expected 117691 but found 157230. File D:\games\darkmod\tdm_player01.pk4 has mismatching size, expected 5689119 but found 5793891. File D:\games\darkmod\tdm_prefabs01.pk4 has mismatching size, expected 1613791 but found 3100028. File D:\games\darkmod\tdm_sound_ambient01.pk4 has mismatching size, expected 31027355 but found 48876607. File D:\games\darkmod\tdm_sound_ambient02.pk4 has mismatching size, expected 168080004 but found 178530320. File D:\games\darkmod\tdm_sound_ambient03.pk4 has mismatching size, expected 32317944 but found 32156915. File D:\games\darkmod\tdm_sound_ambient_decls01.pk4 has mismatching size, expected 8025 but found 9873. File D:\games\darkmod\tdm_sound_sfx01.pk4 has mismatching size, expected 9052714 but found 25388460. File D:\games\darkmod\tdm_sound_sfx02.pk4 has mismatching size, expected 9658967 but found 10277912. File D:\games\darkmod\tdm_sound_vocals01.pk4 has mismatching size, expected 3345271 but found 3770358. File D:\games\darkmod\tdm_sound_vocals02.pk4 has mismatching size, expected 100292941 but found 71245712. File D:\games\darkmod\tdm_sound_vocals03.pk4 has mismatching size, expected 33770193 but found 34483832. File D:\games\darkmod\tdm_sound_vocals04.pk4 has mismatching size, expected 76804702 but found 121648630. File D:\games\darkmod\tdm_sound_vocals05.pk4 has mismatching size, expected 6723082 but found 9577892. File D:\games\darkmod\tdm_sound_vocals06.pk4 has mismatching size, expected 33710213 but found 34391469. File D:\games\darkmod\tdm_sound_vocals07.pk4 has mismatching size, expected 65657247 but found 67054402. File D:\games\darkmod\tdm_sound_vocals_decls01.pk4 has mismatching size, expected 40800 but found 63932. File D:\games\darkmod\tdm_textures_base01.pk4 has mismatching size, expected 5687449 but found 10126255. File D:\games\darkmod\tdm_textures_carpet01.pk4 has mismatching size, expected 12938314 but found 21758643. File D:\games\darkmod\tdm_textures_decals01.pk4 has mismatching size, expected 34133324 but found 110497697. File D:\games\darkmod\tdm_textures_door01.pk4 has mismatching size, expected 32981534 but found 39431030. File D:\games\darkmod\tdm_textures_fabric01.pk4 has mismatching size, expected 10613534 but found 11447361. File D:\games\darkmod\tdm_textures_glass01.pk4 has mismatching size, expected 8222276 but found 17277927. File D:\games\darkmod\tdm_textures_metal01.pk4 has mismatching size, expected 100091919 but found 152673709. File D:\games\darkmod\tdm_textures_nature01.pk4 has mismatching size, expected 81942206 but found 140797327. File D:\games\darkmod\tdm_textures_paint_paper01.pk4 has mismatching size, expected 2750286 but found 17803332. File D:\games\darkmod\tdm_textures_plaster01.pk4 has mismatching size, expected 29464795 but found 67129987. File D:\games\darkmod\tdm_textures_roof01.pk4 has mismatching size, expected 35490286 but found 42484084. File D:\games\darkmod\tdm_textures_sfx01.pk4 has mismatching size, expected 2070999 but found 2760781. File D:\games\darkmod\tdm_textures_stone_brick01.pk4 has mismatching size, expected 192861831 but found 312825781. File D:\games\darkmod\tdm_textures_stone_cobblestones01.pk4 has mismatching size, expected 98925246 but found 127637654. File D:\games\darkmod\tdm_textures_stone_flat01.pk4 has mismatching size, expected 72576293 but found 96867461. File D:\games\darkmod\tdm_textures_stone_natural01.pk4 has mismatching size, expected 60326145 but found 94411360. File D:\games\darkmod\tdm_textures_stone_sculpted01.pk4 has mismatching size, expected 108450860 but found 172951436. File D:\games\darkmod\tdm_textures_window01.pk4 has mismatching size, expected 31131541 but found 67045735. File D:\games\darkmod\tdm_textures_wood01.pk4 has mismatching size, expected 82925802 but found 121557387. Ignoring updater executable: D:\games\darkmod\tdm_update.exe. File D:\games\darkmod\tdm_update.linux has mismatching size, expected 1719849 but found 1691784. File D:\games\darkmod\tdm_update.macosx is missing. File D:\games\darkmod\tdmlauncher.exe is missing. File D:\games\darkmod\tdmlauncher.linux is missing. File D:\games\darkmod\tdmlauncher.macosx is missing. Trying to match against version: 1.08 File D:\games\darkmod\AUTHORS.txt has mismatching size, expected 3363 but found 3687. File D:\games\darkmod\LICENSE.txt has mismatching size, expected 18927 but found 43962. CRC calculated for file D:\games\darkmod\TDM_icon.ico = d585a57f File D:\games\darkmod\TDM_icon.ico is matching version 1.08. File D:\games\darkmod\TheDarkMod.exe has mismatching size, expected 8839680 but found 9348096. CRC calculated for file D:\games\darkmod\config.spec = 0 File D:\games\darkmod\config.spec is matching version 1.08. CRC calculated for file D:\games\darkmod\darkmod.ico = df20ac89 File D:\games\darkmod\darkmod.ico is matching version 1.08. File D:\games\darkmod\darkmod.ini has mismatching size, expected 704 but found 741. File D:\games\darkmod\description.txt has mismatching size, expected 42 but found 49. File D:\games\darkmod\fms/saintlucia/saintlucia.pk4 is missing. File D:\games\darkmod\fms/training_mission/training_mission.pk4 has mismatching size, expected 20043933 but found 20006384. File D:\games\darkmod\tdm_ai_animals01.pk4 has mismatching size, expected 13880456 but found 14130891. File D:\games\darkmod\tdm_ai_base01.pk4 has mismatching size, expected 27098 but found 28445. File D:\games\darkmod\tdm_ai_humanoid_builders01.pk4 has mismatching size, expected 29067235 but found 29825430. File D:\games\darkmod\tdm_ai_humanoid_females01.pk4 has mismatching size, expected 5176662 but found 6242717. File D:\games\darkmod\tdm_ai_humanoid_guards01.pk4 has mismatching size, expected 47902979 but found 53044603. File D:\games\darkmod\tdm_ai_humanoid_heads01.pk4 has mismatching size, expected 5180772 but found 14176870. File D:\games\darkmod\tdm_ai_humanoid_mages01.pk4 has mismatching size, expected 5486374 but found 5606401. File D:\games\darkmod\tdm_ai_humanoid_nobles01.pk4 has mismatching size, expected 9962304 but found 11206530. File D:\games\darkmod\tdm_ai_humanoid_pagans01.pk4 has mismatching size, expected 3269134 but found 3410127. File D:\games\darkmod\tdm_ai_humanoid_townsfolk01.pk4 has mismatching size, expected 26826664 but found 46903549. File D:\games\darkmod\tdm_ai_humanoid_undead01.pk4 has mismatching size, expected 6144702 but found 15333280. File D:\games\darkmod\tdm_ai_monsters_spiders01.pk4 has mismatching size, expected 8981472 but found 4174466. File D:\games\darkmod\tdm_ai_steambots01.pk4 has mismatching size, expected 1866840 but found 1843910. File D:\games\darkmod\tdm_base01.pk4 has mismatching size, expected 745566 but found 963432. File D:\games\darkmod\tdm_defs01.pk4 has mismatching size, expected 272597 but found 314407. File D:\games\darkmod\tdm_env01.pk4 has mismatching size, expected 40470258 but found 41816734. File D:\games\darkmod\tdm_fonts01.pk4 has mismatching size, expected 6760646 but found 7088300. File D:\games\darkmod\tdm_game01.pk4 is missing. File D:\games\darkmod\tdm_game02.pk4 is missing. File D:\games\darkmod\tdm_gui01.pk4 has mismatching size, expected 23938477 but found 38571657. File D:\games\darkmod\tdm_gui_credits01.pk4 has mismatching size, expected 47381172 but found 54123050. File D:\games\darkmod\tdm_models01.pk4 has mismatching size, expected 42305027 but found 457746306. File D:\games\darkmod\tdm_models02.pk4 has mismatching size, expected 288655202 but found 445401604. File D:\games\darkmod\tdm_models_decls01.pk4 has mismatching size, expected 124410 but found 157230. File D:\games\darkmod\tdm_player01.pk4 has mismatching size, expected 5689119 but found 5793891. File D:\games\darkmod\tdm_prefabs01.pk4 has mismatching size, expected 2112442 but found 3100028. File D:\games\darkmod\tdm_sound_ambient01.pk4 has mismatching size, expected 36333718 but found 48876607. File D:\games\darkmod\tdm_sound_ambient02.pk4 has mismatching size, expected 168080004 but found 178530320. File D:\games\darkmod\tdm_sound_ambient03.pk4 has mismatching size, expected 32317944 but found 32156915. File D:\games\darkmod\tdm_sound_ambient_decls01.pk4 has mismatching size, expected 8276 but found 9873. File D:\games\darkmod\tdm_sound_sfx01.pk4 has mismatching size, expected 13199262 but found 25388460. File D:\games\darkmod\tdm_sound_sfx02.pk4 has mismatching size, expected 9888813 but found 10277912. File D:\games\darkmod\tdm_sound_vocals01.pk4 has mismatching size, expected 3731452 but found 3770358. File D:\games\darkmod\tdm_sound_vocals02.pk4 has mismatching size, expected 102632660 but found 71245712. File D:\games\darkmod\tdm_sound_vocals03.pk4 has mismatching size, expected 33599737 but found 34483832. File D:\games\darkmod\tdm_sound_vocals04.pk4 has mismatching size, expected 83598061 but found 121648630. File D:\games\darkmod\tdm_sound_vocals05.pk4 has mismatching size, expected 6282628 but found 9577892. File D:\games\darkmod\tdm_sound_vocals06.pk4 has mismatching size, expected 33639263 but found 34391469. File D:\games\darkmod\tdm_sound_vocals07.pk4 has mismatching size, expected 65575274 but found 67054402. File D:\games\darkmod\tdm_sound_vocals_decls01.pk4 has mismatching size, expected 47620 but found 63932. File D:\games\darkmod\tdm_textures_base01.pk4 has mismatching size, expected 7179448 but found 10126255. File D:\games\darkmod\tdm_textures_carpet01.pk4 has mismatching size, expected 12938314 but found 21758643. File D:\games\darkmod\tdm_textures_decals01.pk4 has mismatching size, expected 36259651 but found 110497697. File D:\games\darkmod\tdm_textures_door01.pk4 has mismatching size, expected 34759394 but found 39431030. File D:\games\darkmod\tdm_textures_fabric01.pk4 has mismatching size, expected 10613534 but found 11447361. File D:\games\darkmod\tdm_textures_glass01.pk4 has mismatching size, expected 9061588 but found 17277927. File D:\games\darkmod\tdm_textures_metal01.pk4 has mismatching size, expected 100091919 but found 152673709. File D:\games\darkmod\tdm_textures_nature01.pk4 has mismatching size, expected 88582193 but found 140797327. File D:\games\darkmod\tdm_textures_paint_paper01.pk4 has mismatching size, expected 2750286 but found 17803332. File D:\games\darkmod\tdm_textures_plaster01.pk4 has mismatching size, expected 29464795 but found 67129987. File D:\games\darkmod\tdm_textures_roof01.pk4 has mismatching size, expected 35490286 but found 42484084. File D:\games\darkmod\tdm_textures_sfx01.pk4 has mismatching size, expected 2369724 but found 2760781. File D:\games\darkmod\tdm_textures_stone_brick01.pk4 has mismatching size, expected 192929075 but found 312825781. File D:\games\darkmod\tdm_textures_stone_cobblestones01.pk4 has mismatching size, expected 98925246 but found 127637654. File D:\games\darkmod\tdm_textures_stone_flat01.pk4 has mismatching size, expected 73308565 but found 96867461. File D:\games\darkmod\tdm_textures_stone_natural01.pk4 has mismatching size, expected 60326145 but found 94411360. File D:\games\darkmod\tdm_textures_stone_sculpted01.pk4 has mismatching size, expected 108450860 but found 172951436. File D:\games\darkmod\tdm_textures_window01.pk4 has mismatching size, expected 33917543 but found 67045735. File D:\games\darkmod\tdm_textures_wood01.pk4 has mismatching size, expected 82925802 but found 121557387. Ignoring updater executable: D:\games\darkmod\tdm_update.exe. File D:\games\darkmod\tdm_update.linux has mismatching size, expected 1734362 but found 1691784. File D:\games\darkmod\thedarkmod.x86 has mismatching size, expected 5281587 but found 15337032. Trying to match against version: 2.00 File D:\games\darkmod\AUTHORS.txt has mismatching size, expected 3376 but found 3687. File D:\games\darkmod\LICENSE.txt has mismatching size, expected 18927 but found 43962. CRC calculated for file D:\games\darkmod\TDM_icon.ico = d585a57f File D:\games\darkmod\TDM_icon.ico is matching version 2.00. File D:\games\darkmod\TheDarkMod.exe has mismatching size, expected 8752640 but found 9348096. CRC calculated for file D:\games\darkmod\config.spec = 0 File D:\games\darkmod\config.spec is matching version 2.00. CRC calculated for file D:\games\darkmod\darkmod.ico = df20ac89 File D:\games\darkmod\darkmod.ico is matching version 2.00. File D:\games\darkmod\darkmod.ini has mismatching size, expected 704 but found 741. File D:\games\darkmod\description.txt has mismatching size, expected 42 but found 49. File D:\games\darkmod\fms/saintlucia/saintlucia.pk4 is missing. File D:\games\darkmod\fms/training_mission/training_mission.pk4 has mismatching size, expected 20043933 but found 20006384. File D:\games\darkmod\tdm_ai_animals01.pk4 has mismatching size, expected 13901566 but found 14130891. File D:\games\darkmod\tdm_ai_base01.pk4 has mismatching size, expected 27549 but found 28445. File D:\games\darkmod\tdm_ai_humanoid_builders01.pk4 has mismatching size, expected 29110031 but found 29825430. File D:\games\darkmod\tdm_ai_humanoid_females01.pk4 has mismatching size, expected 5176596 but found 6242717. File D:\games\darkmod\tdm_ai_humanoid_guards01.pk4 has mismatching size, expected 42596638 but found 53044603. File D:\games\darkmod\tdm_ai_humanoid_heads01.pk4 has mismatching size, expected 11254445 but found 14176870. File D:\games\darkmod\tdm_ai_humanoid_mages01.pk4 has mismatching size, expected 5486370 but found 5606401. File D:\games\darkmod\tdm_ai_humanoid_nobles01.pk4 has mismatching size, expected 9558336 but found 11206530. File D:\games\darkmod\tdm_ai_humanoid_pagans01.pk4 has mismatching size, expected 3410123 but found 3410127. File D:\games\darkmod\tdm_ai_humanoid_townsfolk01.pk4 has mismatching size, expected 40071123 but found 46903549. File D:\games\darkmod\tdm_ai_humanoid_undead01.pk4 has mismatching size, expected 15341182 but found 15333280. File D:\games\darkmod\tdm_ai_monsters_spiders01.pk4 has mismatching size, expected 4174299 but found 4174466. File D:\games\darkmod\tdm_ai_steambots01.pk4 has mismatching size, expected 1834916 but found 1843910. File D:\games\darkmod\tdm_base01.pk4 has mismatching size, expected 765571 but found 963432. File D:\games\darkmod\tdm_defs01.pk4 has mismatching size, expected 283696 but found 314407. File D:\games\darkmod\tdm_env01.pk4 has mismatching size, expected 40549185 but found 41816734. File D:\games\darkmod\tdm_fonts01.pk4 has mismatching size, expected 6760646 but found 7088300. File D:\games\darkmod\tdm_game01.pk4 is missing. File D:\games\darkmod\tdm_game02.pk4 is missing. File D:\games\darkmod\tdm_gui01.pk4 has mismatching size, expected 23939294 but found 38571657. File D:\games\darkmod\tdm_gui_credits01.pk4 has mismatching size, expected 47401381 but found 54123050. File D:\games\darkmod\tdm_models01.pk4 has mismatching size, expected 43006356 but found 457746306. File D:\games\darkmod\tdm_models02.pk4 has mismatching size, expected 289447602 but found 445401604. File D:\games\darkmod\tdm_models_decls01.pk4 has mismatching size, expected 125207 but found 157230. File D:\games\darkmod\tdm_player01.pk4 has mismatching size, expected 5689119 but found 5793891. File D:\games\darkmod\tdm_prefabs01.pk4 has mismatching size, expected 2137006 but found 3100028. File D:\games\darkmod\tdm_sound_ambient01.pk4 has mismatching size, expected 45287300 but found 48876607. File D:\games\darkmod\tdm_sound_ambient02.pk4 has mismatching size, expected 168710429 but found 178530320. File D:\games\darkmod\tdm_sound_ambient03.pk4 has mismatching size, expected 32317944 but found 32156915. File D:\games\darkmod\tdm_sound_ambient_decls01.pk4 has mismatching size, expected 8978 but found 9873. File D:\games\darkmod\tdm_sound_sfx01.pk4 has mismatching size, expected 20639318 but found 25388460. File D:\games\darkmod\tdm_sound_sfx02.pk4 has mismatching size, expected 9576724 but found 10277912. File D:\games\darkmod\tdm_sound_vocals01.pk4 has mismatching size, expected 3753496 but found 3770358. File D:\games\darkmod\tdm_sound_vocals02.pk4 has mismatching size, expected 69821518 but found 71245712. File D:\games\darkmod\tdm_sound_vocals03.pk4 has mismatching size, expected 33646117 but found 34483832. File D:\games\darkmod\tdm_sound_vocals04.pk4 has mismatching size, expected 104866566 but found 121648630. File D:\games\darkmod\tdm_sound_vocals05.pk4 has mismatching size, expected 9438689 but found 9577892. File D:\games\darkmod\tdm_sound_vocals06.pk4 has mismatching size, expected 33537818 but found 34391469. File D:\games\darkmod\tdm_sound_vocals07.pk4 has mismatching size, expected 65721299 but found 67054402. File D:\games\darkmod\tdm_sound_vocals_decls01.pk4 has mismatching size, expected 55561 but found 63932. CRC calculated for zip file D:\games\darkmod\tdm_standalone.pk4 = ec957c4b File D:\games\darkmod\tdm_standalone.pk4 is matching version 2.00. File D:\games\darkmod\tdm_textures_base01.pk4 has mismatching size, expected 7998832 but found 10126255. File D:\games\darkmod\tdm_textures_carpet01.pk4 has mismatching size, expected 12938314 but found 21758643. File D:\games\darkmod\tdm_textures_decals01.pk4 has mismatching size, expected 42522288 but found 110497697. File D:\games\darkmod\tdm_textures_door01.pk4 has mismatching size, expected 35034150 but found 39431030. File D:\games\darkmod\tdm_textures_fabric01.pk4 has mismatching size, expected 10613534 but found 11447361. File D:\games\darkmod\tdm_textures_glass01.pk4 has mismatching size, expected 9152278 but found 17277927. File D:\games\darkmod\tdm_textures_metal01.pk4 has mismatching size, expected 109048167 but found 152673709. File D:\games\darkmod\tdm_textures_nature01.pk4 has mismatching size, expected 92905757 but found 140797327. File D:\games\darkmod\tdm_textures_paint_paper01.pk4 has mismatching size, expected 7756885 but found 17803332. File D:\games\darkmod\tdm_textures_plaster01.pk4 has mismatching size, expected 48923817 but found 67129987. File D:\games\darkmod\tdm_textures_roof01.pk4 has mismatching size, expected 35490286 but found 42484084. File D:\games\darkmod\tdm_textures_sfx01.pk4 has mismatching size, expected 2451955 but found 2760781. File D:\games\darkmod\tdm_textures_stone_brick01.pk4 has mismatching size, expected 222628090 but found 312825781. File D:\games\darkmod\tdm_textures_stone_cobblestones01.pk4 has mismatching size, expected 101461450 but found 127637654. File D:\games\darkmod\tdm_textures_stone_flat01.pk4 has mismatching size, expected 79436544 but found 96867461. File D:\games\darkmod\tdm_textures_stone_natural01.pk4 has mismatching size, expected 66058953 but found 94411360. File D:\games\darkmod\tdm_textures_stone_sculpted01.pk4 has mismatching size, expected 111839332 but found 172951436. File D:\games\darkmod\tdm_textures_window01.pk4 has mismatching size, expected 33917543 but found 67045735. File D:\games\darkmod\tdm_textures_wood01.pk4 has mismatching size, expected 85102010 but found 121557387. Ignoring updater executable: D:\games\darkmod\tdm_update.exe. File D:\games\darkmod\tdm_update.linux has mismatching size, expected 1774796 but found 1691784. File D:\games\darkmod\thedarkmod.x86 has mismatching size, expected 5624877 but found 15337032. Trying to match against version: 2.01 File D:\games\darkmod\AUTHORS.txt has mismatching size, expected 3616 but found 3687. File D:\games\darkmod\LICENSE.txt has mismatching size, expected 24900 but found 43962. CRC calculated for file D:\games\darkmod\TDM_icon.ico = d585a57f File D:\games\darkmod\TDM_icon.ico is matching version 2.01. File D:\games\darkmod\TheDarkMod.exe has mismatching size, expected 9683968 but found 9348096. File D:\games\darkmod\cacert.pem is missing. CRC calculated for file D:\games\darkmod\config.spec = 0 File D:\games\darkmod\config.spec is matching version 2.01. CRC calculated for file D:\games\darkmod\darkmod.ico = df20ac89 File D:\games\darkmod\darkmod.ico is matching version 2.01. File D:\games\darkmod\darkmod.ini has mismatching size, expected 704 but found 741. File D:\games\darkmod\description.txt has mismatching size, expected 42 but found 49. File D:\games\darkmod\fms/saintlucia/saintlucia.pk4 is missing. File D:\games\darkmod\fms/training_mission/training_mission.pk4 has mismatching size, expected 20043933 but found 20006384. File D:\games\darkmod\tdm_ai_animals01.pk4 has mismatching size, expected 13901566 but found 14130891. File D:\games\darkmod\tdm_ai_base01.pk4 has mismatching size, expected 27607 but found 28445. File D:\games\darkmod\tdm_ai_humanoid_builders01.pk4 has mismatching size, expected 29110031 but found 29825430. File D:\games\darkmod\tdm_ai_humanoid_females01.pk4 has mismatching size, expected 5176745 but found 6242717. File D:\games\darkmod\tdm_ai_humanoid_guards01.pk4 has mismatching size, expected 42809592 but found 53044603. File D:\games\darkmod\tdm_ai_humanoid_heads01.pk4 has mismatching size, expected 12819466 but found 14176870. File D:\games\darkmod\tdm_ai_humanoid_mages01.pk4 has mismatching size, expected 5486370 but found 5606401. File D:\games\darkmod\tdm_ai_humanoid_nobles01.pk4 has mismatching size, expected 11291480 but found 11206530. CRC calculated for zip file D:\games\darkmod\tdm_ai_humanoid_pagans01.pk4 = 64cc2a2d File D:\games\darkmod\tdm_ai_humanoid_pagans01.pk4 is matching version 2.01. File D:\games\darkmod\tdm_ai_humanoid_townsfolk01.pk4 has mismatching size, expected 44122522 but found 46903549. File D:\games\darkmod\tdm_ai_humanoid_undead01.pk4 has mismatching size, expected 15341207 but found 15333280. File D:\games\darkmod\tdm_ai_monsters_spiders01.pk4 has mismatching size, expected 4174299 but found 4174466. File D:\games\darkmod\tdm_ai_steambots01.pk4 has mismatching size, expected 1834916 but found 1843910. File D:\games\darkmod\tdm_base01.pk4 has mismatching size, expected 765903 but found 963432. File D:\games\darkmod\tdm_defs01.pk4 has mismatching size, expected 283912 but found 314407. File D:\games\darkmod\tdm_env01.pk4 has mismatching size, expected 40549185 but found 41816734. File D:\games\darkmod\tdm_fonts01.pk4 has mismatching size, expected 6760646 but found 7088300. File D:\games\darkmod\tdm_game01.pk4 is missing. File D:\games\darkmod\tdm_game02.pk4 is missing. File D:\games\darkmod\tdm_gui01.pk4 has mismatching size, expected 23939330 but found 38571657. File D:\games\darkmod\tdm_gui_credits01.pk4 has mismatching size, expected 47401381 but found 54123050. File D:\games\darkmod\tdm_models01.pk4 has mismatching size, expected 43452385 but found 457746306. File D:\games\darkmod\tdm_models02.pk4 has mismatching size, expected 290039624 but found 445401604. File D:\games\darkmod\tdm_models_decls01.pk4 has mismatching size, expected 125337 but found 157230. File D:\games\darkmod\tdm_player01.pk4 has mismatching size, expected 5694964 but found 5793891. File D:\games\darkmod\tdm_prefabs01.pk4 has mismatching size, expected 2140181 but found 3100028. File D:\games\darkmod\tdm_sound_ambient01.pk4 has mismatching size, expected 45287300 but found 48876607. File D:\games\darkmod\tdm_sound_ambient02.pk4 has mismatching size, expected 168710429 but found 178530320. File D:\games\darkmod\tdm_sound_ambient03.pk4 has mismatching size, expected 32317944 but found 32156915. File D:\games\darkmod\tdm_sound_ambient_decls01.pk4 has mismatching size, expected 8978 but found 9873. File D:\games\darkmod\tdm_sound_sfx01.pk4 has mismatching size, expected 20768754 but found 25388460. File D:\games\darkmod\tdm_sound_sfx02.pk4 has mismatching size, expected 9576724 but found 10277912. File D:\games\darkmod\tdm_sound_vocals01.pk4 has mismatching size, expected 3682914 but found 3770358. File D:\games\darkmod\tdm_sound_vocals02.pk4 has mismatching size, expected 69821518 but found 71245712. File D:\games\darkmod\tdm_sound_vocals03.pk4 has mismatching size, expected 33646117 but found 34483832. File D:\games\darkmod\tdm_sound_vocals04.pk4 has mismatching size, expected 105197068 but found 121648630. File D:\games\darkmod\tdm_sound_vocals05.pk4 has mismatching size, expected 9438689 but found 9577892. File D:\games\darkmod\tdm_sound_vocals06.pk4 has mismatching size, expected 33537818 but found 34391469. File D:\games\darkmod\tdm_sound_vocals07.pk4 has mismatching size, expected 65721299 but found 67054402. File D:\games\darkmod\tdm_sound_vocals_decls01.pk4 has mismatching size, expected 55663 but found 63932. CRC calculated for zip file D:\games\darkmod\tdm_standalone.pk4 = ec957c4b File D:\games\darkmod\tdm_standalone.pk4 is matching version 2.01. File D:\games\darkmod\tdm_textures_base01.pk4 has mismatching size, expected 8030290 but found 10126255. File D:\games\darkmod\tdm_textures_carpet01.pk4 has mismatching size, expected 12938314 but found 21758643. File D:\games\darkmod\tdm_textures_decals01.pk4 has mismatching size, expected 42522288 but found 110497697. File D:\games\darkmod\tdm_textures_door01.pk4 has mismatching size, expected 35034150 but found 39431030. File D:\games\darkmod\tdm_textures_fabric01.pk4 has mismatching size, expected 10613534 but found 11447361. File D:\games\darkmod\tdm_textures_glass01.pk4 has mismatching size, expected 9152278 but found 17277927. File D:\games\darkmod\tdm_textures_metal01.pk4 has mismatching size, expected 109048167 but found 152673709. File D:\games\darkmod\tdm_textures_nature01.pk4 has mismatching size, expected 92905757 but found 140797327. File D:\games\darkmod\tdm_textures_paint_paper01.pk4 has mismatching size, expected 7756885 but found 17803332. File D:\games\darkmod\tdm_textures_plaster01.pk4 has mismatching size, expected 48923817 but found 67129987. File D:\games\darkmod\tdm_textures_roof01.pk4 has mismatching size, expected 35490286 but found 42484084. File D:\games\darkmod\tdm_textures_sfx01.pk4 has mismatching size, expected 2451955 but found 2760781. File D:\games\darkmod\tdm_textures_stone_brick01.pk4 has mismatching size, expected 222628090 but found 312825781. File D:\games\darkmod\tdm_textures_stone_cobblestones01.pk4 has mismatching size, expected 101461450 but found 127637654. File D:\games\darkmod\tdm_textures_stone_flat01.pk4 has mismatching size, expected 79436544 but found 96867461. File D:\games\darkmod\tdm_textures_stone_natural01.pk4 has mismatching size, expected 66058953 but found 94411360. File D:\games\darkmod\tdm_textures_stone_sculpted01.pk4 has mismatching size, expected 111839332 but found 172951436. File D:\games\darkmod\tdm_textures_window01.pk4 has mismatching size, expected 33917543 but found 67045735. File D:\games\darkmod\tdm_textures_wood01.pk4 has mismatching size, expected 85102010 but found 121557387. Ignoring updater executable: D:\games\darkmod\tdm_update.exe. File D:\games\darkmod\tdm_update.linux has mismatching size, expected 1778939 but found 1691784. File D:\games\darkmod\thedarkmod.x86 has mismatching size, expected 5388252 but found 15337032. Trying to match against version: 2.02 File D:\games\darkmod\AUTHORS.txt has mismatching size, expected 3483 but found 3687. CRC calculated for file D:\games\darkmod\LICENSE.txt = e6d658a5 File D:\games\darkmod\LICENSE.txt is matching version 2.02. CRC calculated for file D:\games\darkmod\TDM_icon.ico = d585a57f File D:\games\darkmod\TDM_icon.ico is matching version 2.02. File D:\games\darkmod\TheDarkMod.exe has mismatching size, expected 9050624 but found 9348096. File D:\games\darkmod\ca-bundle.crt has mismatching size, expected 248203 but found 263596. CRC calculated for file D:\games\darkmod\config.spec = 0 File D:\games\darkmod\config.spec is matching version 2.02. CRC calculated for file D:\games\darkmod\darkmod.ico = df20ac89 File D:\games\darkmod\darkmod.ico is matching version 2.02. File D:\games\darkmod\darkmod.ini has mismatching size, expected 721 but found 741. CRC calculated for file D:\games\darkmod\description.txt = cc5377e9 File D:\games\darkmod\description.txt is matching version 2.02. File D:\games\darkmod\fms/saintlucia/saintlucia.pk4 is missing. File D:\games\darkmod\fms/training_mission/training_mission.pk4 has mismatching size, expected 20043933 but found 20006384. File D:\games\darkmod\tdm_ai_animals01.pk4 has mismatching size, expected 13901607 but found 14130891. File D:\games\darkmod\tdm_ai_base01.pk4 has mismatching size, expected 27937 but found 28445. File D:\games\darkmod\tdm_ai_humanoid_builders01.pk4 has mismatching size, expected 29111018 but found 29825430. File D:\games\darkmod\tdm_ai_humanoid_females01.pk4 has mismatching size, expected 5176842 but found 6242717. File D:\games\darkmod\tdm_ai_humanoid_guards01.pk4 has mismatching size, expected 48463221 but found 53044603. File D:\games\darkmod\tdm_ai_humanoid_heads01.pk4 has mismatching size, expected 12855645 but found 14176870. File D:\games\darkmod\tdm_ai_humanoid_mages01.pk4 has mismatching size, expected 5486394 but found 5606401. File D:\games\darkmod\tdm_ai_humanoid_nobles01.pk4 has mismatching size, expected 11291580 but found 11206530. CRC calculated for zip file D:\games\darkmod\tdm_ai_humanoid_pagans01.pk4 = 64cc2a2d File D:\games\darkmod\tdm_ai_humanoid_pagans01.pk4 is matching version 2.02. File D:\games\darkmod\tdm_ai_humanoid_townsfolk01.pk4 has mismatching size, expected 44122556 but found 46903549. File D:\games\darkmod\tdm_ai_humanoid_undead01.pk4 has mismatching size, expected 15341221 but found 15333280. File D:\games\darkmod\tdm_ai_monsters_spiders01.pk4 has mismatching size, expected 4174309 but found 4174466. File D:\games\darkmod\tdm_ai_steambots01.pk4 has mismatching size, expected 1834916 but found 1843910. File D:\games\darkmod\tdm_base01.pk4 has mismatching size, expected 786822 but found 963432. File D:\games\darkmod\tdm_defs01.pk4 has mismatching size, expected 287938 but found 314407. File D:\games\darkmod\tdm_env01.pk4 has mismatching size, expected 40549185 but found 41816734. File D:\games\darkmod\tdm_fonts01.pk4 has mismatching size, expected 6760646 but found 7088300. File D:\games\darkmod\tdm_game01.pk4 is missing. File D:\games\darkmod\tdm_game02.pk4 is missing. File D:\games\darkmod\tdm_gui01.pk4 has mismatching size, expected 23960215 but found 38571657. File D:\games\darkmod\tdm_gui_credits01.pk4 has mismatching size, expected 47401381 but found 54123050. File D:\games\darkmod\tdm_models01.pk4 has mismatching size, expected 44107887 but found 457746306. File D:\games\darkmod\tdm_models02.pk4 has mismatching size, expected 292193396 but found 445401604. File D:\games\darkmod\tdm_models_decls01.pk4 has mismatching size, expected 126641 but found 157230. File D:\games\darkmod\tdm_player01.pk4 has mismatching size, expected 5795258 but found 5793891. File D:\games\darkmod\tdm_prefabs01.pk4 has mismatching size, expected 2228902 but found 3100028. File D:\games\darkmod\tdm_sound_ambient01.pk4 has mismatching size, expected 47226929 but found 48876607. File D:\games\darkmod\tdm_sound_ambient02.pk4 has mismatching size, expected 169825910 but found 178530320. File D:\games\darkmod\tdm_sound_ambient03.pk4 has mismatching size, expected 32317944 but found 32156915. File D:\games\darkmod\tdm_sound_ambient_decls01.pk4 has mismatching size, expected 9173 but found 9873. File D:\games\darkmod\tdm_sound_sfx01.pk4 has mismatching size, expected 21631639 but found 25388460. File D:\games\darkmod\tdm_sound_sfx02.pk4 has mismatching size, expected 9576724 but found 10277912. File D:\games\darkmod\tdm_sound_vocals01.pk4 has mismatching size, expected 3682914 but found 3770358. File D:\games\darkmod\tdm_sound_vocals02.pk4 has mismatching size, expected 69821518 but found 71245712. File D:\games\darkmod\tdm_sound_vocals03.pk4 has mismatching size, expected 33646117 but found 34483832. File D:\games\darkmod\tdm_sound_vocals04.pk4 has mismatching size, expected 111485322 but found 121648630. File D:\games\darkmod\tdm_sound_vocals05.pk4 has mismatching size, expected 9438689 but found 9577892. File D:\games\darkmod\tdm_sound_vocals06.pk4 has mismatching size, expected 33537818 but found 34391469. File D:\games\darkmod\tdm_sound_vocals07.pk4 has mismatching size, expected 65721299 but found 67054402. File D:\games\darkmod\tdm_sound_vocals_decls01.pk4 has mismatching size, expected 59012 but found 63932. CRC calculated for zip file D:\games\darkmod\tdm_standalone.pk4 = ec957c4b File D:\games\darkmod\tdm_standalone.pk4 is matching version 2.02. File D:\games\darkmod\tdm_textures_base01.pk4 has mismatching size, expected 9410598 but found 10126255. File D:\games\darkmod\tdm_textures_carpet01.pk4 has mismatching size, expected 12938314 but found 21758643. File D:\games\darkmod\tdm_textures_decals01.pk4 has mismatching size, expected 50066684 but found 110497697. File D:\games\darkmod\tdm_textures_door01.pk4 has mismatching size, expected 35133483 but found 39431030. File D:\games\darkmod\tdm_textures_fabric01.pk4 has mismatching size, expected 10846197 but found 11447361. File D:\games\darkmod\tdm_textures_glass01.pk4 has mismatching size, expected 9152278 but found 17277927. File D:\games\darkmod\tdm_textures_metal01.pk4 has mismatching size, expected 109048167 but found 152673709. File D:\games\darkmod\tdm_textures_nature01.pk4 has mismatching size, expected 92843407 but found 140797327. File D:\games\darkmod\tdm_textures_paint_paper01.pk4 has mismatching size, expected 7756885 but found 17803332. File D:\games\darkmod\tdm_textures_plaster01.pk4 has mismatching size, expected 48923817 but found 67129987. File D:\games\darkmod\tdm_textures_roof01.pk4 has mismatching size, expected 35490286 but found 42484084. File D:\games\darkmod\tdm_textures_sfx01.pk4 has mismatching size, expected 2546363 but found 2760781. File D:\games\darkmod\tdm_textures_stone_brick01.pk4 has mismatching size, expected 241628551 but found 312825781. File D:\games\darkmod\tdm_textures_stone_cobblestones01.pk4 has mismatching size, expected 109115218 but found 127637654. File D:\games\darkmod\tdm_textures_stone_flat01.pk4 has mismatching size, expected 79436544 but found 96867461. File D:\games\darkmod\tdm_textures_stone_natural01.pk4 has mismatching size, expected 66321375 but found 94411360. File D:\games\darkmod\tdm_textures_stone_sculpted01.pk4 has mismatching size, expected 113110867 but found 172951436. File D:\games\darkmod\tdm_textures_window01.pk4 has mismatching size, expected 34847094 but found 67045735. File D:\games\darkmod\tdm_textures_wood01.pk4 has mismatching size, expected 85102010 but found 121557387. Ignoring updater executable: D:\games\darkmod\tdm_update.exe. File D:\games\darkmod\tdm_update.linux has mismatching size, expected 2245164 but found 1691784. File D:\games\darkmod\thedarkmod.x86 has mismatching size, expected 6094927 but found 15337032. Trying to match against version: 2.03 File D:\games\darkmod\AUTHORS.txt has mismatching size, expected 3552 but found 3687. CRC calculated for file D:\games\darkmod\LICENSE.txt = e6d658a5 File D:\games\darkmod\LICENSE.txt is matching version 2.03. CRC calculated for file D:\games\darkmod\TDM_icon.ico = d585a57f File D:\games\darkmod\TDM_icon.ico is matching version 2.03. File D:\games\darkmod\TheDarkMod.exe has mismatching size, expected 9088000 but found 9348096. File D:\games\darkmod\ca-bundle.crt has mismatching size, expected 248203 but found 263596. CRC calculated for file D:\games\darkmod\config.spec = 0 File D:\games\darkmod\config.spec is matching version 2.03. CRC calculated for file D:\games\darkmod\darkmod.ico = df20ac89 File D:\games\darkmod\darkmod.ico is matching version 2.03. File D:\games\darkmod\darkmod.ini has mismatching size, expected 721 but found 741. CRC calculated for file D:\games\darkmod\description.txt = cc5377e9 File D:\games\darkmod\description.txt is matching version 2.03. File D:\games\darkmod\fms/saintlucia/saintlucia.pk4 is missing. File D:\games\darkmod\fms/training_mission/training_mission.pk4 has mismatching size, expected 20004744 but found 20006384. File D:\games\darkmod\tdm_ai_animals01.pk4 has mismatching size, expected 13901595 but found 14130891. File D:\games\darkmod\tdm_ai_base01.pk4 has mismatching size, expected 28255 but found 28445. File D:\games\darkmod\tdm_ai_humanoid_builders01.pk4 has mismatching size, expected 29825428 but found 29825430. File D:\games\darkmod\tdm_ai_humanoid_females01.pk4 has mismatching size, expected 5896147 but found 6242717. File D:\games\darkmod\tdm_ai_humanoid_guards01.pk4 has mismatching size, expected 52317311 but found 53044603. File D:\games\darkmod\tdm_ai_humanoid_heads01.pk4 has mismatching size, expected 13923655 but found 14176870. File D:\games\darkmod\tdm_ai_humanoid_mages01.pk4 has mismatching size, expected 5606361 but found 5606401. File D:\games\darkmod\tdm_ai_humanoid_nobles01.pk4 has mismatching size, expected 11206511 but found 11206530. CRC calculated for zip file D:\games\darkmod\tdm_ai_humanoid_pagans01.pk4 = 64cc2a2d File D:\games\darkmod\tdm_ai_humanoid_pagans01.pk4 is matching version 2.03. File D:\games\darkmod\tdm_ai_humanoid_townsfolk01.pk4 has mismatching size, expected 46912690 but found 46903549. File D:\games\darkmod\tdm_ai_humanoid_undead01.pk4 has mismatching size, expected 15332868 but found 15333280. File D:\games\darkmod\tdm_ai_monsters_spiders01.pk4 has mismatching size, expected 4174389 but found 4174466. File D:\games\darkmod\tdm_ai_steambots01.pk4 has mismatching size, expected 1834865 but found 1843910. File D:\games\darkmod\tdm_base01.pk4 has mismatching size, expected 848170 but found 963432. File D:\games\darkmod\tdm_defs01.pk4 has mismatching size, expected 293910 but found 314407. File D:\games\darkmod\tdm_env01.pk4 has mismatching size, expected 40549185 but found 41816734. File D:\games\darkmod\tdm_fonts01.pk4 has mismatching size, expected 6760646 but found 7088300. File D:\games\darkmod\tdm_game01.pk4 is missing. File D:\games\darkmod\tdm_game02.pk4 is missing. File D:\games\darkmod\tdm_gui01.pk4 has mismatching size, expected 25261216 but found 38571657. File D:\games\darkmod\tdm_gui_credits01.pk4 has mismatching size, expected 47402476 but found 54123050. File D:\games\darkmod\tdm_models01.pk4 has mismatching size, expected 121570760 but found 457746306. File D:\games\darkmod\tdm_models02.pk4 has mismatching size, expected 293597048 but found 445401604. File D:\games\darkmod\tdm_models_decls01.pk4 has mismatching size, expected 132497 but found 157230. CRC calculated for zip file D:\games\darkmod\tdm_player01.pk4 = 4612ba2e File D:\games\darkmod\tdm_player01.pk4 is matching version 2.03. File D:\games\darkmod\tdm_prefabs01.pk4 has mismatching size, expected 2242320 but found 3100028. File D:\games\darkmod\tdm_sound_ambient01.pk4 has mismatching size, expected 47302444 but found 48876607. File D:\games\darkmod\tdm_sound_ambient02.pk4 has mismatching size, expected 170795429 but found 178530320. File D:\games\darkmod\tdm_sound_ambient03.pk4 has mismatching size, expected 32317944 but found 32156915. File D:\games\darkmod\tdm_sound_ambient_decls01.pk4 has mismatching size, expected 9242 but found 9873. File D:\games\darkmod\tdm_sound_sfx01.pk4 has mismatching size, expected 23236883 but found 25388460. File D:\games\darkmod\tdm_sound_sfx02.pk4 has mismatching size, expected 9576724 but found 10277912. File D:\games\darkmod\tdm_sound_vocals01.pk4 has mismatching size, expected 3682914 but found 3770358. File D:\games\darkmod\tdm_sound_vocals02.pk4 has mismatching size, expected 69944756 but found 71245712. File D:\games\darkmod\tdm_sound_vocals03.pk4 has mismatching size, expected 33743677 but found 34483832. File D:\games\darkmod\tdm_sound_vocals04.pk4 has mismatching size, expected 118421202 but found 121648630. File D:\games\darkmod\tdm_sound_vocals05.pk4 has mismatching size, expected 9438689 but found 9577892. File D:\games\darkmod\tdm_sound_vocals06.pk4 has mismatching size, expected 33582450 but found 34391469. File D:\games\darkmod\tdm_sound_vocals07.pk4 has mismatching size, expected 65855808 but found 67054402. File D:\games\darkmod\tdm_sound_vocals_decls01.pk4 has mismatching size, expected 63159 but found 63932. CRC calculated for zip file D:\games\darkmod\tdm_standalone.pk4 = ec957c4b File D:\games\darkmod\tdm_standalone.pk4 is matching version 2.03. File D:\games\darkmod\tdm_textures_base01.pk4 has mismatching size, expected 9791514 but found 10126255. CRC calculated for zip file D:\games\darkmod\tdm_textures_carpet01.pk4 = 499a3c01 File D:\games\darkmod\tdm_textures_carpet01.pk4 is matching version 2.03. File D:\games\darkmod\tdm_textures_decals01.pk4 has mismatching size, expected 53889298 but found 110497697. File D:\games\darkmod\tdm_textures_door01.pk4 has mismatching size, expected 38408931 but found 39431030. File D:\games\darkmod\tdm_textures_fabric01.pk4 has mismatching size, expected 10846197 but found 11447361. File D:\games\darkmod\tdm_textures_glass01.pk4 has mismatching size, expected 11242138 but found 17277927. File D:\games\darkmod\tdm_textures_metal01.pk4 has mismatching size, expected 141860523 but found 152673709. File D:\games\darkmod\tdm_textures_nature01.pk4 has mismatching size, expected 129738808 but found 140797327. File D:\games\darkmod\tdm_textures_other01.pk4 has mismatching size, expected 14186871 but found 17501435. File D:\games\darkmod\tdm_textures_paint_paper01.pk4 has mismatching size, expected 8731480 but found 17803332. File D:\games\darkmod\tdm_textures_plaster01.pk4 has mismatching size, expected 53350762 but found 67129987. File D:\games\darkmod\tdm_textures_roof01.pk4 has mismatching size, expected 35490286 but found 42484084. File D:\games\darkmod\tdm_textures_sfx01.pk4 has mismatching size, expected 2603282 but found 2760781. File D:\games\darkmod\tdm_textures_stone_brick01.pk4 has mismatching size, expected 250978623 but found 312825781. File D:\games\darkmod\tdm_textures_stone_cobblestones01.pk4 has mismatching size, expected 117712324 but found 127637654. File D:\games\darkmod\tdm_textures_stone_flat01.pk4 has mismatching size, expected 84618113 but found 96867461. File D:\games\darkmod\tdm_textures_stone_natural01.pk4 has mismatching size, expected 89624709 but found 94411360. File D:\games\darkmod\tdm_textures_stone_sculpted01.pk4 has mismatching size, expected 150284690 but found 172951436. File D:\games\darkmod\tdm_textures_window01.pk4 has mismatching size, expected 53030663 but found 67045735. File D:\games\darkmod\tdm_textures_wood01.pk4 has mismatching size, expected 95613173 but found 121557387. Ignoring updater executable: D:\games\darkmod\tdm_update.exe. File D:\games\darkmod\tdm_update.linux has mismatching size, expected 2217890 but found 1691784. File D:\games\darkmod\thedarkmod.x86 has mismatching size, expected 6111195 but found 15337032. Trying to match against version: 2.04 File D:\games\darkmod\AUTHORS.txt has mismatching size, expected 3568 but found 3687. CRC calculated for file D:\games\darkmod\LICENSE.txt = e6d658a5 File D:\games\darkmod\LICENSE.txt is matching version 2.04. CRC calculated for file D:\games\darkmod\TDM_icon.ico = d585a57f File D:\games\darkmod\TDM_icon.ico is matching version 2.04. File D:\games\darkmod\TheDarkMod.exe has mismatching size, expected 9094144 but found 9348096. File D:\games\darkmod\ca-bundle.crt has mismatching size, expected 248203 but found 263596. CRC calculated for file D:\games\darkmod\config.spec = 0 File D:\games\darkmod\config.spec is matching version 2.04. CRC calculated for file D:\games\darkmod\darkmod.ico = df20ac89 File D:\games\darkmod\darkmod.ico is matching version 2.04. File D:\games\darkmod\darkmod.ini has mismatching size, expected 721 but found 741. CRC calculated for file D:\games\darkmod\description.txt = cc5377e9 File D:\games\darkmod\description.txt is matching version 2.04. File D:\games\darkmod\fms/saintlucia/saintlucia.pk4 is missing. File D:\games\darkmod\fms/training_mission/training_mission.pk4 has mismatching size, expected 20004744 but found 20006384. File D:\games\darkmod\tdm_ai_animals01.pk4 has mismatching size, expected 13901595 but found 14130891. File D:\games\darkmod\tdm_ai_base01.pk4 has mismatching size, expected 28255 but found 28445. File D:\games\darkmod\tdm_ai_humanoid_builders01.pk4 has mismatching size, expected 29825426 but found 29825430. File D:\games\darkmod\tdm_ai_humanoid_females01.pk4 has mismatching size, expected 5896303 but found 6242717. File D:\games\darkmod\tdm_ai_humanoid_guards01.pk4 has mismatching size, expected 52317397 but found 53044603. File D:\games\darkmod\tdm_ai_humanoid_heads01.pk4 has mismatching size, expected 13923655 but found 14176870. File D:\games\darkmod\tdm_ai_humanoid_mages01.pk4 has mismatching size, expected 5606361 but found 5606401. File D:\games\darkmod\tdm_ai_humanoid_nobles01.pk4 has mismatching size, expected 11206511 but found 11206530. CRC calculated for zip file D:\games\darkmod\tdm_ai_humanoid_pagans01.pk4 = 64cc2a2d File D:\games\darkmod\tdm_ai_humanoid_pagans01.pk4 is matching version 2.04. File D:\games\darkmod\tdm_ai_humanoid_townsfolk01.pk4 has mismatching size, expected 46912690 but found 46903549. File D:\games\darkmod\tdm_ai_humanoid_undead01.pk4 has mismatching size, expected 15332884 but found 15333280. File D:\games\darkmod\tdm_ai_monsters_spiders01.pk4 has mismatching size, expected 4174389 but found 4174466. File D:\games\darkmod\tdm_ai_steambots01.pk4 has mismatching size, expected 1834865 but found 1843910. File D:\games\darkmod\tdm_base01.pk4 has mismatching size, expected 850612 but found 963432. File D:\games\darkmod\tdm_defs01.pk4 has mismatching size, expected 295697 but found 314407. File D:\games\darkmod\tdm_env01.pk4 has mismatching size, expected 40549185 but found 41816734. File D:\games\darkmod\tdm_fonts01.pk4 has mismatching size, expected 6761119 but found 7088300. File D:\games\darkmod\tdm_game01.pk4 is missing. File D:\games\darkmod\tdm_game02.pk4 is missing. File D:\games\darkmod\tdm_gui01.pk4 has mismatching size, expected 25289883 but found 38571657. File D:\games\darkmod\tdm_gui_credits01.pk4 has mismatching size, expected 47402476 but found 54123050. File D:\games\darkmod\tdm_models01.pk4 has mismatching size, expected 121658932 but found 457746306. File D:\games\darkmod\tdm_models02.pk4 has mismatching size, expected 293597048 but found 445401604. File D:\games\darkmod\tdm_models_decls01.pk4 has mismatching size, expected 132908 but found 157230. CRC calculated for zip file D:\games\darkmod\tdm_player01.pk4 = 4612ba2e File D:\games\darkmod\tdm_player01.pk4 is matching version 2.04. File D:\games\darkmod\tdm_prefabs01.pk4 has mismatching size, expected 2243251 but found 3100028. File D:\games\darkmod\tdm_sound_ambient01.pk4 has mismatching size, expected 47302444 but found 48876607. File D:\games\darkmod\tdm_sound_ambient02.pk4 has mismatching size, expected 170795429 but found 178530320. File D:\games\darkmod\tdm_sound_ambient03.pk4 has mismatching size, expected 32317944 but found 32156915. File D:\games\darkmod\tdm_sound_ambient_decls01.pk4 has mismatching size, expected 9242 but found 9873. File D:\games\darkmod\tdm_sound_sfx01.pk4 has mismatching size, expected 23236883 but found 25388460. File D:\games\darkmod\tdm_sound_sfx02.pk4 has mismatching size, expected 9576724 but found 10277912. File D:\games\darkmod\tdm_sound_vocals01.pk4 has mismatching size, expected 3682914 but found 3770358. File D:\games\darkmod\tdm_sound_vocals02.pk4 has mismatching size, expected 69944756 but found 71245712. File D:\games\darkmod\tdm_sound_vocals03.pk4 has mismatching size, expected 33743677 but found 34483832. File D:\games\darkmod\tdm_sound_vocals04.pk4 has mismatching size, expected 118421202 but found 121648630. File D:\games\darkmod\tdm_sound_vocals05.pk4 has mismatching size, expected 9438689 but found 9577892. File D:\games\darkmod\tdm_sound_vocals06.pk4 has mismatching size, expected 33582450 but found 34391469. File D:\games\darkmod\tdm_sound_vocals07.pk4 has mismatching size, expected 65855808 but found 67054402. File D:\games\darkmod\tdm_sound_vocals_decls01.pk4 has mismatching size, expected 63159 but found 63932. CRC calculated for zip file D:\games\darkmod\tdm_standalone.pk4 = ec957c4b File D:\games\darkmod\tdm_standalone.pk4 is matching version 2.04. File D:\games\darkmod\tdm_textures_base01.pk4 has mismatching size, expected 9791902 but found 10126255. CRC calculated for zip file D:\games\darkmod\tdm_textures_carpet01.pk4 = 499a3c01 File D:\games\darkmod\tdm_textures_carpet01.pk4 is matching version 2.04. File D:\games\darkmod\tdm_textures_decals01.pk4 has mismatching size, expected 53889298 but found 110497697. File D:\games\darkmod\tdm_textures_door01.pk4 has mismatching size, expected 38408931 but found 39431030. File D:\games\darkmod\tdm_textures_fabric01.pk4 has mismatching size, expected 10846197 but found 11447361. File D:\games\darkmod\tdm_textures_glass01.pk4 has mismatching size, expected 17250803 but found 17277927. File D:\games\darkmod\tdm_textures_metal01.pk4 has mismatching size, expected 141860523 but found 152673709. File D:\games\darkmod\tdm_textures_nature01.pk4 has mismatching size, expected 129738808 but found 140797327. File D:\games\darkmod\tdm_textures_other01.pk4 has mismatching size, expected 14186871 but found 17501435. File D:\games\darkmod\tdm_textures_paint_paper01.pk4 has mismatching size, expected 8731480 but found 17803332. File D:\games\darkmod\tdm_textures_plaster01.pk4 has mismatching size, expected 53350762 but found 67129987. File D:\games\darkmod\tdm_textures_roof01.pk4 has mismatching size, expected 35490286 but found 42484084. File D:\games\darkmod\tdm_textures_sfx01.pk4 has mismatching size, expected 2603282 but found 2760781. File D:\games\darkmod\tdm_textures_stone_brick01.pk4 has mismatching size, expected 250978623 but found 312825781. File D:\games\darkmod\tdm_textures_stone_cobblestones01.pk4 has mismatching size, expected 117712324 but found 127637654. File D:\games\darkmod\tdm_textures_stone_flat01.pk4 has mismatching size, expected 84618113 but found 96867461. File D:\games\darkmod\tdm_textures_stone_natural01.pk4 has mismatching size, expected 89624709 but found 94411360. File D:\games\darkmod\tdm_textures_stone_sculpted01.pk4 has mismatching size, expected 150284690 but found 172951436. File D:\games\darkmod\tdm_textures_window01.pk4 has mismatching size, expected 53993137 but found 67045735. File D:\games\darkmod\tdm_textures_wood01.pk4 has mismatching size, expected 95613173 but found 121557387. Ignoring updater executable: D:\games\darkmod\tdm_update.exe. File D:\games\darkmod\tdm_update.linux has mismatching size, expected 2222708 but found 1691784. File D:\games\darkmod\thedarkmod.x86 has mismatching size, expected 6417936 but found 15337032. Trying to match against version: 2.05 File D:\games\darkmod\AUTHORS.txt has mismatching size, expected 3568 but found 3687. CRC calculated for file D:\games\darkmod\LICENSE.txt = e6d658a5 File D:\games\darkmod\LICENSE.txt is matching version 2.05. CRC calculated for file D:\games\darkmod\TDM_icon.ico = d585a57f File D:\games\darkmod\TDM_icon.ico is matching version 2.05. File D:\games\darkmod\TheDarkMod.exe has mismatching size, expected 9236992 but found 9348096. CRC calculated for file D:\games\darkmod\ca-bundle.crt = 8d500b34 File D:\games\darkmod\ca-bundle.crt is matching version 2.05. CRC calculated for file D:\games\darkmod\config.spec = 0 File D:\games\darkmod\config.spec is matching version 2.05. CRC calculated for file D:\games\darkmod\darkmod.ico = df20ac89 File D:\games\darkmod\darkmod.ico is matching version 2.05. File D:\games\darkmod\darkmod.ini has mismatching size, expected 721 but found 741. CRC calculated for file D:\games\darkmod\description.txt = cc5377e9 File D:\games\darkmod\description.txt is matching version 2.05. File D:\games\darkmod\fms/newjob/newjob.pk4 has mismatching size, expected 14498573 but found 14571978. File D:\games\darkmod\fms/stlucia/stlucia.pk4 has mismatching size, expected 21384011 but found 21331427. File D:\games\darkmod\fms/training_mission/training_mission.pk4 has mismatching size, expected 20004744 but found 20006384. File D:\games\darkmod\tdm_ai_animals01.pk4 has mismatching size, expected 13901595 but found 14130891. File D:\games\darkmod\tdm_ai_base01.pk4 has mismatching size, expected 28318 but found 28445. CRC calculated for zip file D:\games\darkmod\tdm_ai_humanoid_builders01.pk4 = 7fb079ed File D:\games\darkmod\tdm_ai_humanoid_builders01.pk4 is matching version 2.05. File D:\games\darkmod\tdm_ai_humanoid_females01.pk4 has mismatching size, expected 5896303 but found 6242717. File D:\games\darkmod\tdm_ai_humanoid_guards01.pk4 has mismatching size, expected 52385035 but found 53044603. File D:\games\darkmod\tdm_ai_humanoid_heads01.pk4 has mismatching size, expected 14056203 but found 14176870. CRC calculated for zip file D:\games\darkmod\tdm_ai_humanoid_mages01.pk4 = a10ab758 File D:\games\darkmod\tdm_ai_humanoid_mages01.pk4 is matching version 2.05. CRC calculated for zip file D:\games\darkmod\tdm_ai_humanoid_nobles01.pk4 = d0bfe5c5 File D:\games\darkmod\tdm_ai_humanoid_nobles01.pk4 is matching version 2.05. CRC calculated for zip file D:\games\darkmod\tdm_ai_humanoid_pagans01.pk4 = 64cc2a2d File D:\games\darkmod\tdm_ai_humanoid_pagans01.pk4 is matching version 2.05. File D:\games\darkmod\tdm_ai_humanoid_townsfolk01.pk4 has mismatching size, expected 46903526 but found 46903549. File D:\games\darkmod\tdm_ai_humanoid_undead01.pk4 has mismatching size, expected 15332884 but found 15333280. File D:\games\darkmod\tdm_ai_monsters_spiders01.pk4 has mismatching size, expected 4174441 but found 4174466. File D:\games\darkmod\tdm_ai_steambots01.pk4 has mismatching size, expected 1834865 but found 1843910. File D:\games\darkmod\tdm_base01.pk4 has mismatching size, expected 908638 but found 963432. File D:\games\darkmod\tdm_defs01.pk4 has mismatching size, expected 309188 but found 314407. File D:\games\darkmod\tdm_env01.pk4 has mismatching size, expected 41846345 but found 41816734. File D:\games\darkmod\tdm_fonts01.pk4 has mismatching size, expected 6761119 but found 7088300. File D:\games\darkmod\tdm_game01.pk4 is missing. File D:\games\darkmod\tdm_game02.pk4 is missing. File D:\games\darkmod\tdm_gui01.pk4 has mismatching size, expected 26622315 but found 38571657. File D:\games\darkmod\tdm_gui_credits01.pk4 has mismatching size, expected 47402476 but found 54123050. File D:\games\darkmod\tdm_models01.pk4 has mismatching size, expected 137188244 but found 457746306. File D:\games\darkmod\tdm_models02.pk4 has mismatching size, expected 336090296 but found 445401604. File D:\games\darkmod\tdm_models_decls01.pk4 has mismatching size, expected 147248 but found 157230. CRC calculated for zip file D:\games\darkmod\tdm_player01.pk4 = 4612ba2e File D:\games\darkmod\tdm_player01.pk4 is matching version 2.05. File D:\games\darkmod\tdm_prefabs01.pk4 has mismatching size, expected 2399062 but found 3100028. File D:\games\darkmod\tdm_sound_ambient01.pk4 has mismatching size, expected 48042215 but found 48876607. File D:\games\darkmod\tdm_sound_ambient02.pk4 has mismatching size, expected 172321986 but found 178530320. File D:\games\darkmod\tdm_sound_ambient03.pk4 has mismatching size, expected 32317944 but found 32156915. File D:\games\darkmod\tdm_sound_ambient_decls01.pk4 has mismatching size, expected 9501 but found 9873. File D:\games\darkmod\tdm_sound_sfx01.pk4 has mismatching size, expected 23431795 but found 25388460. File D:\games\darkmod\tdm_sound_sfx02.pk4 has mismatching size, expected 9701223 but found 10277912. File D:\games\darkmod\tdm_sound_vocals01.pk4 has mismatching size, expected 3682914 but found 3770358. File D:\games\darkmod\tdm_sound_vocals02.pk4 has mismatching size, expected 69898074 but found 71245712. File D:\games\darkmod\tdm_sound_vocals03.pk4 has mismatching size, expected 33743677 but found 34483832. File D:\games\darkmod\tdm_sound_vocals04.pk4 has mismatching size, expected 118917076 but found 121648630. File D:\games\darkmod\tdm_sound_vocals05.pk4 has mismatching size, expected 9438689 but found 9577892. File D:\games\darkmod\tdm_sound_vocals06.pk4 has mismatching size, expected 33714587 but found 34391469. File D:\games\darkmod\tdm_sound_vocals07.pk4 has mismatching size, expected 65855808 but found 67054402. File D:\games\darkmod\tdm_sound_vocals_decls01.pk4 has mismatching size, expected 63774 but found 63932. CRC calculated for zip file D:\games\darkmod\tdm_standalone.pk4 = ec957c4b File D:\games\darkmod\tdm_standalone.pk4 is matching version 2.05. File D:\games\darkmod\tdm_textures_base01.pk4 has mismatching size, expected 10004507 but found 10126255. CRC calculated for zip file D:\games\darkmod\tdm_textures_carpet01.pk4 = 499a3c01 File D:\games\darkmod\tdm_textures_carpet01.pk4 is matching version 2.05. File D:\games\darkmod\tdm_textures_decals01.pk4 has mismatching size, expected 60892555 but found 110497697. CRC calculated for zip file D:\games\darkmod\tdm_textures_door01.pk4 = 4b99c0 File D:\games\darkmod\tdm_textures_door01.pk4 is matching version 2.05. CRC calculated for zip file D:\games\darkmod\tdm_textures_fabric01.pk4 = 31f20458 File D:\games\darkmod\tdm_textures_fabric01.pk4 is matching version 2.05. CRC calculated for zip file D:\games\darkmod\tdm_textures_glass01.pk4 = 953fdf58 File D:\games\darkmod\tdm_textures_glass01.pk4 is matching version 2.05. CRC calculated for zip file D:\games\darkmod\tdm_textures_metal01.pk4 = ac53b12c File D:\games\darkmod\tdm_textures_metal01.pk4 is matching version 2.05. File D:\games\darkmod\tdm_textures_nature01.pk4 has mismatching size, expected 140550670 but found 140797327. File D:\games\darkmod\tdm_textures_other01.pk4 has mismatching size, expected 16481383 but found 17501435. CRC calculated for zip file D:\games\darkmod\tdm_textures_paint_paper01.pk4 = 3d908b62 File D:\games\darkmod\tdm_textures_paint_paper01.pk4 is matching version 2.05. CRC calculated for zip file D:\games\darkmod\tdm_textures_plaster01.pk4 = e7183ac7 File D:\games\darkmod\tdm_textures_plaster01.pk4 is matching version 2.05. CRC calculated for zip file D:\games\darkmod\tdm_textures_roof01.pk4 = a522a0d9 File D:\games\darkmod\tdm_textures_roof01.pk4 is matching version 2.05. File D:\games\darkmod\tdm_textures_sfx01.pk4 has mismatching size, expected 2760591 but found 2760781. File D:\games\darkmod\tdm_textures_stone_brick01.pk4 has mismatching size, expected 310638734 but found 312825781. CRC calculated for zip file D:\games\darkmod\tdm_textures_stone_cobblestones01.pk4 = 9c940ece File D:\games\darkmod\tdm_textures_stone_cobblestones01.pk4 is matching version 2.05. File D:\games\darkmod\tdm_textures_stone_flat01.pk4 has mismatching size, expected 91490591 but found 96867461. File D:\games\darkmod\tdm_textures_stone_natural01.pk4 has mismatching size, expected 93921944 but found 94411360. File D:\games\darkmod\tdm_textures_stone_sculpted01.pk4 has mismatching size, expected 166830398 but found 172951436. File D:\games\darkmod\tdm_textures_window01.pk4 has mismatching size, expected 63347985 but found 67045735. File D:\games\darkmod\tdm_textures_wood01.pk4 has mismatching size, expected 114630236 but found 121557387. Ignoring updater executable: D:\games\darkmod\tdm_update.exe. File D:\games\darkmod\tdm_update.linux has mismatching size, expected 2265644 but found 1691784. File D:\games\darkmod\thedarkmod.x86 has mismatching size, expected 6453148 but found 15337032. Trying to match against version: 2.06 CRC calculated for file D:\games\darkmod\AUTHORS.txt = 5596bdaf File D:\games\darkmod\AUTHORS.txt is matching version 2.06. File D:\games\darkmod\ExtLibs.dll has mismatching size, expected 10980352 but found 4771328. File D:\games\darkmod\ExtLibsx64.dll has mismatching size, expected 13069824 but found 6053888. CRC calculated for file D:\games\darkmod\LICENSE.txt = e6d658a5 File D:\games\darkmod\LICENSE.txt is matching version 2.06. CRC calculated for file D:\games\darkmod\TDM_icon.ico = d585a57f File D:\games\darkmod\TDM_icon.ico is matching version 2.06. File D:\games\darkmod\TheDarkMod.exe has mismatching size, expected 8931328 but found 9348096. File D:\games\darkmod\TheDarkModx64.exe has mismatching size, expected 10681856 but found 10970624. CRC calculated for file D:\games\darkmod\ca-bundle.crt = 8d500b34 File D:\games\darkmod\ca-bundle.crt is matching version 2.06. CRC calculated for file D:\games\darkmod\config.spec = 0 File D:\games\darkmod\config.spec is matching version 2.06. CRC calculated for file D:\games\darkmod\darkmod.ico = df20ac89 File D:\games\darkmod\darkmod.ico is matching version 2.06. File D:\games\darkmod\darkmod.ini has mismatching size, expected 721 but found 741. CRC calculated for file D:\games\darkmod\description.txt = cc5377e9 File D:\games\darkmod\description.txt is matching version 2.06. File D:\games\darkmod\fms/newjob/newjob.pk4 has mismatching size, expected 14570337 but found 14571978. File D:\games\darkmod\fms/stlucia/stlucia.pk4 has mismatching size, expected 21384011 but found 21331427. File D:\games\darkmod\fms/training_mission/training_mission.pk4 has mismatching size, expected 20006177 but found 20006384. CRC calculated for zip file D:\games\darkmod\tdm_ai_animals01.pk4 = 6942681 File D:\games\darkmod\tdm_ai_animals01.pk4 is matching version 2.06. CRC calculated for zip file D:\games\darkmod\tdm_ai_base01.pk4 = b2fc6115 File D:\games\darkmod\tdm_ai_base01.pk4 is matching version 2.06. CRC calculated for zip file D:\games\darkmod\tdm_ai_humanoid_builders01.pk4 = 7fb079ed File D:\games\darkmod\tdm_ai_humanoid_builders01.pk4 is matching version 2.06. CRC calculated for zip file D:\games\darkmod\tdm_ai_humanoid_females01.pk4 = c5ce90e9 File D:\games\darkmod\tdm_ai_humanoid_females01.pk4 is matching version 2.06. File D:\games\darkmod\tdm_ai_humanoid_guards01.pk4 has mismatching size, expected 52960714 but found 53044603. File D:\games\darkmod\tdm_ai_humanoid_heads01.pk4 has mismatching size, expected 14056255 but found 14176870. CRC calculated for zip file D:\games\darkmod\tdm_ai_humanoid_mages01.pk4 = a10ab758 File D:\games\darkmod\tdm_ai_humanoid_mages01.pk4 is matching version 2.06. CRC calculated for zip file D:\games\darkmod\tdm_ai_humanoid_nobles01.pk4 = d0bfe5c5 File D:\games\darkmod\tdm_ai_humanoid_nobles01.pk4 is matching version 2.06. CRC calculated for zip file D:\games\darkmod\tdm_ai_humanoid_pagans01.pk4 = 64cc2a2d File D:\games\darkmod\tdm_ai_humanoid_pagans01.pk4 is matching version 2.06. CRC calculated for zip file D:\games\darkmod\tdm_ai_humanoid_townsfolk01.pk4 = 91d0c1a4 File D:\games\darkmod\tdm_ai_humanoid_townsfolk01.pk4 is matching version 2.06. File D:\games\darkmod\tdm_ai_humanoid_undead01.pk4 has mismatching size, expected 15332845 but found 15333280. File D:\games\darkmod\tdm_ai_monsters_spiders01.pk4 has mismatching size, expected 4174441 but found 4174466. CRC calculated for zip file D:\games\darkmod\tdm_ai_steambots01.pk4 = ab02750c File D:\games\darkmod\tdm_ai_steambots01.pk4 is matching version 2.06. File D:\games\darkmod\tdm_base01.pk4 has mismatching size, expected 949122 but found 963432. File D:\games\darkmod\tdm_defs01.pk4 has mismatching size, expected 311064 but found 314407. CRC calculated for zip file D:\games\darkmod\tdm_env01.pk4 = 3b1af49a File D:\games\darkmod\tdm_env01.pk4 is matching version 2.06. CRC calculated for zip file D:\games\darkmod\tdm_fonts01.pk4 = babe3a3a File D:\games\darkmod\tdm_fonts01.pk4 is matching version 2.06. File D:\games\darkmod\tdm_gui01.pk4 has mismatching size, expected 38006126 but found 38571657. CRC calculated for zip file D:\games\darkmod\tdm_gui_credits01.pk4 = 225ebf5e File D:\games\darkmod\tdm_gui_credits01.pk4 is matching version 2.06. File D:\games\darkmod\tdm_models01.pk4 has mismatching size, expected 143173718 but found 457746306. File D:\games\darkmod\tdm_models02.pk4 has mismatching size, expected 415213587 but found 445401604. File D:\games\darkmod\tdm_models_decls01.pk4 has mismatching size, expected 151957 but found 157230. CRC calculated for zip file D:\games\darkmod\tdm_player01.pk4 = 4612ba2e File D:\games\darkmod\tdm_player01.pk4 is matching version 2.06. File D:\games\darkmod\tdm_prefabs01.pk4 has mismatching size, expected 3062211 but found 3100028. CRC calculated for zip file D:\games\darkmod\tdm_sound_ambient01.pk4 = 535526ab File D:\games\darkmod\tdm_sound_ambient01.pk4 is matching version 2.06. CRC calculated for zip file D:\games\darkmod\tdm_sound_ambient02.pk4 = 2025836c File D:\games\darkmod\tdm_sound_ambient02.pk4 is matching version 2.06. CRC calculated for zip file D:\games\darkmod\tdm_sound_ambient03.pk4 = 65946b44 File D:\games\darkmod\tdm_sound_ambient03.pk4 is matching version 2.06. File D:\games\darkmod\tdm_sound_ambient_decls01.pk4 has mismatching size, expected 9790 but found 9873. File D:\games\darkmod\tdm_sound_sfx01.pk4 has mismatching size, expected 24789072 but found 25388460. CRC calculated for zip file D:\games\darkmod\tdm_sound_sfx02.pk4 = b115fcfb File D:\games\darkmod\tdm_sound_sfx02.pk4 is matching version 2.06. CRC calculated for zip file D:\games\darkmod\tdm_sound_vocals01.pk4 = 5e4ce1b9 File D:\games\darkmod\tdm_sound_vocals01.pk4 is matching version 2.06. CRC calculated for zip file D:\games\darkmod\tdm_sound_vocals02.pk4 = fb9bcbed File D:\games\darkmod\tdm_sound_vocals02.pk4 is matching version 2.06. CRC calculated for zip file D:\games\darkmod\tdm_sound_vocals03.pk4 = d9fed762 File D:\games\darkmod\tdm_sound_vocals03.pk4 is matching version 2.06. File D:\games\darkmod\tdm_sound_vocals04.pk4 has mismatching size, expected 121691929 but found 121648630. CRC calculated for zip file D:\games\darkmod\tdm_sound_vocals05.pk4 = f324da5a File D:\games\darkmod\tdm_sound_vocals05.pk4 is matching version 2.06. CRC calculated for zip file D:\games\darkmod\tdm_sound_vocals06.pk4 = 6b4410bb File D:\games\darkmod\tdm_sound_vocals06.pk4 is matching version 2.06. CRC calculated for zip file D:\games\darkmod\tdm_sound_vocals07.pk4 = 74fde4ad File D:\games\darkmod\tdm_sound_vocals07.pk4 is matching version 2.06. File D:\games\darkmod\tdm_sound_vocals_decls01.pk4 has mismatching size, expected 63910 but found 63932. CRC calculated for zip file D:\games\darkmod\tdm_standalone.pk4 = ec957c4b File D:\games\darkmod\tdm_standalone.pk4 is matching version 2.06. File D:\games\darkmod\tdm_textures_base01.pk4 has mismatching size, expected 10125959 but found 10126255. CRC calculated for zip file D:\games\darkmod\tdm_textures_carpet01.pk4 = 499a3c01 File D:\games\darkmod\tdm_textures_carpet01.pk4 is matching version 2.06. CRC calculated for zip file D:\games\darkmod\tdm_textures_decals01.pk4 = c0d06dde File D:\games\darkmod\tdm_textures_decals01.pk4 is matching version 2.06. CRC calculated for zip file D:\games\darkmod\tdm_textures_door01.pk4 = 4b99c0 File D:\games\darkmod\tdm_textures_door01.pk4 is matching version 2.06. CRC calculated for zip file D:\games\darkmod\tdm_textures_fabric01.pk4 = 31f20458 File D:\games\darkmod\tdm_textures_fabric01.pk4 is matching version 2.06. CRC calculated for zip file D:\games\darkmod\tdm_textures_glass01.pk4 = 953fdf58 File D:\games\darkmod\tdm_textures_glass01.pk4 is matching version 2.06. CRC calculated for zip file D:\games\darkmod\tdm_textures_metal01.pk4 = ac53b12c File D:\games\darkmod\tdm_textures_metal01.pk4 is matching version 2.06. CRC calculated for zip file D:\games\darkmod\tdm_textures_nature01.pk4 = a55faca2 File D:\games\darkmod\tdm_textures_nature01.pk4 is matching version 2.06. File D:\games\darkmod\tdm_textures_other01.pk4 has mismatching size, expected 16481383 but found 17501435. CRC calculated for zip file D:\games\darkmod\tdm_textures_paint_paper01.pk4 = 3d908b62 File D:\games\darkmod\tdm_textures_paint_paper01.pk4 is matching version 2.06. CRC calculated for zip file D:\games\darkmod\tdm_textures_plaster01.pk4 = e7183ac7 File D:\games\darkmod\tdm_textures_plaster01.pk4 is matching version 2.06. CRC calculated for zip file D:\games\darkmod\tdm_textures_roof01.pk4 = a522a0d9 File D:\games\darkmod\tdm_textures_roof01.pk4 is matching version 2.06. CRC calculated for zip file D:\games\darkmod\tdm_textures_sfx01.pk4 = bf82fef1 File D:\games\darkmod\tdm_textures_sfx01.pk4 is matching version 2.06. CRC calculated for zip file D:\games\darkmod\tdm_textures_stone_brick01.pk4 = 325371b3 File D:\games\darkmod\tdm_textures_stone_brick01.pk4 is matching version 2.06. CRC calculated for zip file D:\games\darkmod\tdm_textures_stone_cobblestones01.pk4 = 9c940ece File D:\games\darkmod\tdm_textures_stone_cobblestones01.pk4 is matching version 2.06. CRC calculated for zip file D:\games\darkmod\tdm_textures_stone_flat01.pk4 = 35a33bf3 File D:\games\darkmod\tdm_textures_stone_flat01.pk4 is matching version 2.06. CRC calculated for zip file D:\games\darkmod\tdm_textures_stone_natural01.pk4 = d996301 File D:\games\darkmod\tdm_textures_stone_natural01.pk4 is matching version 2.06. CRC calculated for zip file D:\games\darkmod\tdm_textures_stone_sculpted01.pk4 = 1edaf58c File D:\games\darkmod\tdm_textures_stone_sculpted01.pk4 is matching version 2.06. CRC calculated for zip file D:\games\darkmod\tdm_textures_window01.pk4 = 6efa6b92 File D:\games\darkmod\tdm_textures_window01.pk4 is matching version 2.06. File D:\games\darkmod\tdm_textures_wood01.pk4 has mismatching size, expected 121140390 but found 121557387. Ignoring updater executable: D:\games\darkmod\tdm_update.exe. File D:\games\darkmod\tdm_update.linux has mismatching size, expected 1691828 but found 1691784. File D:\games\darkmod\thedarkmod.x64 has mismatching size, expected 20465424 but found 15463080. File D:\games\darkmod\thedarkmod.x86 has mismatching size, expected 20101144 but found 15337032. File D:\games\darkmod\vcredist_x64.exe has mismatching size, expected 7194312 but found 15232896. File D:\games\darkmod\vcredist_x86.exe has mismatching size, expected 6503984 but found 14608952. Trying to match against version: 2.07 CRC calculated for file D:\games\darkmod\AUTHORS.txt = 5596bdaf File D:\games\darkmod\AUTHORS.txt is matching version 2.07. CRC calculated for file D:\games\darkmod\ExtLibs.dll = 50fbb569 File D:\games\darkmod\ExtLibs.dll is matching version 2.07. CRC calculated for file D:\games\darkmod\ExtLibsx64.dll = cc773227 File D:\games\darkmod\ExtLibsx64.dll is matching version 2.07. CRC calculated for file D:\games\darkmod\LICENSE.txt = e6d658a5 File D:\games\darkmod\LICENSE.txt is matching version 2.07. CRC calculated for file D:\games\darkmod\TDM_icon.ico = d585a57f File D:\games\darkmod\TDM_icon.ico is matching version 2.07. CRC calculated for file D:\games\darkmod\TheDarkMod.exe = 97860cad File D:\games\darkmod\TheDarkMod.exe is matching version 2.07. CRC calculated for file D:\games\darkmod\TheDarkModx64.exe = c0261992 File D:\games\darkmod\TheDarkModx64.exe is matching version 2.07. CRC calculated for file D:\games\darkmod\alsoft-hrtf-default-44100.mhr = 78598008 File D:\games\darkmod\alsoft-hrtf-default-44100.mhr is matching version 2.07. CRC calculated for file D:\games\darkmod\alsoft-hrtf-default-48000.mhr = 286bc86b File D:\games\darkmod\alsoft-hrtf-default-48000.mhr is matching version 2.07. CRC calculated for file D:\games\darkmod\alsoft.ini = 1e792718 File D:\games\darkmod\alsoft.ini is matching version 2.07. CRC calculated for file D:\games\darkmod\ca-bundle.crt = 8d500b34 File D:\games\darkmod\ca-bundle.crt is matching version 2.07. CRC calculated for file D:\games\darkmod\config.spec = 0 File D:\games\darkmod\config.spec is matching version 2.07. CRC calculated for file D:\games\darkmod\darkmod.ico = df20ac89 File D:\games\darkmod\darkmod.ico is matching version 2.07. CRC calculated for file D:\games\darkmod\darkmod.ini = b3b740c7 File D:\games\darkmod\darkmod.ini is matching version 2.07. CRC calculated for file D:\games\darkmod\description.txt = cc5377e9 File D:\games\darkmod\description.txt is matching version 2.07. File D:\games\darkmod\fms/newjob/newjob.pk4 has mismatching size, expected 14463794 but found 14571978. File D:\games\darkmod\fms/stlucia/stlucia.pk4 has mismatching size, expected 21389392 but found 21331427. CRC calculated for zip file D:\games\darkmod\fms/training_mission/training_mission.pk4 = f2016901 File D:\games\darkmod\fms/training_mission/training_mission.pk4 is matching version 2.07. CRC calculated for zip file D:\games\darkmod\tdm_ai_animals01.pk4 = 6942681 File D:\games\darkmod\tdm_ai_animals01.pk4 is matching version 2.07. CRC calculated for zip file D:\games\darkmod\tdm_ai_base01.pk4 = b2fc6115 File D:\games\darkmod\tdm_ai_base01.pk4 is matching version 2.07. CRC calculated for zip file D:\games\darkmod\tdm_ai_humanoid_builders01.pk4 = 7fb079ed File D:\games\darkmod\tdm_ai_humanoid_builders01.pk4 is matching version 2.07. CRC calculated for zip file D:\games\darkmod\tdm_ai_humanoid_females01.pk4 = c5ce90e9 File D:\games\darkmod\tdm_ai_humanoid_females01.pk4 is matching version 2.07. CRC calculated for zip file D:\games\darkmod\tdm_ai_humanoid_guards01.pk4 = 21a3d2a3 File D:\games\darkmod\tdm_ai_humanoid_guards01.pk4 is matching version 2.07. CRC calculated for zip file D:\games\darkmod\tdm_ai_humanoid_heads01.pk4 = 11b9fb File D:\games\darkmod\tdm_ai_humanoid_heads01.pk4 is matching version 2.07. CRC calculated for zip file D:\games\darkmod\tdm_ai_humanoid_mages01.pk4 = a10ab758 File D:\games\darkmod\tdm_ai_humanoid_mages01.pk4 is matching version 2.07. CRC calculated for zip file D:\games\darkmod\tdm_ai_humanoid_nobles01.pk4 = d0bfe5c5 File D:\games\darkmod\tdm_ai_humanoid_nobles01.pk4 is matching version 2.07. CRC calculated for zip file D:\games\darkmod\tdm_ai_humanoid_pagans01.pk4 = 64cc2a2d File D:\games\darkmod\tdm_ai_humanoid_pagans01.pk4 is matching version 2.07. CRC calculated for zip file D:\games\darkmod\tdm_ai_humanoid_townsfolk01.pk4 = 91d0c1a4 File D:\games\darkmod\tdm_ai_humanoid_townsfolk01.pk4 is matching version 2.07. CRC calculated for zip file D:\games\darkmod\tdm_ai_humanoid_undead01.pk4 = 2268e751 File D:\games\darkmod\tdm_ai_humanoid_undead01.pk4 is matching version 2.07. CRC calculated for zip file D:\games\darkmod\tdm_ai_monsters_spiders01.pk4 = 94eace7d File D:\games\darkmod\tdm_ai_monsters_spiders01.pk4 is matching version 2.07. CRC calculated for zip file D:\games\darkmod\tdm_ai_steambots01.pk4 = ab02750c File D:\games\darkmod\tdm_ai_steambots01.pk4 is matching version 2.07. File D:\games\darkmod\tdm_base01.pk4 has mismatching size, expected 963414 but found 963432. CRC calculated for zip file D:\games\darkmod\tdm_defs01.pk4 = b43a355d File D:\games\darkmod\tdm_defs01.pk4 is matching version 2.07. CRC calculated for zip file D:\games\darkmod\tdm_env01.pk4 = 3b1af49a File D:\games\darkmod\tdm_env01.pk4 is matching version 2.07. CRC calculated for zip file D:\games\darkmod\tdm_fonts01.pk4 = babe3a3a File D:\games\darkmod\tdm_fonts01.pk4 is matching version 2.07. CRC calculated for zip file D:\games\darkmod\tdm_gui01.pk4 = fbc317c8 File D:\games\darkmod\tdm_gui01.pk4 is matching version 2.07. CRC calculated for zip file D:\games\darkmod\tdm_gui_credits01.pk4 = 225ebf5e File D:\games\darkmod\tdm_gui_credits01.pk4 is matching version 2.07. CRC calculated for zip file D:\games\darkmod\tdm_models01.pk4 = ca1b0129 File D:\games\darkmod\tdm_models01.pk4 is matching version 2.07. CRC calculated for zip file D:\games\darkmod\tdm_models02.pk4 = b8d968bc File D:\games\darkmod\tdm_models02.pk4 is matching version 2.07. CRC calculated for zip file D:\games\darkmod\tdm_models_decls01.pk4 = 9b9b4987 File D:\games\darkmod\tdm_models_decls01.pk4 is matching version 2.07. CRC calculated for zip file D:\games\darkmod\tdm_player01.pk4 = 4612ba2e File D:\games\darkmod\tdm_player01.pk4 is matching version 2.07. CRC calculated for zip file D:\games\darkmod\tdm_prefabs01.pk4 = f0e18d14 File D:\games\darkmod\tdm_prefabs01.pk4 is matching version 2.07. CRC calculated for zip file D:\games\darkmod\tdm_sound_ambient01.pk4 = 535526ab File D:\games\darkmod\tdm_sound_ambient01.pk4 is matching version 2.07. CRC calculated for zip file D:\games\darkmod\tdm_sound_ambient02.pk4 = 2025836c File D:\games\darkmod\tdm_sound_ambient02.pk4 is matching version 2.07. CRC calculated for zip file D:\games\darkmod\tdm_sound_ambient03.pk4 = 65946b44 File D:\games\darkmod\tdm_sound_ambient03.pk4 is matching version 2.07. CRC calculated for zip file D:\games\darkmod\tdm_sound_ambient_decls01.pk4 = 2ef3ee3b File D:\games\darkmod\tdm_sound_ambient_decls01.pk4 is matching version 2.07. CRC calculated for zip file D:\games\darkmod\tdm_sound_sfx01.pk4 = 672379a4 File D:\games\darkmod\tdm_sound_sfx01.pk4 is matching version 2.07. CRC calculated for zip file D:\games\darkmod\tdm_sound_sfx02.pk4 = b115fcfb File D:\games\darkmod\tdm_sound_sfx02.pk4 is matching version 2.07. CRC calculated for zip file D:\games\darkmod\tdm_sound_vocals01.pk4 = 5e4ce1b9 File D:\games\darkmod\tdm_sound_vocals01.pk4 is matching version 2.07. CRC calculated for zip file D:\games\darkmod\tdm_sound_vocals02.pk4 = fb9bcbed File D:\games\darkmod\tdm_sound_vocals02.pk4 is matching version 2.07. CRC calculated for zip file D:\games\darkmod\tdm_sound_vocals03.pk4 = d9fed762 File D:\games\darkmod\tdm_sound_vocals03.pk4 is matching version 2.07. CRC calculated for zip file D:\games\darkmod\tdm_sound_vocals04.pk4 = 3d9c662 File D:\games\darkmod\tdm_sound_vocals04.pk4 is matching version 2.07. CRC calculated for zip file D:\games\darkmod\tdm_sound_vocals05.pk4 = f324da5a File D:\games\darkmod\tdm_sound_vocals05.pk4 is matching version 2.07. CRC calculated for zip file D:\games\darkmod\tdm_sound_vocals06.pk4 = 6b4410bb File D:\games\darkmod\tdm_sound_vocals06.pk4 is matching version 2.07. CRC calculated for zip file D:\games\darkmod\tdm_sound_vocals07.pk4 = 74fde4ad File D:\games\darkmod\tdm_sound_vocals07.pk4 is matching version 2.07. CRC calculated for zip file D:\games\darkmod\tdm_sound_vocals_decls01.pk4 = 8854b8e4 File D:\games\darkmod\tdm_sound_vocals_decls01.pk4 is matching version 2.07. CRC calculated for zip file D:\games\darkmod\tdm_standalone.pk4 = ec957c4b File D:\games\darkmod\tdm_standalone.pk4 is matching version 2.07. CRC calculated for zip file D:\games\darkmod\tdm_textures_base01.pk4 = 859583ba File D:\games\darkmod\tdm_textures_base01.pk4 is matching version 2.07. CRC calculated for zip file D:\games\darkmod\tdm_textures_carpet01.pk4 = 499a3c01 File D:\games\darkmod\tdm_textures_carpet01.pk4 is matching version 2.07. CRC calculated for zip file D:\games\darkmod\tdm_textures_decals01.pk4 = c0d06dde File D:\games\darkmod\tdm_textures_decals01.pk4 is matching version 2.07. CRC calculated for zip file D:\games\darkmod\tdm_textures_door01.pk4 = 4b99c0 File D:\games\darkmod\tdm_textures_door01.pk4 is matching version 2.07. CRC calculated for zip file D:\games\darkmod\tdm_textures_fabric01.pk4 = 31f20458 File D:\games\darkmod\tdm_textures_fabric01.pk4 is matching version 2.07. CRC calculated for zip file D:\games\darkmod\tdm_textures_glass01.pk4 = 953fdf58 File D:\games\darkmod\tdm_textures_glass01.pk4 is matching version 2.07. CRC calculated for zip file D:\games\darkmod\tdm_textures_metal01.pk4 = ac53b12c File D:\games\darkmod\tdm_textures_metal01.pk4 is matching version 2.07. CRC calculated for zip file D:\games\darkmod\tdm_textures_nature01.pk4 = a55faca2 File D:\games\darkmod\tdm_textures_nature01.pk4 is matching version 2.07. CRC calculated for zip file D:\games\darkmod\tdm_textures_other01.pk4 = 7e4f3a40 File D:\games\darkmod\tdm_textures_other01.pk4 is matching version 2.07. CRC calculated for zip file D:\games\darkmod\tdm_textures_paint_paper01.pk4 = 3d908b62 File D:\games\darkmod\tdm_textures_paint_paper01.pk4 is matching version 2.07. CRC calculated for zip file D:\games\darkmod\tdm_textures_plaster01.pk4 = e7183ac7 File D:\games\darkmod\tdm_textures_plaster01.pk4 is matching version 2.07. CRC calculated for zip file D:\games\darkmod\tdm_textures_roof01.pk4 = a522a0d9 File D:\games\darkmod\tdm_textures_roof01.pk4 is matching version 2.07. CRC calculated for zip file D:\games\darkmod\tdm_textures_sfx01.pk4 = bf82fef1 File D:\games\darkmod\tdm_textures_sfx01.pk4 is matching version 2.07. CRC calculated for zip file D:\games\darkmod\tdm_textures_stone_brick01.pk4 = 325371b3 File D:\games\darkmod\tdm_textures_stone_brick01.pk4 is matching version 2.07. CRC calculated for zip file D:\games\darkmod\tdm_textures_stone_cobblestones01.pk4 = 9c940ece File D:\games\darkmod\tdm_textures_stone_cobblestones01.pk4 is matching version 2.07. CRC calculated for zip file D:\games\darkmod\tdm_textures_stone_flat01.pk4 = 35a33bf3 File D:\games\darkmod\tdm_textures_stone_flat01.pk4 is matching version 2.07. CRC calculated for zip file D:\games\darkmod\tdm_textures_stone_natural01.pk4 = d996301 File D:\games\darkmod\tdm_textures_stone_natural01.pk4 is matching version 2.07. CRC calculated for zip file D:\games\darkmod\tdm_textures_stone_sculpted01.pk4 = 1edaf58c File D:\games\darkmod\tdm_textures_stone_sculpted01.pk4 is matching version 2.07. CRC calculated for zip file D:\games\darkmod\tdm_textures_window01.pk4 = 6efa6b92 File D:\games\darkmod\tdm_textures_window01.pk4 is matching version 2.07. CRC calculated for zip file D:\games\darkmod\tdm_textures_wood01.pk4 = fc243063 File D:\games\darkmod\tdm_textures_wood01.pk4 is matching version 2.07. Ignoring updater executable: D:\games\darkmod\tdm_update.exe. CRC calculated for file D:\games\darkmod\tdm_update.linux = 39270d20 File D:\games\darkmod\tdm_update.linux is matching version 2.07. CRC calculated for file D:\games\darkmod\thedarkmod.x64 = 38e2a258 File D:\games\darkmod\thedarkmod.x64 is matching version 2.07. CRC calculated for file D:\games\darkmod\thedarkmod.x86 = 7d289153 File D:\games\darkmod\thedarkmod.x86 is matching version 2.07. CRC calculated for file D:\games\darkmod\vcredist_x64.exe = 6764b0e8 File D:\games\darkmod\vcredist_x64.exe is matching version 2.07. CRC calculated for file D:\games\darkmod\vcredist_x86.exe = c05b1a75 File D:\games\darkmod\vcredist_x86.exe is matching version 2.07. The local files are matching 1 different versions. Could not determine local version. Files matching version 2.07: 79 (size: 3.41 GB) Some files match version 2.07, but no differential update is available for that version. Step thread finished: 6 Step thread started: 5 Checking target folder: D:\games\darkmod [PK4 Inventory] Found D:\games\darkmod\tdm_ai_animals01.pk4 [PK4 Inventory] Found D:\games\darkmod\tdm_ai_base01.pk4 [PK4 Inventory] Found D:\games\darkmod\tdm_ai_humanoid_builders01.pk4 [PK4 Inventory] Found D:\games\darkmod\tdm_ai_humanoid_females01.pk4 [PK4 Inventory] Found D:\games\darkmod\tdm_ai_humanoid_guards01.pk4 [PK4 Inventory] Found D:\games\darkmod\tdm_ai_humanoid_heads01.pk4 [PK4 Inventory] Found D:\games\darkmod\tdm_ai_humanoid_mages01.pk4 [PK4 Inventory] Found D:\games\darkmod\tdm_ai_humanoid_nobles01.pk4 [PK4 Inventory] Found D:\games\darkmod\tdm_ai_humanoid_pagans01.pk4 [PK4 Inventory] Found D:\games\darkmod\tdm_ai_humanoid_townsfolk01.pk4 [PK4 Inventory] Found D:\games\darkmod\tdm_ai_humanoid_undead01.pk4 [PK4 Inventory] Found D:\games\darkmod\tdm_ai_monsters_spiders01.pk4 [PK4 Inventory] Found D:\games\darkmod\tdm_ai_steambots01.pk4 [PK4 Inventory] Found D:\games\darkmod\tdm_base01.pk4 [PK4 Inventory] Found D:\games\darkmod\tdm_defs01.pk4 [PK4 Inventory] Found D:\games\darkmod\tdm_env01.pk4 [PK4 Inventory] Found D:\games\darkmod\tdm_fonts01.pk4 [PK4 Inventory] Found D:\games\darkmod\tdm_gui01.pk4 [PK4 Inventory] Found D:\games\darkmod\tdm_gui_credits01.pk4 [PK4 Inventory] Found D:\games\darkmod\tdm_models01.pk4 [PK4 Inventory] Found D:\games\darkmod\tdm_models02.pk4 [PK4 Inventory] Found D:\games\darkmod\tdm_models_decls01.pk4 [PK4 Inventory] Found D:\games\darkmod\tdm_player01.pk4 [PK4 Inventory] Found D:\games\darkmod\tdm_prefabs01.pk4 [PK4 Inventory] Found D:\games\darkmod\tdm_sound_ambient01.pk4 [PK4 Inventory] Found D:\games\darkmod\tdm_sound_ambient02.pk4 [PK4 Inventory] Found D:\games\darkmod\tdm_sound_ambient03.pk4 [PK4 Inventory] Found D:\games\darkmod\tdm_sound_ambient_decls01.pk4 [PK4 Inventory] Found D:\games\darkmod\tdm_sound_sfx01.pk4 [PK4 Inventory] Found D:\games\darkmod\tdm_sound_sfx02.pk4 [PK4 Inventory] Found D:\games\darkmod\tdm_sound_vocals01.pk4 [PK4 Inventory] Found D:\games\darkmod\tdm_sound_vocals02.pk4 [PK4 Inventory] Found D:\games\darkmod\tdm_sound_vocals03.pk4 [PK4 Inventory] Found D:\games\darkmod\tdm_sound_vocals04.pk4 [PK4 Inventory] Found D:\games\darkmod\tdm_sound_vocals05.pk4 [PK4 Inventory] Found D:\games\darkmod\tdm_sound_vocals06.pk4 [PK4 Inventory] Found D:\games\darkmod\tdm_sound_vocals07.pk4 [PK4 Inventory] Found D:\games\darkmod\tdm_sound_vocals_decls01.pk4 [PK4 Inventory] Found D:\games\darkmod\tdm_standalone.pk4 [PK4 Inventory] Found D:\games\darkmod\tdm_textures_base01.pk4 [PK4 Inventory] Found D:\games\darkmod\tdm_textures_carpet01.pk4 [PK4 Inventory] Found D:\games\darkmod\tdm_textures_decals01.pk4 [PK4 Inventory] Found D:\games\darkmod\tdm_textures_door01.pk4 [PK4 Inventory] Found D:\games\darkmod\tdm_textures_fabric01.pk4 [PK4 Inventory] Found D:\games\darkmod\tdm_textures_glass01.pk4 [PK4 Inventory] Found D:\games\darkmod\tdm_textures_metal01.pk4 [PK4 Inventory] Found D:\games\darkmod\tdm_textures_nature01.pk4 [PK4 Inventory] Found D:\games\darkmod\tdm_textures_other01.pk4 [PK4 Inventory] Found D:\games\darkmod\tdm_textures_paint_paper01.pk4 [PK4 Inventory] Found D:\games\darkmod\tdm_textures_plaster01.pk4 [PK4 Inventory] Found D:\games\darkmod\tdm_textures_roof01.pk4 [PK4 Inventory] Found D:\games\darkmod\tdm_textures_sfx01.pk4 [PK4 Inventory] Found D:\games\darkmod\tdm_textures_stone_brick01.pk4 [PK4 Inventory] Found D:\games\darkmod\tdm_textures_stone_cobblestones01.pk4 [PK4 Inventory] Found D:\games\darkmod\tdm_textures_stone_flat01.pk4 [PK4 Inventory] Found D:\games\darkmod\tdm_textures_stone_natural01.pk4 [PK4 Inventory] Found D:\games\darkmod\tdm_textures_stone_sculpted01.pk4 [PK4 Inventory] Found D:\games\darkmod\tdm_textures_window01.pk4 [PK4 Inventory] Found D:\games\darkmod\tdm_textures_wood01.pk4 Checking for archive file: fms/newjob/newjob.pk4... Checking for file fms/newjob/newjob.pk4: SIZE MISMATCH Checking for archive file: fms/stlucia/stlucia.pk4... Checking for file fms/stlucia/stlucia.pk4: SIZE MISMATCH Checking for archive file: fms/training_mission/training_mission.pk4... Checking for file fms/training_mission/training_mission.pk4: CRC calculated for zip file D:\games\darkmod\fms/training_mission/training_mission.pk4 = f2016901 OK Checking for archive file: tdm_ai_animals01.pk4... Checking for file tdm_ai_animals01.pk4: CRC calculated for zip file D:\games\darkmod\tdm_ai_animals01.pk4 = 6942681 OK Checking for archive file: tdm_ai_base01.pk4... Checking for file tdm_ai_base01.pk4: CRC calculated for zip file D:\games\darkmod\tdm_ai_base01.pk4 = b2fc6115 OK Checking for archive file: tdm_ai_humanoid_builders01.pk4... Checking for file tdm_ai_humanoid_builders01.pk4: CRC calculated for zip file D:\games\darkmod\tdm_ai_humanoid_builders01.pk4 = 7fb079ed OK Checking for archive file: tdm_ai_humanoid_females01.pk4... Checking for file tdm_ai_humanoid_females01.pk4: CRC calculated for zip file D:\games\darkmod\tdm_ai_humanoid_females01.pk4 = c5ce90e9 OK Checking for archive file: tdm_ai_humanoid_guards01.pk4... Checking for file tdm_ai_humanoid_guards01.pk4: CRC calculated for zip file D:\games\darkmod\tdm_ai_humanoid_guards01.pk4 = 21a3d2a3 OK Checking for archive file: tdm_ai_humanoid_heads01.pk4... Checking for file tdm_ai_humanoid_heads01.pk4: CRC calculated for zip file D:\games\darkmod\tdm_ai_humanoid_heads01.pk4 = 11b9fb OK Checking for archive file: tdm_ai_humanoid_mages01.pk4... Checking for file tdm_ai_humanoid_mages01.pk4: CRC calculated for zip file D:\games\darkmod\tdm_ai_humanoid_mages01.pk4 = a10ab758 OK Checking for archive file: tdm_ai_humanoid_nobles01.pk4... Checking for file tdm_ai_humanoid_nobles01.pk4: CRC calculated for zip file D:\games\darkmod\tdm_ai_humanoid_nobles01.pk4 = d0bfe5c5 OK Checking for archive file: tdm_ai_humanoid_pagans01.pk4... Checking for file tdm_ai_humanoid_pagans01.pk4: CRC calculated for zip file D:\games\darkmod\tdm_ai_humanoid_pagans01.pk4 = 64cc2a2d OK Checking for archive file: tdm_ai_humanoid_townsfolk01.pk4... Checking for file tdm_ai_humanoid_townsfolk01.pk4: CRC calculated for zip file D:\games\darkmod\tdm_ai_humanoid_townsfolk01.pk4 = 91d0c1a4 OK Checking for archive file: tdm_ai_humanoid_undead01.pk4... Checking for file tdm_ai_humanoid_undead01.pk4: CRC calculated for zip file D:\games\darkmod\tdm_ai_humanoid_undead01.pk4 = 2268e751 OK Checking for archive file: tdm_ai_monsters_spiders01.pk4... Checking for file tdm_ai_monsters_spiders01.pk4: CRC calculated for zip file D:\games\darkmod\tdm_ai_monsters_spiders01.pk4 = 94eace7d OK Checking for archive file: tdm_ai_steambots01.pk4... Checking for file tdm_ai_steambots01.pk4: CRC calculated for zip file D:\games\darkmod\tdm_ai_steambots01.pk4 = ab02750c OK Checking for archive file: tdm_base01.pk4... Checking for file tdm_base01.pk4: SIZE MISMATCH Checking for archive file: tdm_defs01.pk4... Checking for file tdm_defs01.pk4: CRC calculated for zip file D:\games\darkmod\tdm_defs01.pk4 = b43a355d OK Checking for archive file: tdm_env01.pk4... Checking for file tdm_env01.pk4: CRC calculated for zip file D:\games\darkmod\tdm_env01.pk4 = 3b1af49a OK Checking for archive file: tdm_fonts01.pk4... Checking for file tdm_fonts01.pk4: CRC calculated for zip file D:\games\darkmod\tdm_fonts01.pk4 = babe3a3a OK Checking for archive file: tdm_gui01.pk4... Checking for file tdm_gui01.pk4: CRC calculated for zip file D:\games\darkmod\tdm_gui01.pk4 = fbc317c8 OK Checking for archive file: tdm_gui_credits01.pk4... Checking for file tdm_gui_credits01.pk4: CRC calculated for zip file D:\games\darkmod\tdm_gui_credits01.pk4 = 225ebf5e OK Checking for archive file: tdm_models01.pk4... Checking for file tdm_models01.pk4: CRC calculated for zip file D:\games\darkmod\tdm_models01.pk4 = ca1b0129 OK Checking for archive file: tdm_models02.pk4... Checking for file tdm_models02.pk4: CRC calculated for zip file D:\games\darkmod\tdm_models02.pk4 = b8d968bc OK Checking for archive file: tdm_models_decls01.pk4... Checking for file tdm_models_decls01.pk4: CRC calculated for zip file D:\games\darkmod\tdm_models_decls01.pk4 = 9b9b4987 OK Checking for archive file: tdm_player01.pk4... Checking for file tdm_player01.pk4: CRC calculated for zip file D:\games\darkmod\tdm_player01.pk4 = 4612ba2e OK Checking for archive file: tdm_prefabs01.pk4... Checking for file tdm_prefabs01.pk4: CRC calculated for zip file D:\games\darkmod\tdm_prefabs01.pk4 = f0e18d14 OK Checking archive members of: tdm_shared_stuff.zip Checking for member file: AUTHORS.txt Checking for file AUTHORS.txt: CRC calculated for file D:\games\darkmod\AUTHORS.txt = 5596bdaf OK Checking for member file: ExtLibs.dll Checking for file ExtLibs.dll: CRC calculated for file D:\games\darkmod\ExtLibs.dll = 50fbb569 OK Checking for member file: ExtLibsx64.dll Checking for file ExtLibsx64.dll: CRC calculated for file D:\games\darkmod\ExtLibsx64.dll = cc773227 OK Checking for member file: LICENSE.txt Checking for file LICENSE.txt: CRC calculated for file D:\games\darkmod\LICENSE.txt = e6d658a5 OK Checking for member file: TDM_icon.ico Checking for file TDM_icon.ico: CRC calculated for file D:\games\darkmod\TDM_icon.ico = d585a57f OK Checking for member file: TheDarkMod.exe Checking for file TheDarkMod.exe: CRC calculated for file D:\games\darkmod\TheDarkMod.exe = 97860cad OK Checking for member file: TheDarkModx64.exe Checking for file TheDarkModx64.exe: CRC calculated for file D:\games\darkmod\TheDarkModx64.exe = c0261992 OK Checking for member file: alsoft-hrtf-default-44100.mhr Checking for file alsoft-hrtf-default-44100.mhr: CRC calculated for file D:\games\darkmod\alsoft-hrtf-default-44100.mhr = 78598008 OK Checking for member file: alsoft-hrtf-default-48000.mhr Checking for file alsoft-hrtf-default-48000.mhr: CRC calculated for file D:\games\darkmod\alsoft-hrtf-default-48000.mhr = 286bc86b OK Checking for member file: alsoft.ini Checking for file alsoft.ini: CRC calculated for file D:\games\darkmod\alsoft.ini = 1e792718 OK Checking for member file: ca-bundle.crt Checking for file ca-bundle.crt: CRC calculated for file D:\games\darkmod\ca-bundle.crt = 8d500b34 OK Checking for member file: config.spec Checking for file config.spec: CRC calculated for file D:\games\darkmod\config.spec = 0 OK Checking for member file: darkmod.ico Checking for file darkmod.ico: CRC calculated for file D:\games\darkmod\darkmod.ico = df20ac89 OK Checking for member file: darkmod.ini Checking for file darkmod.ini: CRC calculated for file D:\games\darkmod\darkmod.ini = b3b740c7 OK Checking for member file: description.txt Checking for file description.txt: CRC calculated for file D:\games\darkmod\description.txt = cc5377e9 OK Checking for member file: thedarkmod.x64 Checking for file thedarkmod.x64: CRC calculated for file D:\games\darkmod\thedarkmod.x64 = 38e2a258 OK Checking for member file: thedarkmod.x86 Checking for file thedarkmod.x86: CRC calculated for file D:\games\darkmod\thedarkmod.x86 = 7d289153 OK Checking for member file: vcredist_x64.exe Checking for file vcredist_x64.exe: CRC calculated for file D:\games\darkmod\vcredist_x64.exe = 6764b0e8 OK Checking for member file: vcredist_x86.exe Checking for file vcredist_x86.exe: CRC calculated for file D:\games\darkmod\vcredist_x86.exe = c05b1a75 OK Checking for archive file: tdm_sound_ambient01.pk4... Checking for file tdm_sound_ambient01.pk4: CRC calculated for zip file D:\games\darkmod\tdm_sound_ambient01.pk4 = 535526ab OK Checking for archive file: tdm_sound_ambient02.pk4... Checking for file tdm_sound_ambient02.pk4: CRC calculated for zip file D:\games\darkmod\tdm_sound_ambient02.pk4 = 2025836c OK Checking for archive file: tdm_sound_ambient03.pk4... Checking for file tdm_sound_ambient03.pk4: CRC calculated for zip file D:\games\darkmod\tdm_sound_ambient03.pk4 = 65946b44 OK Checking for archive file: tdm_sound_ambient_decls01.pk4... Checking for file tdm_sound_ambient_decls01.pk4: CRC calculated for zip file D:\games\darkmod\tdm_sound_ambient_decls01.pk4 = 2ef3ee3b OK Checking for archive file: tdm_sound_sfx01.pk4... Checking for file tdm_sound_sfx01.pk4: CRC calculated for zip file D:\games\darkmod\tdm_sound_sfx01.pk4 = 672379a4 OK Checking for archive file: tdm_sound_sfx02.pk4... Checking for file tdm_sound_sfx02.pk4: CRC calculated for zip file D:\games\darkmod\tdm_sound_sfx02.pk4 = b115fcfb OK Checking for archive file: tdm_sound_vocals01.pk4... Checking for file tdm_sound_vocals01.pk4: CRC calculated for zip file D:\games\darkmod\tdm_sound_vocals01.pk4 = 5e4ce1b9 OK Checking for archive file: tdm_sound_vocals02.pk4... Checking for file tdm_sound_vocals02.pk4: CRC calculated for zip file D:\games\darkmod\tdm_sound_vocals02.pk4 = fb9bcbed OK Checking for archive file: tdm_sound_vocals03.pk4... Checking for file tdm_sound_vocals03.pk4: CRC calculated for zip file D:\games\darkmod\tdm_sound_vocals03.pk4 = d9fed762 OK Checking for archive file: tdm_sound_vocals04.pk4... Checking for file tdm_sound_vocals04.pk4: CRC calculated for zip file D:\games\darkmod\tdm_sound_vocals04.pk4 = 3d9c662 OK Checking for archive file: tdm_sound_vocals05.pk4... Checking for file tdm_sound_vocals05.pk4: CRC calculated for zip file D:\games\darkmod\tdm_sound_vocals05.pk4 = f324da5a OK Checking for archive file: tdm_sound_vocals06.pk4... Checking for file tdm_sound_vocals06.pk4: CRC calculated for zip file D:\games\darkmod\tdm_sound_vocals06.pk4 = 6b4410bb OK Checking for archive file: tdm_sound_vocals07.pk4... Checking for file tdm_sound_vocals07.pk4: CRC calculated for zip file D:\games\darkmod\tdm_sound_vocals07.pk4 = 74fde4ad OK Checking for archive file: tdm_sound_vocals_decls01.pk4... Checking for file tdm_sound_vocals_decls01.pk4: CRC calculated for zip file D:\games\darkmod\tdm_sound_vocals_decls01.pk4 = 8854b8e4 OK Checking for archive file: tdm_standalone.pk4... Checking for file tdm_standalone.pk4: CRC calculated for zip file D:\games\darkmod\tdm_standalone.pk4 = ec957c4b OK Checking for archive file: tdm_textures_base01.pk4... Checking for file tdm_textures_base01.pk4: CRC calculated for zip file D:\games\darkmod\tdm_textures_base01.pk4 = 859583ba OK Checking for archive file: tdm_textures_carpet01.pk4... Checking for file tdm_textures_carpet01.pk4: CRC calculated for zip file D:\games\darkmod\tdm_textures_carpet01.pk4 = 499a3c01 OK Checking for archive file: tdm_textures_decals01.pk4... Checking for file tdm_textures_decals01.pk4: CRC calculated for zip file D:\games\darkmod\tdm_textures_decals01.pk4 = c0d06dde OK Checking for archive file: tdm_textures_door01.pk4... Checking for file tdm_textures_door01.pk4: CRC calculated for zip file D:\games\darkmod\tdm_textures_door01.pk4 = 4b99c0 OK Checking for archive file: tdm_textures_fabric01.pk4... Checking for file tdm_textures_fabric01.pk4: CRC calculated for zip file D:\games\darkmod\tdm_textures_fabric01.pk4 = 31f20458 OK Checking for archive file: tdm_textures_glass01.pk4... Checking for file tdm_textures_glass01.pk4: CRC calculated for zip file D:\games\darkmod\tdm_textures_glass01.pk4 = 953fdf58 OK Checking for archive file: tdm_textures_metal01.pk4... Checking for file tdm_textures_metal01.pk4: CRC calculated for zip file D:\games\darkmod\tdm_textures_metal01.pk4 = ac53b12c OK Checking for archive file: tdm_textures_nature01.pk4... Checking for file tdm_textures_nature01.pk4: CRC calculated for zip file D:\games\darkmod\tdm_textures_nature01.pk4 = a55faca2 OK Checking for archive file: tdm_textures_other01.pk4... Checking for file tdm_textures_other01.pk4: CRC calculated for zip file D:\games\darkmod\tdm_textures_other01.pk4 = 7e4f3a40 OK Checking for archive file: tdm_textures_paint_paper01.pk4... Checking for file tdm_textures_paint_paper01.pk4: CRC calculated for zip file D:\games\darkmod\tdm_textures_paint_paper01.pk4 = 3d908b62 OK Checking for archive file: tdm_textures_plaster01.pk4... Checking for file tdm_textures_plaster01.pk4: CRC calculated for zip file D:\games\darkmod\tdm_textures_plaster01.pk4 = e7183ac7 OK Checking for archive file: tdm_textures_roof01.pk4... Checking for file tdm_textures_roof01.pk4: CRC calculated for zip file D:\games\darkmod\tdm_textures_roof01.pk4 = a522a0d9 OK Checking for archive file: tdm_textures_sfx01.pk4... Checking for file tdm_textures_sfx01.pk4: CRC calculated for zip file D:\games\darkmod\tdm_textures_sfx01.pk4 = bf82fef1 OK Checking for archive file: tdm_textures_stone_brick01.pk4... Checking for file tdm_textures_stone_brick01.pk4: CRC calculated for zip file D:\games\darkmod\tdm_textures_stone_brick01.pk4 = 325371b3 OK Checking for archive file: tdm_textures_stone_cobblestones01.pk4... Checking for file tdm_textures_stone_cobblestones01.pk4: CRC calculated for zip file D:\games\darkmod\tdm_textures_stone_cobblestones01.pk4 = 9c940ece OK Checking for archive file: tdm_textures_stone_flat01.pk4... Checking for file tdm_textures_stone_flat01.pk4: CRC calculated for zip file D:\games\darkmod\tdm_textures_stone_flat01.pk4 = 35a33bf3 OK Checking for archive file: tdm_textures_stone_natural01.pk4... Checking for file tdm_textures_stone_natural01.pk4: CRC calculated for zip file D:\games\darkmod\tdm_textures_stone_natural01.pk4 = d996301 OK Checking for archive file: tdm_textures_stone_sculpted01.pk4... Checking for file tdm_textures_stone_sculpted01.pk4: CRC calculated for zip file D:\games\darkmod\tdm_textures_stone_sculpted01.pk4 = 1edaf58c OK Checking for archive file: tdm_textures_window01.pk4... Checking for file tdm_textures_window01.pk4: CRC calculated for zip file D:\games\darkmod\tdm_textures_window01.pk4 = 6efa6b92 OK Checking for archive file: tdm_textures_wood01.pk4... Checking for file tdm_textures_wood01.pk4: CRC calculated for zip file D:\games\darkmod\tdm_textures_wood01.pk4 = fc243063 OK Checking archive members of: tdm_update_linux.zip Checking for member file: tdm_update.linux Checking for file tdm_update.linux: CRC calculated for file D:\games\darkmod\tdm_update.linux = 39270d20 OK Checking archive members of: tdm_update_win.zip Checking for member file: tdm_update.exe Checking for file tdm_update.exe: CRC calculated for file D:\games\darkmod\tdm_update.exe = 58db9918 OK Looking for executable tdm_update.exe in download queue. Didn't find executable name tdm_update.exe in download queue. Step thread finished: 5 Looking for executable tdm_update.exe in download queue. Didn't find executable name tdm_update.exe in download queue. No luck, differential updates don't seem to be applicable. Looking for executable tdm_update.exe in download queue. Didn't find executable name tdm_update.exe in download queue. No luck, differential updates don't seem to be applicable. Step thread started: 10 Picking mirror TDM Root Picking mirror TDM Root Picking mirror TDM Root Downloading to temporary file D:\games\darkmod\fms/newjob\__newjob.pk4 Initiating Download from http://update.thedarkmod.com/testing/fms/newjob/newjob.pk4 Download successful: http://update.thedarkmod.com/testing/fms/newjob/newjob.pk4 Checking filesize of downloaded file, expecting 14463794 Checking download for 'is-a-zipfile'. Checking CRC of downloaded file, expecting b100bde2 CRC calculated for zip file D:\games\darkmod\fms/newjob\__newjob.pk4 = b100bde2 Downloaded file passed the integrity checks. Removed file D:\games\darkmod\fms/newjob/newjob.pk4 Moved D:\games\darkmod\fms/newjob\__newjob.pk4 to D:\games\darkmod\fms/newjob/newjob.pk4 Downloading to temporary file D:\games\darkmod\fms/stlucia\__stlucia.pk4 Initiating Download from http://update.thedarkmod.com/testing/fms/stlucia/stlucia.pk4 Download successful: http://update.thedarkmod.com/testing/fms/stlucia/stlucia.pk4 Checking filesize of downloaded file, expecting 21389392 Checking download for 'is-a-zipfile'. Checking CRC of downloaded file, expecting 1972e774 CRC calculated for zip file D:\games\darkmod\fms/stlucia\__stlucia.pk4 = 1972e774 Downloaded file passed the integrity checks. Removed file D:\games\darkmod\fms/stlucia/stlucia.pk4 Moved D:\games\darkmod\fms/stlucia\__stlucia.pk4 to D:\games\darkmod\fms/stlucia/stlucia.pk4 Downloading to temporary file D:\games\darkmod\__tdm_base01.pk4 Initiating Download from http://update.thedarkmod.com/testing/tdm_base01.pk4 Download successful: http://update.thedarkmod.com/testing/tdm_base01.pk4 Checking filesize of downloaded file, expecting 963414 Checking download for 'is-a-zipfile'. Checking CRC of downloaded file, expecting 2d1010d5 CRC calculated for zip file D:\games\darkmod\__tdm_base01.pk4 = 2d1010d5 Downloaded file passed the integrity checks. Removed file D:\games\darkmod\tdm_base01.pk4 Moved D:\games\darkmod\__tdm_base01.pk4 to D:\games\darkmod\tdm_base01.pk4 Step thread finished: 10 Step thread started: 11 VC redistributable 32-bit not detected (nothing found). Detected 64-bit Windows OS. VC redistributable 64-bit not detected (nothing found). Started process for vc_redist installer. Process for vc_redist installer finished. Started process for vc_redist installer. Process for vc_redist installer finished. VC redistributable 32-bit not detected (nothing found). VC redistributable 64-bit not detected (nothing found). Step thread finished: 11 Step thread started: 12 Checking PK4 dates in target folder: D:\games\darkmod [FixPK4Dates] Checking D:\games\darkmod\tdm_ai_animals01.pk4 [FixPK4Dates] Checking D:\games\darkmod\tdm_ai_base01.pk4 [FixPK4Dates] Checking D:\games\darkmod\tdm_ai_humanoid_builders01.pk4 [FixPK4Dates] Checking D:\games\darkmod\tdm_ai_humanoid_females01.pk4 [FixPK4Dates] Checking D:\games\darkmod\tdm_ai_humanoid_guards01.pk4 [FixPK4Dates] Checking D:\games\darkmod\tdm_ai_humanoid_heads01.pk4 [FixPK4Dates] Checking D:\games\darkmod\tdm_ai_humanoid_mages01.pk4 [FixPK4Dates] Checking D:\games\darkmod\tdm_ai_humanoid_nobles01.pk4 [FixPK4Dates] Checking D:\games\darkmod\tdm_ai_humanoid_pagans01.pk4 [FixPK4Dates] Checking D:\games\darkmod\tdm_ai_humanoid_townsfolk01.pk4 [FixPK4Dates] Checking D:\games\darkmod\tdm_ai_humanoid_undead01.pk4 [FixPK4Dates] Checking D:\games\darkmod\tdm_ai_monsters_spiders01.pk4 [FixPK4Dates] Checking D:\games\darkmod\tdm_ai_steambots01.pk4 [FixPK4Dates] Checking D:\games\darkmod\tdm_base01.pk4 [FixPK4Dates] Checking D:\games\darkmod\tdm_defs01.pk4 [FixPK4Dates] Checking D:\games\darkmod\tdm_env01.pk4 [FixPK4Dates] Checking D:\games\darkmod\tdm_fonts01.pk4 [FixPK4Dates] Checking D:\games\darkmod\tdm_gui01.pk4 [FixPK4Dates] Checking D:\games\darkmod\tdm_gui_credits01.pk4 [FixPK4Dates] Checking D:\games\darkmod\tdm_models01.pk4 [FixPK4Dates] Checking D:\games\darkmod\tdm_models02.pk4 [FixPK4Dates] Checking D:\games\darkmod\tdm_models_decls01.pk4 [FixPK4Dates] Checking D:\games\darkmod\tdm_player01.pk4 [FixPK4Dates] Checking D:\games\darkmod\tdm_prefabs01.pk4 [FixPK4Dates] Checking D:\games\darkmod\tdm_sound_ambient01.pk4 [FixPK4Dates] Checking D:\games\darkmod\tdm_sound_ambient02.pk4 [FixPK4Dates] Checking D:\games\darkmod\tdm_sound_ambient03.pk4 [FixPK4Dates] Checking D:\games\darkmod\tdm_sound_ambient_decls01.pk4 [FixPK4Dates] Checking D:\games\darkmod\tdm_sound_sfx01.pk4 [FixPK4Dates] Checking D:\games\darkmod\tdm_sound_sfx02.pk4 [FixPK4Dates] Checking D:\games\darkmod\tdm_sound_vocals01.pk4 [FixPK4Dates] Checking D:\games\darkmod\tdm_sound_vocals02.pk4 [FixPK4Dates] Checking D:\games\darkmod\tdm_sound_vocals03.pk4 [FixPK4Dates] Checking D:\games\darkmod\tdm_sound_vocals04.pk4 [FixPK4Dates] Checking D:\games\darkmod\tdm_sound_vocals05.pk4 [FixPK4Dates] Checking D:\games\darkmod\tdm_sound_vocals06.pk4 [FixPK4Dates] Checking D:\games\darkmod\tdm_sound_vocals07.pk4 [FixPK4Dates] Checking D:\games\darkmod\tdm_sound_vocals_decls01.pk4 [FixPK4Dates] Checking D:\games\darkmod\tdm_standalone.pk4 [FixPK4Dates] Checking D:\games\darkmod\tdm_textures_base01.pk4 [FixPK4Dates] Checking D:\games\darkmod\tdm_textures_carpet01.pk4 [FixPK4Dates] Checking D:\games\darkmod\tdm_textures_decals01.pk4 [FixPK4Dates] Checking D:\games\darkmod\tdm_textures_door01.pk4 [FixPK4Dates] Checking D:\games\darkmod\tdm_textures_fabric01.pk4 [FixPK4Dates] Checking D:\games\darkmod\tdm_textures_glass01.pk4 [FixPK4Dates] Checking D:\games\darkmod\tdm_textures_metal01.pk4 [FixPK4Dates] Checking D:\games\darkmod\tdm_textures_nature01.pk4 [FixPK4Dates] Checking D:\games\darkmod\tdm_textures_other01.pk4 [FixPK4Dates] Checking D:\games\darkmod\tdm_textures_paint_paper01.pk4 [FixPK4Dates] Checking D:\games\darkmod\tdm_textures_plaster01.pk4 [FixPK4Dates] Checking D:\games\darkmod\tdm_textures_roof01.pk4 [FixPK4Dates] Checking D:\games\darkmod\tdm_textures_sfx01.pk4 [FixPK4Dates] Checking D:\games\darkmod\tdm_textures_stone_brick01.pk4 [FixPK4Dates] Checking D:\games\darkmod\tdm_textures_stone_cobblestones01.pk4 [FixPK4Dates] Checking D:\games\darkmod\tdm_textures_stone_flat01.pk4 [FixPK4Dates] Checking D:\games\darkmod\tdm_textures_stone_natural01.pk4 [FixPK4Dates] Checking D:\games\darkmod\tdm_textures_stone_sculpted01.pk4 [FixPK4Dates] Checking D:\games\darkmod\tdm_textures_window01.pk4 [FixPK4Dates] Checking D:\games\darkmod\tdm_textures_wood01.pk4 Step thread finished: 12 Step thread started: 13 Step thread finished: 13 Full installation using Freyk's Gui Short and brief:Weird messagebox regarding steam loginUses different tdm_update version than the one aboveUninstaller leaves x64 desktop shortcut and steam linksFull documentation: Freyk's installer is not allowed to be executed right from the browser (Chrome) under windows 10 x64. You have to click on further information and launch it then. This is no big deal, but there is a small typo in the second sentence of the welcome screen, there's an articly missing. If you ever release another version, maybe reformulate to something like this: "This application will setup the desired gamefolder with the appropriate access-rights and then install The Dark Mod via its updater." It is a little bit funny that the screenshot on the left of the installer also contains the ingame cursor. :-) I activate all options in the installer and install to the default path. I get the following message box request to log into steam although I already am. My steam pops up showing the dark mod group on steam. I don't know what to make of these instructions. I know how to add non-steam games to my library, but the instructions are not clear I am supposed to do that. When I click on "Games > Add non-steam game to my library" I see the dark mod executables (win32/x64) and the updater and add them to my library. The installer says "Completed" and lets me launch the updater. I put the tdm_mirrors in the update directory and let the installer start the updater. Desktop shortcuts for the darkmod executables and the updater are placed on my desktop. Going to advanced options, the updater is checked at --noselfupdate. I add --keep-mirrors and launch the update. It wants to do a full download of 65 files (3.41 GB). I noticed that the gui uses tdm_update v.0.69 whereas tdm_update.exe updated itself to v.0.72 before. The updater success downloading and I successfully launch TDM 2.07 into the training mission. I uninstall TDM via the supplied uninstaller executed from Win10's "Apps & Features menu". It deletes all but the x64 shortcut. The steam shortcuts are obsviously also not deleted. 2 Quote Share this post Link to post Share on other sites
stgatilov 618 Report post Posted December 19, 2018 Checking the options menu, stencil shadows where activated and soft shadow quality was set to high. Activating shadow maps fixes the graphics bug.Did you manage to fix the issue with stencil shadows?Did you try to reset config? Did it help? Uses different tdm_update version than the one aboveMy bad.Fixed the address of updater. Now it should work properly. Quote Share this post Link to post Share on other sites
nbohr1more 1883 Report post Posted December 19, 2018 I'm not able to reproduce STiFU's shadow bug but Spooks reported something similar during the VBO beta.For Spooks, it cured itself after a restart of TDM. Quote Please visit TDM's IndieDB site and help promote the mod: http://www.indiedb.com/mods/the-dark-mod (Yeah, shameless promotion... but traffic is traffic folks...) Share this post Link to post Share on other sites
stgatilov 618 Report post Posted December 19, 2018 I'm not able to reproduce STiFU's shadow bug but Spooks reported something similar during the VBO beta.For Spooks, it cured itself after a restart of TDM.Most likely it is config-related.So if someone can reproduce this issue, he should attach darkmod.cfg before starting TDM 2.07 first time. Quote Share this post Link to post Share on other sites
STiFU 469 Report post Posted December 19, 2018 Is this maybe something tdm_update could do? Extract keybindings and some relevant cvars from the old config, reset it and store the previously extracted data again in the cfg? Of course, the user would have to be asked if tdm_update is allowed to do this. Quote Share this post Link to post Share on other sites
STiFU 469 Report post Posted December 19, 2018 Did you manage to fix the issue with stencil shadows?Did you try to reset config? Did it help?To be clear, I initialy had the bug when starting with an old cfg. Then, stencil shadows were activated in conjunction with soft shadows. I fixed the graphical issue by activating shadow maps. (I don't even know why stencil's were activated in the first place. Maybe due to some test of mine.) Quote Share this post Link to post Share on other sites
stgatilov 618 Report post Posted December 19, 2018 Is this maybe something tdm_update could do? Extract keybindings and some relevant cvars from the old config, reset it and store the previously extracted data again in the cfg? Of course, the user would have to be asked if tdm_update is allowed to do this.Please no The only thing tdm_update could do is delete darkmod.cfg.There is a feature request for placing key bindings into another file, so that darkmod.cfg with cvars could be nuked without regret. To be clear, I initialy had the bug when starting with an old cfg. Then, stencil shadows were activated in conjunction with soft shadows. I fixed the graphical issue by activating shadow maps. (I don't even know why stencil's were activated in the first place. Maybe due to some test of mine.)Stencil shadows is the default value, that's the mode which was used in all TDM up to 2.06. Quote Share this post Link to post Share on other sites
nbohr1more 1883 Report post Posted December 19, 2018 Ha Ha! We are out in the wild! No more tending to the VBO beta thread, phew! Congrats!!! Quote Please visit TDM's IndieDB site and help promote the mod: http://www.indiedb.com/mods/the-dark-mod (Yeah, shameless promotion... but traffic is traffic folks...) Share this post Link to post Share on other sites
lowenz 493 Report post Posted December 19, 2018 All up and running well here Quote Task is not so much to see what no one has yet seen but to think what nobody has yet thought about that which everybody see. - E.S. Share this post Link to post Share on other sites
STiFU 469 Report post Posted December 19, 2018 My gf will start testing now, too. :-) She also used the Freyk's installer and can confirm that it uses the correct version of tdm_update.exe now. Quote Share this post Link to post Share on other sites
peter_spy 1310 Report post Posted December 19, 2018 Gratz It seems like most problems with 2.06 are gone now. One thing that's IMO worth addressing is the heat haze (with depth) program artifacts. It looks like this on glass: Quote Builder Compound Asset Pack – models and textures for TDM Share this post Link to post Share on other sites
nbohr1more 1883 Report post Posted December 19, 2018 Hmm... What material? r_useFBO mode? Quote Please visit TDM's IndieDB site and help promote the mod: http://www.indiedb.com/mods/the-dark-mod (Yeah, shameless promotion... but traffic is traffic folks...) Share this post Link to post Share on other sites
freyk 379 Report post Posted December 19, 2018 (edited) could the linux and mac users try to run 2.07 for windows using wine? Edited December 19, 2018 by freyk Quote Info: My portfolio and darkmod graphical installer Share this post Link to post Share on other sites
peter_spy 1310 Report post Posted December 19, 2018 Hmm... What material? r_useFBO mode? FBO 1, custom material and textures, but nothing out of ordinary:{ surftype15 description glass noSelfShadow noshadows translucent forceoverlays sort decal qer_editorimage textures/do/mesh/ar_cor_window_d bumpmap textures/do/mesh/ar_cor_window_n diffusemap textures/do/mesh/ar_cor_window_d specularmap textures/do/mesh/ar_cor_window_s { vertexProgram heatHazeWithDepth.vfp vertexParm 0 0 , 0 // texture scrolling vertexParm 1 1 // magnitude of the distortion fragmentProgram heatHazeWithDepth.vfp fragmentMap 0 _currentRender fragmentMap 1 textures/do/mesh/glass_warp01_n // the normal map for distortion fragmentMap 2 _currentDepth } etc. Quote Builder Compound Asset Pack – models and textures for TDM Share this post Link to post Share on other sites
nbohr1more 1883 Report post Posted December 19, 2018 You need to add "maskDepth" to your material def. 1 Quote Please visit TDM's IndieDB site and help promote the mod: http://www.indiedb.com/mods/the-dark-mod (Yeah, shameless promotion... but traffic is traffic folks...) Share this post Link to post Share on other sites
peter_spy 1310 Report post Posted December 19, 2018 Where exactly? Quote Builder Compound Asset Pack – models and textures for TDM Share this post Link to post Share on other sites
duzenko 556 Report post Posted December 19, 2018 You need to add "maskDepth" to your material def. Where exactly?Near e.g. noshadows/translucentIt probably makes sense to force maskDepth to all translucents Quote Amnesty for Bikerdude! Share this post Link to post Share on other sites
nbohr1more 1883 Report post Posted December 19, 2018 I'll have to look at the reference materials when I get home, I believe right before the program block. Quote Please visit TDM's IndieDB site and help promote the mod: http://www.indiedb.com/mods/the-dark-mod (Yeah, shameless promotion... but traffic is traffic folks...) Share this post Link to post Share on other sites