Tutorials: Difference between revisions
Jump to navigation
Jump to search
Hendricks266 (talk | contribs) How to display negative numbers with the digital font |
m Alphabetical order to keep it looking nice and less messy. |
||
Line 2: | Line 2: | ||
* [[Artificial Intelligence 101]] | * [[Artificial Intelligence 101]] | ||
* [[How_to_Change_the_Loading_Screen_Background|Change the loading screen background]] | * [[How_to_Change_the_Loading_Screen_Background|Change the loading screen background]] | ||
* [[How_to_make_a_clock|Make | * [[Value_controlled_rain_code|Control rain on a fine scale]] | ||
* [[How to display negative numbers with the digital font|Display negative numbers with the digital font]] | |||
* [[Improve The Third Person View with Zoom|Improve the third person view with zoom]] | |||
* [[Limit_the_height_of_the_player%27s_jump|Limit/extend the player's jumping height]] | |||
* [[How_to_make_a_health_bar|Make a health bar]] | |||
* [[How_to_make_a_clock|Make a in-game clock]] | |||
* [[How_to_make_a_sprint_key|Make a sprint key]] | * [[How_to_make_a_sprint_key|Make a sprint key]] | ||
* [[How_to_Make_a_Working_Keypad|Make a working keypad]] | * [[How_to_Make_a_Working_Keypad|Make a working keypad]] | ||
* [[How_to_Shoot_Different_Kinds_of_RPGs|Make actors shoot different types of RPGs]] | |||
* [[Make_actor_aim_vertical|Make an actor aim vertically at another]] | |||
* [[How_to_Make_Controllable_Security_Cameras|Make controllable security cameras]] | * [[How_to_Make_Controllable_Security_Cameras|Make controllable security cameras]] | ||
* [[How_to_Make_Models_Pitch|Make models pitch on sloped surfaces]] | * [[How_to_Make_Models_Pitch|Make models pitch on sloped surfaces]] | ||
* [[ | * [[Make_one_actor_face_another|Make one actor face another]] | ||
* [[Make_Nightvision_light_rooms|Make the night vision goggles light up darkened areas]] | |||
* [[How_to_Make_the_Player_Swim_Like_Modern_FPS|Make the player swim like in a modern FPS]] | * [[How_to_Make_the_Player_Swim_Like_Modern_FPS|Make the player swim like in a modern FPS]] | ||
* [[How_to_Make_the_Screen_Tilt_While_Using_Jetpack|Make the screen tilt while using jetpack]] | * [[How_to_Make_the_Screen_Tilt_While_Using_Jetpack|Make the screen tilt while using jetpack]] | ||
* [[Prevent_fall_damage_or_falling_death|Prevent damage/death from long falls]] | * [[Prevent_fall_damage_or_falling_death|Prevent damage/death from long falls]] | ||
* [[ | * [[Eliminate_player_self-damage|Prevent players/actors from inflicting self-damage]] | ||
* These are a series of tutorials that explain 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|Eliminate the "shrunk enemies attacking" bug]] | *# [[Eliminate_Shrunk_Enemies_Attacking_Bug|Eliminate the "shrunk enemies attacking" bug]] | ||
*# [[Enable_and_fix_minibosses|Enable and fix the minibosses]] | *# [[Enable_and_fix_minibosses|Enable and fix the minibosses]] | ||
[[Category: Tutorials]] | [[Category: Tutorials]] |
Revision as of 20:06, 24 December 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!
- Artificial Intelligence 101
- Change the loading screen background
- Control rain on a fine scale
- Display negative numbers with the digital font
- Improve the third person view with zoom
- Limit/extend the player's jumping height
- Make a health bar
- Make a in-game clock
- Make a sprint key
- Make a working keypad
- Make actors shoot different types of RPGs
- Make an actor aim vertically at another
- Make controllable security cameras
- Make models pitch on sloped surfaces
- Make one actor face another
- Make the night vision goggles light up darkened areas
- Make the player swim like in a modern FPS
- Make the screen tilt while using jetpack
- Prevent damage/death from long falls
- Prevent players/actors from inflicting self-damage
- These are a series of tutorials that explain fix bugs that exist in the original .CON code.