Modifying an accumulator?
Posted: Sat Oct 24, 2020 8:16 pm
Hi,
I'm developing a scenerio where the inside of a vehicle is a buildable space. This is based on the Comfy scenerio Mountain_Fortress_v3 and imports much of the code from there.
I'm trying to create an electrical interface between the inside of the car's buildable space and the outside surface.
I can do this with two accumulators: A neutral one inside the car and a player placeable one outside the car. I use an on_tick function to transfer power directly with the accumular.energy variable.
But I'm still limited to the speed which the accumulator can charge and deliver its charge: 300kW. The system doesn't let me change .electric_input_flow_limit and .electric_output_flow_limit on the entities.
How can I transfer power between two different surfaces?
Thanks!
I'm developing a scenerio where the inside of a vehicle is a buildable space. This is based on the Comfy scenerio Mountain_Fortress_v3 and imports much of the code from there.
I'm trying to create an electrical interface between the inside of the car's buildable space and the outside surface.
I can do this with two accumulators: A neutral one inside the car and a player placeable one outside the car. I use an on_tick function to transfer power directly with the accumular.energy variable.
But I'm still limited to the speed which the accumulator can charge and deliver its charge: 300kW. The system doesn't let me change .electric_input_flow_limit and .electric_output_flow_limit on the entities.
How can I transfer power between two different surfaces?
Thanks!