Jump to content

acidzebra

Premium Member
  • Posts

    1630
  • Joined

Posts posted by acidzebra

  1. Are you running any weather-altering mods (like Climates of Tamriel, volumetric fog, etc. etc)? Are you running ENBs? Can your machine cope with the config/mod load you are putting it through?

     

    Removing a couple of weather patterns from vanilla weathers is easy enough but if you run custom weather mods...

  2. If you remove scripted mods, leaving the script behind or not, you are going to break your savegame horribly sooner or later, and most likely sooner (not all scripts do this, it's not an iron-clad rule, but close enough - it's just not a good thing to do). Installing a scripted mod = you're stuck with it for this playthrough. People should really have learned this about skyrim already. References to specific versions of scripts get baked into your save.

     

    On a new save/game the loose script file can not run if there is no esp/esm telling the game engine to run it, unless it replaced vanilla scripts.

     

    To answer your specific question, I'm not aware of such a tool (when doing manual installs anyway), but people who do the whole "hey, let's yank some scripted mods from my in-progress game" aren't going to benefit much, I think.

     

    Nothing wrong with scripts intrinsically, they can add wonderful new experiences and extend the game far past what was originally thought of, but they do come with limitations that people should be aware of - one of them is you shouldn't just casually remove them from in-progress games.

  3. Some of the things you suggest in your initial post are certainly possible, others would require that someone virtually rewrite the game engine which is unlikely to happen.

     

    You may be happy with a mod like this one to make combat bloody hard:

    http://tesalliance.org/forums/index.php?/files/file/1567-duke-patricks-archery-and-heavy-weapons-combat/

    and this one to alter the NPC combat AI

    http://www.nexusmods.com/skyrim/mods/18436/?

     

    note: both are complex mods so be sure to read any READMEs and follow instructions.

  4. This is why people should turn off papyrus logging. You're just wasting CPU/disk cycles and getting paranoid about perfectly fine vanilla scripts kicking in and doing their thing. 311 times in 2 hours (7200 seconds) = once every 23 seconds. In terms of the scripting engine, that is not "a lot". That's a very conservative check.

     

    Whatever is causing your CTDs, it's not that.

     

    Also, that is not an error with frostfall, that's another mod checking for the presence of frostfall. Given the moniker "arthlal", most likely Arthmoor's Live Another Life. Again, perfectly fine.

  5. You can also see exactly what mods were loaded for any given save and in what order they were loaded on the "saves" tab of Wrye bash.

     

    Also, for those who did lose content, deleted mods are no different from other deleted windows files so if you're quick enough and they haven't been overwritten by other stuff you should be able to undelete them. Plenty of free software available to help you recover deleted files, like http://www.piriform.com/recuva

  6. Skyrim is a 32-bit app which has had LAA awareness since quite a few patches ago. It's never going to use more that 4 GB RAM (actually less than that with overhead etc).

     

    If the setting you are talking about is modifying iMaxAllocatedMemoryBytes is what you're talking about which I suspect you are given the mention of papyrus, that will actually destroy your savegame over time.

    http://www.creationkit.com/INI_Settings_(Papyrus)#iMaxAllocatedMemoryBytes

     

    I don't know of any other site that does what you're looking for, sorry. Nothing like understanding what values you're putting into your game.

  7. It's not using it because it doesn't need to, or it can't because it's waiting for other stuff. Congrats, your CPU has spare capacity for other tasks. In other words, if you are still experiencing lag or low fps you are bound by some other limitation, so gpu, ram, disk, throughput of any of the before. In other other words, the bottleneck is not your CPU.

  8. There are a number of solutions. One that I might go for is make copies of interior and exterior load doors, then add scripts to those doors that run addperk/removeperk or modav when entering/leaving (OnActivate). Or if that doesn't work properly, perhaps a trigger box in the cell which does the same on enter/exit.

     

    http://www.creationkit.com/AddPerk_-_Actor

    http://www.creationkit.com/ModAV

    http://www.creationkit.com/Stats_List

     

    http://www.creationkit.com/Creating_Primitives

    http://www.creationkit.com/Complete_Example_Scripts#A_Trigger_That_Detects_When_The_Player_Enters

     

    should be all the puzzle pieces you need.

     

    edit: or what jazzisparis said would probably be a more elegant way if it's not a vanilla perk you're wanting to add.

  9. You're welcome, of course.

     

    Your problem is not so much "this mod is too script-heavy", because the game itself even in a default state is running a ton of scripts at any one time. Just look at the papyrus logs and script folder (in the BSAs) of a vanilla game. It's more "this particular combination of mods is overloading things".

     

    Pretty much all the mods fifty highlighted depend on keeping constant tabs on the player and nearby NPCs to apply some kind of effect. Then it needs to keep track of those effects, and end them at the appropriate time. That's why they are "heavy". The more NPCs you have running around in your game, the heavier this load will be. You also have to contend with "persistence", where the system load is once again dependent on your particular modload. That's why there is no one-size-fits-all tweak or solution.

     

    The papyrus ini page I linked to can give you some insight needed in what you could tweak to allow your personal modload to run okay, but that requires careful experimentation, lots of savegames to revert to, and patience. And you should always ask yourself "if a given default value counts for 100%, is it sane to increase that value by 1000% or more?". (the answer, in most cases, should be "no")

    http://www.creationkit.com/INI_Settings_(Papyrus)

    Or you could choose to just give up on some of the mods. In your new game :laugh: I know I had to make some hard choices between more NPCs running around vs more pretty environmental effects. I ended up choosing the NPCs because I like my Skyrim lively.

  10. Skyrim belongs to the Nords!

    - not a racist

     

    But seriously,

    http://www.quickmeme.com/img/33/33dfbbfa5c48a72e3bb4dcc1eb0aad6b4846e556b3082b64c4ab199e59e1d7bd.jpg

     

    You are right in one thing though, EVERYONE in Skyrim is amazingly racist. But never to you, the player.

    "I hate dark elves so much!"

    *without skipping a beat*

    "oh hello dark elf dragonborn, how may I help you?"

  11. the memory settings at first were default then i did increase it to the max (2gb) gave me more stability but i started getting ctds

     

     

    "getting ctds" is not "more stability". You blew your papyrus script stack by setting the memory allocation FOR PAPYRUS to an insane value. The fact that the setting is made under [Papyrus] should have been a clue. It's not a game engine setting. It's a papyrus setting.

     

    Look, your savegame is toast. I don't think reversing the values now would save it. You could try, and you should change them anyway for your next playthrough. This time, try changing to a somewhat sane value. Like, I don't know, 115200 which is a 150% increase from default. Unlike 2GB, which is a 2700% increase.

     

    And you can't yank scripted mods mid-playthough. You need to revert to a save from before you installed them or start a new game.

     

    You should also probably turn off papyrus logging, right now the massive stack dumps are causing your game to freeze and the log is of very limited value to you anyway. It's just wasted cpu and disk cycles.

  12. I haven't been on the nexus all that long. I have a meager crop of skyrim mods, which I offer under the most liberal terms possible (more or less it's "do whatever with it"), except where I use assets of others, then I respect their wishes. I have even made provisions as to what should happen if I disappeared entirely, because I hate mods ending up in mod rights limbo (and the mere fact that there is such a thing here should settle where ownership of content lies as far as the nexus is concerned). If asshats visit my thread, I generally laugh at them or poke at them and I doubt I'll ever have need to ban people from my mods.

     

    But at the same time, this community (which I do enjoy very much) that the people who oppose this new feature like to go on about already has a problem: a small vocal minority of utter asshats who think that somehow they are ENTITLED to spout their personal opinion/dislike (nowadays nearly always under the guise of "constructive criticism" to evade the banhammer). Who think that somehow they are ENTITLED to demand changes in mods to suit their tastes. Who think they are ENTITLED to technical support for their 200+ mod broken savegame playthrough, because it happened to finally break completely by adding one last mod (and the response is always: hurr durr your mod broke my game). Who think "it doesn't work halp" is some kind of useful comment, and who feel ENTITLED to the time and attention of the author because they are too lazy to read a paragraph of instructions. Who think they can somehow coerce a modder to do what they want them to do by "denying them endorsements until they change X". Do people think endorsements put money in our pockets or bread on our tables?

     

    It's a small vocal minority who offer nothing of value to the community except as statistics, but at the same time, they are causing good people who actually create useful content to stop doing that, or to think twice about it. And the community is continually growing (including this minority). That's a real and actual problem, not some kind of potential future specter of crazy modder abuse. And if modders seem "moody and crazy" sometimes, you should consider that one brick through your window can ruin a day of people saying hello in the streets.

     

    I get the point about fearing downloaders giving less useful feedback because of "fear of crazy moody modders and their personal banhammer". That's a fear, not an actuality. This is a trial, not a set in stone feature. I figure the downloaders who actually do give useful constructive feedback in a respectful fashion will continue to do so because they know what they are saying is reasonable, and they and the mod-makers they talk to are part of the same community after all. The asshats will now have to think twice, or risk losing access to the content that they want. "want", not "are entitled to". And if somehow all mod authors magically turn into little Stalins ruling their mod pages with an iron hand, well, ultimately it's their mod. Their content, shared freely. Or not. Now with more fine-grained access controls.

  13. so i dont keep freezeing from overflowed stashes in papyrus :sad:...

     

    ...is this what you keep seeing in your papyrus logs?

    Suspended stack count is over our warning threshold, dumping stacks:

    Because if you do, it's very likely you have set iMaxAllocaredMemoryBytes in your skyrim.ini to some insane value.

    http://www.creationkit.com/INI_Settings_(Papyrus)#iMaxAllocatedMemoryBytes

     

    And if you DO see that, you should return it to it's initial value (76800) or if you are running a lot of script mods (your load doesn't look that bad), maybe something crazy like double it (which is already pretty extreme).

     

    Either way, if that's what you see your current savegame is probably hosed. Set sane values, start new game.

  14.  

    Funny how mod users can be unreasonable, but modders are all perfect. Anyway, the suggestion I made wouldn't hurt anyone afaik.

     

     

     

    I don't see how I said all modders are perfect but if you want to be a stickler for formality, pretend I added "most" or "a lot of" to any group.

     

    But by sheer volume difference between downloaders vs mod producers, yeah, there are going to be more asshats in absolute numbers in the first group. Which is also Robin's point: there are too many downloaders (and thus asshats) for the volunteer admins to deal with so some responsibility is being outsourced by virtue of being crowdsourced. To the more popular (in terms of downloads) mod producers. Who, by the sound of the rather hyperbolic objections of some mod downloaders, can apparently be trusted to create free content and distribute it for the pleasure of others (also for free) but can't be trusted to be discriminating in who they choose to distribute their content to. Or they shouldn't have the right to choose. I'm sure there is some kind of point in there.

  15. I think this will result in users leaving less useful feedback. Who would like to leave (positive) criticism on a mod with the fear of being blocked forever?

     

    Useful feedback and positive criticism is easily recognised by mod authors and admins alike (addendum: and virtually every reasonable human being). It's just the userbase which sometimes seems to have problems discerning between "constructive criticism" and "stating a personal preference/opinion in the most jerkfaced way possible" and/or "demanding someone changes their work to suit you".

  16. edit: oh wow my topic title was brutally cut off. whoops.

    http://paranerds.com/wp-content/uploads/2011/12/Skyrim-Christmas.jpg

    We're about a month away from the event so lets get this show on the road, okay?

     

    Saturalia - Christmas In Skyrim by Deandra and Musicman247

    presents, carolers, and a quest, oh my!

     

    Christmas Lanterns by MannyGT

    pretty lights all over!

     

    The Merry Snowberry - Holiday Decorations and Food by Jokerine

    trees, food, presents, right where you want them!

     

    Its Christmas in Skyrim by me

    dem trees.

     

    Christmas Advent Calendar by T3rRoR_SoLdi3R

    surprises galore!

     

    Christmas Bikini -CBBE- Holiday Special by LoverBR

    um... ho ho ho?

     

    Seasons of Skyrim Project - Summer and Winter by AceeQ

    let it snow, let it snow, let it snow!

     

    UPDATE:

    Merry Christmas! by Jerba (steam workshop)

    gotta look the part!

     

     

    More suggestions welcome!

  17.  

    he's forced to break the rules

     

    Because come hell or high water, bob has some kind of intrinsic right to the work of another? Interesting idea.

     

    Is this a public store? A private site created to allow modders to share files with others? A private site created to allow people to download stuff? A matter of perspective, I guess. Perhaps both. Who are the drivers of content?

     

    This topic has been discussed to death in the mod author's private forum, by the way, so I wouldn't know about "borne of insufficient consideration". Don't act like an asshat, don't get blocked. Seems simple. A modder, moody and crazy as they may be, has no reason to start to bully users, and if they randomly start to do that, administrators are perfectly capable of detecting abuse.

     

    And on a practical note, since pretty much all popular mods seem to get ripped off anyway and reposted with or without permission elsewhere, you get to be an asshat in a lot of places if that's what you're inclined to do. Just not here. Which is why this is such a nice place.

×
×
  • Create New...