Jump to content

Swirlyfizz

Members
  • Posts

    3
  • Joined

  • Last visited

Everything posted by Swirlyfizz

  1. I too have experienced this problem for a while now. It happened even before I modded SE and continued to persist as I added them, with the same frequency but at random times. Sometimes the game will CTD when I open the map, or cast a spell, or save. Sometimes it will crash when I enter a new cell. It's completely random. I use loot to organise my mods in addition to my own tweaks. I'm aware that I use SKSE and script heavy mods, but the game has been this way even before using them and has not gotten any worse after adding such mods. Load Order Any help would be appreciated. It isn't breaking enough to ruin my experience, as the CTD often happens 4-6 hours of constant play, which is a fair trade in my opinion for relative stability, but eliminating it would be nice.
  2. Hello Nexus community. I thought I should write my solution to a problem a few people have been having with Elys Skyrim Community Uncapper. Link here: http://www.nexusmods.com/skyrim/mods/1175/? A number of people, myself included, have been having problems getting the latest version working, more specifically the Perk on level which grants more perks to work in conjunctionwith things like Skyre. I've tried many solutions such as disabling Riviatuna server to no avail. After pulling most of my hair out, I believe I found the problem with the latest .ini. Whether this was intentional, I remember the old version working without input. This is not the case with the latest SKSE_Elys_Uncapper.ini file. First of all, this .ini file should be located once installed in your SKSE Plugins folder, which should look something like this 'Skyrim\Data\SKSE\Plugins' The first thing I noticed was in the following line: ;Enable(1) or Disable(0) the number of perks gained, set by the Uncapper, at each level up ;Default value = 0bUsePerksAtLevelUp=0 Setting this line to:bUsePerksAtLevelUp=1Should solve this. Secondly and most importantly I noticed something which might be overlooked by some people.Farther down the list you may come across something like this: [PerksAtLevelUp];Set the number of perks gained at each level up. If a specific level is not specified then the closest lower level setting is used.;Default game value is one perk per level (you can also use float as value, for example 1.25 per points per level); Level (2..10000) = Perks (0..255);;In the following inactive commented example the player will gain 1 perk per level at and from level 2 to 9, then 2 perks per level at and from level 10 to 29,; then 4 perks per level at and from level 30 to 94, then no perk at all per level for level 95 and above;;2=1;10=2;30=4;95=02=1 The solution is thankfully quite simple and should be repeated on the lower lines which entail how much health, stamina and magicka you gain on level respectively. In short, the semi colons in front of a line mean that the .ini is going to ignore it. This means you will not get the perks entitled to you at level 10, which should be 2 instead of 1. A simple fix and this is how it should look: [PerksAtLevelUp];Set the number of perks gained at each level up. If a specific level is not specified then the closest lower level setting is used.;Default game value is one perk per level (you can also use float as value, for example 1.25 per points per level); Level (2..10000) = Perks (0..255);;In the following inactive commented example the player will gain 1 perk per level at and from level 2 to 9, then 2 perks per level at and from level 10 to 29,; then 4 perks per level at and from level 30 to 94, then no perk at all per level for level 95 and above;2=110=230=495=02=1 I hope this was helpful to someone out there, who like me overlooked this and spent the rest of the night feeling very stupid. :blush:
  3. I'd also like to know, but it seems the Author has hid his Sound Propagation Overhaul & Footsteps Overhaul Mods a few days ago. I have encountered bugs with the footstep sounds on certain surfaces and sometimes a lack of sound completely when jumping or riding a horse. I can only speculate that he has hidden it to work on those problems, otherwise I'd love to know also.
×
×
  • Create New...