-
Posts
20 -
Joined
-
Last visited
Everything posted by Tascani
-
[LE] (Help) Starting a scene from a quest fragment
Tascani replied to Tascani's topic in Skyrim's Creation Kit and Modders
Thanks for your post, at least it confirmed I did not do something really obvious and stupid. The scene is on the same quest but the error stems from something that is not visible in the code above, but in the code seen on the pastebin link. Sorry, I was on mobile, maybe it was not clear enough. I "solved" it though. Here is a possible explanation: Using setstage(xx) within a Quest Fragment seems to stop scenes from starting properly, if you use SetStage(B) on Stage A and want to start a Scene on Stage B. Or with code: ;DONT DO THIS! ;Quest stage 5 (A) Debug.Notification("Hey we are on Stage 5") utility.wait(1.0) ;just for good measure Setstage(10) ;Quest stage 10 (B) myScene.start() If I cut the line that sets the stage to 10 and set the stage from somewhere else, then it works properly. The "cannot start scene because its parent quest was not running" is definitely misleading though. I understand that what I did - jumping from stage to stage - is not good practice, but I only used that in a brief test quest and it completely threw me off. I hope others won't waste as much time as I did. -
Hi everyone, Google didn't help and I'm hitting a wall when I try to start a scene from a quest stage with this setup: Quest (not start game enabled, have SEQ file anway) 3 Stages 0 - StartUp Stage Debug.Notification("blabla1) 5 - Debug.Notification("blabla2") BobScene.Start() 255 - ShutDown Stage Property Scene BobScene auto (pointing to the correct scene) Notifications show but papyrus log keeps complaining with: "cannot start scene because its parent quest was not running" But the parent quest is running. I checked that with SQV. Yes, I could start the scene in a different way. But why does it not work like that? Here is the faulty setup in pastebin: http://pastebin.com/gBmBNZuF __ EDIT: Cleared formatting EDIT2: Check post #3 in this thread
-
Lost Grimoire 2.0 - Development thread
Tascani replied to steelfeathers's topic in Skyrim's Skyrim LE
Hi steelfeathers, thanks for your continued work at your mod. Enjoyed playing with it a lot. I hope this is the right place to suggest changes to existing spells: Lingering Cold always felt a bit overpowered, especially on high health enemies such as dragons. The combination of super fast projectile and stacking (?) frost resistance reduction, made me kill dragons (and everything else) just too easy. This is in comparison to other apprentice frost spells. -
For the second time - How does one change the height of water
Tascani replied to GothicNicki's topic in Skyrim's Skyrim LE
Thank you for your post. Looks like I did something wrong with Oscape. So, yes. Multiple levels (different height) of water just work fine with Oscape. -
For the second time - How does one change the height of water
Tascani replied to GothicNicki's topic in Skyrim's Skyrim LE
@GothicNicki You can also press F5 to reload the render window and your edited water should be displayed. @Tambo Thank you for the input here and for your great tuts flying around. -
Love intensifies. Thank you Zehryo.
-
I don't care if people download boobs mods all day, if they want it - please go for it. But: What do you think about mods that are ... kind of misleading? At the moment there is a peculiar mod in the "hot files". It even deactivated the post/comment section. Nexus could/should really step up there and "protect" less experienced mod-users.
-
Dear nexus community, I'm working on mod that enhances the gameplay of poisons. Features: - make poisons feel different, rewarding and make choice meaningful - provide custom balancing - several bugfixes for SkyRe Preview: https://www.youtube.com/watch?v=4TH2_PxsdLM You can see a modified "Ravage Health" effect where the poison takes time to kick in. No overpowered poisons, no scripts, hight compatibility. Installing and uninstalling won't destroy your save. If you are interested, please message me or post in here. Requirements: Skyrim Dawnguard Dragonborn SkyRe_main ReProccer (and how to use it)
-
You are using SkyRe. There are SkyRe_ASIS_inis on the Nexus. This .ini includes the _EX Tag. Looks like _EX is an exclusion that is needed for ASIS if you use SkyRe. I'm still not able to resolve my NullPointerException, though. :(
-
NMM 0.47.0 "forced" update to fix the download issues
Tascani replied to Dark0ne's topic in Site Updates
You guys rock anyway. Of course I've got a lot of erros recently, but I had faith that it will be fixed. Nexus is free for those that chose so. ... or those who donate to the mod authors :D -
Time Scale issue - Time keeps moving way too fast!
Tascani replied to Kelenloth's topic in Skyrim's Skyrim LE
Problem As you described. I encountered that bug too. Not fixable with mere console commands (AFAIK). I don't know what caused it. It's just on one character. I use the same mods/setup for both characters. Reason It occured after installing official DLCs (+Unoffical Patches and adapting my Vanilla Mods to the new DLC). So it's hard to tell what caused it. Solution I know this sucks but: Back to an old save. Did help for me. Was lucky, the save was a very recent one. (Might consider starting an autosave plugin that hard saves - http://skyrim.nexusmods.com/mods/34842//?) Theorycrafting (pure speculation) I have no idea what fiddles with time. The only thing that comes to my mind is Falskaar. The scene when you are traveling from and to the island with Wulfs Boat. The clouds and daytime will change rapidly there. This scene MIGHT fiddle with timescale. Maybe this happens too when you fast travel or do something else. Then again my character has the Falskaar Mod but wasn't even there in this game. I highly doubt that Falskaar is the culprit. This serves as an example. The mod is amazing and works pretty well. I wrote this to give you an idea where to start and think.