DeHackEd / BEX Reference/BEX Extension: PARS Block
From Eternity Wiki
Jump to navigationJump to search
The [PARS] Block allows editing of par times for standard ExMy and MAPxy levels in DOOM and DOOM II. Ultimate DOOM Episode 4 is not supported, nor is Heretic.
- Back to DeHackEd / BEX Reference
Syntax
Insert the following block in your BEX file, using one or more of the par lines depending on if you want to alter them for DOOM 1 or DOOM 2.
[PARS] par <e> <m> <p> par <m> <p>
<e> is the episode number, <m> is the map number, and <p> is the par time, in seconds. A cleaner example:
[PARS] par 1 1 250 par 1 2 300 par 30 1000
You may have as many par times listed as you wish in the pars block.