Jump to content

Open Source Papyrus Scripts?


domnl

Recommended Posts

Posted

Is there a repository for open source Papyrus script mods?

 

The best way I tend to learn a programming/scripting language is through tearing apart fully functional code so I can see implementation of APIs in an actual game world sense.

 

The more complex, the better, honestly. :)

Posted

Most mod authors, myself included, include source files in the *.psc format in all downloads on here.You'll still need the CK to view properties to know what the variables point to. 

Posted

Most mod authors, myself included, include source files in the *.psc format in all downloads on here.You'll still need the CK to view properties to know what the variables point to. 

 

Fabulous, thanks! :)

 

I'm kinda glad to see the modding community here is open like that. :) 

Posted

You also need CK to see what the scripts are "hooked" to. Can be pretty much everything. Quests. Items. Dialogue-lines. Can be quite confusing in the beginnig.

 

I've been looking through the CK, and trying out all the various AI and condition functions; there seems to be a fair bit of power and flexibility in there.

Posted

Just keep in mind that papyrus is slow and cumbersome.   You want to be very cautious in keeping the usage of it to a minimum while optimizing the performance of your scripts.  Especially if you plan to release something, the end user will appreciate a clean and well functioning script.

Archived

This topic is now archived and is closed to further replies.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...