Version 0.12.0

Information about releases and roadmap.
FifthRom
Burner Inserter
Burner Inserter
Posts: 11
Joined: Fri Jul 17, 2015 3:27 pm
Contact:

Re: Version 0.12.0

Post by FifthRom »

FishSandwich wrote: Okay, well, you don't HAVE to. You can continue playing that save with 0.11.22 :)
Nah, I really enjoyed 0.12 :P. Losing of rocket defense was the first thing I saw, but now I tested my power armor and it is really strong (maybe even OP). Anyway, new rocket silo is cheaper and faster to produce - I am happy with that :).

Duane
Burner Inserter
Burner Inserter
Posts: 19
Joined: Fri Jul 17, 2015 3:56 pm
Contact:

Re: Version 0.12.0

Post by Duane »

So, I know 12.0 is the Steam Release candidate (FF#84) will a period of time pass before the game is available for purchase on Steam? The only thing keeping me from buying Factorio now is that I have no internet-friendly payment options.

FishSandwich
Smart Inserter
Smart Inserter
Posts: 1847
Joined: Sun Feb 23, 2014 3:37 pm
Contact:

Re: Version 0.12.0

Post by FishSandwich »

Duane wrote:So, I know 12.0 is the Steam Release candidate (FF#84) will a period of time pass before the game is available for purchase on Steam? The only thing keeping me from buying Factorio now is that I have no internet-friendly payment options.
IIRC it's going to steam when 0.12 is stable. That could be a couple months away I'm afraid.

User avatar
Smarty
Global Moderator
Global Moderator
Posts: 816
Joined: Sat Oct 04, 2014 5:00 pm
Contact:

Re: Version 0.12.0

Post by Smarty »

Yeeeah but im on holiday so i have no time to play factorio :(

DOSorDIE
Fast Inserter
Fast Inserter
Posts: 249
Joined: Sat Oct 11, 2014 3:43 pm
Contact:

Re: Version 0.12.0

Post by DOSorDIE »

Its here!
Weekend is saved!

Thank you very much, but now excuse me i have to build a factory.

nobodx
Fast Inserter
Fast Inserter
Posts: 157
Joined: Mon Jul 06, 2015 3:22 pm
Contact:

Re: Version 0.12.0

Post by nobodx »

FactorioBot wrote: [*]Items on transport belts don't go off the belt at the end, so the transport belt has to go directly in front of the required inserter.
This change is rather meh... gotta rebuild most of my factory because of it
(and i have to reduce my laser-turret)

MrDrummer
Fast Inserter
Fast Inserter
Posts: 131
Joined: Sat Nov 22, 2014 2:51 pm
Contact:

Re: Version 0.12.0

Post by MrDrummer »

So if I want to kill all biters, set time to always day and set it to peaceful mode (seems to be a lot harder than I recall...) How would I do that?

I know in 0.11 i would do:
/c game.peacefulmode = true
/c game.killallenemies()
/c game.alwaysday=true
But I get errors for all 3.

Error is basically the same for all 3:

Code: Select all

Cannot execute command. Error: [string "game.killallenemies()"]:1: LuaGameScript doesn't contain key killallenemies
Is there anything I am doing wrong? (commands taken directly from the wiki)

ratchetfreak
Filter Inserter
Filter Inserter
Posts: 952
Joined: Sat May 23, 2015 12:10 pm
Contact:

Re: Version 0.12.0

Post by ratchetfreak »

MrDrummer wrote:So if I want to kill all biters, set time to always day and set it to peaceful mode (seems to be a lot harder than I recall...) How would I do that?

I know in 0.11 i would do:
/c game.peacefulmode = true
/c game.killallenemies()
/c game.alwaysday=true
But I get errors for all 3.

Error is basically the same for all 3:

Code: Select all

Cannot execute command. Error: [string "game.killallenemies()"]:1: LuaGameScript doesn't contain key killallenemies
Is there anything I am doing wrong? (commands taken directly from the wiki)
try with underscores between words game.peaceful_mode =true

Marconos
Filter Inserter
Filter Inserter
Posts: 301
Joined: Mon Jun 02, 2014 10:46 pm
Contact:

Re: Version 0.12.0

Post by Marconos »

genericname1 wrote:you've changed how inserters/belts work.

If you didn't want stuff stuck on the end of a belt you created it so it only just reached the inserted emptying it.

Now the inserter doesn't appear to see the belt unless its right in front of it... (it was probably a bug and should be fixed but it's going to take ages to spot all the bits that now don't work)
The joys of playing an alpha build, lol 8-)

FishSandwich
Smart Inserter
Smart Inserter
Posts: 1847
Joined: Sun Feb 23, 2014 3:37 pm
Contact:

Re: Version 0.12.0

Post by FishSandwich »

It makes sense that all these were moved to luaforce. I can't test the commands right now but you should try that(game.player.force.killallenemies(), for example)

MrDrummer
Fast Inserter
Fast Inserter
Posts: 131
Joined: Sat Nov 22, 2014 2:51 pm
Contact:

Re: Version 0.12.0

Post by MrDrummer »

ratchetfreak wrote:
MrDrummer wrote:So if I want to kill all biters, set time to always day and set it to peaceful mode (seems to be a lot harder than I recall...) How would I do that?

I know in 0.11 i would do:
/c game.peacefulmode = true
/c game.killallenemies()
/c game.alwaysday=true
But I get errors for all 3.

Error is basically the same for all 3:

Code: Select all

Cannot execute command. Error: [string "game.killallenemies()"]:1: LuaGameScript doesn't contain key killallenemies
Is there anything I am doing wrong? (commands taken directly from the wiki)
try with underscores between words game.peaceful_mode =true
So that one worked, but i cant figure out the killallenemies() one out... kill_all_enemies() nor killall_enemies() work.

TeDeum
Burner Inserter
Burner Inserter
Posts: 19
Joined: Sat Mar 28, 2015 1:43 am
Contact:

Re: Version 0.12.0

Post by TeDeum »

From OP
Replaced LuaGameScript::kill_all_enemies() by LuaForce::kill_all_units().

MrDrummer
Fast Inserter
Fast Inserter
Posts: 131
Joined: Sat Nov 22, 2014 2:51 pm
Contact:

Re: Version 0.12.0

Post by MrDrummer »

Ah... thanks. I did have a quick browse... but obviously didnt look hard enough :? ah well. Thanks :)

ketil
Inserter
Inserter
Posts: 28
Joined: Sat Jul 05, 2014 10:23 am
Contact:

Re: Version 0.12.0

Post by ketil »

IPv6 is awesome, thanks a lot :)

