"Hey, I dont like... can you?" 1 - Wait: when i get more time Ill make more versions. 2 - Ask and I can tell you how to make it yourself. 3- Dont use the mod.
yea i can seem to get the 2 files to work on vortex no matter what i try one file becomes redundant and then the hunter will not appear in game do i 100 percent need both files
He's talking about the original, which you have listed as required. It flags your mod as redundant, just a Nexus thing that happens sometimes, same thing happened to me but it works fine. If you see "Hunters added" etc. at the top left of your screen, you're all good. (For those of you who dive through posts to double check stuff like me) You might need to sleep, close out the game and boot it back up for the script to start.
It replaces world placed instances of the MH, not the actual Char model. There are a few instances that are %chance spawn based, scaling up at higher levels, so pre 20 you still may see some MH spawning in the world as well.
really nice mod could u add a version where theres also the replacer in the cage levellist? want them as pets ^^' i use beast master and exotic workshops in that instance.. dont know if it would still be possible
its a mod called mutant creatures that adds well designed large, gargoyle-esque creatures to the deathclaw LL. iirc its by deathbykitty or by the guy who made a forest / the ghoul variety mod and a discord only mod,
If you PM me I can probably send the link. Its incredible it ports over 4 enemies from doom that are very aesthetically fitting into the FO world and honestly impressively well done.
Just what they replace. Ill make 2 separate versions, one for ML Hunters, one for Dclaws!
Youre also free to merge this entirely into yours. I made this as an initial array of additions that i thought would be great. If you think so too please implement the items and etc!
Is there a guide to making settlement pets or creatures like how you edited the hunter for this mod, I know the ui of FO4Edit and Creation kit. and basics of fallout's archives, but I just have such a hard time figuring out which objects in the archives whether it be actors, items, scripts, etc is connected to. I seem to can't find any guides sadly.
Id just reverse engineer this. If you want more references to fully understand how everything is linked, id look at my drones mod. It took me forever to make but whenever I make settlement npcs I just copy the format. Its also useful for figuring out how to reverse engineer synth grenades / how to link spawns to an explosion / in game event.
The way it links is: Constructible Object (COBJ) -> NPC Just copy an NPC reference, replace its factions / tags with the ones from a template I created, boost its stats, add health / limb regen, and add a defense value. It doesnt need sandbox scripts but you can add them if you want it to roam more, otherwise keywords will keep them attached to the settlement and theyll always return after combat. (Humanoids will count as a settler and require additional resources). Copy a COBJ template, and at the bottom replace "created object" with whatever referenced NPC you want it to replace. Created object count will always be 1 unfortunately, Ive created like 200 craftable npcs and I still havent found a way to workaround this :(
This is most likely something on my end but I seem to be getting hunters being replaced by deathclaws instead of the RE Hunters any idea what is going on... Thanks
Holy cow, nice work. It's rather impressive how you composed this so fast lol. You said you made the shake disappear when they walk, how did you manage that? I always wanted to remove it but I never got the time.
25 comments
1 - Wait: when i get more time Ill make more versions.
2 - Ask and I can tell you how to make it yourself.
3- Dont use the mod.
If you see "Hunters added" etc. at the top left of your screen, you're all good. (For those of you who dive through posts to double check stuff like me) You might need to sleep, close out the game and boot it back up for the script to start.
iirc its by deathbykitty or by the guy who made a forest / the ghoul variety mod and a discord only mod,
If you PM me I can probably send the link. Its incredible it ports over 4 enemies from doom that are very aesthetically fitting into the FO world and honestly impressively well done.
Youre also free to merge this entirely into yours. I made this as an initial array of additions that i thought would be great. If you think so too please implement the items and etc!
The way it links is:
Constructible Object (COBJ) -> NPC
Just copy an NPC reference, replace its factions / tags with the ones from a template I created, boost its stats, add health / limb regen, and add a defense value. It doesnt need sandbox scripts but you can add them if you want it to roam more, otherwise keywords will keep them attached to the settlement and theyll always return after combat. (Humanoids will count as a settler and require additional resources).
Copy a COBJ template, and at the bottom replace "created object" with whatever referenced NPC you want it to replace. Created object count will always be 1 unfortunately, Ive created like 200 craftable npcs and I still havent found a way to workaround this :(
Thanks
auto heal is an actor value (health/limb regen same category as special stats)
Just remove the deathclaw effects keyword, removes the ground shake and crippling scream when they enter combat.