Skip to content
dashodanger edited this page Aug 28, 2022 · 21 revisions

Welcome to the EDGE-Classic wiki! Here you can find information on running the game, as well as documents on the COAL, DDF, and RTS systems that EDGE-Classic uses to leverage its advanced features.

Running EDGE-Classic

Assuming that you don't have a graphical launcher (such as Doom P.A.L, by our very own Lobo), the most basic invocation of EDGE-Classic from the command line is:

edge-classic.exe -iwad path/to/game/iwad

Where the iwad file is DOOM.WAD, DOOM2.WAD, or any other IWAD supported by EDGE-Classic. If you want to run mods or additional maps,
specify those with the -file parameter, like so:

edge-classic.exe -iwad /path/to/game/iwad -file /path/to/pwad

Home

EDGE-Classic Mod Downloads

COAL

DDF     Introduction
    Animations
    Attacks
    Colormaps
    Flats
    Fonts
    Games
    Images
    Languages
    Levels
    Lines and Sectors
    Playlist
    Sounds
    Styles
    Switches
    Things
    Weapons
RTS     Introduction
    Conditions
    Directives
    Flow Control
    Level Commands
    Maps and Triggers
    Properties
    Thing Commands
    Tips and Menus
Tutorials     Creating a Weapon
    Creating an Enemy
    Creating a Friendly Creature

Compiling EDGE-Classic

Clone this wiki locally