DeHackEd / BEX Reference/BEX Extension: PARS Block: Difference between revisions
From Eternity Wiki
Jump to navigationJump to search
(Created page with "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. {{backto|DeHackEd /...") |
(Escape "<p>" since it was being interpreted as a newline) |
||
Line 4: | Line 4: | ||
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. | 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] | [PARS] | ||
par <e> <m> <p> | par <e> <m> <nowiki><p></nowiki> | ||
par <m> <p> | par <m> <nowiki><p></nowiki> | ||
<e> is the episode number, <m> is the map number, and <p> is the par time, in seconds. A cleaner example: | <e> is the episode number, <m> is the map number, and <nowiki><p></nowiki> is the par time, in seconds. A cleaner example: | ||
[PARS] | [PARS] | ||
par 1 1 250 | par 1 1 250 |
Latest revision as of 13:55, 10 November 2024
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[edit]
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.