-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
MAPPACK: Update wop_flyordie for WoP 1.7+
See #340 - adjusted file and long name - added new levelshots with shader - adjusted world message key - added _lightmapscale 0.5 - recompiled with new parameters - added bsp to validation - adjusted readme - added info_player_intermission - adjusted light intensity and distribution - removed file extensions from shader entries - converted TGAs to PNGs - fixed missing texture paths - fixed and adjusted texture - changed the brushwork to use calligraphic textures as decals, as the shaders indicated, and used paper textures for the background, which looks much better than plain white
- Loading branch information
1 parent
333def3
commit 881bfa3
Showing
36 changed files
with
891 additions
and
1,465 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
This file was deleted.
Oops, something went wrong.
Binary file not shown.
Git LFS file not shown
Large diffs are not rendered by default.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,77 @@ | ||
// BuddyFriendGuy's maps shader | ||
|
||
// ============== | ||
// Fly or Die | ||
// ============== | ||
|
||
textures/buddyfriendguy/east | ||
{ | ||
surfaceparm trans | ||
surfaceparm pointlight | ||
polygonOffset | ||
{ | ||
map textures/buddyfriendguy/east | ||
rgbGen identity | ||
blendFunc blend | ||
} | ||
} | ||
|
||
textures/buddyfriendguy/ground | ||
{ | ||
surfaceparm trans | ||
surfaceparm pointlight | ||
polygonOffset | ||
{ | ||
map textures/buddyfriendguy/ground | ||
blendFunc blend | ||
rgbGen identity | ||
} | ||
} | ||
|
||
textures/buddyfriendguy/north | ||
{ | ||
surfaceparm trans | ||
surfaceparm pointlight | ||
polygonOffset | ||
{ | ||
map textures/buddyfriendguy/north | ||
blendFunc blend | ||
rgbGen identity | ||
} | ||
} | ||
|
||
textures/buddyfriendguy/sky | ||
{ | ||
surfaceparm trans | ||
surfaceparm pointlight | ||
polygonOffset | ||
{ | ||
map textures/buddyfriendguy/sky | ||
blendFunc blend | ||
rgbGen identity | ||
} | ||
} | ||
|
||
textures/buddyfriendguy/south | ||
{ | ||
surfaceparm trans | ||
surfaceparm pointlight | ||
polygonOffset | ||
{ | ||
map textures/buddyfriendguy/south | ||
blendFunc blend | ||
rgbGen identity | ||
} | ||
} | ||
|
||
textures/buddyfriendguy/west | ||
{ | ||
surfaceparm trans | ||
surfaceparm pointlight | ||
polygonOffset | ||
{ | ||
map textures/buddyfriendguy/west | ||
blendFunc blend | ||
rgbGen identity | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.