-
Posts
111 -
Joined
-
Last visited
Everything posted by portbash
-
LE Renaming: Creating an unique baseObject
portbash replied to portbash's topic in Skyrim's Creation Kit and Modders
Didn't the code example made that clear? Anyway... thx for the reply. +A pitty. -
LE Renaming: Creating an unique baseObject
portbash replied to portbash's topic in Skyrim's Creation Kit and Modders
Thx Ishara... but I was talking about ingame =] -
LE Renaming: Creating an unique baseObject
portbash posted a topic in Skyrim's Creation Kit and Modders
Right now I'm using setName on a current references baseObject: ActionRef.getBaseObject().setName("Name") Now, by renaming an object, lets say, the reference is the common bed furniture, all(!) common beds in the world will use that new name. How to create an unique "copy" of this reference to apply the new name to just this reference? -
Any nif magician out there who can provide (or guide) me with a customized skeleton.nif of the hare with all havoc collisions disabled?
-
CONFIRMED & SOLVED Manipulating the InventoryWeight actor value will update the SpeedMult value! Download & endorse: Frost Magic Bugfixes
-
I'll check it out. Thx a lot Ceru! EDIT: From the mod description (Author WizardWhitenoise)
-
Well... not even the original ice/slow spells are doing the trick. something ain't right. @sunny: Yeah I might need to create a workaround using SKSE... Right now I'm using the following hack: while player.isWeaponDrawn() == false player.drawWeapon() wait(0.0001) endwhile while player.isWeaponDrawn() == true player.SheatheWeapon() wait(0.1) endwhile But there is a tiny moment where the weapon is shown - sucks. Going to try it with sneaking instead.
-
I am using a (constant) magic effect! still the player has to draw the weapon or do other actions to make the new speedmult value kick in. I'll check out & reverse an ice spell... good idea. Thx @Sunny: Thx mate but I'm just having difficulties to get the speedmult updated. Not messing with stamina and such. But thx for the effort.
-
I'll bump this one as I got the same problem: Speedmult manipulations are only applied/updated if player does some certain action (draw weapon, sneak...). What's the trick? I've seen speed altering in other mods working just fine...
-
LE How to really, really terminate scripts?
portbash posted a topic in Skyrim's Creation Kit and Modders
I'm currently working on the uninstall function on my current mod project and I'm having difficulties to get rid of the scripts. The main script is attached to quest & and one is running as a player alias script. I stopped the quest, cleared the alias and what not. However, after checking with a save manager the scripts are still listed and not even flagged out-dated.... . -
Having Trouble w/ Conditions in CK
portbash replied to SkyrimModHunter's topic in Skyrim's Skyrim LE
GetLastHitCritical isn't working for me either. -
I liked the quest/alias idea so I tried it, but it doesn't find a match. I also applied a constant ability spell on a test NPC with the GetLastHitCritical as spell condition - not working either. Thx, but knowing the critical hit percent chance isn't helping.
-
Hm, hm... hmmm. Thanks for the efforts - much appreciated. I agree with the messy & uncertain part but very creative thinking man. Hm. F***. Without detecting critical hits I can drop the hole idea, as I was planning to have different bonus variations especially for critical hits. Like: 10% chance that the target is paralyzed when critical hit was landed.
-
Hm, hm. Still no luck. I've tried several variations and still, no critical hits are noticed. I got the feeling that the GetLastHitCritical isn't usable. Has anyone ever successfully used this condition? Is there any other way to detect a critical hit landed by the player?
-
I'm trying to have a perk only be activated if the players last hit was a critical one. Therefore I've planed to use the GetLastHitCritical condition. But it isn't working. www.creationkit.com says: "GetLastHitCritical indicates whether the last time an actor was hit resulted in a critical strike." Is it the player that registers the hit, or is it the enemy? Where shall I put the GetLastHitCritical condition. In the perk owner tab or in the target tab? grrr...
-
LE ENB vs ImageSpaceModifier
portbash replied to portbash's topic in Skyrim's Creation Kit and Modders
Changing the camera target while the screen blacked out. But I'm going to use the FadeOutGame command as a backup - it works with ENB. Thx for the reply -
LE ENB vs ImageSpaceModifier
portbash replied to portbash's topic in Skyrim's Creation Kit and Modders
I guess I can't bypass this via scripting? -
I have noticed that some ENB's aren't displaying the cinematic, tint & fade settings of an imod. I rely on these settings to blacken the screen while script tasks should be executed unseen... . Is it just my system or is this a common problem of ENB?
-
Any way to avoid that?
-
So as the title says I'm having difficulties in getting any user made ENB setting to look on my system as they supposed to. I spent all day using a fresh skyrim installation, fresh video card drivers and tested tons of different ENB presets and what not - no success. I got the basics running, like bloom or a sunflare, but the good stuff like DOF (isn't showing at all - not even when I'm using DYNAVISION Dynamic DoF mod + bDoDepthOfField=1) and as soon I turn on the volumetricRays, I'm having a complete black screen or it's filled with artifacts (see attach screenshot). I'm using an intel core2 quad CPU and a GeForce GTX 260 ... this should do the trick, eh? Any help is much appreciated.