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
Metal riot Duty hunk dead power khan Resident Superpele Mask marvel ghost Reforged Gear boom commonwealth clone boomers vault leon Ryse body space NPCs money suit
Latest topics
» Hello - Fo4/76 player
Tutorial for adding weapons/Xcaliber ammo to NPCs through scripts  Emptyby 3doutlaw Sat Nov 16, 2024 8:28 pm

» Hey everyone
Tutorial for adding weapons/Xcaliber ammo to NPCs through scripts  Emptyby FentaBerry Wed Nov 13, 2024 11:29 pm

» [FNV] Question about Rainbow Six Siege armor set
Tutorial for adding weapons/Xcaliber ammo to NPCs through scripts  Emptyby IzzBee Wed Nov 13, 2024 1:54 pm

» I made a detailed map for Fallout 1 & 2 remakes!
Tutorial for adding weapons/Xcaliber ammo to NPCs through scripts  Emptyby railroadbill Wed Nov 13, 2024 2:29 am

» Tammy's Introduction (Making a PA port)
Tutorial for adding weapons/Xcaliber ammo to NPCs through scripts  Emptyby Leviatan Sat Nov 09, 2024 1:36 am

» OICW Mod for New Vegas
Tutorial for adding weapons/Xcaliber ammo to NPCs through scripts  Emptyby DavidW75 Wed Oct 23, 2024 12:37 am

» Looking for Gta 5 xbox one modded account
Tutorial for adding weapons/Xcaliber ammo to NPCs through scripts  Emptyby salman0786 Tue Oct 08, 2024 4:47 pm

» [FNV] Flickering Landscape Textures
Tutorial for adding weapons/Xcaliber ammo to NPCs through scripts  Emptyby zliu313 Fri Oct 04, 2024 2:33 pm

» Best Site Ever!
Tutorial for adding weapons/Xcaliber ammo to NPCs through scripts  Emptyby WasteNinja88 Sun Sep 29, 2024 5:38 am

» Weird bug or glitch with Console Command. [FNV]
Tutorial for adding weapons/Xcaliber ammo to NPCs through scripts  Emptyby nickenicole47 Tue Sep 24, 2024 7:11 pm

» Suggestions on npc mod that Blends with dragbodys mod?
Tutorial for adding weapons/Xcaliber ammo to NPCs through scripts  Emptyby ilovebees.com Sun Sep 22, 2024 6:31 am

» [FNV] Right Mouse Button Zoom/ADS Bug
Tutorial for adding weapons/Xcaliber ammo to NPCs through scripts  Emptyby Lankychazz2009 Sun Sep 22, 2024 4:20 am

» (FO4) FO76 BOS Objects
Tutorial for adding weapons/Xcaliber ammo to NPCs through scripts  Emptyby campesino.p Sat Sep 21, 2024 9:53 pm

» [FNV] Dragbody's FO4 Power Armors bug.
Tutorial for adding weapons/Xcaliber ammo to NPCs through scripts  Emptyby Lankychazz2009 Thu Sep 19, 2024 2:34 pm

» Fallout: New Vegas "Pizza Boy" Mod
Tutorial for adding weapons/Xcaliber ammo to NPCs through scripts  Emptyby MrMistyEyed2 Tue Sep 10, 2024 1:15 am

» Here Are Some Of The Best Mods From GunNetwork
Tutorial for adding weapons/Xcaliber ammo to NPCs through scripts  Emptyby Abyssfer Sun Sep 08, 2024 10:02 am

» Saying hi after two years
Tutorial for adding weapons/Xcaliber ammo to NPCs through scripts  Emptyby spiralsandspirals Thu Aug 29, 2024 12:39 am

» Looking for an alternative to Nexus
Tutorial for adding weapons/Xcaliber ammo to NPCs through scripts  Emptyby freakoverse Fri Aug 23, 2024 10:50 am

» fallout 4 mods
Tutorial for adding weapons/Xcaliber ammo to NPCs through scripts  Emptyby salientguitar4 Mon Aug 19, 2024 5:47 pm

» [FNV] How to troubleshot infinite loading issues?
Tutorial for adding weapons/Xcaliber ammo to NPCs through scripts  Emptyby Abyssfer Wed Aug 14, 2024 5:28 pm

