[Request] Could someone make a modding tutorial series?

This is the place to request new mods or give ideas about what could be done.
Post Reply
ManselD
Inserter
Inserter
Posts: 26
Joined: Mon Apr 01, 2013 10:43 pm
Contact:

[Request] Could someone make a modding tutorial series?

Post 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
Last edited by rymn on Thu Apr 04, 2013 1:10 pm, edited 1 time in total.
Reason: Naming convention

User avatar
FreeER
Smart Inserter
Smart Inserter
Posts: 1266
Joined: Mon Feb 18, 2013 4:26 am
Contact:

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

Post 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).
<I'm really not active any more so these may not be up to date>
~FreeER=Factorio Modding
- Factorio Wiki
- My Factorio Modding Guide
- Wiki Modding Guide
Feel free to pm me :)
Or drop into #factorio on irc.esper.net

slpwnd
Factorio Staff
Factorio Staff
Posts: 1835
Joined: Sun Feb 03, 2013 2:51 pm
Contact:

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

Post by slpwnd »

Also there is a reasonable introduction into the modding and scripting on the wiki.

ManselD
Inserter
Inserter
Posts: 26
Joined: Mon Apr 01, 2013 10:43 pm
Contact:

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

Post by ManselD »

Ok thanks guys/gals ;D
I will try my hardest!

User avatar
FreeER
Smart Inserter
Smart Inserter
Posts: 1266
Joined: Mon Feb 18, 2013 4:26 am
Contact:

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

Post 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 :)
<I'm really not active any more so these may not be up to date>
~FreeER=Factorio Modding
- Factorio Wiki
- My Factorio Modding Guide
- Wiki Modding Guide
Feel free to pm me :)
Or drop into #factorio on irc.esper.net

ficolas
Smart Inserter
Smart Inserter
Posts: 1068
Joined: Sun Feb 24, 2013 10:24 am
Contact:

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

Post 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! :)

Dakkanor
Fast Inserter
Fast Inserter
Posts: 243
Joined: Wed Feb 27, 2013 6:18 am
Contact:

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

Post by Dakkanor »

what i would like to know is how to make a custom scenario without turning off creeper attacks!

slpwnd
Factorio Staff
Factorio Staff
Posts: 1835
Joined: Sun Feb 03, 2013 2:51 pm
Contact:

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

Post 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.

kovarex
Factorio Staff
Factorio Staff
Posts: 8078
Joined: Wed Feb 06, 2013 12:00 am
Contact:

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

Post 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.

User avatar
FreeER
Smart Inserter
Smart Inserter
Posts: 1266
Joined: Mon Feb 18, 2013 4:26 am
Contact:

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

Post 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.
<I'm really not active any more so these may not be up to date>
~FreeER=Factorio Modding
- Factorio Wiki
- My Factorio Modding Guide
- Wiki Modding Guide
Feel free to pm me :)
Or drop into #factorio on irc.esper.net

Post Reply

Return to “Ideas and Requests For Mods”