Tutorials: Difference between revisions
Jump to navigation
Jump to search
Hendricks266 (talk | contribs) No edit summary |
Hendricks266 (talk | contribs) Added Ilovefoxes' new tutorial and reformatted slightly. |
||
Line 4: | Line 4: | ||
* [[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]] | ||
* [[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]] | ||
* [[Make_one_actor_face_another|How to Make One Actor Face Another]] | * [[Make_one_actor_face_another|How to Make One Actor Face Another]] | ||
* [[Value_controlled_rain_code|How to Control Rain on a Fine Scale]] | * [[Value_controlled_rain_code|How to Control Rain on a Fine Scale]] | ||
* 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]] | |||
*# [[Enable_and_fix_minibosses|How to Enable and Fix the Minibosses]] | |||
[[Category: Tutorials]] | [[Category: Tutorials]] |
Revision as of 17:00, 17 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
- How to Prevent Damage/Death from Long Falls
- How to Limit The Player's Jumping Height
- How to Make One Actor Face Another
- How to Control Rain on a Fine Scale
- There are a series of tutorials that explain how to fix bugs that exist in the original .CON code.