Difference between revisions of "Tutorials"

From EDukeWiki
Jump to: navigation, search
(Table of Tutorials)
Line 163: Line 163:
 
<tr align=center>
 
<tr align=center>
 
   <td>[[Eliminate_player_self-damage|Prevent players/actors from inflicting self-damage]]</td>
 
   <td>[[Eliminate_player_self-damage|Prevent players/actors from inflicting self-damage]]</td>
 +
  <td>*</td>
 +
  <td></td>
 +
  <td></td>
 +
  <td></td>
 +
</tr>
 +
<tr align=center>
 +
  <td>[[How_to_manually_reload|How to code a manual reload for the pistol]]</td>
 
   <td>*</td>
 
   <td>*</td>
 
   <td></td>
 
   <td></td>

Revision as of 10:44, 26 February 2011

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!

Table of Tutorials

Name Difficulty Level 1 - 4
Artificial Intelligence 101
Change the loading screen background *
Control rain on a fine scale * * * *
Display negative numbers with the digital font * *
Eliminate the "shrunk enemies attacking" bug *
Enable and fix the minibosses * * *
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 *
Modding eduke32 for n00bs - Basics of mod editing
Prevent damage/death from long falls *
Prevent players/actors from inflicting self-damage *
How to code a manual reload for the pistol *