mirror of
https://github.com/Q3Rally-Team/q3rally.git
synced 2024-11-21 19:41:36 +00:00
new map on the road
This commit is contained in:
parent
0a5535d81a
commit
317d472472
4 changed files with 1235 additions and 5 deletions
BIN
baseq3r/maps/q3r_citydom.bsp
Normal file
BIN
baseq3r/maps/q3r_citydom.bsp
Normal file
Binary file not shown.
1229
baseq3r/maps/q3r_citydom.map
Normal file
1229
baseq3r/maps/q3r_citydom.map
Normal file
File diff suppressed because it is too large
Load diff
|
@ -1415,6 +1415,7 @@ textures/q3r_dirt_grass/grass03
|
|||
textures/q3r_dirt_grass/grass04
|
||||
{
|
||||
surfaceparm SURF_GRASS
|
||||
surfaceparm SURF_WET
|
||||
{
|
||||
map textures/q3r_dirt_grass/grass04.tga
|
||||
}
|
||||
|
@ -6106,7 +6107,7 @@ textures\q3r_road\road_grid
|
|||
// 275.q3r_road (road_pitend)
|
||||
// ------------------------------------------------------------
|
||||
|
||||
textures\q3r_road\road_pitend
|
||||
textures\q3r_textures\road_pitend
|
||||
{
|
||||
qer_editorimage textures\q3r_road\road_pitend.jpg
|
||||
cull disable
|
||||
|
@ -6121,7 +6122,7 @@ textures\q3r_road\road_pitend
|
|||
// 276.q3r_road (road_pitend_2)
|
||||
// ------------------------------------------------------------
|
||||
|
||||
textures\q3r_road\road_pitend_2
|
||||
textures\q3r_textures\road_pitend_2
|
||||
{
|
||||
qer_editorimage textures\q3r_road\road_pitend_2.jpg
|
||||
cull disable
|
||||
|
@ -6136,7 +6137,7 @@ textures\q3r_road\road_pitend_2
|
|||
// 277.q3r_road (road_pitend_3)
|
||||
// ------------------------------------------------------------
|
||||
|
||||
textures\q3r_road\road_pitend_3
|
||||
textures\q3r_textures\road_pitend_3
|
||||
{
|
||||
qer_editorimage textures\q3r_road\road_pitend_3.jpg
|
||||
cull disable
|
||||
|
@ -6151,7 +6152,7 @@ textures\q3r_road\road_pitend_3
|
|||
// 278.q3r_road (road_pitend_4)
|
||||
// ------------------------------------------------------------
|
||||
|
||||
textures\q3r_road\road_pitend_4
|
||||
textures\q3r_textures\road_pitend_4
|
||||
{
|
||||
qer_editorimage textures\q3r_road\road_pitend_4.jpg
|
||||
cull disable
|
||||
|
|
|
@ -67,7 +67,7 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
|
|||
#define BASETA "missionpack"
|
||||
|
||||
#ifndef PRODUCT_VERSION
|
||||
#define PRODUCT_VERSION "v0.0.2.9_r280"
|
||||
#define PRODUCT_VERSION "v0.0.2.9_r283"
|
||||
#endif
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue