Tutorials: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
Alphabetical Order |
||
Line 1: | Line 1: | ||
A small list of minor-level tutorials for examples of EDuke32's .CON coding power. | A small list of minor-level tutorials for examples of EDuke32's .CON coding power. | ||
* [[Artificial Intelligence 101]] - by [[User:Reaper_Man|Reaper_Man]] | * [[Artificial Intelligence 101]] - by [[User:Reaper_Man|Reaper_Man]] | ||
* [[How_to_Change_the_Loading_Screen_Background|How To Change The Loading Screen Background]] - by [[User:The Commander|The Commander]] | * [[How_to_Change_the_Loading_Screen_Background|How To Change The Loading Screen Background]] - by [[User:The Commander|The Commander]] | ||
Line 19: | Line 18: | ||
* [[Eliminate_player_self-damage|How To Prevent Players/Actors From Inflicting Self-Damage]] - by [[User:DeeperThought|DeeperThought]] | * [[Eliminate_player_self-damage|How To Prevent Players/Actors From Inflicting Self-Damage]] - by [[User:DeeperThought|DeeperThought]] | ||
* [[How_to_Make_One_Actor_Shoot_RPG/Devastator_Correctly|How To Shoot The Five Types Of RPGs]] - by [[User:Ilovefoxes|Ilovefoxes]] and [[User:Hendricks 266|Hendricks266]] | * [[How_to_Make_One_Actor_Shoot_RPG/Devastator_Correctly|How To Shoot The Five Types Of RPGs]] - by [[User:Ilovefoxes|Ilovefoxes]] and [[User:Hendricks 266|Hendricks266]] | ||
* [[Improve The Third Person View with Zoom]] - by [[User:Muelsa|Muelsa]] | |||
* These are a series of tutorials that explain how to fix bugs that exist in the original .CON code. | * These are a series of tutorials that explain how to fix bugs that exist in the original .CON code. | ||
*# [[Eliminate_Shrunk_Enemies_Attacking_Bug|How To Eliminate The "Shrunk Enemies Attacking" Bug]] - by [[User:Ilovefoxes|Ilovefoxes]] | *# [[Eliminate_Shrunk_Enemies_Attacking_Bug|How To Eliminate The "Shrunk Enemies Attacking" Bug]] - by [[User:Ilovefoxes|Ilovefoxes]] | ||
*# [[Enable_and_fix_minibosses|How To Enable And Fix The Minibosses]] - by [[User:Hendricks 266|Hendricks266]] and [[User:Ilovefoxes|Ilovefoxes]] | *# [[Enable_and_fix_minibosses|How To Enable And Fix The Minibosses]] - by [[User:Hendricks 266|Hendricks266]] and [[User:Ilovefoxes|Ilovefoxes]] | ||
[[Category: Tutorials]] | [[Category: Tutorials]] |
Revision as of 03:40, 12 July 2009
A small list of minor-level tutorials for examples of EDuke32's .CON coding power.
- Artificial Intelligence 101 - by Reaper_Man
- How To Change The Loading Screen Background - by The Commander
- How To Control Rain On A Fine Scale - by Mblackwell
- How To Limit The Player's Jumping Height - by Usurper
- How To Make A In-game Clock - by The Commander
- How To Make A Sprint Key - by James
- How To Make A Working Keypad - by Dr. Kylstien and Lord Misfit
- How To Make An Actor Aim Vertically At Another - by Mblackwell
- How To Make Controllable Security Cameras - by James
- How To Make Models Pitch On Sloped Surfaces - by Dr. Kylstien
- How To Make One Actor Face Another - by TerminX
- How To Make The Night Vision Goggles Light Up Darkened Areas - by DeeperThought
- How To Make The Player Swim Like Modern FPS - by James
- How To Make The Screen Tilt While Using Jetpack - by Captain Awesome
- How To Prevent Damage/Death From Long Falls - by Lord Misfit
- How To Prevent Players/Actors From Inflicting Self-Damage - by DeeperThought
- How To Shoot The Five Types Of RPGs - by Ilovefoxes and Hendricks266
- Improve The Third Person View with Zoom - by Muelsa
- These are a series of tutorials that explain how to fix bugs that exist in the original .CON code.