
Is it possible to reach the old versions of the game somehow? Are they even still hosted on the server?
/Could somebody PM me the files if they got them?
Code: Select all
{
type = "car",
name = "car",
icon = "__base__/graphics/icons/car.png",
flags = {
"pushable",
"placeable-neutral",
"player-creation"
},
minable = {mining_time = 1, result = "car"},
max_health = 2000,
collision_box = {{-0.7, -1.2}, {0.7, 1.2}},
selection_box = {{-0.7, -1.2}, {0.7, 1.2}},
acceleration_per_energy = 0.4,
breaking_speed = 0.01,
burner =
{
burning_speed = 0.005,
effectivity = 5,
fuel_inventory_size = 1,
heat_capacity = 0.1,
heat_loss = 0,
heat_transport_speed = 1,
smoke =
{
{
name = "smoke",
deviation = {0.25, 0.25},
frequency = 50,
position = {0, 1.5},
slow_down_factor = 0.9,
starting_frame = 3,
starting_frame_deviation = 5,
starting_frame_speed = 0,
starting_frame_speed_deviation = 5
}
}
},
consumption = 0.1,
friction = 0.02,
light = {intensity = 0.4, size = 25},
pictures =
{
filename = "__base__/graphics/entity/car/car-sheet.png",
priority = "high",
frame_width = 130,
frame_height = 130,
direction_count = 9
},
rotation_speed = 0.03,
weight = 50
},