1 | // Texture Database file
|
---|
2 | // Name Xsize YSize Xpix Ypix
|
---|
3 |
|
---|
4 |
|
---|
5 |
|
---|
6 | WALL_TEX
|
---|
7 | // low frequency = bad textures\WallMaterial\stone0_256_0.jpg 2 2 256 256
|
---|
8 | // textures\WallMaterial\brick_1.jpg 4 4 256 256
|
---|
9 | // textures\WallMaterial\concrete_0.jpg 3 3 256 256
|
---|
10 | // textures\WallMaterial\grid_0.jpg 6 6 256 256
|
---|
11 | // textures\WallMaterial\A_stone1.jpg 3 3 256 256
|
---|
12 | textures\WallMaterial\tset1_wall_128_0.jpg 3 3 256 256
|
---|
13 | // textures\WallMaterial\rustwall_2.jpg 18 18 256 256
|
---|
14 | END
|
---|
15 | WIN_TILE_TEX
|
---|
16 | textures/WinTiles/wintile2_128_2.jpg 4 4 256 256
|
---|
17 | textures/WinTiles/wintile3_128_0.jpg 4 4 128 128
|
---|
18 | END
|
---|
19 | DOOR_TILE_TEX
|
---|
20 | textures/DoorTiles/doortile1_128_0.jpg 4 4 256 256
|
---|
21 | END
|
---|
22 | WIN_TEX
|
---|
23 | // textures\Windows\win_4f_256.jpg 4 4 256 256
|
---|
24 | // textures\Windows\win_6f_256.jpg 4 4 256 256
|
---|
25 | textures/Windows/win_4f_wood_256_1.jpg 4 4 256 256
|
---|
26 | textures/Windows/win_4f_white_256_1.jpg 4 4 256 256
|
---|
27 | END
|
---|
28 | ROOF_TEX
|
---|
29 | END
|
---|
30 | DOOR_TEX
|
---|
31 | textures/Door/door_256_1.jpg 5 5 4 4
|
---|
32 | END
|
---|
33 | BALCONY_TEX
|
---|
34 | textures/Balcony/balcony4.png 4 4 0 0
|
---|
35 | END
|
---|
36 | FAC_TEX
|
---|
37 | textures\Facades\building_rect0.jpg 20 19 512 512
|
---|
38 | textures\Facades\building_rect2.jpg 31 22 512 256
|
---|
39 | textures\Facades\building_rect3.jpg 24 18 512 256
|
---|
40 | textures\Facades\building_rect4.jpg 22 18 256 256
|
---|
41 | textures\Facades\building_rect5.jpg 29 19 512 256
|
---|
42 | textures\Facades\building_rect6.jpg 23 31 512 512
|
---|
43 | textures\Facades\building_rect7.jpg 40 23 512 256
|
---|
44 | textures\Facades\building_rect8.jpg 46 23 512 256
|
---|
45 | textures\Facades\building_rect9.jpg 14 22 256 512
|
---|
46 | textures\Facades\building_rect10.jpg 19 18 512 512
|
---|
47 | textures\Facades\building_rect11.jpg 20 19 512 512
|
---|
48 | END
|
---|
49 |
|
---|