-
Posts
154 -
Joined
-
Last visited
Nexus Mods Profile
About user826

Profile Fields
-
Website URL
http://fallout.firedrakecreative.com
-
Country
Canada
user826's Achievements
Collaborator (7/14)
1
Reputation
-
How to Make Custom AttackLoop Sounds?
user826 replied to user826's topic in Fallout New Vegas's GECK and Modders
I managed to solve it! Apparently, the game requires the WAV file to have loop region metadata, which Audacity doesn't have the ability to create. I ended up using Wavosaur, which does have this capability. All you need to do is load your WAV file into Wavosaur, click and drag in the waveform to highlight the section you want to loop, then click Tools >> Loop >> Create Loop Points. Then, save your WAV and it will work in the game!- 1 reply
-
- 1
-
-
How to Make Custom AttackLoop Sounds?
user826 posted a topic in Fallout New Vegas's GECK and Modders
I'm trying to make a sound play on a loop when a weapon fires, but can't seem to figure it out. After adding my custom sound to the GECK and selecting it for the Attack Loop sound under Art and Sound in the weapon record, it plays the first few milliseconds over and over when firing instead of looping the entire sound. I notice that the minigun sound has values for Begin and End loop points, which I can't add to my custom sound in GECK, so I tried adding it in FNVEdit but it didn't fix the issue. Does anyone know how to do it properly? -
Setting Hair Flag in NifSkope Offsets Placement
user826 replied to user826's topic in Fallout New Vegas's GECK and Modders
Hmm, if that's true and the hairs are hardcoded into the game, that might explain why the Starlet Wig was a wig in the first place, instead of actual hair. Still a pain in the neck, though, haha Thanks for weighing in! -
Setting Hair Flag in NifSkope Offsets Placement
user826 replied to user826's topic in Fallout New Vegas's GECK and Modders
No, the hair doesn't have any associated EGM. The original Starlet Wig might have had one, but after I retextured it and saved it as a new mesh, I didn't make a new EGM for it, so I doubt that's the problem. -
Hey all, I'm trying to turn the Starlet Wig into a playable hair, and while I managed to retexture the mesh using the base game HairBun texture, I ran into a weird problem when trying to add it to the game. In NifSkope, when I check the "Hair" flag under the "Shader Flags" drop-down menu in the BSShaderPPLightingProperty node, it causes the position of the hair to shift (see attached photo). When I uncheck the flag, the hair returns to its proper position, but of course without this flag set, the hair doesn't change color to match the NPC's hair color. Does anyone know what's causing this and how to fix it? Many thanks in advance!
-
Displaying Global Values in Dialogue?
user826 replied to user826's topic in Fallout New Vegas's GECK and Modders
Thank you for the comprehensive write-up! I know I could do this very easily using engine extensions, but I was hoping for a way to do it dynamically within the dialogue using vanilla GECK functions, which it turns out isn't possible. I force myself to use only vanilla GECK when making my mods without NVSE, JIP, or any other third-party extensions as a self-imposed challenge, since limitations breed creativity. -
Displaying Global Values in Dialogue?
user826 replied to user826's topic in Fallout New Vegas's GECK and Modders
Like I said earlier, this isn't a game-breaker. I figure anyone who changes the Global will likely remember a) that they did so, and b) what they changed it to, so seeing <6000 caps> show up in dialogue shouldn't send them into a spiral of confusion, haha -
Displaying Global Values in Dialogue?
user826 replied to user826's topic in Fallout New Vegas's GECK and Modders
I never thought for a second that you would leave me high and dry that way, haha! But what I meant was that using only vanilla GECK, there's no way to store string variables, so that even if I found a way to replace the player's name with the Global, I wouldn't be able to change it back using only vanilla GECK. -
Displaying Global Values in Dialogue?
user826 replied to user826's topic in Fallout New Vegas's GECK and Modders
No, it's okay, I think I'm just ultimately going to leave the mod in its current state. This was a "would be nice" feature but if it's not possible with vanilla GECK, I'm not going to tack on a dependency just for this. I don't think the method of changing the player name would be a viable option because I have no way of storing the current player name value, so even if it worked, for the rest of the playthrough, the player's name would randomly change between "6000", "7500", and "10000"! "[barter] Doctor 6000 detects a terminal lack of caps in this discussion." Haha Thanks for your help, though! I knew it was a long shot even when I posted the thread, because if such a useful feature existed, I probably would've stumbled across it at least once before now. -
Displaying Global Values in Dialogue?
user826 replied to user826's topic in Fallout New Vegas's GECK and Modders
The scaling multiplier idea is a good one. Although seeing as how I don't use third-party engine extensions for my mods, I don't think I can accomplish my goal using only vanilla GECK. I was hoping there was a function that I just didn't know about, kind of like how you can use "%.0f" to pass a value from a script to be displayed in messages, I'd hoped that there would be a way to use something like that to pass a value to a dialogue prompt. -
Displaying Global Values in Dialogue?
user826 replied to user826's topic in Fallout New Vegas's GECK and Modders
All of the 20+ weapons in the mod cost either 6000, 7500, or 10000 caps. When I first made the mod years ago, I just hardcoded the values into the dialogue, so the condition checks if the Player has at least 6000 caps in their inventory, for example. That wasn't a problem, because the dialogue prompt reflected a hardcoded value -- that value was never going to change. But then, I changed the dialogue condition to check the value of a Global variable, removing the condition that checks the Player's inventory for 6000 caps (or whatever the value for that particular gun is). The three Globals were set to the same values as the original condition checked for, but the benefit now is that a player can change the prices without having to individually edit every single line of dialogue. For instance, they can just type "set aaaGLOBCustomTier3 to 500" into the console, and all guns that used to cost 6000 caps will now only cost 500. But the dialogue prompt still says, "<6,000 caps> I'd like to buy Custom Gun #13" even though the gun now only costs 500 caps. All I wanted to know was if there is a way to make the dialogue option change to reflect whatever custom cost the Player changed the Global to, so in this case, to make the dialogue option say, "<500 caps> I'd like to buy Custom Gun #13". -
Displaying Global Values in Dialogue?
user826 replied to user826's topic in Fallout New Vegas's GECK and Modders
This is great, thanks! I was hoping there might be a way to do it with vanilla GECK, but it seems not. As for your question, I only have three Globals: aaaGLOBCustomTier1 (10000), aaaGLOBCustomTier2 (7500) and aaaGLOBCustomTier3 (6000) and my 20+ dialogue topics each reference one of those variables. -
Displaying Global Values in Dialogue?
user826 replied to user826's topic in Fallout New Vegas's GECK and Modders
I want to use this for my Vlad's Weapon Depot mod, where you can order custom guns to be built. All the guns cost either 6000 (Tier 3), 7500 (Tier 2), or 10000 (Tier 1) caps, and as originally made, the Player can say something like, "<6,000 caps> Can you build me a gun that [does whatever]?" but I recently changed the 6000, 7500 and 10000 caps to be Globals so that people using economy overhauls can raise or lower that value to match their overhaul mod. It's just that the dialog option will always say <6000/7500/10000 caps> no matter what, because I can't figure out how to display the Global value in its place. I have at least twenty different custom guns and no way to know what value the end user might change the Global to, so conditionalizing a whole bunch of possible topics likely won't be practical. The way it works now isn't a gamebreaker, but it would be a quality-of-life improvement for people who change the Global for whatever reason. I'm not going to lose sleep over it if it's not possible, though. -
Displaying Global Values in Dialogue?
user826 posted a topic in Fallout New Vegas's GECK and Modders
Hey, all. I was wondering if anyone knows if it's possible to display the value of a Global variable in notes and dialogue? Much like how using &PCNAME; will replace the string with the Player's name, is there something I can put to display the value of the Global? For example, let's say I have the Global aaaGLOBBasePrice, which defines the lowest cost of some item or service. The variable can change based on the decisions or actions of the Player. Can I somehow make a vendor say, "I can do it, but it'll cost you &aaaGLOBBasePrice;."? Or give the player a dialogue option like, "[barter] I can offer you &aaaGLOBBasePrice; for it."? This way, the dialogue dynamically reflects the change in price. Thanks for your time! -
So where can we go to download more creative mods?
user826 replied to SzassTamofThay's topic in Off-Topic
If my work qualifies, the latest versions of all my mods (including the Weapons Mega-Pack and Armor Mega-Pack) can be found on my wiki: http://fallout.firedrakecreative.com/ The versions already on Nexus will stay so as not to screw over the people who made translations, tweaks, etc. for my mods, but will no longer be updated or supported.- 10 replies
-
- mods
- mod author
-
(and 1 more)
Tagged with: