Page 1 of 1

[Request] Could someone make a modding tutorial series?

Posted: Tue Apr 02, 2013 4:00 pm
by ManselD
I already know how to code php, batch, vb.net, computercraft lua (a bit :P), and html. I would love to make some mods for this game. I have a lot of ideas =D
If someone made a modding tutorial series (preferably on youtube) there'd be a lot more mods we can play with.
So how about it?! :D

Re: Could someone possibly make a modding tutorial series? :

Posted: Tue Apr 02, 2013 4:40 pm
by FreeER
I made one for 2.10 (or more appropriately pre 3.0) and as soon as I actually think I understand all of the changes I'll create a new guide :) Of course if there is anyone who currently understands all of it with the time to do this feel free to do so :)

When I do the tutorial it will be text, I've thought about making a youtube video but i've never done it before. After I get the tutorial done then I'll see what I can do about a video :D

My first suggestion for learning is look at the code the devs put into the game (in 3.0 data\base), read some of the previous guides and definitely the questions/answers about the 3.0 update, and look at the mods currently out. After that just start experimenting (try making a furnace and then try modifing different things to see what you can make them do). Since you already have experience it should be easier to pick up (and to understand the errors you get lol).

Re: Could someone possibly make a modding tutorial series? :

Posted: Tue Apr 02, 2013 5:15 pm
by slpwnd
Also there is a reasonable introduction into the modding and scripting on the wiki.

Re: Could someone possibly make a modding tutorial series? :

Posted: Tue Apr 02, 2013 5:25 pm
by ManselD
Ok thanks guys/gals ;D
I will try my hardest!

Re: Could someone possibly make a modding tutorial series? :

Posted: Tue Apr 02, 2013 5:38 pm
by FreeER
slpwnd wrote:Also there is a reasonable introduction into the modding and scripting on the wiki.
oops forgot to mention that lol. Though for the people truly wanting to learn they'd have found it fairly quickly anyways I suppose :)

Re: Could someone possibly make a modding tutorial series? :

Posted: Tue Apr 02, 2013 7:06 pm
by ficolas
slpwnd wrote:Also there is a reasonable introduction into the modding and scripting on the wiki.
plz plz plz add documentation about tge gui creation! :)

Re: Could someone possibly make a modding tutorial series? :

Posted: Wed Apr 03, 2013 5:36 am
by Dakkanor
what i would like to know is how to make a custom scenario without turning off creeper attacks!

Re: Could someone possibly make a modding tutorial series? :

Posted: Wed Apr 03, 2013 7:30 am
by slpwnd
ficolas wrote:plz plz plz add documentation about tge gui creation!
Kovarex added some basics at https://forums.factorio.com/wiki/inde ... ua_objects
Dakkanor wrote:what i would like to know is how to make a custom scenario without turning off creeper attacks
At the moment the attacking code is directly in the freeplay.lua. So you can createa a custom scenario with a similar attacking logic by using that code.

Re: Could someone possibly make a modding tutorial series? :

Posted: Wed Apr 03, 2013 2:54 pm
by kovarex
slpwnd wrote: At the moment the attacking code is directly in the freeplay.lua. So you can createa a custom scenario with a similar attacking logic by using that code.
Maybe we could move some of the attack logic function into the lualib, so other scenarios can use it easily as well.
For now, you can just copy the freeplay.lua as control.lua in your scenario and modify it to your liking.

P.S. Note, that if you want to make mod (not scenario), it has it's own control.lua that works along the freeplay.lua.

Re: [Request] Could someone make a modding tutorial series?

Posted: Fri Apr 12, 2013 10:25 pm
by FreeER
My Guide is now posted, sorry for the delay :)
Guide to Modding Factorio 0.3.x

I'll start doing more of a series tutorial soon, though I might write it up in sections and create a new page on the wiki for them (editing it as sections are completed), before doing youtube videos.