Tutorials: Difference between revisions

From EDukeWiki
Jump to navigation Jump to search
No edit summary
No edit summary
(6 intermediate revisions by 4 users not shown)
Line 1: Line 1:
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!
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!
If you're completely new to CON and are unfamiliar with scripting in general, we recommend reading [[Confaq42]] first followed by reading the basics in [[Scripting]], then tinkering with Duke3D's GAME.CON based on what you've learned.


==Table of Tutorials==
==Table of Tutorials==
Line 27: Line 29:
   <td>*</td>
   <td>*</td>
   <td>*</td>
   <td>*</td>
</tr>
<tr align=center>
  <td>[[Breakable Actor|Create Breakable Actors]]</td>
  <td>*</td>
  <td></td>
  <td></td>
  <td></td>
</tr>
</tr>
<tr align=center>
<tr align=center>
Line 40: Line 49:
   <td></td>
   <td></td>
   <td></td>
   <td></td>
  <td></td>
</tr>
<tr align=center>
  <td>[[Enable_and_fix_minibosses|Enable and fix the minibosses]]</td>
  <td>*</td>
  <td>*</td>
  <td>*</td>
   <td></td>
   <td></td>
</tr>
</tr>
Line 155: Line 157:
</tr>
</tr>
<tr align=center>
<tr align=center>
   <td>[[Mod_eduke32_for_n00bs|Modding eduke32 for n00bs - Basics of mod editing]]</td>
   <td>[[Prevent_fall_damage_or_falling_death|Prevent damage/death from long falls]]</td>
   <td></td>
   <td>*</td>
   <td></td>
   <td></td>
   <td></td>
   <td></td>
Line 162: Line 164:
</tr>
</tr>
<tr align=center>
<tr align=center>
   <td>[[Prevent_fall_damage_or_falling_death|Prevent damage/death from long falls]]</td>
   <td>[[Eliminate_player_self-damage|Prevent players/actors from inflicting self-damage]]</td>
   <td>*</td>
   <td>*</td>
   <td></td>
   <td></td>
Line 169: Line 171:
</tr>
</tr>
<tr align=center>
<tr align=center>
   <td>[[Eliminate_player_self-damage|Prevent players/actors from inflicting self-damage]]</td>
   <td>[[Play a movie file when starting an episode]]</td>
   <td>*</td>
   <td>*</td>
   <td></td>
   <td></td>

Revision as of 12:29, 5 February 2020