Jump to content

LoreWagon

Premium Member
  • Posts

    10
  • Joined

  • Last visited

Nexus Mods Profile

About LoreWagon

Profile Fields

  • Website URL
    http://www.youtube.com/LoreWagon
  • Country
    United States
  • Favourite Game
    Fallout: New Vegas

LoreWagon's Achievements

Apprentice

Apprentice (3/14)

  • First Post
  • Collaborator Rare
  • Week One Done
  • One Month Later
  • One Year In

Recent Badges

0

Reputation

  1. I installed the Geck 1.4 Powerup Mod and it fixed the issue. The issue was I put "GunRunnersStoreTier2" when it was supposed to be "GunRunnerStoreTier2", I put an "s" where it wasn't needed. Thank you for the help.
  2. I am trying to make a script that adds my weapon to leveled lists, I have done this before, however for some reason this time it will not allow me to save, even though the script is almost identical to the previous one I've done. Could anyone please tell what the issue is? The script I'm trying to write is this: scn MilitaryTomahawkLeveledListQuestScript short iDoOnce BEGIN GameMode if (iDoOnce == 0) AddItemToLeveledList VendorWeaponsAllMeleeAndHand CondMilitaryTomahawk 1 1 100 AddItemToLeveledList GunRunnersStoreTier2 CondMilitaryTomahawk 1 1 100 AddItemToLeveledList LootWeaponNCRRangerVeteran CondMilitaryTomahawk 1 1 100 AddItemToLeveledList LootWeaponNCRRangerVeteranHooverDam CondMilitaryTomahawk 1 1 100 AddFormToFormList NVAllWeapons WeapMilitaryTomahawk AddFormToFormList WeaponLISTMeleeALL WeapMilitaryTomahawk set iDoOnce to 1 StopQuest MilitaryTomahawkLeveledListMod endif END
  3. The weapon I am working on is an MP5K, i was hoping that it would work using the 10mm smg reload, but it doesn't seem to work. (Or I just don't know what I'm doing)
  4. I am making some finishing touches to a weapon mod that I've created, it's nearly perfect, but I can not for the life of me find out how to add a reloading animation to the weapon. Basically what happens is when you reload the weapon the magazine doesn't move. I've been searching and have found a tutorial by "The Shiny Haxorus" but it doesn't seem to work for me, if you know how to do this please tell me.
  5. I am making a player home using the FalloutNV Geck and in the home, I would like to add a leaking pipe that the player can repair, very similar to the pipes that can be repaired in megaton in Fallout 3. If anyone knows how to do this please tell me. :wink:
×
×
  • Create New...