AdvancedTrainSimulator icon indicating copy to clipboard operation
AdvancedTrainSimulator copied to clipboard

Compability with ACE3, Fuel trucks, Rearm

Open sampoharjula opened this issue 8 years ago • 0 comments

ACE3 has a cfgVehicles.hpp that defines fuel trucks

// Vanilla fuel vehicles
    class Truck_02_fuel_base_F: Truck_02_base_F {
        transportFuel = 0; //3k
        MACRO_REFUEL_ACTIONS
        GVAR(hooks)[] = {{0.99,-3.47,-0.67},{-1.04,-3.47,-0.67}};
        GVAR(fuelCargo) = 10000;
    };  

Can you make ATS support refueling and rearming in ACE3 ?

sampoharjula avatar Oct 17 '17 18:10 sampoharjula