Jump to content

Where can I learn more about scripting?


RitchieTheMerc

Recommended Posts

Hey guys, I was just browsing the Creation Kit Wiki, and I was reading up on the Papyrus articles they have there, to finally try and learn scripting. However, the site only has a few basic articles, and they don't really expand much on Papyrus beyond some basic functions. So, does anyone know where I could learn Papyrus fully? I know that a lot of experienced modders that have worked on previous Bethesda games have found it easy to pick up Papyrus, because only a few things were changed in the language.

 

Any help you could give me would be greatly appreciated, thanks.

Link to comment
Share on other sites

I learned papyrus only through the CKwiki. Plus sometimes i asked people here on the nexus if i couldn't find the right syntax.

 

You just need to understand the mechanics, wich are well explained in the papyrus tutorial (hello world).

 

After that all you have to do is thinking what you want to script and find the right function for it.

 

I want to do something with a NPC?

 

I type ObjectReference Script and Actor Script in the search tab and look for all the functions for them.

 

I always used the vanilla functions, only one time i had to combine them in a custom one for convenience.

Link to comment
Share on other sites

The tuorials learn you the basic core of scripting, and the setup. You don't need anything else. There is a list of functions to use, and if you got some specific questions you as around here, or at the official forums.

 

It's pretty much how you learn yourself anything. Tutorials for basic setup and/or understanding. Then you dig yourself through the meaty part of the learning.

Link to comment
Share on other sites

The tuorials learn you the basic core of scripting, and the setup. You don't need anything else. There is a list of functions to use, and if you got some specific questions you as around here, or at the official forums.

 

It's pretty much how you learn yourself anything. Tutorials for basic setup and/or understanding. Then you dig yourself through the meaty part of the learning.

 

Ah. I see now. After looking through the tutorials again, I can see what you mean. Thanks a lot guys!

Link to comment
Share on other sites

  • Recently Browsing   0 members

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