The goal of Half-Life 2 : MMod is to enhance and expand gunplay, combat mechanics and the immersion factor by giving the Player more options and combat opportunities as well as refine how the Player handles his arsenal. Half-Life 2 : MMod also offers minor AI enhancements, extended abilities for combine soldiers, multiple bug fixes, enhanced visuals, VFX re-design, sound redesign and much much more, while keeping nearly every new feature in the mod totally optional.

Description

This compatibility patch will allow you to play through HL2: Thirdparty with the visual and gameplay enhancements that HL2: MMod has to offer.

Preview
HL2: Thirdparty - MMod Compatibility Patch (1.1)
Post comment Comments
SkulpingStarlight
SkulpingStarlight - - 81 comments

So, any tutorial on how to make a compability patch for any mod ourselves so you don't have to spam these out so frequently? Must be pretty easy it seems.

Reply Good karma Bad karma+5 votes
Secepeul Author
Secepeul - - 318 comments

The compatibility patch won't work for mods that have modified dlls.A good example is Combine Destiny.Here is a tutorial made by the guy who made the mission improbable compatibility patch.

Short guide, on how to make mods compatible. Warning: it's more complicated, if mod uses modified files. This is guide mostly for simple map mods, that don't alter key aspects of the game.

First of all, you have to get MMod patch for Mission Improbable. It will be used as template for future actions.

Second, get program GCFScape. It allows you to open vpk files, which will help later on(to make by example of Mission Improbable vpk).

Copy that patch with different name(for example, I used HL2MMod_Ravenholm for mod Ravenholm) in sourcemods.

Time to edit gameinfo.txt(remember to save changes and restart Steam after doing it):
- replace "Mission Improbable" with name of your choice;
- in place, where it looks for VPK file, put name you will use for your own VPK file.
- where it references mod folder, put name of your mod folder(RavenholmNCZ in my case);
- if your mod is strictly HL2, you may want to remove calls for Episode Two and One completely(will explain later, why);

Now,to create that custom VPK file:
- create folder with name of your VPK file(Ravenholm, for example);
- inside, create folders: cfg, resource, materials, scripts;
- now, copy specific things from original mod:
a) into cfg: config files for chapters;
b) into resource: files with mod text lines. Rename file into hl2mmod_%name of your patch folder%_english. Do same with names of chapters: if you couldn't figure it out, game later will show you, what name it expects.
c) into materials: folders vgui and models;
d) into scripts: folder "talker", if there is one, scenes.image and all files in Mission improbable patch(from respective mod).
- Now, drag & drop that folder on vpk.exe, that you can find in hl2/bin in Half-Life 2 installation location. This will create file Ravenholm.vpk, that you have to put in your own patch folder.

Congratulations,you can try out your compatibility patch. If you didn't remove calls for Episode One and Two and your mod is strictly HL2, you may run into some problems, such as broken textures or not working scenes(when NPCs just don't do anything). You shouldn't put in vpk any files, that modify HUD(!).

If you run into other bugs, check messages in console: if they reference something missing, you have to add missing things into vpk file.

Reply Good karma+9 votes
Post a comment

Your comment will be anonymous unless you join the community. Or sign in with your social account:

Tags

HL2: Thirdparty - MMod Compatibility Patch (1.1) has not been tagged yet.