November 2024
MonTueWedThuFriSatSun
    123
45678910
11121314151617
18192021222324
252627282930 
CalendarCalendar
_
November 2024
MonTueWedThuFriSatSun
    123
45678910
11121314151617
18192021222324
252627282930 
CalendarCalendar

Share
 

 Tutorial for adding weapons/Xcaliber ammo to NPCs through scripts

View previous topic View next topic Go down 
AuthorMessage
Tupolev

Tupolev

Posts : 115
Join date : 2014-05-10

Tutorial for adding weapons/Xcaliber ammo to NPCs through scripts  Empty
PostSubject: Tutorial for adding weapons/Xcaliber ammo to NPCs through scripts    Tutorial for adding weapons/Xcaliber ammo to NPCs through scripts  EmptyTue May 13, 2014 8:35 pm

I'm currently tinkering with some nexus weapons- mostly russian weapons such as the SVT, Mosin, PKM. I have enabled the 7.62R rounds on XCaliber. I have added SKS rifles to NPCs, but I was stumped how to get them to fire- it seems like I was unable to add the proper 7.62x39 xcaliber ammo to them, and even more so lost on getting 7.62R to show up at all.

Anyone who tried anything similar? a copypaste of the script's contents would be awesome, if anyone has it.
Back to top Go down
hitman47101

hitman47101

Posts : 1947
Join date : 2014-03-01
Age : 31

Tutorial for adding weapons/Xcaliber ammo to NPCs through scripts  Empty
PostSubject: Re: Tutorial for adding weapons/Xcaliber ammo to NPCs through scripts    Tutorial for adding weapons/Xcaliber ammo to NPCs through scripts  EmptyTue May 13, 2014 8:42 pm

You need to edit the leveled item that's added via script and change the ammo to the correct type.

Its probably something like WithAmmoSKSLoot under the leveled item branch in the GECK. it should be pretty self explanatory from there.

Let me know if you need more help.  Smile

Edit: i forgot to ask, the weapons have already been added to the the leveled list via script right? if not i can help you with that too.
Back to top Go down
Tupolev

Tupolev

Posts : 115
Join date : 2014-05-10

Tutorial for adding weapons/Xcaliber ammo to NPCs through scripts  Empty
PostSubject: Re: Tutorial for adding weapons/Xcaliber ammo to NPCs through scripts    Tutorial for adding weapons/Xcaliber ammo to NPCs through scripts  EmptyTue May 13, 2014 10:10 pm

hitman47101 wrote:
You need to edit the leveled item that's added via script and change the ammo to the correct type.

Its probably something like WithAmmoSKSLoot under the leveled item branch in the GECK. it should be pretty self explanatory from there.

Let me know if you need more help.  Smile

Edit: i forgot to ask, the weapons have already been added to the the leveled list via script right? if not i can help you with that too.

Hey, thanks for the real prompt help.
the SKS and AK have been added, but the Mosin / SVT-40 and the PKM have not.
I'll first try what you suggested for the AK / SVT, and move on to the unadded weapons.
Back to top Go down
hitman47101

hitman47101

Posts : 1947
Join date : 2014-03-01
Age : 31

Tutorial for adding weapons/Xcaliber ammo to NPCs through scripts  Empty
PostSubject: Re: Tutorial for adding weapons/Xcaliber ammo to NPCs through scripts    Tutorial for adding weapons/Xcaliber ammo to NPCs through scripts  EmptyTue May 13, 2014 10:15 pm

Alright that sounds good.

I wrote a short leveled list script with annotations explaining what everything is for, let me know if you want it.  Smile
Back to top Go down
Sponsored content




Tutorial for adding weapons/Xcaliber ammo to NPCs through scripts  Empty
PostSubject: Re: Tutorial for adding weapons/Xcaliber ammo to NPCs through scripts    Tutorial for adding weapons/Xcaliber ammo to NPCs through scripts  Empty

Back to top Go down
 

Tutorial for adding weapons/Xcaliber ammo to NPCs through scripts

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

 Similar topics

-
» Switching Weapons from different Ammo Mods
»  NPCs will not properly equip or use weapons
» Help fixing a Script for Ammo Sorting
» Need help with CF scripts
» Can't install NIF Scripts for Blender

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