Gaming Underground Network

Come for the mods, stay for the community
 
HomePortalLatest imagesInterviewsRegisterLog in
Search
 
 

Display results as :
 

 


Rechercher Advanced Search
Info Panel
______________
MOD MASTER THREADS:
FALLOUT
THE ELDER SCROLLS

______________


______________


GUNinsider
Fallout Miami: Mika999
Stay Connected

GUNetwork
Keywords
mandalorian Mask NPCs marvel riot dead body Superpele Gear Ryse vault money commonwealth boom boomers khan daryl power Reforged machine gauss ghoul Call hunk wolfenstein Overhaul
Latest topics
» The Fallout TV show destroyed NV. I'm done with Todd.
[FNV] Need Help With A Script Emptyby professorlicme8 Today at 12:32 am

» Hey everyone, I've missed this place so much.
[FNV] Need Help With A Script Emptyby Xehonort Yesterday at 2:33 pm

» Not new, but been a long time
[FNV] Need Help With A Script Emptyby CrossDressiNate Yesterday at 6:20 am

» Hello, can anyone help me with the load order?
[FNV] Need Help With A Script Emptyby Elean Tue Apr 30, 2024 10:21 am

» Hey guys!!!
[FNV] Need Help With A Script Emptyby SilverInc Sun Apr 28, 2024 1:39 pm

» The Legion are fascists, let's discuss it.
[FNV] Need Help With A Script Emptyby monke gaming Sat Apr 27, 2024 3:56 am

» A long overdue introduction
[FNV] Need Help With A Script Emptyby Athallah Akbar Thu Apr 25, 2024 12:46 pm

» (Fo4) fo76 Steel Dawn Weapons and Armor ports
[FNV] Need Help With A Script Emptyby Nicward Sat Apr 20, 2024 5:50 pm

» Howdy from grandmastoes
[FNV] Need Help With A Script Emptyby Apoc Tue Apr 16, 2024 7:06 pm

» armor slot changing in creation kit
[FNV] Need Help With A Script Emptyby Meno Tue Apr 16, 2024 9:22 am

» {Multi Choice POLL} Fallout 3 or Fallout NV music?
[FNV] Need Help With A Script Emptyby HardComma Wed Apr 10, 2024 8:42 pm

» Hello from nexus
[FNV] Need Help With A Script Emptyby noacctname1 Wed Apr 10, 2024 2:54 am

» Who Would Win: Ulysses or Joshua Graham?
[FNV] Need Help With A Script Emptyby BellToadTall Wed Apr 03, 2024 5:06 pm

» The Next fallout
[FNV] Need Help With A Script Emptyby BellToadTall Wed Apr 03, 2024 5:01 pm

» Your favorite mods for F:NV
[FNV] Need Help With A Script Emptyby BellToadTall Wed Apr 03, 2024 4:55 pm

» Whats the Number 1 mod you really want? (NV)
[FNV] Need Help With A Script Emptyby CosmoMods Mon Apr 01, 2024 9:52 pm

» Unpopular Opinion: Too many mods ruin the game
[FNV] Need Help With A Script Emptyby Evmeister Sun Mar 31, 2024 12:11 pm

» Guns you want in Fallout
[FNV] Need Help With A Script Emptyby Lupinboi Tue Mar 26, 2024 9:21 pm

» black doors in sierra madre bug
[FNV] Need Help With A Script Emptyby Wɪmzɪkl Wed Mar 20, 2024 10:27 am

» Any Titanfall mods out their that have the female sniper armor?
[FNV] Need Help With A Script Emptyby john96 Wed Mar 20, 2024 5:14 am

May 2024
MonTueWedThuFriSatSun
  12345
6789101112
13141516171819
20212223242526
2728293031  
CalendarCalendar
_
May 2024
MonTueWedThuFriSatSun
  12345
6789101112
13141516171819
20212223242526
2728293031  
CalendarCalendar

Share
 

 [FNV] Need Help With A Script

