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
boomers suit Duty ghost dead leon body money riot Mask power clone Gear space marvel Metal Reforged boom NPCs vault Resident commonwealth Superpele khan hunk Ryse
Latest topics
» R.S.A. Weapons question
Tutorial for adding weapons/Xcaliber ammo to NPCs through scripts  Emptyby gtp_750 Mon Nov 18, 2024 6:30 pm

» Hello - Fo4/76 player
Tutorial for adding weapons/Xcaliber ammo to NPCs through scripts  Emptyby 3doutlaw Sat Nov 16, 2024 12:28 pm

» Hey everyone
Tutorial for adding weapons/Xcaliber ammo to NPCs through scripts  Emptyby FentaBerry Wed Nov 13, 2024 3: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 5:54 am

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

» Tammy's Introduction (Making a PA port)
Tutorial for adding weapons/Xcaliber ammo to NPCs through scripts  Emptyby Leviatan Fri Nov 08, 2024 5:36 pm

» OICW Mod for New Vegas
Tutorial for adding weapons/Xcaliber ammo to NPCs through scripts  Emptyby DavidW75 Tue Oct 22, 2024 4:37 pm

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

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

» Best Site Ever!
Tutorial for adding weapons/Xcaliber ammo to NPCs through scripts  Emptyby WasteNinja88 Sat Sep 28, 2024 9:38 pm

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

» Suggestions on npc mod that Blends with dragbodys mod?
Tutorial for adding weapons/Xcaliber ammo to NPCs through scripts  Emptyby ilovebees.com Sat Sep 21, 2024 10:31 pm

» [FNV] Right Mouse Button Zoom/ADS Bug
Tutorial for adding weapons/Xcaliber ammo to NPCs through scripts  Emptyby Lankychazz2009 Sat Sep 21, 2024 8:20 pm

» (FO4) FO76 BOS Objects
Tutorial for adding weapons/Xcaliber ammo to NPCs through scripts  Emptyby campesino.p Sat Sep 21, 2024 1: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 6:34 am

» Fallout: New Vegas "Pizza Boy" Mod
Tutorial for adding weapons/Xcaliber ammo to NPCs through scripts  Emptyby MrMistyEyed2 Mon Sep 09, 2024 5:15 pm

» 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 2:02 am

» Saying hi after two years
Tutorial for adding weapons/Xcaliber ammo to NPCs through scripts  Emptyby spiralsandspirals Wed Aug 28, 2024 4:39 pm

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

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

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-09

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 12: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-02-28
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 12: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-09

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 2: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-02-28
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 2: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-