Jump to content
The Dark Mod Forums

STRUNK

Member
  • Posts

    479
  • Joined

  • Last visited

  • Days Won

    14

Posts posted by STRUNK

  1. Baking some sausages in hot oil:

    https://streamable.com/g2hpf

    Changed the .mtr file for cave_water_muddy to have it look like hot oily baking stuff : )

    Spoiler

    //Author: Dram // Changed by STRUNK to be hot baking oil
    textures/water_source/cave_water_muddy
    {
        qer_editorimage textures/darkmod/sfx/water_surf_001_ed
        discrete
        nonsolid
        water
        twosided
        translucent
             description "slightly dark  rippling water with surface dirt"

        {
            vertexProgram HeatHazeWithMaskAndDepth.vfp
            vertexParm 0 0.1 * sintable [ ( time / 20 ) * ((( parm5 + 0.1) - (( parm5 || 0) * 0.1)) * 3)], 0.15 * sintable [ ( time / 24 ) * ((( parm5 + 0.1) - (( parm5 || 0) * 0.1)) * 1.5)]
            vertexParm 1 (( parm6 + 3) - (( parm6 || 0) * 1.5))
            fragmentProgram HeatHazeWithMaskAndDepth.vfp
            fragmentMap 0 _currentRender
            fragmentMap 1 textures/sfx/vp1
            fragmentMap 2 textures/water_source/vp_water
            fragmentMap 3 _currentDepth
            scale 4,4
        }
        {
            blend modulate
            map textures/darkmod/sfx/water_surf_001
            translate 20 * sintable [ time * ((( parm5 + 0.1) - (( parm5 || 0) * 0.1)) * 3)], 0.075 * sintable [ time * ((( parm5 + 0.1) - (( parm5 || 0) * 0.1)) * 1.5)]
        }
        {
            blend modulate
            map textures/darkmod/sfx/water_surf_001
            translate 24 * sintable [ time * ((( parm5 + 0.1) - (( parm5 || 0) * 0.1)) * 3)], 0.0375 * sintable [ time * ((( parm5 + 0.1) - (( parm5 || 0) * 0.1)) * 1.5)]
            red 1
            green 0.6
            blue 0
        }
    }

     

    • Like 4
  2. Dutch goverment put a huge archive online with a lot of interesting pictures,maps and drawings of buildings and their in- exterior:

    https://beeldbank.cultureelerfgoed.nl/alle-afbeeldingen/?mode=gallery&view=horizontal&sort=random%7B1584794652242%7D%20asc&page=1

     

    I found pictures of the building I sort of copied, but with much more info then I had from the estate agents folder I had:

    Walenberg

    • Like 3
  3. Maybe distil the theme to "Outbrake"?

    I can think of a mission where you have to unveil the conspiracy, by dark forces (the elite and the holy), and steal their antidote/cure. ^^

    But I don't know if that would violate the "fake news" laws these days ;)

  4. @Geep

    Nice : )

    I have made transparent screens that could work as portals and such where the image comes from a camera, but it could be usefull maybe?

    
    
    camerascreentransparent1
    {
    	qer_editorimage textures/editor/cameragui.tga
            nonsolid
            translucent
            noshadows
            
    
           {
    		
    
    		remoteRenderMap 232 232 // width / height of render image, ie resolution of screen
    		red     Parm0 
    		green   Parm1 
    		blue    Parm2  		
                    scale -1, -1
    		translate -1, -1
    		map "camerascreentransparent1"
                    
                    blend gl_dst_alpha, gl_one
    		
                    
    	}
    }
    

     

×
×
  • Create New...