domnl Posted March 29, 2017 Posted March 29, 2017 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.
vinfamy Posted March 29, 2017 Posted March 29, 2017 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.
domnl Posted March 29, 2017 Author Posted March 29, 2017 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.
nosdregamon Posted March 29, 2017 Posted March 29, 2017 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.
domnl Posted March 29, 2017 Author Posted March 29, 2017 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.
Lodakai Posted March 30, 2017 Posted March 30, 2017 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.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.