Fallout New Vegas

File information

Last updated

Original upload

Created by

NS97

Uploaded by

NS97

Virus scan

Safe to use

Tags for this mod

About this mod

Adds a vanilla ish AK-47 to the game. Comes with custom first person animations and sounds. TTW version available.

Requirements
Permissions and credits
Changelogs
Features
-AK-47 assault rifle and a unique variant.
-Custom first person animations. This includes:
  • Idle & aim
  • Attack
  • Reload & partial reload
  • Equip
  • Jam
-Custom firing sounds.
-Custom pip-boy icons
-B42 Dropmag and B42 Inspect support.
-Weapon mods:
  • Suppressor
  • Short Barrel (decreases weight)
  • Black Furniture (increases max condition)

Weapon is added to various vendor, enemy and loot lists.

Unique location:
Spoiler:  
Show

FNV version: Hidden inside one of the bunkers in Hidden Valley.
TTW version: Inside Mama Dolce's


Animations preview:
Spoiler:  
Show



Unique variant:




Version Differences
Non script version
Adds weapon to form and leveled lists by directly editing them.
Changes made by Yukichigai Unofficial Patch are forwarded, thus making it a required file.

Script version
Adds weapon to form and leveled lists via script.
Should be compatible with everything, since it doesn't touch any vanilla records.

Requirements
xNVSE
kNVSE
JIP LN NVSE Plugin
ISControl Enabler
lStewieAl's Tweaks with bAutoWeaponNoFiringDelay  =  1

Console Commands for Testing
Spoiler:  
Show

FNV
Spoiler:  
Show

AK-47:                        player.additem xx00186e 1
AK-47, Unique:            player.additem xx0028e7 1
AK-47 Suppressor:      player.additem xx0028dd 1
AK-47 Short Barrel:      player.additem xx0028e9 1
AK-47 Black Furniture: player.additem xx0028e8 1

FNV - Script Version
Spoiler:  
Show

AK-47:                          player.additem xx00186e 1
AK-47, Unique:             player.additem xx002ee1 1
AK-47 Suppressor:      player.additem xx0028dd 1
AK-47 Short Barrel:      player.additem xx002ee3 1
AK-47 Black Furniture: player.additem xx002332 1

TTW
Spoiler:  
Show

AK-47:                             player.additem xx00186e 1
AK-47, Unique:               player.additem xx0028e7 1
AK-47 Suppressor:        player.additem xx0028dd 1
AK-47 Short Barrel:       player.additem xx0028e9 1
AK-47 Black Furniture: player.additem xx0028e8 1

TTW - Script Version
Spoiler:  
Show

AK-47:                             player.additem xx00186e 1
AK-47, Unique:               player.additem xx003956 1
AK-47 Suppressor:        player.additem xx0028dd 1
AK-47 Short Barrel:       player.additem xx003958 1
AK-47 Black Furniture: player.additem xx003957 1


Replace "xx" with the mod index of the plugin in your load order.

Or alternatively if you have Johnny Guitar NVSE installed:

player.additem nsWeapAK47
player.additem nsWeapAK47Unique
player.additem nsModAK47Suppressor
player.additem nsModAK47ShortBarrel
player.additem nsModAK47BlackFurniture


Credits/Thanks
Xolreys for Animation tutorials to get me started.
Johnson for the rig.
Kormakur for kNVSE and blender plugin.