User:Pinsplash/Missing SDKNuts Content: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
(added WiseGateLockMath to the list)
(added WiseLayeredGlass to the list and made all the headers into links so it's easier to see when/if any of these do become ported at a later date)
Line 1: Line 1:
During the time that sdknuts.net was open, a fair chunk of their content was archived online, but some i haven't found all i need yet.
During the time that sdknuts.net was open, a fair chunk of their content was archived online, but some i haven't found all i need yet.


==WiseGravity==
==[[WiseGravity]]==
Controlling Gravity. Includes a Bounce method, like HL1.
Controlling Gravity. Includes a Bounce method, like HL1.


Line 8: Line 8:
[http://type3studios.com/downloads/tutorials/SdkNutsTutorials/WiseGravity.zip Example VMF] and [https://cdn.discordapp.com/attachments/434089157875466242/458200930039365632/WiseGravity.zip backup]
[http://type3studios.com/downloads/tutorials/SdkNutsTutorials/WiseGravity.zip Example VMF] and [https://cdn.discordapp.com/attachments/434089157875466242/458200930039365632/WiseGravity.zip backup]


==WiseHINT==
==[[WiseHINT]]==
How to create and use HINT Brushes.
How to create and use HINT Brushes.


Line 15: Line 15:
VMF found: no
VMF found: no


==WiseSkin==
==[[WiseSkin]]==
Using skins for Models in the SDK. Includes long list of models with multiple skins.
Using skins for Models in the SDK. Includes long list of models with multiple skins.


Line 22: Line 22:
VMF found: no
VMF found: no


==WiseSun==
==[[WiseSun]]==
Two methods of creating Sunshine.
Two methods of creating Sunshine.


Line 29: Line 29:
VMF found: [http://type3studios.com/downloads/tutorials/SdkNutsTutorials/WiseRoomSun.zip Example VMF] and [https://cdn.discordapp.com/attachments/434089157875466242/459500401847435265/WiseSun.zip backup]
VMF found: [http://type3studios.com/downloads/tutorials/SdkNutsTutorials/WiseRoomSun.zip Example VMF] and [https://cdn.discordapp.com/attachments/434089157875466242/459500401847435265/WiseSun.zip backup]


==WiseHangLamp==
==[[WiseHangLamp]]==
Lights that will swing when hit. Download for project has examples for HL2/HL2DM and CS:S.
Lights that will swing when hit. Download for project has examples for HL2/HL2DM and CS:S.


Line 36: Line 36:
VMF found: probably [http://type3studios.com/downloads/tutorials/SdkNutsTutorials/wiseHangingLight.zip this] [https://cdn.discordapp.com/attachments/434089157875466242/459499832273272842/wiseHangingLight.vmf backup]
VMF found: probably [http://type3studios.com/downloads/tutorials/SdkNutsTutorials/wiseHangingLight.zip this] [https://cdn.discordapp.com/attachments/434089157875466242/459499832273272842/wiseHangingLight.vmf backup]


==WiseDarkness==
==[[WiseDarkness]]==
Creating indoor and outdoor dark areas. Download for project has examples of brush and skybox methods for effect.
Creating indoor and outdoor dark areas. Download for project has examples of brush and skybox methods for effect.


Line 43: Line 43:
VMF found: [http://type3studios.com/downloads/tutorials/SdkNutsTutorials/wiseDarkness.zip Example VMF] and [https://cdn.discordapp.com/attachments/434089157875466242/459509183289753600/wiseDarkness.vmf backup]
VMF found: [http://type3studios.com/downloads/tutorials/SdkNutsTutorials/wiseDarkness.zip Example VMF] and [https://cdn.discordapp.com/attachments/434089157875466242/459509183289753600/wiseDarkness.vmf backup]


==WiseVol==
==[[WiseVol]]==
(volumetric lighting) Behavior of natural light in an atmosphere. Shows multiple HL2 methods.
(volumetric lighting) Behavior of natural light in an atmosphere. Shows multiple HL2 methods.


Line 50: Line 50:
VMF found: [http://type3studios.com/downloads/tutorials/SdkNutsTutorials/WiseVolLightMdl.zip Example VMF] and [https://cdn.discordapp.com/attachments/434089157875466242/459826522581106708/wiseVol.zip backup]
VMF found: [http://type3studios.com/downloads/tutorials/SdkNutsTutorials/WiseVolLightMdl.zip Example VMF] and [https://cdn.discordapp.com/attachments/434089157875466242/459826522581106708/wiseVol.zip backup]


==WiseLighthouse==
==[[WiseLighthouse]]==
Lights go around and around and... Spot Lights rotating.
Lights go around and around and... Spot Lights rotating.


Line 57: Line 57:
VMF found: [http://type3studios.com/downloads/tutorials/SdkNutsTutorials/WiseLightHouse.zip Example VMF] and [https://cdn.discordapp.com/attachments/434089157875466242/459828230887702548/WiseLightHouse.vmf backup]
VMF found: [http://type3studios.com/downloads/tutorials/SdkNutsTutorials/WiseLightHouse.zip Example VMF] and [https://cdn.discordapp.com/attachments/434089157875466242/459828230887702548/WiseLightHouse.vmf backup]


==WiseGateLockMath==
==[[WiseGateLockMath]]==
Using a math_counter to control the Lock breaking.
Using a math_counter to control the Lock breaking.


Line 63: Line 63:


VMF found: probably [http://type3studios.com/downloads/tutorials/SdkNutsTutorials/wiseGateLockCounter.zip this] [https://cdn.discordapp.com/attachments/434089157875466242/459830157612417035/wiseGateLockCounter.vmf backup]
VMF found: probably [http://type3studios.com/downloads/tutorials/SdkNutsTutorials/wiseGateLockCounter.zip this] [https://cdn.discordapp.com/attachments/434089157875466242/459830157612417035/wiseGateLockCounter.vmf backup]
==[[WiseLayeredGlass]]==
Advanced method used to create illusions.
Tutorial found: no
VMF found: [http://type3studios.com/downloads/tutorials/SdkNutsTutorials/wiseLayeredGlass.zip Example VMF] and [https://cdn.discordapp.com/attachments/434089157875466242/460736639497535492/wiseLayeredGlass.vmf backup]
[[Category:SDKNuts Tutorials]]
[[Category:SDKNuts Tutorials]]

Revision as of 02:25, 25 June 2018

During the time that sdknuts.net was open, a fair chunk of their content was archived online, but some i haven't found all i need yet.

WiseGravity

Controlling Gravity. Includes a Bounce method, like HL1.

Tutorial found: no

Example VMF and backup

WiseHINT

How to create and use HINT Brushes.

Tutorial found: no

VMF found: no

WiseSkin

Using skins for Models in the SDK. Includes long list of models with multiple skins.

Tutorial found: no

VMF found: no

WiseSun

Two methods of creating Sunshine.

Tutorial found: no

VMF found: Example VMF and backup

WiseHangLamp

Lights that will swing when hit. Download for project has examples for HL2/HL2DM and CS:S.

Tutorial found: no

VMF found: probably this backup

WiseDarkness

Creating indoor and outdoor dark areas. Download for project has examples of brush and skybox methods for effect.

Tutorial found: no

VMF found: Example VMF and backup

WiseVol

(volumetric lighting) Behavior of natural light in an atmosphere. Shows multiple HL2 methods.

Tutorial found: no

VMF found: Example VMF and backup

WiseLighthouse

Lights go around and around and... Spot Lights rotating.

Tutorial found: no

VMF found: Example VMF and backup

WiseGateLockMath

Using a math_counter to control the Lock breaking.

Tutorial found: no

VMF found: probably this backup

WiseLayeredGlass

Advanced method used to create illusions.

Tutorial found: no

VMF found: Example VMF and backup