Page 1 of 1

Old version repository/where do I get the old car sprites?

Posted: Wed Apr 09, 2014 7:25 pm
by Drury
I'm new to Factorio so I never got to see the cartoon cadillac sprites in action, and to be honest I'd really love to, just for the heck of it Image

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?

Re: Old version repository/where do I get the old car sprite

Posted: Wed Apr 09, 2014 9:03 pm
by FishSandwich
What version was it in? Because the download page has 0.6.4 and 0.7.5 on it.

Re: Old version repository/where do I get the old car sprite

Posted: Wed Apr 09, 2014 9:27 pm
by ssilk
I think he means the current trailer. http://www.factorio.com/

Re: Old version repository/where do I get the old car sprite

Posted: Thu Apr 10, 2014 6:50 am
by Drury
I've already checked 0.6.4, no luck. The spritesheet must be much older.

Re: Old version repository/where do I get the old car sprite

Posted: Thu Apr 10, 2014 7:01 am
by ssilk

Re: Old version repository/where do I get the old car sprite

Posted: Thu Apr 10, 2014 8:25 am
by rk84
I saved the old car for some modding purposes :)
old car graphics
old car graphics
sheet.png (128.68 KiB) Viewed 15349 times
The old definition.

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
  },

Re: Old version repository/where do I get the old car sprite

Posted: Thu Apr 10, 2014 8:51 am
by Drury
Sweet, cheers!

Re: Old version repository/where do I get the old car sprite

Posted: Wed Apr 23, 2014 2:10 am
by RMJ
Seeing that funny car, gave me totally nostalgia trip.

It reminds me of the car from Day of the tentacle, the car outside the motel where that odd thief is trying to break into the trunk haha :P

Good times.