Never_Again
knows his birth month

Posts: 858
Registered: 04-03 |
You can grab the corners or the sides of the Doomer window and drag them with the mouse to resize the window. You need about 508 pixels of vertical resolution to display the window completely, though, so your desktop needs to be at 800x600 at least.
Alternatively, open a command prompt window (Start menu -> Run -> cmd), navigate to your prB+ folder and type
glboom-plus -iwad doom2 -file <drag and drop the wad here> -playdemo <drag and drop the demo here> -trace_thingshealth <enter up to three Thing numbers here>
A third way: copy and paste the code below into Notepad
code:
@echo off
set /p CMDS=enter extra params:
start "" D:\doom\ports\e6y\glboom-plus.exe -playdemo %1 %CMDS%
exit
Replace D:\doom\ports\e6y with the drive and folder where your prB+ is and save the file as playcmd.bat in your prB+ folder. Notepad saves all files as *.txt by default, make sure this file ends with .bat, not .txt.
In Windoze Explorer go to Tools menu -> Folder Options -> File Types and press L. Find the LMP entry in the list. If it's not there, create it (New button -> type LMP in the File Extension field). Select the LMP entry -> Advanced button -> New button. Type play with CMD in the Action field and use Browse button to locate playcmd.bat you created a little earlier. Click OK until all dialog boxes are closed.
Now right-click any demo in Windoze Explorer and select "play with CMD". A command prompt window will pop up. There you can enter -iwad doom2 and any other command-line parameters you wish, like -file cchest3.wad, except -playdemo (it's present already in the BAT file). If the demo matches a pattern in the prB+'s config file or has a demo footer, you can dispense with -iwad and -file and replace them with -auto.
|