Template:Sdktools: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
No edit summary
m (Made "Pfm2tgas" lowercase)
 
(17 intermediate revisions by 13 users not shown)
Line 1: Line 1:
{{todo|Move {{gldsrc|4}}-specific tools to [[Template:GoldSrc sdktools]]. Tools that support both {{src|4}}and {{gldsrc|4}} should go in both templates.}}
{{todo|Move {{gldsrc|4}}-specific tools to [[Template:GoldSrc sdktools]]. Tools that support both {{src|4}}and {{gldsrc|4}} should go in both templates.}}
{{doc}}
 
<includeonly><onlyinclude>
{{Documentation}}
{{#ifeq:{{{1}}}|0|{{note|This template was recently changed to make it less visually cluttered. If you disagree, please discuss [[Template talk:Sdktools|Here]].}}|}}
<includeonly>
{{#switch:{{{1|}}}
 
<onlyinclude>{{#ifeq:{{{1}}}|0}}{{#switch:{{{1|}}}
<!-- Official tools -->
<!-- Official tools -->
| #default = {{Navbox
| #default = {{Navbox
| name = Sdktools
| name = Sdktools
| style = width:100%
| title = {{src}} [[:Category:Official Source Tools|<span style="color:lightgrey">{{Sdktools/strings|Header 1}}</span>]] {{Table tools|sdktools}}
| title = {{src}} [[:Category:Official Source Tools|<span style="color:lightgrey">{{Sdktools/strings|Header 1}}</span>]] {{Table tools|sdktools}}
| navbar = off
| navbar = off


<!-- Title has border-radius of 8px on top-left and top-right -->
| titlestyle = white-space: nowrap; font-size: 100%; background-color: {{src|col}}3a; padding: 2px; color: #fff;
| titlestyle = border-radius: 8px 8px 0 0; white-space: nowrap; font-size: 100%; background-color: {{src|col}}3a; padding: 2px; color: #fff;


<!-- Body has a border radius of 12px overall. Every other radius uses 8px so that both radius' look smooth
<!-- Body has a border radius of 4px overall.
Background color of #202020 is set as well. -->
Background color of #202020 is set as well. -->
| bodystyle  = background-color: #202020; clear: both; border: 2px solid #525252; border-radius: 12px; margin: 1em auto 0em;
| bodystyle  = background-color: #202020; clear: both; border: 2px solid #525252; border-radius: 4px; margin: 1em auto 0em;


<!-- Setting the general constant styling for every group/list -->
<!-- Setting the general constant styling for every group/list -->
Line 41: Line 42:


| group6 = {{Sdktools/strings|Texture tools}}
| group6 = {{Sdktools/strings|Texture tools}}
| list6 = {{Height2normal|2}} • [[$ssbump|height2ssbump]] • [[makevmt]] • [[Animated Particles|mksheet]] • [[Pfm2tgas]] • [[Shadercompile]] • [[Splitskybox]] • {{Vtex|2}} • {{Vtf2tga|2}} • [[xwad]]
| list6 = {{Height2normal|2}} • [[$ssbump|height2ssbump]] • [[makevmt]] • [[Animated Particles|mksheet]] • [[pfm2tgas]] • [[Shadercompile]] • [[Splitskybox]] • {{Vtex|2}} • {{Vtf2tga|2}} • [[xwad]]


| group7 = {{Sdktools/strings|Sound tools}}
| group7 = {{Sdktools/strings|Sound tools}}
Line 48: Line 49:


| group8 = {{Sdktools/strings|Engine tools}}
| group8 = {{Sdktools/strings|Engine tools}}
| list8 = [[ActBusy Script Editor]] • [[Commentary Editor]] • [[Foundry]] • [[Material Editor]] • [[Particle Editor]] • {{Sfm|2}}
| list8 = [[ActBusy Script Editor]] • [[Entity Placement Tool]] • [[Commentary Editor]] • [[Foundry]] • [[Material Editor]] • [[Particle Editor]] • {{Sfm|2}}


| group9 = {{Sdktools/strings|Other}}
| group9 = {{Sdktools/strings|Other}}
<!-- The very last group of a navbox will need this border radius for the bottom-left corner -->
<!-- The very last group of a navbox will need this border radius for the bottom-left corner -->
| group9style = border-radius: 0 0 0 8px;
| list9 = [[Closed Captions|Captioncompiler]] • [[Demoinfo]] • [[Elementviewer]] • [[MakeGameData]] • [[Skeleton motion mapping|Motionmapper]] • [[Sfmgen]] • [[Game Directory|VConfig]] • [[Vfont]] • [[Vfont_decompiler]] • [[VICE]] • [[VPK|vpk]]
| list9 = [[Closed Captions|Captioncompiler]] • [[Demoinfo]] • [[Elementviewer]] • [[Skeleton motion mapping|Motionmapper]] • [[Sfmgen]] • [[Game Directory|VConfig]] • [[Vfont]] • [[Vfont_decompiler]] • [[VICE]] • [[VPK|vpk]]
<!-- The very last list of a navbox will not need this styling if there are an even number of lists in the navbox.  
<!-- The very last list of a navbox will not need this styling if there are an even number of lists in the navbox.  
Since there are an odd number of lists in this navbox, we need to add the custom bgcolor as well as a border-radius for the bottom-right corner to match the group style. -->  
Since there are an odd number of lists in this navbox, we need to add the custom bgcolor -->  
| list9style = background-color: #252525; border-radius: 0 0 8px 0;
| list9style = background-color: #252525;
}} {{#ifeq:{{{cat|}}}|0|| [[Category:Tools]] [[Category:Official Source Tools]] }}
}} {{#ifeq:{{{cat|}}}|0|| {{ACategory|Tools}} {{ACategory|Official Source Tools}} }}


<!-- Third party tools -->
<!-- Third party tools -->
Line 65: Line 65:
| navbar = off
| navbar = off


<!-- Title has border-radius of 8px on top-left and top-right -->
| titlestyle = white-space: nowrap; font-size: 100%; background-color: {{src|col}}3a; padding: 2px; color: #fff;
| titlestyle = border-radius: 8px 8px 0 0; white-space: nowrap; font-size: 100%; background-color: {{src|col}}3a; padding: 2px; color: #fff;


<!-- Body has a border radius of 12px overall. Every other radius uses 8px so that both radius' look smooth
<!-- Body has a border radius of 12px overall. Every other radius uses 8px so that both radius' look smooth
Background color of #202020 is set as well. -->
Background color of #202020 is set as well. -->
| bodystyle  = background-color: #202020; clear: both; border: 2px solid #525252; border-radius: 12px; margin: 1em auto 0em;
| bodystyle  = background-color: #202020; clear: both; border: 2px solid #525252; border-radius: 4px; margin: 1em auto 0em;


<!-- Setting the general constant styling for every group/list -->
<!-- Setting the general constant styling for every group/list -->
Line 95: Line 94:


| group6 = {{Sdktools/strings|Map tools}}
| group6 = {{Sdktools/strings|Map tools}}
| list6 = {{autobspp|1}} • {{bspentspy|1}} • {{crafty|1}} • '''[[Convexer]]''' • {{ented|1}} • {{entspy|1}} • {{jerc|1}} • {{mapanalist|1}} • {{obfuscator|1}} • {{materialenu|1}} • {{pakrat|1}} • [[Source Compile Analyzer]] • {{tar|1}} • {{Tsha|1}} • {{vgroup|1}} • {{vmfupdater|1}} • {{winbspzip|1}} • {{lumpStich|1}} • {{vPKEdit|1}}
| list6 = {{autobspp|1}} • {{bspentspy|1}} • {{crafty|1}} • [[Convexer]] • {{ented|1}} • {{entspy|1}} • {{jerc|1}} • {{mapanalist|1}} • {{obfuscator|1}} • {{materialenu|1}} • {{pakrat|1}} • [[Source Compile Analyzer]] • {{tar|1}} • {{Tsha|1}} • {{vgroup|1}} • [[VMF Optimizer]] • {{vmfupdater|1}} • {{winbspzip|1}} • {{lumpStich|1}} • {{vPKEdit|1}}


| group7 = {{Sdktools/strings|Model compilers}}
| group7 = {{Sdktools/strings|Model compilers}}
| list7 = {{Crowbar|1}} • {{guistudiomdl|1}} • '''[[NekoMDL]]'''
| list7 = [[NekoMDL]]
| list7style = background-color: #252525;
| list7style = background-color: #252525;


| group8 = {{Sdktools/strings|Model converters}}
| group8 = {{Sdktools/strings|Model compiler frontends}}
| list8 = {{Crowbar|1}} • [[FireSoft Half-Life MDL Converter]] • [[FireSoft MS3D to SMD converter]] • {{mdldecomp|1}} • {{propper|1}} • {{studiocompiler|1}} • {{vmf2smd|1}}
| list8 = {{Crowbar|1}} • {{guistudiomdl|1}}
| list8style = background-color: #252525;
 
| group9 = {{Sdktools/strings|Model converters}}
| list9 = {{Crowbar|1}} • [[FireSoft Half-Life MDL Converter]] • [[FireSoft MS3D to SMD converter]] • {{mdldecomp|1}} • {{propper|1}} • {{studiocompiler|1}} • {{vmf2smd|1}}
 
| group10 = {{Sdktools/strings|Model tools}}
| list10 = {{coat3d|1}} • {{3dmax|1}} • {{Blender|1}} • {{cinema4d|1}} • {{fragm|1}} • {{gmax|1}} • {{Hlmvpp|1}} • {{khed|1}} • {{lightwave|1}} • {{maya|1}} • {{m3d|1}} • {{modo|1}} • {{bsourceops|1}} • {{vsif2vcd|1}} • {{softimgmod|1}} • {{zbrush|1}}
| list10style = background-color: #252525;


| group9 = {{Sdktools/strings|Model tools}}
| group11 = {{Sdktools/strings|Displacement tools}}
| list9 = {{coat3d|1}} • {{3dmax|1}} • {{Blender|1}} • {{cinema4d|1}} • {{fragm|1}} • {{gmax|1}} • {{Hlmvpp|1}} • {{khed|1}} • {{lightwave|1}} • {{maya|1}} • {{m3d|1}} • {{modo|1}} • {{bsourceops|1}} • {{vsif2vcd|1}} • {{softimgmod|1}} • {{zbrush|1}}
| list11 = {{dispgen|1}} • {{terragen|1}} • {{twister|1}} {{worldmac|1}}
| list9style = background-color: #252525;


| group10 = {{Sdktools/strings|Displacement tools}}
| group12 = {{Sdktools/strings|Particle converters}}
| list10 = {{dispgen|1}} • {{terragen|1}} • {{twister|1}} • {{worldmac|1}}
| list12 = {{sparc|1}}
| list12style = background-color: #252525;


| group11 = {{Sdktools/strings|Particle converters}}
| group13 = {{Sdktools/strings|Texture converters}}
| list11 = {{sparc|1}}
| list13 = [[360g]] • [https://github.com/Mix-Anik/Easy-VTF-Converter/releases Easy VTF Converter (7.0 - 7.5)] • [[FixVTF]] • [https://github.com/craftablescience/MareTF/releases MareTF (7.0 - 7.6, Consoles)] • {{no_vtf|1}} • {{pbr2source|1}} • [[TGAtoDUDV]] • [[VTF Creator]] • [[VTEX (Valve Texture)]] • {{vtfver|1}}
| list11style = background-color: #252525;


| group12 = {{Sdktools/strings|Texture converters}}
| group14 = {{Sdktools/strings|Texture tools}}
| list12 = [[360g]] • [[FixVTF]] • {{no_vtf|1}} • {{pbr2source|1}} • [[TGAtoDUDV]] • [[VTF Creator]] • [[VTEX (Source 2)]] • {{vtfver|1}}
| list14 = {{photoshop|1}} • {{gimp|1}} • {{paintdotnet|1}} • {{hl2tex|1}} • {{Materialize|1}} • {{signmaker|1}} • {{wskywriter|1}} • {{srcskineditor|1}} • {{terraingen|1}} • {{vmteditor|1}} • {{vtfcmd|1}} • [[VTF Explorer]] • {{Vtfedit|1}} → {{Vtfeditrld|1}} • {{vtfshell|1}} • [[VTFTool]] • [https://github.com/craftablescience/vtf-thumbnailer/releases VTF Thumbnailer]
| list14style = background-color: #252525;


| group13 = {{Sdktools/strings|Texture tools}}
| group15 = {{Sdktools/strings|Sound tools}}
| list13 = {{photoshop|1}} • {{gimp|1}} • {{paintdotnet|1}} • {{hl2tex|1}} • {{Materialize|1}} • {{signmaker|1}} • {{wskywriter|1}} • {{srcskineditor|1}} • {{terraingen|1}} • {{vmteditor|1}} • {{vtfcmd|1}} • [[VTF Explorer]] • {{Vtfedit|1}} → {{Vtfeditrld|1}} • {{vtfshell|1}} • [[VTFTool]]
| list15 = [[L4D2 Sound Mod Creator]]
| list13style = background-color: #252525;


| group14 = {{Sdktools/strings|Sound tools}}
| group16 = {{Sdktools/strings|VPK tools}}
| list14 = [[L4D2 Sound Mod Creator]]
| list16 = {{Crowbar|1}} • {{Gcfscape|1}} • {{gvpkext|1}} • {{VRF|1}} • {{vPKEdit|1}}
| list16style = background-color: #252525;


| group15 = {{Sdktools/strings|VPK tools}}
| group17 = {{Sdktools/strings|Libs}}
| list15 = {{Crowbar|1}} • {{Gcfscape|1}} • {{gvpkext|1}} • {{VRF|1}} • {{vPKEdit|1}}
| list17 = [[AVIKit]] • {{hllib|1}} • {{veclib|1}} • {{vtflib|1}}
| list15style = background-color: #252525;


| group16 = {{Sdktools/strings|Libs}}
| group18 = {{Sdktools/strings|Plugins}}
| list16 = [[AVIKit]] • {{hllib|1}} • {{veclib|1}} • {{vtflib|1}} • {{vPKEdit|1}}
| list18 = {{3dmaxexport|1}} • {{3dmaxvtf|1}} • {{Blendersrctools|1}} • {{blendervertexlit|1}} • {{mesa|1}} • {{nppvlp|1|nt=0}} • {{pvp|1|nt=0}} • {{sourceio|1}} • {{srcengcolltools|1}} • {{sourcemod|1}} • {{wallwormmtools|1}}
| list18style = background-color: #252525;


| group17 = {{Sdktools/strings|Plugins}}
| group19 = {{Sdktools/strings|Other}}
| list17 = {{3dmaxexport|1}} • {{3dmaxvtf|1}} • {{Blendersrctools|1}} • {{blendervertexlit|1}} • {{mesa|1}} • {{nppvlp|1|nt=0}} • {{pvp|1|nt=0}} • {{sourceio|1}} • {{srcengcolltools|1}} • {{sourcemod|1}} • {{wallwormmtools|1}}
| list19 = {{CCExporter|1}} {{bee2|1}} • [[CtxConverter]] • {{ccg|1}} • {{Sourceiconset|1}} • [[Source SDK Windows Gadget]] • {{steamcmdui|1}} • {{vguiloct|1}} • [[VirtualDub]] • [[Gmpublisher]]
| list17style = background-color: #252525;


| group18 = {{Sdktools/strings|Other}}
}} {{#ifeq:{{{cat|}}}|0|| {{ACategory|Tools}} {{ACategory|Third Party Tools}} }}
<!-- The very last group of a navbox will need this border radius for the bottom-left corner -->
}}</onlyinclude>
| group18style = border-radius: 0 0 0 8px;
| list18 = {{CCExporter|1}} • {{bee2|1}} • [[CtxConverter]] • {{ccg|1}} • {{Sourceiconset|1}} • [[Source SDK Windows Gadget]] • {{steamcmdui|1}} • {{vguiloct|1}} • [[VirtualDub]]


}} {{#ifeq:{{{cat|}}}|0|| [[Category:Tools]] [[Category:Third Party Tools]] }}
</includeonly>
}}
</onlyinclude></includeonly>

Latest revision as of 13:38, 31 May 2025

Todo: Move GoldSrc GoldSrc-specific tools to Template:GoldSrc sdktools. Tools that support both Source Sourceand GoldSrc GoldSrc should go in both templates.
English (en)Deutsch (de)Esperanto (eo)Español (es)Français (fr)Suomi (fi)Hrvatski (hr)Magyar (hu)Italiano (it)日本語 (ja)한국어 (ko)Nederlands (nl)Polski (pl)Português (pt)Português do Brasil (pt-br)Русский (ru)Slovenčina (sk)Svenska (sv)Türkçe (tr)Українська (uk)Tiếng Việt (vi)中文 (zh)中文(臺灣) (zh-tw)
Curly brackets white.pngTemplate Documentation [view] [edit]
Icon-translate.png Available doc translations
View
Page history
Icon-translate.png
This template uses a strings subpage
Please follow the format on this subpage(s) to add translations.

Usage

Note.pngNote:This template uses a space "&ensp;" between "•". If you need to add separation, you can copy this:  • 

Preview

{{sdktools}}

{{sdktools|0}}

See also