Tutorials: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
Reaper Man (talk | contribs) No edit summary |
||
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]] | |||
* [[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]] | ||
* [[Make_Nightvision_light_rooms|How to Make the Night Vision Goggles Light Up Darkened Areas]] - by [[User:DeeperThought|DeeperThought]] | * [[Make_Nightvision_light_rooms|How to Make the Night Vision Goggles Light Up Darkened Areas]] - by [[User:DeeperThought|DeeperThought]] |
Revision as of 19:10, 26 May 2008
A small list of minor-level tutorials for examples of EDuke32's .CON coding power.
- Artificial Intelligence 101 - by Reaper_Man
- How to Prevent Players/Actors from Inflicting Self-Damage - by DeeperThought
- How to Make the Night Vision Goggles Light Up Darkened Areas - by DeeperThought
- How to Prevent Damage/Death from Long Falls - by Lord Misfit
- How to Limit The Player's Jumping Height - by Usurper
- How to Make One Actor Face Another - by TerminX
- How to Make An Actor Aim Vertically At Another - by Mblackwell
- How to Control Rain on a Fine Scale - by Mblackwell
- How to Shoot the Five Types of RPGs - by Ilovefoxes and Hendricks266
- How to make Projectiles Spawn Centered - by Ilovefoxes
- How to Make a Working Keypad - by Dr. Kylstien and Lord Misfit
- How to Change the Loading Screen Background - by The Commander
- There are a series of tutorials that explain how to fix bugs that exist in the original .CON code.