-
Posts
453 -
Joined
-
Last visited
Reputation
0 NeutralNexus Mods Profile
About stevie70

Recent Profile Visitors
The recent visitors block is disabled and is not being shown to other users.
-
troubles adding stuff to multibounds
stevie70 replied to stevie70's topic in Fallout New Vegas's Mod Troubleshooting
really no one? still couldn't find a solution to this, just can't get more than portions of the stuff i want to stay assigned to their multibounds... :-P -
you might want to try out my mole's well mod (link below) think you'll love li'l mo. :-)
-
you can set static attenuation in the sound's dialogue to a higher value. that's technically not turning the volume down but turning the damping up, but the effect is more or less the same. and for creatures, trying to turn a li'l mole rat a little less noisy, i found there's an option that let's you set it's volume to three different levels (like hi, norm and off or something), that'd be in the creature's sound tab.
-
i'm experiencing big difficulties getting stuff into multibounds: whenever i try to add something to a mb, either something else (or even everything else) disappears from the list, or the added items aren't added, or they appear like added, but when i save/reopen the mod, they're gone from the list, etc, whatever i do, i can't seem to get a complete set of items into a multibound - is there any trick to this? i found odds are slightly better if i add just small sets of items one by one rather than large numbers at once, but still far from really doing what it should. and it doesn't seem to make any difference if the pivot point is within the mb-marker, if i add batch or one by one, what object type it is or anything else - i'd be glad about any hint, re-trial and re-error don't get me anywhere here.
-
ah, cool one, thanks :-) (looks a bit like hell to keep track of when opening the script a week later though, but then, i don't necessarily have to call the thing "a" ;-))
-
now that's one error (geck-powerup) i sure hadn't expected (or even thought would exist) - "Max. nesting of 10 exceeded.", meaning i have more than 10 nested ifs and obviously can't do that... hm... well then, let's go see if i can do more than 10 &&'s in one line... :-)=)
-
yeah, me too :-) - but still i was a bit early with my euphoria i fear, because the whole thing has one big flaw: true is: checking if in a container and if equipped work like i wrote. also true is: OnHit works well with an armor item that's lying around in the world. BUT: on further testing i had to find OnHit (or OnHitWith) obviously won't trigger for an _equipped_ armor item; and one more problem about my whole setup, i've made an essential test-fiend with the suit on and punched bullets into him for about half an hour, but the suit's health percentage wouldn't drop (as seen by using showinventory) - this is strange, because on player-equipped items it sure does drop. or i don't know how long i'd have to shoot the guy before it drops on an npc, whatever. but at least i have half of the thing working so far, i'll see if i can find (out) something for/about the other half without having to use a ton of gamemode blocks. one thing that certainly didn't work was destruction stage, found i could add those to an item and even could make the item exchange for an other one on that stage (but not suitable for clothing anyhow, because you'd have to pick a nif and not an object (f/m-versions!)) and lots of other stuff, but it wouldn't trigger. next thing i found (on the geck-wiki) was, this obviously only works for objects that have destruction stages defined in the nif, so this try went absolutely nowhere.
-
figured it out now, it's actually amazingly easy: OnHit and OnHitWith work very well with clothing. If this triggers, it means the item is either equipped or in the world, otherwise (if it's just in a container and not equipped) it couldn't be hit. now i check if it's in a container by calling GetContainer. if it is in one, this returns the container's ref (except if it's the player i think, got that to read up yet), if it's not, it returns nothing. so, if it's hit and in a container, i can AddItemHealthPercent NewItem and Removeitem Olditem and the equipping stuff (i can now also check if it's actually equipped since i got the ref) if it's hit and in no container, i PlaceAtMe Disable MarkForDelete the stuff. and if it's not hit, the health percentage shouldn't change anyway, at least i assume so, so this should do what i wanted (and basically does, just tested a rough script successfully) ... never say never. or no other way, or anything else absolute... ;-)
-
don't use nvse, so this won't work for me i fear. guess i'll leave that out for now then, should've been just a little additional detail anyway... ... hm... any idea perhaps if OnHit / OnHitWith would work with clothing? i mean, getting hit and dropping health percentage look like they'd go together well somehow... :-)
-
not? i thought it'd be more or less the same as health percentage, but i haven't looked into destruction stages very much yet (actually just stumbled across it looking for a way to change a "clean" version for a "dirty" version when health percentage drops below whatever, but that doesn't sound like it'd work that way at all. :-( well but (apart from the above) how'd i know who "myref" is? after all, this should have worked for any of that items, meaning: also if worn by random npc's. and with getitemcount, ok i'd know if any of these items is in their inventory, but i'd still not know if the item itself is in the world and just another one of that kind in the inv? and if it won't work with OnDestructionStateChange, i guess i'd have to find out all that gamemode for who knows how many copies of the item... man, and i thought that one'd be trivial... :-)
-
there is no "correct size" for the textures (except for the sizes, like shantih said, are always powers of 2), also, it's not always just the actual poster that's on the texture, there can be lots of other stuff on the same texture as well, like frames, or 4 different poster motives sharing the same texture - it all depends on the model they're applied to. so, to change a poster texture, you'd find a fitting poster model in geck and look up the item's model, then unpack the texture-bsa's to your hd (using fo-archive-utility or whatever) and locate the original texture (if you can't locate them, nifskope helps), and then you'd have size and layout of your desired texture & can just save it under a new name and rework it in photoshop (there's dds-plugins for ps by nvidia) or whatever.
-
i want a clothing item to be replaced by another item whenever it's health percentage falls below xyz. so far as i've figured it out, this should hopefully work with a begin OnDestructionStageChange / GetHealthPercentage - combination, but on event, i'd have to know if the item is in an actor's inventory (remove/add, unequip/equip) or in the world (placeatme(?)), and i'm ab-so-lu-te-ly clueless on how to do that - any ideas anybody?
-
how to get rid of music in an exterior cell?
stevie70 replied to stevie70's topic in Fallout New Vegas's Mod Troubleshooting
yeah sure, i could also just turn off the speakers........... :-)) -
i'm having troubles getting rid of music (including battle sets etc) in an exterior cell (but keeping region sound effects) selecting no music in the cell properties doesn't seem to have any effect. i've tried an acoustic marker tied to a media location controller, which also doesn't seem to do anything. do i have to edit regions or stg to do this? (gave that a look, but can't duplicate existing regions or add sound fx to new ones)
-
i've been asking admins in vain for half a year to change my user name before doing this, and i actually never intended to keep both accounts, i just wanted to find a way to transfer my mods to the new account (i'd rather have had user name changed and keep endorsements anyhow, but...) and then delete the old one. if i had ever intended to do anything fowl with the new account, i'd not have announced this here (and still have the new one). idiot me. :-( s7o