User:Brandished/List Test: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
mNo edit summary
Line 294: Line 294:


== Articles ideas / Works in progress ==
== Articles ideas / Works in progress ==
 
*[[:User:Brandished/Sandbox/Level Design Video Tutorials|Source Level Design - Video Tutorials]]
 
*[[:User:Brandished/Sandbox/Cap Point Layout|TF2: Setting the Cap Point Layout]]
=== Source Level Design - Video Tutorials ===
<!-- layout needs reworking... -->
 
==== RenStrike ====
 
: '''USTREAM'''
::* [http://www.ustream.tv/recorded/368671 Ren TV - 4.23.2008]
::* [http://www.ustream.tv/recorded/370633 Ren TV - 4.24.2008]
::* [http://www.ustream.tv/recorded/375268 Ren TV - 4.26.2008]
 
: '''vimeo'''
::* [http://www.vimeo.com/648712 HL2 HD Tutorial - Beginner Tutorial 1]
::* [http://www.vimeo.com/752415 HL2 HD Tutorial - Beginner Tutorial 2]
::* [http://www.vimeo.com/752432 HL2 HD Tutorial - Beginner Tutorial 3]
::* [http://www.vimeo.com/753735 HL2 HD Tutorial - Beginner Tutorial 4]
 
 
==== Big Lou ====
 
: '''YouTube'''
:* [http://uk.youtube.com/watch?v=tMFie2D4yO0 Hammer Interface and Tools - Part 1]
:* [http://uk.youtube.com/watch?v=ERg8ljweh5g Hammer Interface and Tools - Part 2]
 
 
==== Vaatrad ====
 
: '''YouTube'''
:: [http://www.youtube.com/watch?v=5W0sWjQ5XaA Source Mapping Tutorial 1 - Your First Map]
:: [http://www.youtube.com/watch?v=8X8oAwFZM74 Source Mapping Tutorial 2 - A Few Tips]
:: [http://www.youtube.com/watch?v=HX8TfdxLuhc Source Mapping Tutorial 3 - Basic Sky]
:: [http://www.youtube.com/watch?v=WOQZfrvtG1M Source Mapping Tutorial 4 - Objectives and Tips on Spawns]
:: [http://www.youtube.com/watch?v=6bE0LN58rlg Source Mapping Tutorial 5 - Brushes]
:: [http://www.youtube.com/watch?v=l_wg1hF6vWc Source Mapping Tutorial 6 - Textures and Decals]
:: [http://www.youtube.com/watch?v=d2waucyf3Xc Source Mapping Tutorial 7 - Stairs and Ladders]
:: [http://www.youtube.com/watch?v=VOXoaLsqudI Source Mapping Tutorial 8 - GUNS!]
:: [http://www.youtube.com/watch?v=8NZEA0lt22w Source Mapping Tutorial 9 - Water, Glass and Teleporters]
:: [http://www.youtube.com/watch?v=l84igiWogJ4 Source Mapping Tutorial 10 - Doors]
:: [http://www.youtube.com/watch?v=JGbYPUNWBEo Source Mapping Tutorial 11 - Props]
 
 
==== Brandished ====
 
:'''Flash/HTML'''
: [http://forums.tf2maps.net/showthread.php?t=2048 Making a 5 Control Point Map]
 
 
==== Interlopers.net ====
 
: '''AVI (XVID)'''
:: [http://www.interlopers.net/tutorials/video Video Tutorials]
 
 
----
 
 
=== Setting the Cap Point Layout ===
 
This is mostly true for the cap layout section in the [[team_control_point_master]] entity.
 
If these were the index settings for the [[team_control_point]] entities in your map:
 
  0 = Red's Final Control Point
  1 = Neutral Center Control Point
  2 = Blue's Final Control Point
 
typing:
  <0 1 2>
for the cap layout would give you this in game:
:[[image:Cp_guide_01.jpg]]
 
and typing:
  <0 2,1>
for the cap layout would give you this in game:
:[[image:Cp_guide_02.jpg]]
 
But if this is what you wanted:
:[[image:Cp_guide_03.jpg]]
 
You would have to type
  < 1,0  2>
 
for the cap layout. Thats:
:[[image:Cp_guide_04.gif]]
 
 
<!--
== Hidden Link List ==
[http://developer.valvesoftware.com/w/index.php?title=Special:Imagelist&sort=byname&limit=5000&wpIlMatch= all images on vdc]
[http://developer.valvesoftware.com/wiki/Special:Newimages vdc image gallery]
[http://developer.valvesoftware.com/wiki/Image:ValveLogo.gif valve staff user pages]
-->

Revision as of 09:18, 9 October 2008

Table Layout Tests

Sample Outputs Table Reference

Ref output pic.gif


Sample Outputs Table 1a

HTML:

My Output Named Target Entity Target Input Parameter Delay Only Once
Io11.png OnCapture Math_Blue Add 1 0.00 No
Io11.png OnCapture CapZoneBlue2 Disable - 0.00 No

WiKi:

My Output Named Target Entity Target Input Parameter Delay Only Once
Io11.png OnCapture Math_Blue Add 1 0.00 No
Io11.png OnCapture CapZoneBlue2 Disable - 0.00 No


Sample Outputs Table 1b

HTML:

My Output Named Target Entity Target Input Parameter Delay Only Once
Io11.png OnCapture Math_Blue Add 1 0.00 No
Io11.png OnCapture CapZoneBlue2 Disable - 0.00 No


WiKi:

My Output Named Target Entity Target Input Parameter Delay Only Once
Io11.png OnCapture Math_Blue Add 1 0.00 No
Io11.png OnCapture CapZoneBlue2 Disable - 0.00 No


Image:Io11.png Io11.png
Image:Io12.png Io12.png
Image:Io21.png Io21.png
Image:Io22.png Io22.png


Sample Outputs Table 2a

My Output Named OnCapture OnCapture
Target Entity Math_Blue CapZoneBlue2
Target Input Add Disable
Parameter 1 -
Delay 0.00 0.00
Only Once No No


Sample Outputs Table 2b

My Output Named OnCapture OnCapture
Target Entity Math_Blue CapZoneBlue2
Target Input Add Disable
Parameter 1 -
Delay 0.00 0.00
Only Once No No

List Tests

Sample List 1


Sample List 2

python.org
wikibooks: Python
A Beginner's Python Tutorial
Instant Python
Dive Into Python
Python in 10 minutes
A Byte of Python


Sample List 3

Help:Contents
Help:Editing
wikimedia.org
Wiki Tutorials
Wikieducator tutorial
Wikia: Help Tutorial
MediaWiki Tutorial
Manual: Wiki on a (USB) stick
Run Your Personal Wikipedia from a USB Stick
Geek to Live: Set up your personal Wikipedia

Articles ideas / Works in progress