Skip to content

Commit

Permalink
Add pioneer style homes to pak128 for towns before 1900
Browse files Browse the repository at this point in the history
  • Loading branch information
prissi committed Nov 27, 2024
1 parent 8d55a8a commit 17e97ae
Show file tree
Hide file tree
Showing 13 changed files with 9 additions and 8 deletions.
5 changes: 3 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ DIRS128 += cityhouses/ind
DIRS128 += cityhouses/ind/no-winter
DIRS128 += cityhouses/res
DIRS128 += cityhouses/res/blocks
DIRS128 += cityhouses/res/pioneer
DIRS128 += factories
DIRS128 += factories/powerplants
DIRS128 += infrastructure/airport_buildings_towers
Expand Down Expand Up @@ -98,8 +99,8 @@ DIRS := $(DIRS64) $(DIRS128) $(DIRS176) $(DIRS250)

install_win: pakset
@rm -rf "C:\ProgramData\Simutrans\pak128"
cd simutrans
cp -R Simutrans/pak128 "C:\ProgramData\Simutrans"
@cd simutrans
@cp -R Simutrans/pak128 "C:\ProgramData\Simutrans"

all: zip

Expand Down
4 changes: 2 additions & 2 deletions cityhouses/com/no-winter/com_20_12.dat
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ level=12
intro_year=1880
retire_year=1910
climates=tropic,desert,mediterran,temperate,tundra
backimage[0][0][0][1][0]=com_20_20.0.0
backimage[0][0][0][0][0]=com_20_20.1.0
backimage[0][0][0][1][0]=com_20_12.0.0
backimage[0][0][0][0][0]=com_20_12.1.0
--
Binary file removed cityhouses/res/no-winter/res_20_03.png
Binary file not shown.
File renamed without changes.
File renamed without changes
File renamed without changes.
Binary file added cityhouses/res/pioneer/res_20_03.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
Binary file modified landscape/grounds/texture-climate.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions special_buildings/townhalls/city-townhalls-128.dat
Original file line number Diff line number Diff line change
Expand Up @@ -164,8 +164,8 @@ Obj=building
Name=01_CITY_1
Type=tow
intro_year=1720
Build_Time=0
Passengers=25
Build_Time=4000
Passengers=100
copyright=Rmax500
NoConstruction=1
Dims=2,2
Expand Down
2 changes: 1 addition & 1 deletion special_buildings/townhalls/desert-townhall.dat
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Obj=building
Name=02_CITY
copyright=AI & prissi
intro_year=1820
chance=5
chance=33
dims=1,1,1
Type=tow
Build_Time=0
Expand Down
2 changes: 1 addition & 1 deletion special_buildings/townhalls/rmax-townhall.dat
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Obj=building
Name=01_CITY
copyright=Rmax500 & Fabio Gonella
intro_year=1720
chance=25
chance=100
dims=1,1,1
Type=tow
Build_Time=0
Expand Down

0 comments on commit 17e97ae

Please sign in to comment.