[MOD 0.13.1] ElectricLocomotive

Topics and discussion about specific mods
User avatar
darkfrei
Smart Inserter
Smart Inserter
Posts: 2905
Joined: Thu Nov 20, 2014 11:11 pm
Contact:

[MOD 0.13.1] ElectricLocomotive

Post by darkfrei »

  • Name: ElectricLocomotive
  • Version: 0.13.1
  • Status: don't work :!:
  • Latest Release: v0.13.1, 30.06.2016
  • Factorio Version: 0.12.30
  • License: MIT
In 0.13 the Diesel Locomotive have this code:

Code: Select all

    energy_source =
    {
      type = "burner",
      effectivity = 1,
      fuel_inventory_size = 3,
      smoke =
      {
        {
          name = "train-smoke",
          deviation = {0.3, 0.3},
          frequency = 100,
          position = {0, 0},
          starting_frame = 0,
          starting_frame_deviation = 60,
          height = 2,
          height_deviation = 0.5,
          starting_vertical_speed = 0.2,
          starting_vertical_speed_deviation = 0.1,
        }
      }
    },
It means, that the Loco can work with burner or with electrical power:
(this code is from accumulator)

Code: Select all

    energy_source =
	{
      type = "electric",
      buffer_capacity = "5MJ",
      usage_priority = "terciary",
      input_flow_limit = "300kW",
      output_flow_limit = "300kW"
    },
electric_train.jpg
electric_train.jpg (75.53 KiB) Viewed 1403 times
But it don't work. Why it could be?
ElectricLocomotive_0.13.1.zip
(6.05 KiB) Downloaded 100 times
Last edited by darkfrei on Wed Jun 29, 2016 10:34 pm, edited 1 time in total.
orzelek
Smart Inserter
Smart Inserter
Posts: 3924
Joined: Fri Apr 03, 2015 10:20 am
Contact:

Re: [MOD 0.13.1] ElectricLocomotive

Post by orzelek »

I think it was explained already - it's not coded to work like that.
You can do variuos tricks in scripts (see 5dim mods pack) but electric loco won't work for now.
Post Reply

Return to “Mods”