
#1
Posted 07 January 2022 - 12:15 am

#2
Posted 07 January 2022 - 01:03 am

There are many things that you should check. In first place, if the radio doesn't show up in the pipboy you need to make sure that the basic things are ok, so I'm going to list some:
- A radio transmitter in the world space with its radio frequency configured and set to not use distance checks.
(afaik the radio frequency valid range is about the same than FM from 85.0 to 120.0, radio frequencies out of this range might not work).
- the quest alias pointing to the radio transmitter, and it has a message (to store the title of the radio), and has the options marked for stores text and uses stored text.
- the quest is configured to start somehow, the best way, while you test, is set the quest to start automatically on game start (in the first tab).
- the scene is also configured to start somehow, you can mark the scene to start on quest start (at top).
- in game you must check that your quest is running through the console, GetQuestRunning (or GetQR) should return 1.
Edited by DieFeM, 07 January 2022 - 01:07 am.
#3
Posted 07 January 2022 - 01:31 am

See if kinggath's video tutorial series Bethesda Mod School might help. These might be useful.
Bethesda Mod School: Fundamentals - What is a Plugin?
Bethesda Mod School: CK 106 - Creating BA2 Files
Bethesda Mod School: Releasing Mods 102 - Nexusmods.com
https://www.youtube.com/watch?v=QZnuGimU-lE&list=PL2g2oK5KhZT0WUOw0Y_8HFudZbgfmcdEl&index=45
#4
Posted 07 January 2022 - 01:41 am

There are many things that you should check. In first place, if the radio doesn't show up in the pipboy you need to make sure that the basic things are ok, so I'm going to list some:
- A radio transmitter in the world space with its radio frequency configured and set to not use distance checks.
(afaik the radio frequency valid range is about the same than FM from 85.0 to 120.0, radio frequencies out of this range might not work).
- the quest alias pointing to the radio transmitter, and it has a message (to store the title of the radio), and has the options marked for stores text and uses stored text.
- the quest is configured to start somehow, the best way, while you test, is set the quest to start automatically on game start (in the first tab).
- the scene is also configured to start somehow, you can mark the scene to start on quest start (at top).
- in game you must check that your quest is running through the console, GetQuestRunning (or GetQR) should return 1.
Thank you for the tips!
I just re-tried all of these things - everything is as it should be. However, I seem to have lost the ability to open my game, as it simply crashes whether I try to open it through NMM or my actual Steam shortcut. So I can't check the GetQR... I might have to try disabling all my mods via NMM and opening vanilla, or only with my created mod. Sigh...
#5
Posted 07 January 2022 - 01:43 am

See if kinggath's video tutorial series Bethesda Mod School might help. These might be useful.
Bethesda Mod School: Fundamentals - What is a Plugin?
Bethesda Mod School: CK 106 - Creating BA2 Files
Bethesda Mod School: Releasing Mods 102 - Nexusmods.com
https://www.youtube.com/watch?v=QZnuGimU-lE&list=PL2g2oK5KhZT0WUOw0Y_8HFudZbgfmcdEl&index=45
I'll give those a watch within the next day! It's not super late where I live but I'm getting sick of the mod at the moment
#6
Posted 07 January 2022 - 02:19 am

Okay, for one save file I got it working! I think I had misunderstood the radio station frequencies and typed a number that wouldn't show up. But it is there now! I hope it remains functional enough to publish. Thanks folks!!
Also tagged with one or more of these keywords: radio, radio mod, mod help
