Dear modders, I would like to learn to do what you do...
[Deleted User]
Posts: 207
And I want to know what the heck modders mean when they say this or that.
Any advice/tips on how to start learning? Thanks
Any advice/tips on how to start learning? Thanks
3
Comments
My advice is to start by reading tutorials. Read more than one, top to bottom. There are a lot of good ones on this very forum. Then, do some testing. See if you can create your weapon or npc or other in-game. Just take it piece by piece and you can learn it quickly with minimal headaches
and i am sure the modders in this community as well as myself will be helpful in guiding you to understanding whatever you may be confused about or helping you to fix any issues you may have. they certainly were in my case.
good luck!
That's all, I'm not asking them to do the thinking for me, just asking for a word of wisdom.
Refer to IESDP if something is unclear.
Take apart a few mods that do the same thing you want to try.
Apart from that, I would also suggest to inspect other mods to get a feeling how to code your mod. The learning curve for WeiDU scripts is quite steep. The majority of time is probably spent with testing, testing and more testing though.
To make writing WeiDU scripts easier I would recommend to use an advanced text editor (e.g. Notepad++) together with a syntax highlighter (such as this one).