Valve Developer Community:Sandbox: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
No edit summary
No edit summary
Line 1: Line 1:
{{Sandbox}}<!-- Do not edit this line! -->
{{Sandbox}}<!-- Do not edit this line! -->
----
----
==File format==
{{pre|
"credits.txt" // MUST be the same name as the name of the file.
{
//========================================================
//Entries here appear in the lower left hand side of the screen in groups of three.
//========================================================
"IntroCreditsNames"
{
"V" "WeaponIcons" // Will display the Valve Logo
" " "CreditsText" // Used for spacing
" " "CreditsText"
"Name 1"  "CreditsText"
"Name 2"    "CreditsText"
"Name 3"    "CreditsText"
}
// Used to Modify how the intro credits will appear. Does not affect outro credits.
"CreditsParams"
{
"logo" "HALF-LIFE'" // Changing will break unless set up to use a different font.
"fadeintime" "2.5"
"fadeouttime" "1"
"fadeholdtime" "1.0"
"nextfadetime" "1.0"
"pausebetweenwaves" "1.0"
"logotime" "1.0"
"posx" "96"
"posy" "360"
"color" "255 255 255 128"
//Outro Parameters
"scrolltime" "158"
"separation"  "10"
}
//========================================================
//Entries here will appear in a scrolling list.
//========================================================
"OutroCreditsNames"
{
"HALF-LIFE'" "CreditsOutroLogos" // Displays Half-Life 2 Logo
" " "CreditsOutroText"
"V" "CreditsOutroValve" // Displays Valve Logo
" " "CreditsOutroText"
"Name 1"  "CreditsOutroText"
"Name 2"    "CreditsOutroText"
"Name 3"    "CreditsOutroText"
}
}
}}

Revision as of 17:40, 24 July 2024

The Sandbox (Valve Developer Community:Sandbox) is a VDC namespace page designed for testing and experimenting with Wiki syntax. Feel free to try your skills at formatting here: click on edit, make your changes, and click 'Save page' when you are finished. Content added here will not stay permanently.

Please do not edit the "markup" text, at the top of the editing window, that reads "{{sandbox}}".


File format