View previous topic View next topic Go down 
AuthorMessage
Prosp3ro

Prosp3ro

Posts : 455
Join date : 2016-12-03
Age : 31
Location : Long 15

Character sheet
Name: Laufer
Faction: 87th Tribe
Level: Spiritual

[FNV] Need Help With A Script Empty
PostSubject: [FNV] Need Help With A Script   [FNV] Need Help With A Script EmptySun Jul 07, 2019 7:05 pm

Hello everyone. There is a weapon mod on the Nexus that I really appreciate. It is Custom Winchester 1873 Lever action rifle by bloodmeat08. Now, I would like to add the weapon to the Cow-boy perk list. I found a script posted by a user in the comments (Hectasword). Here it is:

Script:

But I cannot save this script in the GECK. I read that if there is any error the GECK won’t save it. It’s maybe an explanation (or I do something wrong). So what's your opinion, is this script correct? Thanks GECK-users!


Last edited by Prosp3ro on Sun Jul 07, 2019 11:48 pm; edited 1 time in total
Back to top Go down
Anchev

Anchev

Posts : 248
Join date : 2015-03-19
Location : Brazil

Character sheet
Name: Anchev
Faction: Enclave
Level:

[FNV] Need Help With A Script Empty
PostSubject: Re: [FNV] Need Help With A Script   [FNV] Need Help With A Script EmptySun Jul 07, 2019 9:41 pm

Yes the script is correct, the example below is from Weapons of the New Milenia Grunt Patch plugin.

Code:

scn WotnMGruntModQuestScript

short iDoOnce

BEGIN GameMode

if (iDoOnce == 0)
  AddFormToFormList NVDLC02PerkGruntWeapons WeapMStenMMP
  AddFormToFormList NVDLC02PerkGruntWeapons WeapMM1911MMP
  AddFormToFormList NVDLC02PerkGruntWeapons WeapTokarevMMP
  AddFormToFormList NVDLC02PerkGruntWeapons WeapMC96MMP
  AddFormToFormList NVDLC02PerkGruntWeapons WeapMAK74MMP
  AddFormToFormList NVDLC02PerkGruntWeapons WeapMAK47MMP
  AddFormToFormList NVDLC02PerkGruntWeapons WeapKABARMMP
  AddFormToFormList NVDLC02PerkGruntWeapons WeapFBSykesMMP
  AddFormToFormList NVDLC02PerkGruntWeapons WeapBM4A1MMP
  AddFormToFormList NVDLC02PerkGruntWeapons WeapMCM4A1MMP
  AddFormToFormList NVDLC02PerkGruntWeapons WeapMG36KMMP
  AddFormToFormList NVDLC02PerkGruntWeapons WeapMFNCMMP
  AddFormToFormList NVDLC02PerkGruntWeapons WeapMAUGA1MMP
  set iDoOnce to 1
  StopQuest WotnMGruntMod
endif

END


I think you can edit it through FNVEdit, try that.
Back to top Go down
Prosp3ro

Prosp3ro

Posts : 455
Join date : 2016-12-03
Age : 31
Location : Long 15

Character sheet
Name: Laufer
Faction: 87th Tribe
Level: Spiritual

[FNV] Need Help With A Script Empty
PostSubject: Re: [FNV] Need Help With A Script   [FNV] Need Help With A Script EmptyMon Jul 08, 2019 12:15 am

@Anchev Thanks for your answer. I installed the GECK extender and when I try to save the script it says:
Item 'NVAllWeapons' not found for parameter Form list
I don't know if this line really matters...

EDIT: Actually it says the same thing for every line... I must miss something important as I am not familiar with the GECK.
Back to top Go down
Anchev

Anchev

Posts : 248
Join date : 2015-03-19
Location : Brazil

Character sheet
Name: Anchev
Faction: Enclave
Level:

[FNV] Need Help With A Script Empty
PostSubject: Re: [FNV] Need Help With A Script   [FNV] Need Help With A Script EmptyMon Jul 08, 2019 12:40 am