And thanks for all the other improvements too ;)

User avatar
byte
Manual Inserter
Manual Inserter
Posts: 3
Joined: Fri May 30, 2014 8:07 pm
Contact:

Re: Version 0.12.0

Post by byte »

Basic PvP: New forces can now be created and merged back together; a cease-fire can be agreed upon between forces
How this work?

iUltimateLP
Long Handed Inserter
Long Handed Inserter
Posts: 66
Joined: Sun May 24, 2015 4:41 pm
Contact:

Re: Version 0.12.0

Post by iUltimateLP »

Awesome!! I really like the roads! So I went along to test the test mode mod. It boots, but when I try to enter a game, it says

Code: Select all

__test-mode__\18: LuaGameScript doesn't contain key oninit.
So you guys moved the events? I cant use game.oninit, game.onload, and game.ontick. Where is it now?
Thanks!

ratchetfreak
Filter Inserter
Filter Inserter
Posts: 952
Joined: Sat May 23, 2015 12:10 pm
Contact:

Re: Version 0.12.0

Post by ratchetfreak »

iUltimateLP wrote:Awesome!! I really like the roads! So I went along to test the test mode mod. It boots, but when I try to enter a game, it says

Code: Select all

__test-mode__\18: LuaGameScript doesn't contain key oninit.
So you guys moved the events? I cant use game.oninit, game.onload, and game.ontick. Where is it now?
Thanks!
put underscores between the words: on_init, on_load, etc.

iUltimateLP
Long Handed Inserter
Long Handed Inserter
Posts: 66
Joined: Sun May 24, 2015 4:41 pm
Contact:

Re: Version 0.12.0

Post by iUltimateLP »

ratchetfreak wrote:
iUltimateLP wrote:Awesome!! I really like the roads! So I went along to test the test mode mod. It boots, but when I try to enter a game, it says

Code: Select all

__test-mode__\18: LuaGameScript doesn't contain key oninit.
So you guys moved the events? I cant use game.oninit, game.onload, and game.ontick. Where is it now?
Thanks!
put underscores between the words: on_init, on_load, etc.
Found it out too, thanks!

User avatar
Align
Fast Inserter
Fast Inserter
Posts: 214
Joined: Sun Aug 10, 2014 5:17 pm
Contact:

Re: Version 0.12.0

Post by Align »

With the new vehicle friction for surfaces, can we hope to see special effects to go along with this? I'd love to see cars (and trains? if theyre affected) kicking up big swathes of dust as they race across the desert.

Ekelbatzen
Long Handed Inserter
Long Handed Inserter
Posts: 50
Joined: Mon Sep 15, 2014 9:38 pm
Contact:

Re: Version 0.12.0

Post by Ekelbatzen »

Power armor modules generate and consume 100 times more power in order to be able to charge construction robots.
With the updated numbers 1 portable fusion reactor produces enough energy to supply 1 mk2 shield within milliseconds, I can stand in a medium sized enemy base without dying. This should be rebalanced I guess.
Specs: 3770k, 16GB DDR3, 1060, Win10 x64, latest experimental via Steam

Post Reply

Return to “Releases”