mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2025-06-10 23:08:05 -05:00
WIP effect and postfx templates for techsets
This commit is contained in:
22
raw/iw4/techsets/postfx.techset.template
Normal file
22
raw/iw4/techsets/postfx.techset.template
Normal file
@ -0,0 +1,22 @@
|
||||
// HEAVY WIP
|
||||
|
||||
#options MODE (none, dof, mblur)
|
||||
#options COLOR (none, color, color2)
|
||||
|
||||
#if MODE == "none"
|
||||
#define MODE_NAME ""
|
||||
#else
|
||||
#set MODE_NAME "_" + MODE
|
||||
#endif
|
||||
|
||||
#if COLOR == "none"
|
||||
#define COLOR_NAME ""
|
||||
#else
|
||||
#set COLOR_NAME "_" + COLOR
|
||||
#endif
|
||||
|
||||
#set NAME "postfx" + MODE_NAME + COLOR_NAME
|
||||
#filename NAME + ".techset"
|
||||
|
||||
"unlit":
|
||||
NAME;
|
Reference in New Issue
Block a user