Allow energy_source = "void" for cars, trains and personal equipments

Place to ask discuss and request the modding support of Factorio. Don't request mods here.
Post Reply
User avatar
darkfrei
Smart Inserter
Smart Inserter
Posts: 2903
Joined: Thu Nov 20, 2014 11:11 pm
Contact:

Allow energy_source = "void" for cars, trains and personal equipments

Post by darkfrei »

Hi devs!

Can you please add the void power source to the cars, trains and personal equipments?
wiki - void energy source

I've tried to make it now, but it looks not possible: No Energy Required
Last edited by darkfrei on Thu Sep 12, 2019 1:03 pm, edited 1 time in total.

Bilka
Factorio Staff
Factorio Staff
Posts: 3129
Joined: Sat Aug 13, 2016 9:20 am
Contact:

Re: energy_source = "void" for cars, trains and personal equipments

Post by Bilka »

I'm an admin over at https://wiki.factorio.com. Feel free to contact me if there's anything wrong (or right) with it.

User avatar
darkfrei
Smart Inserter
Smart Inserter
Posts: 2903
Joined: Thu Nov 20, 2014 11:11 pm
Contact:

Re: energy_source = "void" for cars, trains and personal equipments

Post by darkfrei »

Bilka wrote:
Thu Sep 12, 2019 7:26 am
The personal fusion reactor already produces power for free: https://wiki.factorio.com/Prototype/GeneratorEquipment
How about another equipment as void powered? Like a Exoskeleton or Nightvision?

User avatar
eradicator
Smart Inserter
Smart Inserter
Posts: 5206
Joined: Tue Jul 12, 2016 9:03 am
Contact:

Re: energy_source = "void" for cars, trains and personal equipments

Post by eradicator »

Looks like currently equipment energy_source completely ignores "type" even though it's specified in base mod. Completely removing it gives no visible change in behavior (nor does it error).

Code: Select all

data.raw["movement-bonus-equipment"]["exoskeleton-equipment"].energy_source = {
  -- type = 'void',
  usage_priority = 'secondary-input',
  }
data.raw["roboport-equipment"]["personal-roboport-equipment"].energy_source = {
  usage_priority = 'secondary-input',
  }
  
Author of: Belt Planner, Hand Crank Generator, Screenshot Maker, /sudo and more.
Mod support languages: 日本語, Deutsch, English
My code in the post above is dedicated to the public domain under CC0.

User avatar
NotRexButCaesar
Smart Inserter
Smart Inserter
Posts: 1120
Joined: Sun Feb 16, 2020 12:47 am
Contact:

Re: Allow energy_source = "void" for cars, trains and personal equipments

Post by NotRexButCaesar »

I would also like to request this.

Although the personal fusion reactor already produces power for free, I would like to specify a specific equipment to receive energy rather than any equipment in the grid.
—Crevez, chiens, si vous n'étes pas contents!

meifray
Long Handed Inserter
Long Handed Inserter
Posts: 61
Joined: Sat May 29, 2021 6:12 pm
Contact:

Re: Allow energy_source = "void" for cars, trains and personal equipments

Post by meifray »

NotRexButCaesar wrote:
Fri Sep 10, 2021 6:11 am
I would also like to request this.

Although the personal fusion reactor already produces power for free, I would like to specify a specific equipment to receive energy rather than any equipment in the grid.
this can be done by set input_flow_limit output_flow_limit to 0 in these equipment ,and use script to manually distribute energy,
this is also be used in gun equipment

Post Reply

Return to “Modding interface requests”