-
Posts
19 -
Joined
-
Last visited
Everything posted by kflee
-
So in the Skyrim version of Creation Kit, there was a Package one could attach to Actor Aliases that would enable someone to force a creature to attack a person/place/thing. However, in the Fallout version I am having a lot of trouble replicating that. I have practically duplicated the Skyrim base UseCreatureWeapon package to no avail. I've set the Weapon Type to Weapons: NONE just like in the Skyrim version, but no option seems to help force my zombies to simulate attacking a dead body. Was wondering if anyone else had a look at this, or if there is something simple I'm missing. Cheers, kflee.
-
I think I've run into a snag here. What I want to do is have some Feral Ghouls constantly attack some NCR bodies and chew them up until they notice you. I thought I could use the NVSE useWeapon function, and it seems to work when I make some NPCs attack me. The problem is that ghouls do not actually 'hold' a weapon. getEquippedObject 5 returns the object id of a reference's currently equipped item... instead I get a blank, So I'm kind of stuck. Does anyone have any ideas? Thanks in advance: kflee.
-
As the title says, I want to make a short script that triggers on an actor's death wearing some very volatile armor. Now, I made my custom armor; and I want to make it so that killing these enemies will make the armor start glowing blue and then eventually explode, similar to a walking gas canister. I made a script that is attached to an armor, but I haven't really made any progress in terms of the glowing and exploding, I've read up on shaders but they seem really... undocumented. Is there anyone with experience working with those things that can help me out?
-
Huh. Wow. You're right! The issue was with one of the SKSE plugins. I will need to figure out which one. Thank you!
-
I don't know what happened. Whenever I try to start the game up with SKSE, it never even opens Skyrim. The process is there, but it's stuck at 32k memory and doesn't ever start up. However, when I do try to start up the game without SKSE, it works. I've tried verifying game cache and reinstalling SKSE. Nothing works. Any ideas?
-
This is a very basic problem. Let's say I found some very gorey blood splattered equipment, and that on my character's death I want swap out the shiny armor he usually wears for the rusted, bloody up version of it. Manually in the game, using the player.equipitem after death works, so I brought that over to a script [that doesn't compile, so I need to redo it anyways.] I've also made a quest, but unlike Fallout there is no Script Processing Delay that runs a script periodically. Can anyone help me out here?
-
Script Noobie, need some very basic help to get started.
kflee replied to kflee's topic in Fallout New Vegas's Discussion
Hmmm, the script won't save. EDIT: Oh, now it does. Problem is that it doesn't seem to work. EDIT: Got working with the PrintC commands to debug, it seems that Player.getCurrentHealth is always returning 100.000? Wat. Oh, I got it working. Great success. Thank you for helping me out! -
I want to start learning the script syntax, and after reading the TES4 Construction Kit it seems easy enough. To begin, I want to try scripting so that whenever my character gets hit, he mutters something as long as he didn't say anything for the last 3 seconds. So, this is what I think I need to do: 1) Create new sound entry. Pointed it to directory full of .wav's and called it MVgetHitSound 2) Create a new script, lets call it MVOnHit ScriptName MVOnHit short currentHP short newHP short doOnce Begin GameMode ;Set up variables: if doOnce == 0 set currentHP to player.GetCurrentHealth set newHP to currentHP set doOnce to 1 endif ;Loop to check when currentHP != newHp if currentHP != newHP set newHP to currentHP player.playsound3d MVgetHitSound endif End 3) Attach script to Player NPC. 4) Skip ???, go straight to profit. However, I'm missing something. I don't know to add a timed delay, nor do I know why this won't werk. Halp plz?
-
Yes! It finally works. Thanks for your time and patience hah.
-
http://oblivion.nexusmods.com/mods/15802 The newest version of it. I'm getting Wrye Bash first haha, probably easier to learn than Unix bash.
-
Well, what, specifically, are you trying to do? Be SPECIFIC. I have no idea what exactly you are trying to do, so if you want help, you need to tell me exactly what mods you are trying to install, what tools you are using, what guides you are using, etc. In installing MBP and such, I went and installed [in order]: HGEC MBP found on some other site MBP ++ found on this site Manually installed and such. Is that the correct order of installations? Or is that where I did something very very wrong?
-
Hmmm, is there like a specific order as to how I should install these?
-
I -was- using the NMM, until I realized most of them didn't install correctly so I began drag-dropping into the DATA folder within my steam oblivion folder. I'm very thankful for you having to put up with this loool. [+kudos]
-
Is what it looks like atm, I just quickly randomized a character from MBP. That's... not supposed to look like that, right? But, when I try the character out in any HGEC body armor, it 'magically' works. Sometimes.
-
All right, time to get this MBP working haha. I'll post a ton of SS's to show what I'm looking at.
-
Oh? I guess I was being a bit silly. My bad haha. [Edit: I sounded like a dyslexic cow. Wow. Let me rewrite this.] What I specified is that the body my character is not the HGEC body despite having me installed the body. My character is the slim 105d race, but the body type highly resembles the old body type with the old underwear. Which means it isn't using the HGEC body... I think. And thanks colourwheel, I'll definitely look into it. I thought Skyrim people looked bad lol, I didn't see oblivion until now EDIT: @colorwheel, It's pretty cool and I can see you put a TON of work into it, so I hope you won't be offended if I say it isn't quite what I'm looking for. Though I'll definitely take the time to check out your [close to about a billion] mods that you've put up! Thanks for your time and effort
-
I recently got into Oblivion having thoroughly enjoyed Skyrim, but if there was one thing that stood out, it was this: People are ugly. Is there a way to somehow use both HGEC with the MBP Slim 105 race? I'm not a complete noob but I don't see how the race isn't using the female files. Thanks in advance!
-
I find it amusing to see how a fight carries on even after I've fallen [You better avenge me Lydia!], or if my body careens off into the distance or not. So, I would like to make a humble request: Can anyone unlock the camera after death?