Help replacing models [SOLUTION] + HL Decay port project

Hi.
So.
This is the first time I ever made a post in a forum in my entire life because I could never be bothered and because, usually, someone else would have already done the question and I’d just use that. So I’ll try to make it as clear as possible what the problem and what the project is.

I’m porting all the important stuff (maps, character models and dialog) from Half-Life Decay to Black Mesa. Here are some pictures. ( I’m open to suggestions, btw)

Now here’s the problem:

Adding custom textures/models have been pretty easy except when I try to replace other models. I’ve tried:

  • Making an “addons” folder and a “decay” folder with all the custom stuff.
  • Making a “custom” folder and a “decay” folder with all the custom stuff.
  • Making an “addons” folder with a .vpk of my custom stuff.
  • Making a “custom” folder with a .vpk of my custom stuff.
  • Packing all the custom files in the .bsp itself.
  • Placing the custom files in their respective directories. (for example, the hev player model for the scientist team, in the folder bms\models\player)

None of that worked.

The weird thing is, when I placed the models in their right folders, hammer replaced the models accordingly. I had replaced both mp_scientist_hev.mdl and mp_marine.mdl, and they were both replaced by my custom Gina model, as shown in this screenshot. (My Gina model works if I compile it with a different name, like mp_gina, and place it in the world as a prop or a monster_generic.)

[attach=5461,none,1366][/attach]

Also, here’s a render of that model, if you’re interested. (Idk why blender bugged her eyes like that, she looks fine ingame.)

[attach=5462,none,960][/attach]

Thanks in advance. :slight_smile:


First of all, I must say that it’s probably one of the nicest source rendition of Decay i’ve seen so far. As for your problem, did you try to add the “custom” folder to the gameinfo.txt? I know that in the past, it caused some issue with non-vpk addons :confused:

Thanks!
Also I’m not sure how to do that? :expressionless:

EDIT: Like this?

[spoiler]SearchPaths
{
// We search VPK files before ordinary folders, because most files will be found in
// VPK and we can avoid making thousands of file system calls to attempt to open files
// in folders where they don’t exist. (Searching a VPK is much faster than making an operating
// system call.)

// Black Mesa VPK files.
game+mod bms/custom/*
game+mod bms/bms_textures.vpk
game+mod bms/bms_materials.vpk
game+mod bms/bms_models.vpk
game+mod bms/bms_misc.vpk
game+mod bms/bms_sounds_misc.vpk
game+mod bms/bms_sound_vo_english.vpk
game+mod bms/bms_maps.vpk[/spoiler]

Hi there, my team is also making a Decay: Source remake in the Source SDK 2013 MP engine. We are making everything from scratch, and as far as I’m aware, there is no possible way to get co-op in BM. On the other hand, we have a working co-op and are currently converting our BM maps to Source SDK 2013.

I would love to play Decay in solo mode since it’s almost impossible to implement coop into BM.Will we see some scrapped maps from original Decay?Are you going to add new maps or rework some of them?Will we see new dialogues?

Yep!

Hmm. A lot of these areas do in fact have very good design fundamentals, but I’m noticing some of the brushwork is a bit rough. Is this indicative of the final product?

Also, I’m not sure why you’d want to replace other models. Just add a new model and use that in your map instead.

Also also, have you managed to get completely new sounds to actually play in the game? I’ve been struggling with that myself.

Well that’s great! I searched all over the internet to know if any one was already working on it but I guess I didnt search enough, no harm though, I can still make it singleplayer.

Well, now that I know some team is working on it, then I’ll just adapt the maps to be playable in single player. (unless they wanna hire me, in which case, please)

The brushwork is mostly placeholders until I make proper models. I’m making the basic shape of the rooms and gameplay first before adding detail. The only reason this map looks finished is because there’s no gameplay in it.

EDIT:

Still not working :I

[SOLUTION]

Ok I managed to make the custom folder work. It’s the same solution Stobing17 gave me but I put it in the wrong place. In your gameinfo.txt search for this:

// Now search loose files. We’ll set the directory containing the gameinfo.txt file
// as the first “mod” search path (after any user customizations). This is also the one
// that’s used when writing to the “mod” path.
mod+mod_write+default_write_path|gameinfo_path|.

Then place mod+mod_write+default_write_pathbms/custom/* under it. Your mod still needs to be in a .vpk file.

Thanks for the help. Sorry I took so long to fix this, I feel proper dumb

Founded in 2004, Leakfree.org became one of the first online communities dedicated to Valve’s Source engine development. It is more famously known for the formation of Black Mesa: Source under the 'Leakfree Modification Team' handle in September 2004.