Cinematic Mod 11
Screenshots
Video
More videos @ FakeFactory's YouTube Channel
Info & changelog
Important notes!:
- This is a graphical / music total conversion. It looks and sounds very different compared to vanilla HL2.
It's free, so don't complain: If you don't like the mod, you can delete it and play something else. - To play this mod, you must own Half Life 2 + Episode 1 + Episode 2 fully installed and unlocked! (= started at least once) You cannot play without Episode 2 content!
- Remember to activate "High Quality" graphic settings in the options dialog. Especially the model setting must be at "High" or you'll get facial animation errors with HD models.
- You must enable HDR, when using the dynamic shadow enhanced maps. (Looks very weird and unnatural in LDR)
- If you are using HD characters, please re-initiate them with the new character pimper after updating the CM!
- Foreign language users: Please reinitialize your preferred language with the configurator.
Purpose of this mod:
- Unified Engine; play the game (HL2 / EP1 / EP2) with the latest Orangebox engine / Advanced HDR / Dynamic Shadows
- Enhance the old HL2 maps with HDR, blooming, color-correction, new props, dynamic shadows
- Eliminate all blurry / Low-res textures with new Hi-res textures and/or Hi-res-Detail-Overlays
- Give the HL2 trilogy a more stressed, darker and uncomfortable look
- Enhance the soundtrack with a semi-dynamic new Hollywood-style music
- Add optional HD characters
- Add more replay-value
- Todo: Jamil Mullen based HD-Alyx (still not satisfied with my current work.)
- Todo: Valve-style HD-Alyx. I'll wait for the enhanced EP3 model to work with.
About savegames:
In this version almost all maps are updated. This will give you problems with savegames for sure. I'm sorry about that, but you have to start again with the actual chapter. This is, because VALVE stores several entity-states with entity-id into the savegames. Each map-update is invalidating the id-table, which leads to stability problems or strange effects when loading a savegame with old map-entities into the new maps.
History:
CM 11.05
- Added missing final maps
- Fixed areaportal not opening in canals_05
- Fixed timing in ep2_outland_01 (vortigaunt-antlion fight)
- Performance fixes in maps with realtime triggered shadows
- Added a new family of alyx variants (slightly based on Beyonce Knowles)
- Removed obselete settings from the configurator and added a new bloom setting "dreamy"
- Reworked old bloom settings and reduced overexposure
- Fixes
- Added requested Alyx variants with shorts/hotpants (not suitable for minors)
CM 11.01 Performance Fix
- Fixed the heavy framedrops on some outdoor levels
CM 11 Final
- (no history)
CM 11 RC3
- Fixed very bad bug with dynamic shadows, affecting all non-debug builds (= all previous released RCs) and knocking out the dynamic shadow effect on most maps
- Finalized HD citicen models
- Improved several HD models (Breen, Magnusson, Kleiner, Monk)
- Several map enhancements and fixes
- Recompiled helper binaries for improved compatibility to Windows Vista/7 UAC
CM 11 RC2c
- Added missing textures
- Killed experimental fastzombie model (Really this time)
- Antlions health increased
- Try to fix startup crash on some configurations when steam is running. (Please report back)
- Note: Old workaround (closing steam before launching CM11) should allways work.
In case the new binaries are giving you more trouble, delete the bin folder and rename the bin_bak folder to bin for activating the old CM11RC engine
CM 11 RC2b
- Added missing textures
CM 11 RC2
- Fixed projected_texture code (loading bug with map not initiating renderer after load)
- Decreased loading times
- Added dynamic shadow code on a per-entity basis (thx to Saul Rennison)
- Removed the (almost nude) Alyx HD testmodel from EP1 intro
- Fixed map canals_07 (terrain hole)
- Fixed map trainstation_05 (teleport rings and breen anims) - Tanks TO ildarion
- Added ambient occlusion maps to HD models
- Added EP2 flesh/interior effect during Vortigaunt healing sequence to all HD alyx models with version tag 210 and above
- Added new ethnic HD alyx
- Added new HD Mossman
- Recompiled HD Eli with new headmech and better facial animation
- Fixed HD Breen hair
- Recompiled the binaries to utilize SSE2 instruction sets and deleted Windows 95 compatibility flags (up to 10 % more performance on actual systems)
- Killed experimental fastzombie model (needs more work)
- Increased the number of model slots in the character pimper for upcoming modelpacks
- Added Playerclips to some maps for easier walking on rubble
- Fixes
CM 11 RC
- Reworked / Enhanced / Bugfixed literally all maps
- New effects like realtime reflections and more dynamic lights
- Optimized most maps and models for better performance
- Coast sequence back to daylight
- Brighter maps during Episode 0
- New default settings after installation. Most CM features are disabled by default, and no HD models are installed.
- Reworked the configurator. You can shoose a "maximum valve" setting.
- This disables most CM11 features like new soundtracks, weapons etc…
- Also it is possible to selectively check or uncheck these features.
- Updated HD models (civilians / rebels are not final)
- New Alyx HD alternatives (just a selection - more to come)
- New maincharacters HD alternatives
- Tons of code bugfixes
Microstutter and heapsize:
If you encounter microstuttering ingame (animations), try the heapsize command. Add -heapsize {bytes} to the shortcuts, i.e.: Shortcut: Cinematic Mod EP2 Target: ....launcher.exe" -heapsize 512000. But never set the heapsize above [your installed RAM amount / 3] or 512MB
setup.exe and virus warning:
Setup uses a tool called SetACL for setting write permissions to the mods screenshots / cfg / save directories. Some antivirus software could warn about possible malware. This is a false positive.
Technical info:
This mod's binaries are modified for memory allocation beyond 2 GB. To prevent Steam from overwriting this binaries with its own copies on each start, the mod is using a little launcher, that reroutes Steam's original binaries to > NIL.
Start this mod only with the shortcuts in your start menu (that were created during installation)!
Sound drops or crackling:
If sound crackles occures, you can fix this by setting the snd_mixahead value in the autoexec's of CM's subdirectories. You will find the autoexec.cfg in the
- FAKEFACTORY_CM11\hl2\cfg
- FAKEFACTORY_CM11\episodic\cfg
- FAKEFACTORY_CM11\ep2\cfg
directories. Try different value like snd_mixahead "0.2" or snd_mixahead "0.4" for increasing the buffered time of soundsamples. This will fix crackling or dropouts, but can lead to slightly asynchronous or delayed sounds.
Dynamic Shadows Note:
The dynamic shadows were achieved with the placement of env_projectedtexture entities. Env_projectedtexture entities are omni-directional lightsources without falloff. This entity type is very costly and must be used sparingly and only in the most appropriate areas, where the normal static shadow would break the principle of optics too obviously.
For performance reasons I chose a limit of 3 simultaneous active env_projectedtextures in the players view cone. To avoid some of the numerous bugs with env_projectedtextures (like flickering overlays, light-bleeding through walls or just crashes) I had to place several lightsources different in the maps.
Env_projectedtexture entities are totally unsuitable as a replacement for parallel illumination such as sunlight. For a more accurate sun shadow I used area-triggered shadow_controllers with different angles in addition to the projected textures.
All these together is not the perfect solution, but much better than the old static lighting.
Attention: You must enable HDR, when using the dynamic shadow enhanced maps. (Looks very weird and unnatural in LDR)
Hardware requirements:
- DX9 capable graphics hardware with minimum 512 MB VRAM. (1 GB recommended)
- 3 GB RAM (4 GB recommended)
Software requirements:
- Fully installed Steam client. You can't start the mod without Steam running.
- Fully installed and unlocked HL2 / EP1 / EP2. Make sure, you have started those games in the past.
- Source SDK (SDK, Base, Base 2007) installed (you can get them in Steam | Tools).
Recources and credits:
Used software or this mod:
- Adobe Photoshop CS2
- 3DS MAX 8
- E-Frontier Poser 7
- Microsoft C++ Visual Studio 2005
- Powerbasic 8
- VALVE Source SDK
- Sony Soundforge 7
- Sony Vegas 7
- Crazy Bump 5
- Cannonfodders SDK tools
- entspy
- vmex
- Autoplay Mediastudio Pro
- Setup Factory
Used texture resources:
- Majang.com
- 3d.sk
- Dosch
- environmenttextures.com
- Own photos
Used model resources:
- contentparadise.com
- efrontier.com
- daz3d.com
- Anton Kisiels Apollo Max
Used sound resources:
- (German only) Some Fallout 3 voice samples with kind permission of Mediamax / Bethesda Softworks
- Several soundtrack teaser sites
Credits for the used weapon models (ironsight modification):
- TheLama
- !NC!Furious
- -WildBill-
- BadPrankster
- Vunsunta
- Kaskad
- TheLama
- flamshmizer
- Twinke Masta
- WangChung
- Dr. Zoidburg
- Firegold
- geno
- Hellspike
- klla_syc3
- Lonewolf
- Lordn00b
- modderfreak
- Schmung
- Thanez
For the new HD combine this mod uses parts of models and textures from the following authors:
- Jason278
- J.Barnes
- Romka
- StealthSilver
- Predaaator
- insurgency team
For new particle effects this mod uses code and particles created by GuNsHiP_MK_II.
Check his moddb site here.
Donations:
Development of the Cinematic Mod has taken 5 years of my life, a vast amount of coffee and 18000+ dollars for software and resources.
It will stay free for all, but you are welcome to donate a free amount for further development via paypal. If you want to donate, please take a look at the donate page. You can choose the amount of your donation yourself
Download
FakeFactory Cinematic Mod 11.05 Update
Torrent:
- CM 11.05 Update
(Thanks to nervChris)
Netload.in (official):
- http://netload.in/dateiQ9U51pdK02/CM11_to_CM11.05.part01.rar.htm
- http://netload.in/dateiLReWABRnvn/CM11_to_CM11.05.part02.rar.htm
- http://netload.in/datei3GcgPchH4B/CM11_to_CM11.05.part03.rar.htm
- http://netload.in/dateiTWuAxbQwsr/CM11_to_CM11.05.part04.rar.htm
- http://netload.in/dateiUCfWEPTLyc/CM11_to_CM11.05.part05.rar.htm
- http://netload.in/dateiej7i77UpPU/CM11_to_CM11.05.part06.rar.htm
- http://netload.in/dateijSiP7PXeBl/CM11_to_CM11.05.part07.rar.htm
- http://netload.in/dateiAwyh4MOxX7/CM11_to_CM11.05.part08.rar.htm
- http://netload.in/dateix0q5OJvUwe/CM11_to_CM11.05.part09.rar.htm
- http://netload.in/dateibtziRxVUpo/CM11_to_CM11.05.part10.rar.htm
- http://netload.in/dateiuonsxExaxJ/CM11_to_CM11.05.part11.rar.htm
- http://netload.in/dateifjHrWejmKg/CM11_to_CM11.05.part12.rar.htm
- http://www.wupload.com/file/2666618382/CM11.05_MissingMaterials.7z
Rapidshare.com: (Thanks to nervChris)
- https://www.rapidshare.com/files/3572282878/CM11_to_CM11.05.part01.rar
- https://www.rapidshare.com/files/2482892086/CM11_to_CM11.05.part02.rar
- https://www.rapidshare.com/files/845770158/CM11_to_CM11.05.part03.rar
- https://www.rapidshare.com/files/2740021681/CM11_to_CM11.05.part04.rar
- https://www.rapidshare.com/files/2163930301/CM11_to_CM11.05.part05.rar
- https://www.rapidshare.com/files/1507548177/CM11_to_CM11.05.part06.rar
- https://www.rapidshare.com/files/2601602080/CM11_to_CM11.05.part07.rar
- https://www.rapidshare.com/files/1354375781/CM11_to_CM11.05.part08.rar
- https://www.rapidshare.com/files/2054184570/CM11_to_CM11.05.part09.rar
- https://www.rapidshare.com/files/2031620057/CM11_to_CM11.05.part10.rar
- https://www.rapidshare.com/files/3354431768/CM11_to_CM11.05.part11.rar
- https://www.rapidshare.com/files/3148572736/CM11_to_CM11.05.part12.rar
- https://www.rapidshare.com/files/2605311384/CM11.05_MissingMaterials.7z
FastShare and Mediafire:
- Links here
(Thanks to nervChris)
FakeFactory Cinematic Mod 11 Final
Torrent:
- CM 11 Final
(Thanks to Klaasman) - CM 11 Final
(Thanks to Oehr)
MultiUpload.com: (Thanks to Lorxoser)
- http://www.multiupload.com/U9S16KCVSF
- http://www.multiupload.com/XS80VB03BF
- http://www.multiupload.com/XMBRFTEQF7
- http://www.multiupload.com/6E4IK2XWHH
- http://www.multiupload.com/L1BHVVMQ7O
- http://www.multiupload.com/5R4C6EZQC3
- http://www.multiupload.com/776W8GGVWX
- http://www.multiupload.com/6ODVF7QTGR
- http://www.multiupload.com/RBCM4AA3VK
- http://www.multiupload.com/I8HM7LDGJI
- http://www.multiupload.com/4BSXWWR1ZJ
- http://www.multiupload.com/Z2DTKJ6G6R
- http://www.multiupload.com/J9SUUBOT2R
- http://www.multiupload.com/Z1XOOO7BTW
- http://www.multiupload.com/PZXR46GFSE
- http://www.multiupload.com/NUWSYCDBL9
- http://www.multiupload.com/92EJFVN94S
- http://www.multiupload.com/39NGTID42G
- http://www.multiupload.com/YPGG1FF73S
- http://www.multiupload.com/937UE6V4P9
- http://www.multiupload.com/L7V0A8A89P
- http://www.multiupload.com/ZH5VKEH6QD
- http://www.multiupload.com/M966AX3HZA
- http://www.multiupload.com/PK0NL6TYSK
- http://www.multiupload.com/K8S9WVVWPF
- http://www.multiupload.com/YIQOEGLISH
- http://www.multiupload.com/QM5MPXKRMY
- http://www.multiupload.com/WR7SQKOZMM
- http://www.multiupload.com/ITHU13AVAJ
- http://www.multiupload.com/LIP4NKA09M
- http://www.multiupload.com/Y2RCFRBXOH
- http://www.multiupload.com/0AMGNXWGHN
- http://www.multiupload.com/NZ8500YE4N
- http://www.multiupload.com/TD2YH96DNJ
- http://www.multiupload.com/0S22W9VYC0
- http://www.multiupload.com/QAFXKC88RZ
- http://www.multiupload.com/0D11C6FA21
- http://www.multiupload.com/THFP9CRGWP
- http://www.multiupload.com/BU4KIM0GAU
- http://www.multiupload.com/X09OW4B0EW
- http://www.multiupload.com/DX1GYNH1MJ
- http://www.multiupload.com/ZP1ONWMQGL
Rapidshare.com:
- https://rapidshare.com/#!rapidsave|2715108598-2741342338
(Thanks to Wootywootpecker)
Uploaded.to:
- Links here
(Thanks to TomRoyls)
Netload.in: (42x 200MB) (Official)
- http://netload.in/dateiFoMEBlk6Kf/CM_11_INSTALLER.part01.rar.htm
- http://netload.in/dateieDrYFFb8xc/CM_11_INSTALLER.part02.rar.htm
- http://netload.in/dateiFps6GUt4X2/CM_11_INSTALLER.part03.rar.htm
- http://netload.in/dateisC7zqKQbdD/CM_11_INSTALLER.part04.rar.htm
- http://netload.in/datei7WbH1MI0gB/CM_11_INSTALLER.part05.rar.htm
- http://netload.in/dateikCpYQV3sVO/CM_11_INSTALLER.part06.rar.htm
- http://netload.in/dateixMeDohjHUR/CM_11_INSTALLER.part07.rar.htm
- http://netload.in/dateicGicFkxPmg/CM_11_INSTALLER.part08.rar.htm
- http://netload.in/dateiyZBOD0AOXH/CM_11_INSTALLER.part09.rar.htm
- http://netload.in/dateilRgJ6pjCw9/CM_11_INSTALLER.part10.rar.htm
- http://netload.in/dateiLcrexf6m2A/CM_11_INSTALLER.part11.rar.htm
- http://netload.in/dateiIdWn3LndgW/CM_11_INSTALLER.part12.rar.htm
- http://netload.in/dateisBoGVlThY0/CM_11_INSTALLER.part13.rar.htm
- http://netload.in/datei7miHWZ7Ts4/CM_11_INSTALLER.part14.rar.htm
- http://netload.in/dateiZObciwRxJh/CM_11_INSTALLER.part15.rar.htm
- http://netload.in/dateikGxn52N0vk/CM_11_INSTALLER.part16.rar.htm
- http://netload.in/datei8M3gYKyw74/CM_11_INSTALLER.part17.rar.htm
- http://netload.in/dateix2hpJ9dJTm/CM_11_INSTALLER.part18.rar.htm
- http://netload.in/dateijIrkrLRNni/CM_11_INSTALLER.part19.rar.htm
- http://netload.in/dateiGG7EqrruFE/CM_11_INSTALLER.part20.rar.htm
- http://netload.in/datei0QIciyVgqR/CM_11_INSTALLER.part21.rar.htm
- http://netload.in/datei9w7tNGdKdl/CM_11_INSTALLER.part22.rar.htm
- http://netload.in/dateie3ot9MtgCN/CM_11_INSTALLER.part23.rar.htm
- http://netload.in/datei3ZFg2fpwFX/CM_11_INSTALLER.part24.rar.htm
- http://netload.in/dateiJZ50TRqMNJ/CM_11_INSTALLER.part25.rar.htm
- http://netload.in/dateilddzLsq9IG/CM_11_INSTALLER.part26.rar.htm
- http://netload.in/dateiBZKgrgNPzl/CM_11_INSTALLER.part27.rar.htm
- http://netload.in/datei1e1XKK3gl2/CM_11_INSTALLER.part28.rar.htm
- http://netload.in/dateiDnMhOvTWHV/CM_11_INSTALLER.part29.rar.htm
- http://netload.in/dateikIWL0lGe0O/CM_11_INSTALLER.part30.rar.htm
- http://netload.in/dateixZ5HA4O9LQ/CM_11_INSTALLER.part31.rar.htm
- http://netload.in/datei6dUZAjH2eO/CM_11_INSTALLER.part32.rar.htm
- http://netload.in/dateianlSmo3pDP/CM_11_INSTALLER.part33.rar.htm
- http://netload.in/dateiMFvo2vZJGS/CM_11_INSTALLER.part34.rar.htm
- http://netload.in/dateiO8IOgdjLeJ/CM_11_INSTALLER.part35.rar.htm
- http://netload.in/datei1ngl7d2WKv/CM_11_INSTALLER.part36.rar.htm
- http://netload.in/dateigeI781NCde/CM_11_INSTALLER.part37.rar.htm
- http://netload.in/dateipgGtcIAJSs/CM_11_INSTALLER.part38.rar.htm
- http://netload.in/dateiBvDOo9GsqW/CM_11_INSTALLER.part39.rar.htm
- http://netload.in/dateiEIyPNvqwVL/CM_11_INSTALLER.part40.rar.htm
- http://netload.in/dateiQesLmZxBRW/CM_11_INSTALLER.part41.rar.htm
- http://netload.in/dateiZbkNOpACz3/CM_11_INSTALLER.part42.rar.htm
Free FTP: (Please do not use this if you can use a mirror frome above)
- http://sponsored-by.evobox.es/cinematicmod11/CinematicMod 11 Final/
(Thanks to Oehr / Evobox.es) - http://www.ausgamers.com/files/details/html/63473
(Thanks to AusGamers.com)
FakeFactory Cinematic Mod 11 RC-to-Final Update
Torrent:
- CM 11 RC-to-Final
(Thanks to Klaasman) - CM 11 RC-to-Final
(Thanks to Oehr)
MultiUpload.com: (Thanks to Lorxoser)
- http://www.multiupload.com/TBDITZ30H4
- http://www.multiupload.com/O9XW2XOX3F
- http://www.multiupload.com/XWDQADOJSV
- http://www.multiupload.com/X88SJW0XT6
- http://www.multiupload.com/CWDHRME250
- http://www.multiupload.com/7H6PPGDRBV
- http://www.multiupload.com/W91HYU7YQW
- http://www.multiupload.com/UKG6JUAYTN
- http://www.multiupload.com/WU6HPBEGRB
- http://www.multiupload.com/D14SPO2ULD
- http://www.multiupload.com/NQMX2BFLRV
Netload.in: (11x 200MB) (Official)
- http://netload.in/dateiOfRM5pTOhr/CM11_RC_to_FINAL.part01.rar.htm
- http://netload.in/dateiOSEmalwABv/CM11_RC_to_FINAL.part02.rar.htm
- http://netload.in/dateiWAiLobDqaX/CM11_RC_to_FINAL.part03.rar.htm
- http://netload.in/dateiqhuJ3RqXUF/CM11_RC_to_FINAL.part04.rar.htm
- http://netload.in/dateiqdZoeYlzqg/CM11_RC_to_FINAL.part05.rar.htm
- http://netload.in/dateim799uDbtNF/CM11_RC_to_FINAL.part06.rar.htm
- http://netload.in/dateihIJPOf3z2a/CM11_RC_to_FINAL.part07.rar.htm
- http://netload.in/dateil68MOTQijd/CM11_RC_to_FINAL.part08.rar.htm
- http://netload.in/dateiCWRaOL2Mci/CM11_RC_to_FINAL.part09.rar.htm
- http://netload.in/dateis7PAlOGXAZ/CM11_RC_to_FINAL.part10.rar.htm
- http://netload.in/dateitEocRHNmmU/CM11_RC_to_FINAL.part11.rar.htm
Free FTP: (Please do not use this if you can use a mirror frome above)
- http://sponsored-by.evobox.es/cinematicmod11/CinematicMod 11 RC to Final Update/
(Thanks to Oehr / Evobox.es)
FakeFactory Cinematic Mod 11 RC (OLD VERSION)
Torrent:
MultiUpload: (18x 400MB)
- http://www.multiupload.com/M6UVK3NC3D
- http://www.multiupload.com/PHVJ7RWYDG
- http://www.multiupload.com/5LQLIYKI9Z
- http://www.multiupload.com/0TTQ569PLT
- http://www.multiupload.com/5AJPM2LNAA
- http://www.multiupload.com/Y6RH6P60ZJ
- http://www.multiupload.com/1RCXB9CNJM
- http://www.multiupload.com/PI36LCQAOX
- http://www.multiupload.com/QJ5FD06MGU
- http://www.multiupload.com/P2HSFUS2TL
- http://www.multiupload.com/Y0705SPQA8
- http://www.multiupload.com/2PU6YD1VQQ
- http://www.multiupload.com/VZYBLDOGQ8
- http://www.multiupload.com/8CZYD19PXS
- http://www.multiupload.com/UXZXBJ2BHQ
- http://www.multiupload.com/GTA1J5AZAO
- http://www.multiupload.com/NJ3Q4MONBL
- http://www.multiupload.com/6ZDAXSVIF0
Ads by Google


