• Announcements

    • Ashal

      SITE MOVED - IN READ ONLY MODE   12/08/2015

      Please use http://www.loverslab.com moving forward. Site has been restored to a previous version, and this one placed into a read-only mode. This is available for a limited time so users may reference/copy content that has been lost in the transition. This will no longer be accessible by December 22nd, 2015.
Nonsense667

"Is there a mod that..." & Requests

1,272 posts in this topic

 fallout new Vegas I am looking for the mod that is a add on to ncr cf were you are a slave . Also is there a mod were you can surrender in combat giving up items or sex?

 

sounds like tryout for the ncr cf thing

1

Share this post


Link to post

Does anyone know of an FNV mod that functions like the skyrim mod Trash Bucket?


 


 


0

Share this post


Link to post

There's an NV cheat terminal that has a trash can option in it.  Can't remember if I ever did more than look at that option, though.


0

Share this post


Link to post

New Vegas has the "zap" command that can be used for that. Drop an item, open console, select the item and type zap, and it will be permanently deleted.


0

Share this post


Link to post

Theres also the Zap Gun mod, if you don't want to use the console.


0

Share this post


Link to post

Ok, changing parameter to request. :)

 

Could someone change a script's behavior to remove any item placed into a container when closed, or remove when the container is next opened. Basically the idea is to re-purpose Quarn's Sack of Holding into a Sack of Devouring.

 

This is the script from Quarn's Sack of holding script.

 

scn BPBackpackScript

Float Timer
Short OpenBackpack
Short Button
Short ButtonPressed


Begin OnEquip Player

    If MenuMode 1 == 1 || MenuMode 2 == 1
        Player.UnEquipItem BPBackpack 0 1
        Set OpenBackpack to 1
        Set Timer to 0
    Else
        Set OpenBackpack to 2
    EndIf

End

Begin GameMode

    If ButtonPressed == 1
        Set Button to GetButtonPressed
    EndIf

If Button > -1 && ButtonPressed == 1
    If Button == 0
        Set OpenBackpack to 2
        Set ButtonPressed to -1
        Set Button to -1
    ElseIf Button == 1
        Activate
        Set ButtonPressed to -1
        Set Button to -1
    EndIf
EndIf

    If OpenBackpack == 0
        SetQuestObject BPBackpack 0
    EndIf

    If OpenBackpack == 1 && Player.GetItemCount BPBackpack == 0
        Set OpenBackpack to 0
    EndIf

    If OpenBackpack == 2
        Set OpenBackpack to 0
        SetQuestObject BPBackpack 1
        BPBackpackRef.Activate Player
    EndIf

    If OpenBackpack == 1
        If Timer < 0.5
            Set Timer to Timer + GetSecondsPassed
        Else
            Set OpenBackPack to 0
            SetQuestObject BPBackpack 1
            BPBackpackRef.Activate Player
        EndIf
    EndIf

End

Begin OnActivate Player
ShowMessage BPOnGround
Set ButtonPressed to 1
End

 

If it helps, this is the papyrus script source from Trash Bucket.

 

Scriptname TrashBucketScript extends ObjectReference  
{script for the Trash Bucket misc item in inventory
feel free to pilfer from this for whatever ye like}
;thanks to IsharaMeradin at the Nexus forums for the help!

ObjectReference Property TrashContainer  Auto  
{container object ref to be activated and used as trash bin}
MiscObject Property TrashObj Auto
{misc item property for the bucket to be removed}

Event OnEquipped(Actor akActor) ;when teh bucket is equipped...
Game.DisablePlayerControls(false, false, false, false, false, true, false)
 utility.wait(0.1)
 Game.EnablePlayerControls(false, false, false, false, false, true, false)
 utility.wait(0.5)
    TrashContainer.RemoveAllItems() ;delete all the stuff inside and then...
    TrashContainer.Activate(Game.GetPlayer()) ;...open the trash container
EndEvent

Event OnContainerChanged(ObjectReference akNewContainer, ObjectReference akOldContainer)
    If akNewContainer == TrashContainer
        TrashContainer.RemoveItem(TrashObj)
        Game.GetPlayer().AddItem(TrashObj,1,True)
        Debug.Notification("The trash bucket can't consume itself.")
    EndIf
EndEvent

 

is this possible?

0

Share this post


Link to post

