User:Travis Wells
From Homestar Runner Wiki
(Difference between revisions)
Travis Wells (Talk | contribs) |
Travis Wells (Talk | contribs) m |
||
(includes 4 intermediate revisions) | |||
Line 4: | Line 4: | ||
I have a picture of me, but it is in black and white. Since you most likely have a color monitor, it won't show up. Sorry. | I have a picture of me, but it is in black and white. Since you most likely have a color monitor, it won't show up. Sorry. | ||
+ | |||
+ | ---- | ||
+ | Since I'm not sure if this should go on a outside page or a wiki page (But want to publish it somewhere), my current Stinkoman 20X6 format findings: (In anticipation of a level editor) | ||
+ | |||
+ | <pre> | ||
+ | Types: | ||
+ | Hazard | ||
+ | Platform | ||
+ | YMovingPlatform | ||
+ | Enemy | ||
+ | Ladder | ||
+ | Wall | ||
+ | Trap | ||
+ | XMovingPlatform | ||
+ | Ornament | ||
+ | Obstacle | ||
+ | Goal | ||
+ | |||
+ | Ornament IDs: | ||
+ | 0 - Tree | ||
+ | 1 - Sun | ||
+ | 2 - Bush | ||
+ | 3 - Damaged Tampo | ||
+ | 4 - Cloud | ||
+ | 5 - End of level flag | ||
+ | |||
+ | Platform IDs: | ||
+ | |||
+ | 0 - Thin grassy platform middle (width=124) | ||
+ | 1 - Left thin grassy endpoint (width=8) | ||
+ | 2 - Right thin grassy endpoint (width=8) | ||
+ | 3 - Thin grassy complete (width=140) | ||
+ | 4 - Thick grassy middle (width=129) | ||
+ | 5 - Thick grassy right end (width=8) | ||
+ | 6 - Thick grassy left end (width=8) | ||
+ | 7 - Thick grassy complete (width=142) | ||
+ | 8 - Thick grassy hover (width=50) | ||
+ | 9 - Ground middle (width=196) | ||
+ | 10 - Ground right (width=10) | ||
+ | 11 - Ground left (width=10) | ||
+ | 12 - Grey shelf middle (width=160) | ||
+ | 13 - Tablecloth (width=282) | ||
+ | 14 - Grey shelf right (width=24) | ||
+ | 15 - Grey shelf left (width=24) | ||
+ | 16 - Yellow hover (width=62) | ||
+ | 17 - long yellow hover (width=200) | ||
+ | 18 - ground middle short (width=64) | ||
+ | 19 - Metal dropper (width=62) | ||
+ | |||
+ | Hazard IDs: | ||
+ | 0 - Old Sage Up | ||
+ | 1 - Old Sage Down | ||
+ | 2 - Old Sage Right | ||
+ | 3 - Old Sage Left | ||
+ | 4 - Pooru-Pooru | ||
+ | |||
+ | Obstacle IDs: | ||
+ | 0 - Metal block b/w grass (w=60) | ||
+ | 1 - Metal block b/w grass (X'd) | ||
+ | 2 - Stove (w=64) | ||
+ | 3 - Fridge(w=69) | ||
+ | 4 - Stove vent(w=129) | ||
+ | 5 - Hanging light (w=114) | ||
+ | |||
+ | Powerup IDs: | ||
+ | 0 - Full health | ||
+ | |||
+ | Wall IDs: | ||
+ | 0 - Wall (w=11, h=147) | ||
+ | |||
+ | Ladder IDs: | ||
+ | 0 - Thick ladder (w=40,h=72) | ||
+ | 1 - Thin ladder (w=34,h=72) | ||
+ | |||
+ | Trap IDs: | ||
+ | 0 - Fork trap | ||
+ | 1 - Lundsford (Gas burner) | ||
+ | 2 - Drill Up | ||
+ | 3 - Tortan (Poison drip) | ||
+ | 4 - Rose Blake (Hot plate) | ||
+ | 5 - Drill down | ||
+ | |||
+ | Enemy IDs: | ||
+ | 0 - Greggo | ||
+ | 1 - Chorch | ||
+ | 2 - Stobat | ||
+ | 3 - Jaro | ||
+ | 4 - Flower monster | ||
+ | 5 - Terrell | ||
+ | 6 - Grundy | ||
+ | 7 - Chorch (again?) | ||
+ | 8 - Browntant | ||
+ | 9 - Kolkaryu | ||
+ | |||
+ | |||
+ | Goal IDs: | ||
+ | 0 - Goal | ||
+ | 1 - Goal (Same?) | ||
+ | |||
+ | XMovingPlatform/YMovingPlatform IDs: | ||
+ | 0 - Green hover | ||
+ | 1 - Yellow hover | ||
+ | </pre> |
Current revision as of 08:00, 24 March 2005
I am me. The most important thing about me you need to knows is that I am five feet 11 inches tall (that's 180 centimeters for you saner people).
I'm a programmer. I've spent way too much time hacking 3DMM, and I will be forever paying for that.
I have a picture of me, but it is in black and white. Since you most likely have a color monitor, it won't show up. Sorry.
Since I'm not sure if this should go on a outside page or a wiki page (But want to publish it somewhere), my current Stinkoman 20X6 format findings: (In anticipation of a level editor)
Types: Hazard Platform YMovingPlatform Enemy Ladder Wall Trap XMovingPlatform Ornament Obstacle Goal Ornament IDs: 0 - Tree 1 - Sun 2 - Bush 3 - Damaged Tampo 4 - Cloud 5 - End of level flag Platform IDs: 0 - Thin grassy platform middle (width=124) 1 - Left thin grassy endpoint (width=8) 2 - Right thin grassy endpoint (width=8) 3 - Thin grassy complete (width=140) 4 - Thick grassy middle (width=129) 5 - Thick grassy right end (width=8) 6 - Thick grassy left end (width=8) 7 - Thick grassy complete (width=142) 8 - Thick grassy hover (width=50) 9 - Ground middle (width=196) 10 - Ground right (width=10) 11 - Ground left (width=10) 12 - Grey shelf middle (width=160) 13 - Tablecloth (width=282) 14 - Grey shelf right (width=24) 15 - Grey shelf left (width=24) 16 - Yellow hover (width=62) 17 - long yellow hover (width=200) 18 - ground middle short (width=64) 19 - Metal dropper (width=62) Hazard IDs: 0 - Old Sage Up 1 - Old Sage Down 2 - Old Sage Right 3 - Old Sage Left 4 - Pooru-Pooru Obstacle IDs: 0 - Metal block b/w grass (w=60) 1 - Metal block b/w grass (X'd) 2 - Stove (w=64) 3 - Fridge(w=69) 4 - Stove vent(w=129) 5 - Hanging light (w=114) Powerup IDs: 0 - Full health Wall IDs: 0 - Wall (w=11, h=147) Ladder IDs: 0 - Thick ladder (w=40,h=72) 1 - Thin ladder (w=34,h=72) Trap IDs: 0 - Fork trap 1 - Lundsford (Gas burner) 2 - Drill Up 3 - Tortan (Poison drip) 4 - Rose Blake (Hot plate) 5 - Drill down Enemy IDs: 0 - Greggo 1 - Chorch 2 - Stobat 3 - Jaro 4 - Flower monster 5 - Terrell 6 - Grundy 7 - Chorch (again?) 8 - Browntant 9 - Kolkaryu Goal IDs: 0 - Goal 1 - Goal (Same?) XMovingPlatform/YMovingPlatform IDs: 0 - Green hover 1 - Yellow hover