Tutorials: Difference between revisions
Jump to navigation
Jump to search
Mblackwell (talk | contribs) mNo edit summary |
LordMisfit (talk | contribs) mNo edit summary |
||
Line 3: | Line 3: | ||
* [[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]] | ||
* [[Prevent_fall_damage_or_falling_death|How to Prevent Damage/Death from Long Falls]] - by [[User:LordMisfit| | * [[Prevent_fall_damage_or_falling_death|How to Prevent Damage/Death from Long Falls]] - by [[User:LordMisfit|Lord Misfit]] | ||
* [[Limit_the_height_of_the_player%27s_jump|How to Limit The Player's Jumping Height]] - by [[User:Usurper|Usurper]] | * [[Limit_the_height_of_the_player%27s_jump|How to Limit The Player's Jumping Height]] - by [[User:Usurper|Usurper]] | ||
* [[Make_one_actor_face_another|How to Make One Actor Face Another]] - by [[User:TX|TerminX]] | * [[Make_one_actor_face_another|How to Make One Actor Face Another]] - by [[User:TX|TerminX]] | ||
Line 9: | Line 9: | ||
* [[Value_controlled_rain_code|How to Control Rain on a Fine Scale]] - by [[User:Mblackwell|Mblackwell]] | * [[Value_controlled_rain_code|How to Control Rain on a Fine Scale]] - by [[User:Mblackwell|Mblackwell]] | ||
* [[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]] | ||
* [[How_to_Make_a_Working_Keypad|How to Make a Working Keypad]] - by [[User:Dr. Kylstien|Dr. Kylstien]] | * [[How_to_Make_a_Working_Keypad|How to Make a Working Keypad]] - by [[User:Dr. Kylstien|Dr. Kylstien]] and [[User:LordMisfit|Lord Misfit]] | ||
* There are a series of tutorials that explain how to fix bugs that exist in the original .CON code. | * There 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 04:23, 23 September 2007
A small list of minor-level tutorials for examples of EDuke32's .CON coding power.
- 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 a Working Keypad - by Dr. Kylstien and Lord Misfit
- There are a series of tutorials that explain how to fix bugs that exist in the original .CON code.