Jump to content

Cipscis

Premium Member
  • Posts

    1103
  • Joined

  • Last visited

Everything posted by Cipscis

  1. Hi leron9999, The main difference between RegisterForUpdate and RegisterForSingleUpdate is that the former keeps your script registered after the next update whereas the latter automatically unregisters your scripts for updates after the next update. However, it's pretty much always better to use RegisterForSingleUpdate, mainly because this gives you more control. It's usually best to create a "chain" of RegisterForSingleUpdates in your OnUpdate event for repeated updates, like this: Event OnUpdate() ; Do Stuff RegisterForSingleUpdate(10) ; 10 seconds EndEvent Use of RegisterForUpdate, especially with a short interval and a large OnUpdate event body, can cause problems like slowing down other scripts and causing savegame bloat. See this thread for more information. I hope that helps :) Cipscis
  2. Neither of those. The script extender allows modders to access extra functionality that wasn't there before. It's probably most useful for making extra native Papyrus functions available, allowing scripters to do things that wouldn't otherwise be possible. Cipscis
  3. Just spent the weekend working on CASM (Cipscis' Automatic Save Manager, which I also made for Fallout 3 and New Vegas) for Skyrim. I've got it in a perfectly working state except for one thing: There's no proper SaveGame function yet so I can't quite do things in the way I want. Hopefully SKSE will fix that soon though. Cipscis
  4. Hi everyone! Just a notification that I've put a new tutorial up in cipscis.com's Skyrim section, talking about how to use states. Hopefully some of you will find it useful. Here's a link - States in Papyrus As always, feedback is appreciated. Cipscis
  5. Hi everyone! Just a notification that I've put a new tutorial up in cipscis.com's Skyrim section, talking about how to use states. Hopefully some of you will find it useful. Here's a link - States in Papyrus As always, feedback is appreciated. Cipscis
  6. Sleep is overrated anyway
  7. Hey, I guess I'm a bit late to the party but congratulations on your appointment as a moderator!
  8. is the master of his own illusionary world
×
×
  • Create New...