Skip to content

Commit

Permalink
Early horse now for early passenger and mail transport
Browse files Browse the repository at this point in the history
  • Loading branch information
prissi committed Feb 6, 2025
1 parent 3b095fd commit 478d892
Show file tree
Hide file tree
Showing 12 changed files with 40 additions and 31 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ DIRS128 += vehicles/rail-cargo
DIRS128 += vehicles/rail-engines
DIRS128 += vehicles/rail-psg+mail
DIRS128 += vehicles/road-cargo
DIRS128 += vehicles/road-horses
DIRS128 += vehicles/road-psg+mail
DIRS128 += vehicles/trams

Expand Down
1 change: 1 addition & 0 deletions pak128.bat
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,7 @@ makeobj.exe pak128 simutrans/pak128/passenger_trains.all.pak vehicles/rail-psg+m

echo Compiling Road Vehicles
makeobj.exe pak128 simutrans/pak128/trucks.all.pak vehicles/road-cargo/
makeobj.exe pak128 simutrans/pak128/horses.all.pak vehicles/road-horses/
makeobj.exe pak128 simutrans/pak128/buses.all.pak vehicles/road-psg+mail/

echo Compiling Ships
Expand Down
File renamed without changes
Binary file added vehicles/road-horses/Horse_Carriage_2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ name=Pure-bred_Horses
intro_year=1805
retire_year=1924
retire_month=12
cost=2008
cost=8000
RunningCost=2
waytype=road
speed=25
weight=2
Expand All @@ -28,7 +29,8 @@ name=Ox_team
intro_year=1605
retire_year=1950
retire_month=12
cost=1601
cost=1000
RunningCost=0
waytype=road
speed=15
weight=4
Expand All @@ -51,7 +53,8 @@ name=Mule_team
intro_year=1605
retire_year=1950
retire_month=12
cost=1806
cost=2000
RunningCost=0
waytype=road
speed=17
weight=3
Expand All @@ -74,7 +77,8 @@ name=Horse_team
intro_year=1605
retire_year=1924
retire_month=12
cost=1606
cost=4000
RunningCost=1
waytype=road
speed=22
weight=2
Expand All @@ -98,10 +102,11 @@ intro_year=1605
retire_year=1924
retire_month=12
cost=6400
RunningCost=4
waytype=road
speed=80
payload=25
weight=4
speed=20
payload=16
weight=1
freight=Passagiere
constraint[prev][0]=Pure-bred_Horses
constraint[prev][1]=Ox_team
Expand All @@ -123,10 +128,11 @@ intro_year=1605
retire_year=1924
retire_month=12
cost=3200
RunningCost=4
waytype=road
speed=80
payload=15
weight=2
speed=25
payload=8
weight=1
freight=Passagiere
constraint[prev][0]=Pure-bred_Horses
constraint[prev][1]=Ox_team
Expand All @@ -143,7 +149,7 @@ EmptyImage[NW]=Horse_Carriage_1.0.7
--
obj=vehicle
copyright=Raven
name=Early_Post_Van
name=Horse_Mail_Carriage_3
retire_year=1924
retire_month=12
cost=384
Expand All @@ -156,37 +162,38 @@ constraint[prev][0]=Pure-bred_Horses
constraint[prev][1]=Ox_team
constraint[prev][2]=Mule_team
constraint[prev][3]=Horse_team
EmptyImage[S]=Early_Post_Van.0.0
EmptyImage[W]=Early_Post_Van.0.1
EmptyImage[SW]=Early_Post_Van.0.2
EmptyImage[SE]=Early_Post_Van.0.3
EmptyImage[N]=Early_Post_Van.0.4
EmptyImage[E]=Early_Post_Van.0.5
EmptyImage[NE]=Early_Post_Van.0.6
EmptyImage[NW]=Early_Post_Van.0.7
EmptyImage[S]=Horse_Mail_Carriage_3.0.0
EmptyImage[W]=Horse_Mail_Carriage_3.0.1
EmptyImage[SW]=Horse_Mail_Carriage_3.0.2
EmptyImage[SE]=Horse_Mail_Carriage_3.0.3
EmptyImage[N]=Horse_Mail_Carriage_3.0.4
EmptyImage[E]=Horse_Mail_Carriage_3.0.5
EmptyImage[NE]=Horse_Mail_Carriage_3.0.6
EmptyImage[NW]=Horse_Mail_Carriage_3.0.7
--
obj=vehicle
copyright=Raven
name=Early_Bus_Trailer
name=Horse_Carriage_3
intro_year=1890
retire_year=1924
retire_month=12
cost=384
cost=1200
RunningCost=12
waytype=road
speed=25
payload=20
weight=4
payload=30
weight=3
freight=Passagiere
constraint[prev][0]=Pure-bred_Horses
constraint[prev][1]=Ox_team
constraint[prev][2]=Mule_team
constraint[prev][3]=Horse_team
EmptyImage[S]=Early_Bus_Trailer.0.0
EmptyImage[W]=Early_Bus_Trailer.0.1
EmptyImage[SW]=Early_Bus_Trailer.0.2
EmptyImage[SE]=Early_Bus_Trailer.0.3
EmptyImage[N]=Early_Bus_Trailer.0.4
EmptyImage[E]=Early_Bus_Trailer.0.5
EmptyImage[NE]=Early_Bus_Trailer.0.6
EmptyImage[NW]=Early_Bus_Trailer.0.7
EmptyImage[S]=Horse_Carriage_3.0.0
EmptyImage[W]=Horse_Carriage_3.0.1
EmptyImage[SW]=Horse_Carriage_3.0.2
EmptyImage[SE]=Horse_Carriage_3.0.3
EmptyImage[N]=Horse_Carriage_3.0.4
EmptyImage[E]=Horse_Carriage_3.0.5
EmptyImage[NE]=Horse_Carriage_3.0.6
EmptyImage[NW]=Horse_Carriage_3.0.7
--
Binary file removed vehicles/road-psg+mail/horses/Horse_Carriage_2.png
Binary file not shown.

0 comments on commit 478d892

Please sign in to comment.