mirror of
https://github.com/Q3Rally-Team/q3rally.git
synced 2024-11-24 21:01:34 +00:00
Fixed texture and treemodel shaders
roadmap_0.0.4.0.txt updated
This commit is contained in:
parent
271c628fe1
commit
d30e277a7d
3 changed files with 1115 additions and 240 deletions
|
@ -350,7 +350,8 @@ models/mapobjects/GR_trees/nadel
|
|||
{
|
||||
{
|
||||
map models/mapobjects/GR_trees/nadel.tga
|
||||
blendfunc blend
|
||||
alphaFunc GE128
|
||||
rgbGen exactVertex
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -358,7 +359,8 @@ models/mapobjects/GR_trees/nadelsnow
|
|||
{
|
||||
{
|
||||
map models/mapobjects/GR_trees/nadelsnow.tga
|
||||
blendfunc blend
|
||||
alphaFunc GE128
|
||||
rgbGen exactVertex
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -366,7 +368,8 @@ models/mapobjects/GR_trees/tree
|
|||
{
|
||||
{
|
||||
map models/mapobjects/GR_trees/tree.tga
|
||||
blendfunc blend
|
||||
alphaFunc GE128
|
||||
rgbGen exactVertex
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -374,7 +377,8 @@ models/mapobjects/GR_trees/tree3
|
|||
{
|
||||
{
|
||||
map models/mapobjects/GR_trees/tree3.tga
|
||||
blendfunc blend
|
||||
alphaFunc GE128
|
||||
rgbGen exactVertex
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -382,7 +386,8 @@ models/mapobjects/GR_trees/tree4
|
|||
{
|
||||
{
|
||||
map models/mapobjects/GR_trees/tree4.tga
|
||||
blendfunc blend
|
||||
alphaFunc GE128
|
||||
rgbGen exactVertex
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -390,7 +395,8 @@ models/mapobjects/GR_trees/tree6
|
|||
{
|
||||
{
|
||||
map models/mapobjects/GR_trees/tree6.tga
|
||||
blendfunc blend
|
||||
alphaFunc GE128
|
||||
rgbGen exactVertex
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -398,7 +404,8 @@ models/mapobjects/oak/oakblaetter
|
|||
{
|
||||
{
|
||||
map models/mapobjects/oak/oakblaetter.tga
|
||||
blendfunc blend
|
||||
alphaFunc GE128
|
||||
rgbGen exactVertex
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -406,7 +413,8 @@ models/mapobjects/oak/oakblaetter2
|
|||
{
|
||||
{
|
||||
map models/mapobjects/oak/oakblaetter2.tga
|
||||
blendfunc blend
|
||||
alphaFunc GE128
|
||||
rgbGen exactVertex
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -414,7 +422,8 @@ models/mapobjects/oak/oakblaetter3
|
|||
{
|
||||
{
|
||||
map models/mapobjects/oak/oakblaetter3.tga
|
||||
blendfunc blend
|
||||
alphaFunc GE128
|
||||
rgbGen exactVertex
|
||||
}
|
||||
}
|
||||
|
||||
|
|
File diff suppressed because it is too large
Load diff
|
@ -4,7 +4,8 @@ New features planned for 0.0.4.0
|
|||
- optical effects for sand and snow (and others?)
|
||||
- online best time list for racing maps (like a ladder)
|
||||
- discord button in main menu (maybe in 0.0.3.0)
|
||||
- New gamemode Last Man Standing
|
||||
- New gamemode Last Man Standing (with all weapons)
|
||||
- New gamemode Drag Race
|
||||
- Change Gamemode Demolition Derby to use all weapons
|
||||
- ...
|
||||
- Change Gamemode Demolition Derby to use only chainsaw
|
||||
- Menu music rotation
|
||||
- Secret car skins (Like a Krusade from Q3A)
|
||||
|
|
Loading…
Reference in a new issue