Guest Posted July 10, 2016 Posted July 10, 2016 View File This download contains only a document that explains how to use Papyrus in the Creation Kit.It is pretty completed but I will add a full step-by-step section in a future release.It is not a "tutorial" (not yet) but more a full reference guide. Hope this document will help.@CPU Submitter CPU Submitted 07/09/2016 Category Modders Resources Requires Special Edition Compatible
Floopy Posted July 13, 2016 Posted July 13, 2016 Thank you very much for this, it is very easy to read and well organized. A huge effort again on your part!
Umgath Posted October 17, 2016 Posted October 17, 2016 Question on Papyrus: Is it possible to execute methods of a script (Scriptname myMainQuestScript extends Quest) from the in-game console?
Guest Posted October 17, 2016 Posted October 17, 2016 Question on Papyrus: Is it possible to execute methods of a script (Scriptname myMainQuestScript extends Quest) from the in-game console? No. To add a console command you need a SKSE plugin. Really not easy to do. Or you can try to use Mizelshite approach, that is just grabbing the keys while the console is open, and then catch a command before it is executed, and do something with scripts. Also this approach is not easy to implement.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now