Are there mods besides Tailor Maid and Satchels that add bulletproof vests as female mashup items (e.g. they can be worn over other clothing, allowing you to add it to anything you're currently wearing)?


 


I checked Tailor Maid and Satchels and most of the mashup vests in that do not fit female bodies. The only one that did was the "Security Vest" from Satchels and even that was a big large at the back.


0

Share this post


Link to post

 Request: can some one type 3 preferably kendos berry boobs the couriers cache outfits? or has somebody already done it ? 


0

Share this post


Link to post

Are there mods besides Tailor Maid and Satchels that add bulletproof vests as female mashup items (e.g. they can be worn over other clothing, allowing you to add it to anything you're currently wearing)?

 

I checked Tailor Maid and Satchels and most of the mashup vests in that do not fit female bodies. The only one that did was the "Security Vest" from Satchels and even that was a big large at the back.

 

http://www.nexusmods.com/fallout3/mods/3491/?

http://www.nexusmods.com/fallout3/mods/6022/?

0

Share this post


Link to post

 

Are there mods besides Tailor Maid and Satchels that add bulletproof vests as female mashup items (e.g. they can be worn over other clothing, allowing you to add it to anything you're currently wearing)?

 

I checked Tailor Maid and Satchels and most of the mashup vests in that do not fit female bodies. The only one that did was the "Security Vest" from Satchels and even that was a big large at the back.

 

http://www.nexusmods.com/fallout3/mods/3491/?

http://www.nexusmods.com/fallout3/mods/6022/?

 

 

Sorry, I should have specified I'm playing New Vegas.

0

Share this post


Link to post

would you like me to port it over to New Vegas for you? If so, any specific location?


0

Share this post


Link to post

would you like me to port it over to New Vegas for you? If so, any specific location?

 

Oh, that would be nice of you. Maybe as a crate on the truck in front of Doc Mitchel's house with 10 pieces inside.

 

Before that, I was going to ask if that mesh also exists in New Vegas on one of the vanilla outfits. If so, maybe I could nifskope the mesh off exeter's Type 3 conversions (if it's broken appropriately into pieces, which might not be the case). I'm assuming the mods you linked are the vanilla body type.

 

Update: Looks like the vest is on the powder ganger armor, but it's not fully separatable.

0

Share this post


Link to post

FWIW, I use three mods that put suitcases on the truck in front of Doc Mitchell's.  A crate to the side might not be a bad idea to reduce the chance that people won't be able to find whatever it is they're looking for.


0

Share this post


Link to post

is there a mod like this one only the penis if someone have it please shared i love futa.


 


post-299367-0-58104300-1405649733_thumb. post-299367-0-43569200-1405649775_thumb.


0

Share this post


Link to post

 

would you like me to port it over to New Vegas for you? If so, any specific location?

 

Oh, that would be nice of you. Maybe as a crate on the truck in front of Doc Mitchel's house with 10 pieces inside.

 

Before that, I was going to ask if that mesh also exists in New Vegas on one of the vanilla outfits. If so, maybe I could nifskope the mesh off exeter's Type 3 conversions (if it's broken appropriately into pieces, which might not be the case). I'm assuming the mods you linked are the vanilla body type.

 

Update: Looks like the vest is on the powder ganger armor, but it's not fully separatable.

 

 

Yeah, you'd have to use Blender or 3ds to remove the unwanted parts etc... since it's all attached to one piece otherwise in nifskope it would be super easy if it was a mash up.

0

Share this post


Link to post

Are there mods besides Tailor Maid and Satchels that add bulletproof vests as female mashup items (e.g. they can be worn over other clothing, allowing you to add it to anything you're currently wearing)?

 

I checked Tailor Maid and Satchels and most of the mashup vests in that do not fit female bodies. The only one that did was the "Security Vest" from Satchels and even that was a big large at the back.

 

http://www.nexusmods.com/fallout3/mods/3491/?

http://www.nexusmods.com/fallout3/mods/6022/?

 

Sorry, I should have specified I'm playing New Vegas.

I cut out the Powder Ganger combat vest for my Warden outfit.

http://www.nexusmods.com/newvegas/mods/55197/?

0

Share this post


Link to post

I know this mod exists, I'm just having trouble finding it. It's a set of 5 or 6 different .50AE Desert Eagle variants complete with mods and custom ammo hidden in different custom dungeons around the Mojave. I love the guns, and it doesn't seem to be on Nexus anymore. Does anyone happen to know where I could find it/have a copy they could PM to me?


0

Share this post


Link to post

Does anyone have DreadWolf's NV Tactical Vests mod or the succeeding "Tactical Combat Set" mod? They're currently under moderation at nexus (what's new).


0

Share this post


Link to post

Does anyone know if there is a mod that enhances lights for TTW? Lights in general like the ones above Moriarty's Saloon or the lights of the Prospector's Saloon. I have recently installed Nevada Skies for TTW and the nights get really dark in towns so I was wondering if there was any for TTW that made the lights brighter for the darker nights


0

Share this post


Link to post

Anyone know what mod these ballistic glasses are from?


 


post-28306-0-80327500-1390502284.jpg


 


4673467-1364414204.jpg


0

Share this post


Link to post

It could be from Bunsaki's mod pack. His armor mod adds a TON of content. I know for a fact it does have some sort of goggles/glasses in multiple colors.


0

Share this post


Link to post

+1 maybenexttime. glasses are from "Operation Mirai" by Bunsaki, on F3 nexus (also there's an esp for FNV)


0

Share this post


Link to post