@Prosp3ro I don't really know how GECK works, on FNVEdit I can search that ID, it's part of FalloutNV.ESM, maybe you need to put the FormID(number), not the EditorID, example below about FormID and EditorID:
IMG:
Back to top Go down
Prosp3ro

Prosp3ro

Posts : 455
Join date : 2016-12-03
Age : 31
Location : Long 15

Character sheet
Name: Laufer
Faction: 87th Tribe
Level: Spiritual

[FNV] Need Help With A Script Empty
PostSubject: Re: [FNV] Need Help With A Script   [FNV] Need Help With A Script EmptyMon Jul 08, 2019 5:29 am

@Anchev I finally found out how to add the weapon to the perk list in the GECK. Not very hard actually. Thanks for the help!
Back to top Go down
Anchev

Anchev

Posts : 248
Join date : 2015-03-19
Location : Brazil

Character sheet
Name: Anchev
Faction: Enclave
Level:

[FNV] Need Help With A Script Empty
PostSubject: Re: [FNV] Need Help With A Script   [FNV] Need Help With A Script EmptyMon Jul 08, 2019 7:30 pm

@Prosp3ro No problem, would be nice if you posted here how did you do it, so if someone has the same problem, would be simple to find.
Back to top Go down
Prosp3ro

Prosp3ro

Posts : 455
Join date : 2016-12-03
Age : 31
Location : Long 15

Character sheet
Name: Laufer
Faction: 87th Tribe
Level: Spiritual

[FNV] Need Help With A Script Empty
PostSubject: Re: [FNV] Need Help With A Script   [FNV] Need Help With A Script EmptyTue Jul 09, 2019 8:15 am

OK, for those who may be interested, here is what I did:

0/ DL the GECK Extender by RoyBatterian. This program is not technically required but it will help to solve potential errors.

1/ Open the GECK, go to File/Data, check FalloutNV.esm, check LeverActionRifle.esp and set it as active file.

2/ Select Quest in Actor Data, create a quest by clicking “New”. Right click on the new created file, click “Edit”. The ID (Quest Data) of the quest will be: “1873RifleListQuest” (without the quotation marks). Check the “Start Game Enabled” box. Click OK. Go to File and Save.

3/ Select Script in Miscellaneous, create a scipt by clicking “New”. Copy and paste the following script (big thanks to Hectasword from the Nexus). Save the script.
Code:

scn 1873RifleListQuestScript

short iDoOnce

Begin GameMode

if (iDoOnce == 0)

  AddFormToFormList NVAllWeapons 000Leveractionrifle
  AddFormToFormList WeaponRiflesList 000Leveractionrifle
  AddFormToFormList WeaponLISTRangedALL 000Leveractionrifle
  AddFormToFormList PerkCowboyWeapons 000Leveractionrifle

  set iDoOnce to 1

  StopQuest 1873RifleListQuest

endif

end

4/ Go back to the quest and select the newly created script. Click OK. Go to File and Save, then you can exit the GECK. Done! The LeverActionRifle.esp is now updated with the script as you can see in FNVEdit. According to Hectasword, "the next time you load the game, that will add the gun to the relevant perk- and challenge-related lists, and there's no need for a merged patch, since it adds them via script instead of via edits to the form lists themselves".
Back to top Go down
Sponsored content




[FNV] Need Help With A Script Empty
PostSubject: Re: [FNV] Need Help With A Script   [FNV] Need Help With A Script Empty

Back to top Go down
 

[FNV] Need Help With A Script

View previous topic View next topic Back to top 
Page 1 of 1

 Similar topics

-
» Help to understand a Script.
» Blender Nif Script help
» Changing PC Skeleton/Animations on the fly via script
» Issue with recompiling a script (for TTW)
» Weather script for Fallout 3

Permissions in this forum:You cannot reply to topics in this forum
Gaming Underground Network :: Fallout :: Troubleshooting-