Tutorials: Difference between revisions
Jump to navigation
Jump to search
Hendricks266 (talk | contribs) Added Ilovefoxes' new tutorial and reformatted slightly. |
Hendricks266 (talk | contribs) Added credits. |
||
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. | ||
* [[Eliminate_player_self-damage|How to Prevent Players/Actors from Inflicting Self-Damage]] | * [[Eliminate_player_self-damage|How to Prevent Players/Actors from Inflicting Self-Damage]] - by [[User:DeeperThought|DeeperThought]] | ||
* [[Prevent_fall_damage_or_falling_death|How to Prevent Damage/Death from Long Falls]] | * [[Prevent_fall_damage_or_falling_death|How to Prevent Damage/Death from Long Falls]] - by [[User:LordMisfit|LordMisfit]] | ||
* [[Limit_the_height_of_the_player%27s_jump|How to Limit The Player's Jumping Height]] | * [[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]] | * [[Make_one_actor_face_another|How to Make One Actor Face Another]] - by [[User:TX|TerminX]] | ||
* [[Value_controlled_rain_code|How to Control Rain on a Fine Scale]] | * [[Value_controlled_rain_code|How to Control Rain on a Fine Scale]] - by [[User:Mblackwell|Mblackwell]] | ||
* 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 “Shunk Enemies Attacking” Bug]] | *# [[Eliminate_Shrunk_Enemies_Attacking_Bug|How to Eliminate the “Shunk Enemies Attacking” Bug]] - by [[User:Ilovefoxes|Ilovefoxes]] | ||
*# [[Enable_and_fix_minibosses|How to Enable and Fix the Minibosses]] | *# [[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 08:21, 19 November 2006
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 Prevent Damage/Death from Long Falls - by LordMisfit
- How to Limit The Player's Jumping Height - by Usurper
- How to Make One Actor Face Another - by TerminX
- How to Control Rain on a Fine Scale - by Mblackwell
- There are a series of tutorials that explain how to fix bugs that exist in the original .CON code.