Tutorials: Difference between revisions
Jump to navigation
Jump to search
Missed an apostrophe |
Added tutorial on how to pitch models based on code by Dr. Kylstien used in my mod. |
||
Line 9: | Line 9: | ||
* [[Make_actor_aim_vertical|How To Make An Actor Aim Vertically At Another]] - by [[User:Mblackwell|Mblackwell]] | * [[Make_actor_aim_vertical|How To Make An Actor Aim Vertically At Another]] - by [[User:Mblackwell|Mblackwell]] | ||
* [[How_to_Make_Controllable_Security_Cameras|How To Make Controllable Security Cameras]] - by [[User:James|James]] | * [[How_to_Make_Controllable_Security_Cameras|How To Make Controllable Security Cameras]] - by [[User:James|James]] | ||
* [[How_to_Make_Models_Pitch|How To Make Models Pitch On Sloped Surfaces]] - by [[User:Dr. Kylstien|Dr. Kylstien]] | |||
* [[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]] | ||
* [[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 03:42, 20 February 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 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 Player's/Actors From Inflicting Self-Damage - by DeeperThought
- How To Shoot The Five Types Of RPGs - by Ilovefoxes and Hendricks266
- These are a series of tutorials that explain how to fix bugs that exist in the original .CON code.