Difference between revisions of "Tutorials"

From EDukeWiki
Jump to: navigation, search
m
(This page didn't need to be a bullshit list of who wrote what, especially on a wiki which saves edit history permanently)
Line 1: Line 1:
A small list of minor-level tutorials for examples of EDuke32's .CON coding power.
+
These are a few basic tutorials which show off some things made possible by EDuke32's enhanced [[scripting]] system. Want more examples?  Download one of the many existing EDuke32 mods, open up the CON files and dig in!
  
* [[Artificial Intelligence 101]] - by [[User:Reaper_Man|Reaper_Man]]
+
* [[Artificial Intelligence 101]]
* [[How_to_Change_the_Loading_Screen_Background|How To Change The Loading Screen Background]] - by [[User:The Commander|The Commander]]
+
* [[Eliminate_player_self-damage|Prevent players/actors from inflicting self-damage]]
* [[Value_controlled_rain_code|How To Control Rain On A Fine Scale]] - by [[User:Mblackwell|Mblackwell]]
+
* [[How_to_Change_the_Loading_Screen_Background|Change the loading screen background]]
* [[Limit_the_height_of_the_player%27s_jump|How To Limit/Extend The Player's Jumping Height]] - by [[User:Usurper|Usurper]] and [[User:LordMisfit|Lord Misfit]]
+
* [[How_to_make_a_clock|Make an in-game clock]]
* [[How_to_make_a_clock|How To Make A In-game Clock]] - by [[User:The Commander|The Commander]]
+
* [[How_to_make_a_sprint_key|Make a sprint key]]
* [[How_to_make_a_sprint_key|How To Make A Sprint Key]] - by [[User:James|James]]
+
* [[How_to_Make_a_Working_Keypad|Make a working keypad]]
* [[How_to_Make_a_Working_Keypad|How To Make A Working Keypad]] - by [[User:Dr. Kylstien|Dr. Kylstien]] and [[User:LordMisfit|Lord Misfit]]
+
* [[How_to_Make_Controllable_Security_Cameras|Make controllable security cameras]]
* [[Make_actor_aim_vertical|How To Make An Actor Aim Vertically At Another]] - by [[User:Mblackwell|Mblackwell]]
+
* [[How_to_Make_Models_Pitch|Make models pitch on sloped surfaces]]
* [[How_to_Make_Controllable_Security_Cameras|How To Make Controllable Security Cameras]] - by [[User:James|James]]
+
* [[How_to_Make_One_Actor_Shoot_RPG/Devastator_Correctly|Make actors shoot different types of RPGs]]
* [[How_to_Make_Models_Pitch|How To Make Models Pitch On Sloped Surfaces]] - by [[User:Dr. Kylstien|Dr. Kylstien]]
+
* [[How_to_Make_the_Player_Swim_Like_Modern_FPS|Make the player swim like in a modern FPS]]
* [[Make_one_actor_face_another|How To Make One Actor Face Another]] - by [[User:TX|TerminX]]
+
* [[How_to_Make_the_Screen_Tilt_While_Using_Jetpack|Make the screen tilt while using jetpack]]
* [[Make_Nightvision_light_rooms|How To Make The Night Vision Goggles Light Up Darkened Areas]] - by [[User:DeeperThought|DeeperThought]]
+
* [[Improve The Third Person View with Zoom|Improve the third person view with zoom]]
* [[How_to_Make_the_Player_Swim_Like_Modern_FPS|How To Make The Player Swim Like Modern FPS]] - by [[User:James|James]]
+
* [[Limit_the_height_of_the_player%27s_jump|Limit/extend the player's jumping height]]
* [[How_to_Make_the_Screen_Tilt_While_Using_Jetpack|How To Make The Screen Tilt While Using Jetpack]] - by [[User:Captain Awesome|Captain Awesome]]
+
* [[Make_actor_aim_vertical|Make an actor aim vertically at another]]
* [[Prevent_fall_damage_or_falling_death|How To Prevent Damage/Death From Long Falls]] - by [[User:LordMisfit|Lord Misfit]]
+
* [[Make_Nightvision_light_rooms|Make the night vision goggles light up darkened areas]]
* [[Eliminate_player_self-damage|How To Prevent Players/Actors From Inflicting Self-Damage]] - by [[User:DeeperThought|DeeperThought]]
+
* [[Make_one_actor_face_another|Make one actor face another]]
* [[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]]
+
* [[Prevent_fall_damage_or_falling_death|Prevent damage/death from long falls]]
* [[Improve The Third Person View with Zoom]] - by [[User:Muelsa|Muelsa]]
+
* [[Value_controlled_rain_code|Control rain on a fine scale]]
* These are a series of tutorials that explain how to fix bugs that exist in the original .CON code.
+
* These are a series of tutorials that explain 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|Eliminate the "shrunk enemies attacking" bug]]
*# [[Enable_and_fix_minibosses|How To Enable And Fix The Minibosses]] - by [[User:Hendricks 266|Hendricks266]] and [[User:Ilovefoxes|Ilovefoxes]]
+
*# [[Enable_and_fix_minibosses|Enable and fix the minibosses]]
 
[[Category: Tutorials]]
 
[[Category: Tutorials]]

Revision as of 02:52, 14 July 2009

These are a few basic tutorials which show off some things made possible by EDuke32's enhanced scripting system. Want more examples? Download one of the many existing EDuke32 mods, open up the CON files and dig in!