-
Posts
221 -
Joined
-
Last visited
Everything posted by J3X
-
Due to scripting reasons. I could not find a reliable way ot detecting when a staff started a concentration casting and stopped it. If one would poke at it for some bit it might be able to be solved. The staff is a weapon. When you use it it detects this via animations, when the right animation event is triggered it casts the last spell equipped to that hand. So It is neither one.
-
Craftable Panties Bras and Stockings for CBBEv3M by goTha
-
That looks and sound pretty awesome. I assume that this would also work with any other NPC or creature in the game, so one could create a mini M'aiq the Liar?
-
I don't think that PSB would help at all, it's like emptying your caches. They only needs to be filled again.
-
Hey! Arachne needs love too you!
-
http://skyrim.nexusmods.com/mods/16837/
-
LE SkyUI 3.0 Mod Configuration Menu
J3X replied to schlangster's topic in Skyrim's Creation Kit and Modders
Awesome! -
LE Invisibility enchantment ability for jewelry and/or clothes/armor
J3X replied to Redbeard007's topic in Skyrim's Mod Ideas
I'd vote for an enchantment that made clothing invisible... :P -
The question is if you can access if via Papyrus or if you need to write a SKSE plugin for it.
-
LE An idea or two for better modders than I
J3X replied to Quirkyblonde's topic in Skyrim's Creation Kit and Modders
1) http://skyrim.nexusmods.com/mods/25493 4) ███████████████ -
The hard part is probably detecting the angle of the terrain you are trying to walk on.
-
This might be what you are looking for.
-
My mod does also include a levitation spell.
-
LE An idea or two for better modders than I
J3X replied to Quirkyblonde's topic in Skyrim's Creation Kit and Modders
1 and 4 have been done. -
What is wrong with using different mods?
-
The jump might be a bit tricky to do. Moving the player with scripts tends to make him noclip through the terrain.
-
To my knowledge has no one managed to create new rigid weapons, but it should be possible as Bethesda have showed us flails in their Game Jam. Also, don't involve money with modding.
-
I've included a levitation spell into my broomstick mod, if one could add some animations then it could be even more awesome.
-
Something like this I assume.
-
There is no Daedric king.
-
Can you make a script start when an arrow hits an object?
J3X replied to samv96UK's topic in Skyrim's Skyrim LE
Incorrect usage of OnHit. Event OnHit(ObjectReference akAggressor, Form akSource, Projectile akProjectile, bool abPowerAttack, bool abSneakAttack, bool abBashAttack, bool abHitBlocked) if (akAggressor == game.GetPlayer() && akSource == HuntingBow && akProjectile == IronArrow) ArcheryQuest.SetStage(20) End If EndEvent -
LE A very simple, very easy mod request.
J3X replied to BartholomewFolk's topic in Skyrim's Mod Ideas
The meshes are low poly because otherwise you would get an interactive slideshow on some systems. -
This video is private.
-
It would require some sort of SKSE *.nif manipulating plugin.