User talk:Hendricks266

From EDukeWiki
Revision as of 22:50, 29 August 2006 by Hendricks266 (talk | contribs)
Jump to navigation Jump to search

Requests

Cutscenes

  • Add con control over cutscenes in the form of:
    • Pre-Episode Cutscenes:
      • Does this episode have a beginning cutscene (Ep. 4)?
      • If it does, if there are multiple .anm files (Ep. 4), how many are there, and what are the filenames?
      • If it does, what is the filename?
      • If it does, what are the sound effects?
    • Ending Cutscenes:
      • Is the ending cutscene an .anm file (Ep. 2-4) or a tile range (Ep. 1)?
      • If it is a tile range, where are the tiles (tilenum)?
      • If it is an .anm file, what is the filename?
      • If there are multiple .anm files (Ep. 4), how many are there, and what are the filenames?
      • What are the sound effects?
    • Ending Screens:
      • Does this episode have a tile-based ending screen (Ep. 1-2) or not (Ep. 3-4)?
      • If it does, what is the tilenum?
    • All but Ending Screens:
      • Is there a background .mid?
      • If there is, what is it?
      • How many sound effects are there?
      • When do the sound effects play?
    • Opening Logos:
      • What is the filename?
      • If there are multiple .anm files, how many are there, and what are the filenames?
      • Is there a background .mid?
      • If there is, what is it?
      • How many sound effects are there?
      • When do the sound effects play?

Redefine Keywords

  • Add other redefine keywords:
    • redefine
    • redefinesound
    • redefinevolume
    • redefineskill
    • redefinelevelname
    • remusic

Maphack Functions

  • Add additional Maphack functions in addition to angoff and notmd\2\3:
    • xyz, offset
    • xyz, scale (The model, not the actual sprite.)
    • nodraw (Like the notmd\2\3 command but makes it completly invisble. The cinema sign is being rendered twice right now.)
    • wall, floor and celing hacks that lets you fix badly aligned or turned textures.
    • an override hack that lets you over ride the texture defined in def code in the case of odd texture choices that becomes visible when you go highres. Not sure if this is needed anywhere at all though.
    • pitch, roll (to have the full 6 degrees of freedom)