pepperman35 Posted December 21, 2022 Share Posted December 21, 2022 Recently spent a bit of time playing the 2018 PC version of God if War. Enjoyed it, highly recommend it. There were a lot of things in the game that I thought would be cool to try to create in FO4. One in particular floated to the top of my list. Basically, as you open a loot chest, a baddie comes up out of the chest and grabs you. Concept to create in FO4. 1) Create a suitable mesh (think stone coffin with a functioning lid). 2) Set up the newly made stone coffin with a functioning lid mesh as an activator 3) Pick a bad guy of choice (gunner, ghoul, etc) and place them in the coffin. Set them up 4) Set the NPC to be initially unconscious. 5) Find or set up a grab package; assign to bad guy NPC 6) Set up a script for the activator to wake the bad guy NPC and prompt them into action (i.e., grab the player when he or she opens the stone coffin). Could be cool to set this up in a crypt or mausoleum. Thoughts, pitfalls, ideas for improvements or comments are welcomed and appreciated. Link to comment Share on other sites More sharing options...
LarannKiar Posted December 21, 2022 Share Posted December 21, 2022 Super Mutants have fitting a voice line "Booo! Ha ha ha!". Synths have an ambush furniture "AmbushSynthLayingOnBack" which has a nice (but slow) "get up from the ground" animation. Link to comment Share on other sites More sharing options...
pepperman35 Posted December 21, 2022 Author Share Posted December 21, 2022 Good copy LarannKiar. I'll take a look at the Synth ambush component. Link to comment Share on other sites More sharing options...
pepperman35 Posted December 22, 2022 Author Share Posted December 22, 2022 Okay, concept mesh made. Additional details such as hinges, and handles to be added later. Now for some testing,.especially regarding how to load the NPC into the closed coffin. Link to comment Share on other sites More sharing options...
hereami Posted December 22, 2022 Share Posted December 22, 2022 Also AnimFurnLayDownInUtilityBox, right for coffins, though best for wood. Skeleton. Player stunned untill corpse manages to get out of box and down his untouchable majesty the player on ground, otherwise will be shot dead ages before getting out. Then drops dead into bones shatters. Hungry zombos crawl out of everywhere. Finito. Note to self. Should finally enable takedown of player by npc in close combat, it's just not fair as of now. Link to comment Share on other sites More sharing options...
SKKmods Posted December 22, 2022 Share Posted December 22, 2022 If you set the actor to ghost it will be ignored by all other actors regardless of faction/aggression/alert then unghost if you can get an animation end event. Link to comment Share on other sites More sharing options...
Zorkaz Posted December 22, 2022 Share Posted December 22, 2022 If you set the actor to ghost it will be ignored by all other actors regardless of faction/aggression/alert then unghost if you can get an animation end event.Am I missing some context? I use my custom TGM for survival which flags the player as a ghost and I cannot see that behaviour in action. NPCs still aggro when seeing the player Link to comment Share on other sites More sharing options...
SKKmods Posted December 22, 2022 Share Posted December 22, 2022 Works fine in many base game scripts and multiple skk mods for NPC actors. The player may be different to NPCs for ghosting, I have never used that as chems and other stuff stop working, CaptiveFaction is best. ps the base game does infact SetGhost on the player in several scripts when it disables player controls so the issue may be with you custom TGM. Link to comment Share on other sites More sharing options...
Zorkaz Posted December 22, 2022 Share Posted December 22, 2022 Btw it's not an issue, since I want enemies to fight the player. I now wonder if the Aetherial Form shout from Skyrim used .setghost() as well... Link to comment Share on other sites More sharing options...
pepperman35 Posted December 22, 2022 Author Share Posted December 22, 2022 Good copy all. Great input to process. Conceptually, I could envision a cloud of sort being emitted from the coffin on opening, which could temporarily stun/push back the player to allow the baddie to get up and spring into action. Then there is the navmeshing component. Link to comment Share on other sites More sharing options...
Recommended Posts