Jump to content
Search In
  • More options...
Find results that contain...
Find results in...

misc

Sign in to follow this  

73 files

  1. Novert

    NOVERT's a TSR that lets you disable the vertical movement of the mouse in DOOM and similar DOS games or applications.

    1417 downloads

       (217 reviews)

    Submitted

  2. LMPIT demo editor 1.0

    LMPIT is a Doom demo editor. Features include: * Header editing (change viewpoint, skill level, etc) * Demo extraction insertion (although I don't think this works quite properly) * Statistics display * Shortening demos * Savegame and pause removal

    Full source is included, licensed under the GNU GPL.

    I wrote this somewhere around 1998-2000, it was never released and has been sitting on my hard drive since then.

    365 downloads

       (2 reviews)

    Submitted

  3. DOOM SCREENSAVER!

    DOOMSAVER is freeware that animates id Software's Doom characters across your screen. It works only with the registered mail-order version of Doom.

    DOOMSAVER contains no bitmapped graphics data from Doom. It loads all graphics from the DOOM.WAD file already on your hard-drive.

    Although DOOMSAVER is not a terminate-stay-resident (TSR) program, you can run it manually to act as a "screen saver".

    WARNING: DOOMSAVER displays all the Doom beasts and static background art. This spoils the surprise if you haven't played through all the levels yet.

    295 downloads

       (4 reviews)

    Submitted

  4. Plutonia Easy

    This patch makes Final Doom's "The Plutonia Experiment" easier. I was really annoyed when I started playing "Plutonia" and found that I couldn't even beat it on the lowest skill setting. I'm only an average player (Doom2 on Ultra-Violence is comfortable) so I'm sure I'm not the only person who had trouble with The Plutonia Experiment.

    I wanted to make a simple patch rather than fine-tune every level. I gave up on The Plutonia Experiment after only a few levels mainly because of the Chain-Gunners (long- distance snipers and ambushers who suddenly pop up out of nowhere). So, is all this patch does is get rid of the Chain-Gunners and fix the ammo imbalance caused by the missing chainguns.

    Here's a list of the changes: - changed Chain-Gunners to Shotgun Sargeants - swapped chainguns and shotguns - swapped bullets and shells - added the chaingun back to map01 (otherwise you wouldn't get it until map05)

    61 downloads

       (51 reviews)

    Submitted

  5. General Midi + Mt 32 setups for Games

    I hope these two files will be useful to you: they contain two setups for the Roland D series of keyboards ( D5 (tested) D10-D20-D110 (not tested but should work)): a General MIDI se- tup and a MT-32 setup.
    All the work was done using the Excellent EXPLORER 32 from C-Labs on the Atari ST ( if somebody know the e-mail address of C-LABS PLEASE send it to me... the editor has a little bug and I would like to know if they released patches etc.) which allowed me to sort the timbres and to easily make new sounds when needed.
    These setups are never so accurate since I'm not really good at creating sounds and since some sounds just can't be created ( say 'applause' or 'gun shot' or 'helicopter', the sounds included are very rough approximations...).
    To load these setups simply play them with a midi file player

    117 downloads

       (0 reviews)

    Submitted

  6. DMPSMU: DooM PostScript Maps Utility

    DMPSMU is an interactive utility on Unix and Windows (source code included) to generate PostScript maps of levels in DOOM, DOOM ][, Ultimate DOOM, Heretic and Heretic: Shadow of the Serpent Riders. It offers several advanced features: - detailed control over layout and appearance of the page(s); - multi-page capability, printing on 2 or 4 normal pages; - detailed control over which Things will be printed; - fading LineDefs that are secret or part of a secret Sector; - shading secret Sector areas, but not their inner Sectors; - linking teleporters and their exits by faint lines. It is derived from DEU, the Doom Editor Utility and retains from this tool all functions that have a read-only effect on the main WAD files, thus allowing examination but not modification of these files under Unix, and it has a new function to display a level's vital statistics. A command-line based utility DMPSMAP with only the map printing function is also included.

    12 downloads

       (4 reviews)

    Submitted

  7. Doom LMP Utility System

    - Display detailed information about Doom/Doom2/Heretic LMPs.
    - Set LMP file version so it works with different version of the game.
    - Change the recording player for Doom/Doom2 multi-player LMPs.
    - Convert 1.0 - 1.2 LMP to the new LMP format used with Doom 1.4 - 1.9.
    - Remove a particular section of the LMP based on seconds or gametics.
    - Append some idle tics at the end of LMP so you can see the score longer.
    - Chop some gametics from the end of file.
    - Remove all pauses in the LMP, that actually works!
    - LMP file modified or created will retain it's original file date & time.

    110 downloads

       (0 reviews)

    Submitted

  8. Multiple linedefs in vanilla Doom

    A demonstration wad showing how to make multiple-line switches in vanilla Doom. This can be used to make very powerful effects without the need for port features, although it does feature the minor side effect of dealing one point of damage (which can be countered by an inclusion of a health potion in the dummy sector but if this is done the side effect is more noticeable). The effect works by crushing a barrel when a trigger is switched (this could be done with either a switch or a walkover plate). The explosion knocks a voodoo doll into some walkover plates, thus causing multiple effects. This can also be used to do many other things never before seen in vanilla, including: --switch teleporters --a switch that gives the player as many items as you wish --by having a monster telefrag the barrel instead of having it get crushed,you can make teleporters not work until a switch has been activated to 'power' it --by this same technique, an exit that requires three switches --also by this technique, shootable exits, lifts, and even teleporters --again by that technique, you can make switches with a delay (by making the teleporter in the monster sector lower from whatever height you wish) --by replacing the voodoo doll with a monster, it could be used as an ultra fast monster beam-in without any need for it to be activated beforehand --by making the voodoo doll teleport onto another voodoo doll, you can make an instant-death switch (looks like I one-upped you, Nick Baker =P).

    There's no end to the number of ways this demonstration could be used. I hope you can think of some more creative than I :) Note that by using this you waive Doom Legacy support (as the current version doesn't allow voodoo dolls).

    11 downloads

       (7 reviews)

    Submitted

  9. Doom95 demo recording bug fix

    There is a bug in Doom95 which prevents demo recording: as soon as you get into the game, Doom95 dumps you back to the desktop with an "I_Error says: demo recorded". I hax0red Doom95's doomlnch.dll and now demo recording works as it is supposed to.

    60 downloads

       (44 reviews)

    Submitted

  10. Doom External Control API

    This is some example code that uses Doom's external control API (the -control command line parameter).

    Vanilla (DOS) Doom supports a little-known command line parameter named -control. This parameter allows an external program to inject movement events into the game. The most likely explanation is that it was intended to allow companies manufacturing game controllers (joystick, gamepad, etc) to provide their own custom drivers to control the game. As far as I know, no such driver was ever written before now.

    Full source code (requires Borland Turbo C) is included.

    5 downloads

       (3 reviews)

    Submitted

  11. ZTR compressed .WAD format

    Well I think this program is really sweet... ALOT better compression in WADS so I hope you like it...

    24 downloads

       (1 review)

    Submitted

  12. DemoConverter v0.61

    A utility for Win95+ to convert your DooM (II) demos to another version. Easy to use. And the best: FREEWARE.

    5 downloads

       (0 reviews)

    Submitted

  13. VIDEO BENCHMARK CALCULATOR using DOOM II

    This program uses the excellent game by id Software, Doom II, to do a video benchmark on your system. The results can be used to "tweak" your system for maximum "frames per second". The faster the video speed, the more fluid the game.

    15 downloads

       (7 reviews)

    Submitted

  14. DXF2WAD v1.0

    DXF2WAD is a simple program to read entities of type LINE, ARC, and CIRCLE from a DXF file and create the appropriate vertices and linedefs in a wad file. CIRCLEs and ARCs are converted to polygon/polygon segments.

    Supports level formats for Doom, Doom II, and Heretic.

    111 downloads

       (1 review)

    Submitted

  15. ALL-WALL.GIF

    This is a corrected version of ALL-WALL.GIF, which contains TEKWALL4. The 900*4128 size and the palette have been kept the same; I've just squeezed in this extra piece. Let me comment, first, that the graphics here have been downsized--the average 128*128 graphic is 100*100. Furthermore, ALL-WALL.GIF has a different palette than the normal DOOM, but as far as I can tell, converting it to the DOOM palette (which I included) in NEOPAINT doesn't do too much harm. I wish the textures hadn't been labeled in bright white, because NEOPAINT won't accept anything but bright white as the background color, and so there is no quick way to move, paste, or change the color of these labels. Anyway, I hope the uploader of the original ALL-WALL.GIF will not mind--he didn't leave his name or e-mail address, or say anything about using his GIF--that I uploaded this file. If YOU see anything in it that needs to be changed, please tell me.

    15 downloads

       (3 reviews)

    Submitted

  16. Doom (high color) Desktop Theme

    This Desktop Theme is for Windows 95 PC's with the Plus! Pack(duh!)

    You must be running in High Color (16k) or True Color (24k) and have 'Show Icons in using all possible colors' checked in your Display | Plus! control panel tab. To do this, right-click an empty area of the desktop, and choose Properties. On the 'Plus!' tab, check 'Show Icons in using all possible colors' and 'Stretch desktop wallpaper to fit the screen'. Now click the 'Settings' tab. On the 'Color Pallette', choose 'High Color'. Reboot your machine to make these changes when it prompts you to. If you don't have High Color available as a choice, you'll need to get an updated video driver first. While detailed instructions on how to do this are beyond the scope of this Readme file, I will say that most video card manufacturers have a web page with drivers available there.

    Unzip all of the files in this archive into your themes directory, usually c:\Program Files\Plus!\Themes. Use Winzip if you have it. Run Desktop Themes from the Control Panel (Start | Settings | Control Panel | Desktop Themes).

    From the Theme drop down menu, choose Doom (high color). Make sure all of the checkboxes are checked, and click Apply or OK. You're done! Enjoy.

    15 downloads

       (1 review)

    Submitted

  17. LMP Master v1.1

    A nice utility for you all DooM/DooM2 players who like to record demos.
    -> add player names to your demos,
    -> add commentary, patch wad names,
    -> launch your demos with the patch wads you used when recording, -timer option set to your demo's length in minutes,
    -> cool directory feature lists all lmp in selected directory showing lots of info plus your comment!
    Works with all versions of Doom, DooM2, and Ultimate Doom. Too kewl!

    9 downloads

       (0 reviews)

    Submitted

  18. SECRETS for DOS v1.04 - DOOM add-ons

    This is a top quality cheat program worth looking at.
    This is the first official web version.
    It includes these DOOM add-ons used in the program.

    5 downloads

       (2 reviews)

    Submitted

  19. DOOM CHECKER FILE Version 1.0 for Windows

    DCFWin, is a program that serves for interface to powerful tools that exist in Internet, and that they allow a true variety of options. It is to say that the user now will have the possibility to take a complete ' control ' about the information of the game that he wants to modify or to alter.

    DCFWin is an utilitarian program with a range of functions (some not so well-known) that are of a lot of utility, and that they will allow to combine diverse approaches, to order your files, to look for them easily, to execute them, to modify them, to add additional information to the same ones, among other characteristics that you will get familiarizing with the continuous use of the program.

    3 downloads

       (1 review)

    Submitted

  20. DOOM Regi-Like

    (REQUIRES ZDOOM OR A ZDOOM BASED PORT!)

    An improved version of the WAD i uploaded earlier but requested to remove it so i can improve it. This is for those who miss the Registered version of DOOM. This WAD makes your copy of Ultimate DOOM look much like the registered version.

    Here is what is changed:

    * The Credits picture is back to the one from the Registered version.

    *The Title Screen is back to the one from the Registered version.

    *Removed the Thy Flesh Consumed episode from the episode selection menu.

    *Removed the "NIGHTMARE!" difficulty to make it look like the v1.1 version.

    (There is a separate WAD file that retains the difficulty for those who want it)

    NOTE: NO levels from the Registered Version are included because it would be considered illegal and idgames does not accept levels from Id Software.

    8 downloads

       (6 reviews)

    Submitted

       (0 reviews)

    Submitted

  21. ENDOOMER

    ENDOOMER is used to edit ENDOOM data that is stored in a IWAD or PWAD. ENDOOM DATA, if you were not already aware, is used by DOOM to print colour text ending messages that appear on the screen when you quit DOOM. ENDOOMs are good to use if you want to give someone credit for the making of your WAD, and it's also a good place to put your Internet address so people know who to mail their comments to.

    16 downloads

       (8 reviews)

    Submitted

  22. Gothic Windows

    Gothic Windows is a program for those who are addicted to Doom,(the reason I wrote this may indicate my passion for Doom!) For those of you who do not feel at rest unless they feel the touch of the fire key and the gentle sound of demons being toasted alive! However, in Windows, these comforts are deied from you! Or so you think! Now things have changed, for the better? Demons in Windows? Yes! Of cousre! Why not? This little, (an I mean little, it took about 1/2 an hour to write!) program will bring the Doom environment to YOU! So whilst you are typing away in Word or calculating in Excel, you can have all the home comforts of Doom! Every so often a Doom demon will be heard, to accompanie you through those hard, long Spanish homeworks, (ta very much Mrs. Mitchell!)

    4 downloads

       (2 reviews)

    Submitted

  23. External statistics driver

    Vanilla Doom has a mysterious command line parameter named "-statcopy". The statcopy parameter allows an external statistics program to capture the intermission screen statistics. However, as far as I know, no such program was ever written. This is, to my knowledge, the first external statistics program ever made for Doom!

    On exit, the program displays the captured statistics to the screen, or alternatively saves the data to a file. There is one caveat in that for statistics capture to work, you must have the mouse enabled in Doom (set use_mouse to 1 in default.cfg, or use setup.exe).

    Full source code (requires Borland Turbo C) is included.

    18 downloads

       (14 reviews)

    Submitted

  24. atexconv.zip

    convert and convertp are programs to convert the graphics from the doom alpha and press release beta into bmp files that you could e.g. then use in your own pwads. convert is for the 0_x alphas and convertp is for the press release beta. full source code is included.

    2 downloads

       (0 reviews)

    Submitted

