Jump to content
ℹ️ Intermittent Download History issues ×

Help modding Radios and AI


moosehugger

Recommended Posts

I am endeavoring to create a mod which allows the player to turn on a radio, alerting NPCs, and causing them to move towards it to investigate.

 

I have looked through the CK, but I am quite new to modding bethesda games beyond changing NPC looks. I had tried to look into how one might use the built in detection system, perhaps causing the radio to make a noise similar to how they detect gun shots. This would at least accomplish alerting the NPCs.

 

I have tried investigating into similar things in skyrim, since fallout 4 CK is so new. But, have had little luck yet. If anyone has any information that might help me get started, I would be very appreciative.

 

As far as I am aware, this functionality is not already present in the game or any mod, but please let me know if I am wrong.

Link to comment
Share on other sites

So would this radio be in the players inventory or would it be an object in the worldspace? If its in the worldspace just make an AI package that forces the AI to walk to the same location as the radio. If the radio is in the players inventory, the theory would still be the same (set the AI package target location to the Player instead of a worldspace object) but you would need to add some way to initiate the AI package from the usage of the item while it's in the player's inventory, like through a script.

Edited by ShinraStrife
Link to comment
Share on other sites

This would preferably with the radios already in the game world.

 

For instance, you come across a radio sitting in a random place in some building, raiders are not yet aware of you yet. Turn on the radio, raiders come investigate.

 

I will look into making AI packages, thanks.

Link to comment
Share on other sites

Check out the script that the radio uses to play it's music when you activate it, then check out the alarm Bell script for settlements and combine the two.
Link to comment
Share on other sites

Some scripting will do it, maybe you can also use a hidden quest to handle things.Probably several ways to accomplish what you need, all of which involve scripting and AI packages. I would start with learning Papyrus if you haven't already
Link to comment
Share on other sites

I would start with learning Papyrus if you haven't already

Words of wisdom.

Edited by ShinraStrife
Link to comment
Share on other sites

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...