Skip to content

Commit

Permalink
WOP: Assets for the 1LC holo lollies
Browse files Browse the repository at this point in the history
  • Loading branch information
kai-li-wop committed Nov 27, 2024
1 parent 5e4ace0 commit a30b348
Show file tree
Hide file tree
Showing 8 changed files with 163 additions and 3 deletions.
3 changes: 3 additions & 0 deletions wop/models.pk3dir/models/ctl/b_holo_glow.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions wop/models.pk3dir/models/ctl/b_holo_lollipop.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions wop/models.pk3dir/models/ctl/holo_interlace.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions wop/models.pk3dir/models/ctl/lollipop_blue_holo.md3
Git LFS file not shown
3 changes: 3 additions & 0 deletions wop/models.pk3dir/models/ctl/lollipop_red_holo.md3
Git LFS file not shown
3 changes: 3 additions & 0 deletions wop/models.pk3dir/models/ctl/r_holo_glow.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions wop/models.pk3dir/models/ctl/r_holo_lollipop.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
145 changes: 142 additions & 3 deletions wop/scripts.pk3dir/scripts/wop_gamemodels.shader
Original file line number Diff line number Diff line change
Expand Up @@ -134,10 +134,9 @@ station/ring


// =================
// LOLLYPOP
// LOLLIPOP
// =================

//shaders by doomdragon for WoP capture the lollipop gamemode
models/ctl/foil
{
cull disable
Expand Down Expand Up @@ -256,7 +255,147 @@ models/ctl/n_sticker_ribbon
}

// =================
// BiGBALLOON
// LOLLIPOP HOLO
// =================

models/ctl/r_lollipop_holo
{
{
map models/ctl/holo_interlace.png
blendFunc GL_ZERO GL_ONE
alphaFunc GE128
tcgen vector ( 0 0.04 0 ) ( 0 0 -.04 0)
tcMod scroll 0 -0.2
depthWrite
}
{
map models/ctl/r_holo_lollipop.png
blendfunc add
rgbGen identity
depthFunc equal
}
{
map models/ctl/r_holo_glow.png
blendFunc add
tcgen vector ( 0 0.01 0 ) ( 0 0 -.01 0)
tcMod scroll 0 -0.4
depthFunc equal
}
}

models/ctl/r_ribbon_holo
{
cull none
{
map models/ctl/holo_interlace.png
blendFunc GL_ZERO GL_ONE
alphaFunc GE128
tcgen vector ( 0 0.04 0 ) ( 0 0 -.04 0)
tcMod scroll 0 -0.2
depthWrite
}
{
map models/ctl/r_holo_lollipop.png
blendfunc add
rgbGen identity
depthFunc equal
}
{
map models/ctl/r_holo_glow.png
blendFunc add
tcgen vector ( 0 0.01 0 ) ( 0 0 -.01 0)
tcMod scroll 0 -0.4
depthFunc equal
}
}

models/ctl/r_label_holo
{
{
map models/ctl/holo_interlace.png
blendFunc GL_ZERO GL_ONE
alphaFunc GE128
tcgen vector ( 0 0.04 0 ) ( 0 0 -.04 0)
tcMod scroll 0 -0.2
depthWrite
}
{
map models/ctl/r_holo_lollipop.png
blendfunc add
depthFunc equal
}
}

models/ctl/b_lollipop_holo
{
{
map models/ctl/holo_interlace.png
blendFunc GL_ZERO GL_ONE
alphaFunc GE128
tcgen vector ( 0 0.04 0 ) ( 0 0 -.04 0)
tcMod scroll 0 -0.2
depthWrite
}
{
map models/ctl/b_holo_lollipop.png
blendfunc add
rgbGen identity
depthFunc equal
}
{
map models/ctl/b_holo_glow.png
blendFunc add
tcgen vector ( 0 0.01 0 ) ( 0 0 -.01 0)
tcMod scroll 0 -0.4
depthFunc equal
}
}

models/ctl/b_ribbon_holo
{
cull none
{
map models/ctl/holo_interlace.png
blendFunc GL_ZERO GL_ONE
alphaFunc GE128
tcgen vector ( 0 0.04 0 ) ( 0 0 -.04 0)
tcMod scroll 0 -0.2
depthWrite
}
{
map models/ctl/b_holo_lollipop.png
blendfunc add
rgbGen identity
depthFunc equal
}
{
map models/ctl/b_holo_glow.png
blendFunc add
tcgen vector ( 0 0.01 0 ) ( 0 0 -.01 0)
tcMod scroll 0 -0.4
depthFunc equal
}
}

models/ctl/b_label_holo
{
{
map models/ctl/holo_interlace.png
blendFunc GL_ZERO GL_ONE
alphaFunc GE128
tcgen vector ( 0 0.04 0 ) ( 0 0 -.04 0)
tcMod scroll 0 -0.2
depthWrite
}
{
map models/ctl/b_holo_lollipop.png
blendfunc add
depthFunc equal
}
}

// =================
// BiG BALLOON
// =================

models/special/ballon
Expand Down

0 comments on commit a30b348

Please sign in to comment.