Sign in to follow this  
  • File Reviews

    • By Darman Macray · Posted
      These levels are short, sweet, and pack a lot of punch. Complete with a humorous end-text-screen containing a healthy dose of silly shock-humor, this is a masterful triumph of Heretic map-making, and most certainly a must-play wad.
    • By Walter confetti · Posted
      A really frantic and fun DM map with pretty neat stuff like invisible pillar in the middle of the arena, doesn't have anything to do with the title but the level can become a BFG spamming fest soon, especially with bots. Less fun in SP but the arch-ville+bunch of nazi combo is a nice feat.
    • By Fireseth · Posted
      Only six enemies (played on UV) and no working exit. Other than that, it is a pretty detailed map for 1995. I enjoyed the general design and the poisonous vats of acid. Very cool, but not practical for good gameplay.   EDIT: Just discovered this is a ideally a DM wad… haha, for that purpose, it seems good. My original rating was 2/5, will change it now.
    • By CravenCoyote · Posted
      Lots of traps and monster closets. Some switches are activated by shooting but there's nothing to really tell you about this because they look the same as other switches.   Texturing is good and enemy placement proved rather difficult at times. There aren't may health pickups on UV so it was a fight to get through.
    • By costadevale · Posted
      It's pretty good for 1994. If you don't mind having no health items at all (except in a few maps) and the outrageous amounts of cyberdemons per map, you should give it a try. It's pretty challenging and I like it. E2M3 is a bit 'eh...' though.
×