Fallout New Vegas
0 of 0

File information

Last updated

Original upload

Created by

c6 - carxt - lStewieAl - WallSoGB

Uploaded by

carxt

Virus scan

Safe to use

Feature requests (86 comments)

  1. TrueCourierSix
    TrueCourierSix
    • premium
    • 177 kudos
    Locked
    Sticky
    You can post your function requests here. We aren't going to teach you scripting, however. Bug reports go in Bugs section.
     
    Event requests
    A list of existing functions in JohnnyGuitar
    A complete list of functions in New Vegas
  2. root1
    root1
    • premium
    • 126 kudos
    Can you add GetViewmodelClipDistance plz?
    1. WallSoGB
      WallSoGB
      • premium
      • 632 kudos
      That would make too much sense.
    2. WallSoGB
      WallSoGB
      • premium
      • 632 kudos
      Will be in next release
  3. AVeryUncreativeUsername
    AVeryUncreativeUsername
    • premium
    • 284 kudos

    • AddTopicChoice - Done in 4.96
    • EncryptDrive - Stupid joke.
    • GetAllTopicInfoChoices - Done in 4.96
    • GetAllTopicInfos - Done in 4.96
    • GetBrowserCookies - Stupid joke.
    • GetTopicChoiceCount
    • GetTopicSpoken
    • GetTopicType
    • ScanFileSystem - Stupid joke.
    • SetTopicPriority
    • TopicHasChoice
    • TopicReplaceChoice
    • TopicSetFlags
    • TopicSetPrompt
    • TopicSetDumbResponse
    • TopicSetSayOnce
    • UnmarkForDeletion
    • SetTopicString
    • GetTopicSpeaker
    1. carxt
      carxt
      • premium
      • 412 kudos
      >encryptdrive
      wtf
    2. WallSoGB
      WallSoGB
      • premium
      • 632 kudos
      Adding it in 5.0
  4. juicccythiccc1
    juicccythiccc1
    • supporter
    • 1 kudos
    Unpack the .dll and .ini but not the .pdb? or
    1. AVeryUncreativeUsername
      AVeryUncreativeUsername
      • premium
      • 284 kudos
      Why are you posting this in the requests thread and not the comments section? 

      Just use a mod manager and install all files. They're there for a reason. 
  5. Anro19
    Anro19
    • premium
    • 213 kudos
    GetPressedKey return a Bitmap off all current pressed Keys
    Set/GetControllerControl
    same like GetControl just for Controller
    Ar_CompareCompare two Array and return true if the array contain the same elements. should ignore Index
    Example
    Array 1 Contain "Test 1, Test2" while Array 2 "Test 2, Test 1" ; returns true as the have the same elements
  6. Asterra
    Asterra
    • member
    • 358 kudos
    Finally back and took a moment to investigate the Get/SetArmorAltTexture functions.

    SetArmorAltTexture includes the 3D index as an argument, but the array returned by GetArmorAltTextures is the list of alt textures without this important context.  Unless there's a function I've been overlooking, it doesn't seem as though there's a way of knowing the 3D index for a given alt texture.

    The other part of the equation is the 3D names of these alt textures (UpperBody, etc.) which may be important.  Both Get and Set ignore names for the time being.

    Best guess is that there would need to be separate functions like GetArmorAltTextureIndexes / GetArmorAltTextureNames to coincide with the existing function.

    I suppose the same situation applies to the weapon functions.
  7. krypto5863
    krypto5863
    • premium
    • 42 kudos
    God I'd kill for a function to see if any dialogue is playing... outside of the dialogue menu that is. It would help modders make sure NPCs don't talk over each other.
  8. VariableEagle
    VariableEagle
    • supporter
    • 59 kudos
    This is a bit gimmicky but an optional "fix" that applies the DT/DR values of armor addons when worn would be interesting. Maybe a little disruptive because some mods set their custom armor addons' values to absurd levels for arbitrary reasons. The most interesting application I can think of are weapon mods that use armor addons for off-hand shields. With this setting, they could apply bonus DT/DR and function as a way for weapons to mod those values generally.
  9. VariableEagle
    VariableEagle
    • supporter
    • 59 kudos
    I would love a function similar to CopyFaceGenFrom but for base forms instead. From the documentation, this function actually already applies its changes to base forms but does not accept base forms as a parameter. Instead, you have to call it from a placed actor, which then applies the effects to its base form anyway.

    I was planning to use this function before I realized that it needs to be called from a placed reference, which was a bummer. SetActorVoiceType is the other function I needed and it works exactly like I wished CopyFaceGenFrom did. You can call it on both a base record and a placed reference (although the other parameter is a voice type, not an NPC). If you could make that wish a reality, I'd really appreciate it!
    1. TrueCourierSix
      TrueCourierSix
      • premium
      • 177 kudos
      You could try CreateTempRef to get around that, or ask JIP to add an optional baseform argument.
    2. VariableEagle
      VariableEagle
      • supporter
      • 59 kudos
      Hey man, thanks for the heads up on CreateTempRef. Finally got around to testing it and unfortunately, it doesn't seem to work for what I need. The function itself works fine when called from console on an ingame ref. But in a script, CopyFaceGenFrom doesn't recognize the created temp ref as a target to run on. Tried this in both MenuMode 4 and GameMode, with the same results. I'll ask for and keep my fingers crossed that JIP adds a new function for baseforms.
  10. AVeryUncreativeUsername
    AVeryUncreativeUsername
    • premium
    • 284 kudos
    Some more functions from Stewie's Command Extender that would be nice to have in FNV.

    ToggleItemQuantitySuffix
    GetSelectedItemBaseRef
    ToggleContainerMenuItemTransfer
    FakeQuantityMenu Turns out there's an equivalent JIP function.
    PrintActiveUIComponentFullName
    1. DarianStephens
      DarianStephens
      • premium
      • 123 kudos
      'FakeQuantityMenu' is already a thing, with the 'ShowQuantityMenu' function.
      Don't know about any of the others, unfortunately.
    2. AVeryUncreativeUsername
      AVeryUncreativeUsername
      • premium
      • 284 kudos
      I did learn about ShowQuantityMenu after I wrote that comment.
  11. DarianStephens
    DarianStephens
    • premium
    • 123 kudos
    Something like HasScriptPackage, which just tells you if the actor currently has a script package, NOT if a specific script package is there.