Doom monster
Register | User Profile | Member List | F.A.Q | Privacy Policy | New Blog | Search Forums | Forums Home
Doomworld Forums : Powered by vBulletin version 2.2.5 Doomworld Forums > Special Interest > Doom Speed Demos > Demo Playlist?
 
Author
All times are GMT. The time now is 01:51. Post New Thread    Post A Reply
Mike.Reiner
Member


Posts: 289
Registered: 01-05


Does PrBoom/PrBoom+ support demo playlist?
As in, you could have the Alien Vendetta demo pack, which is 32 .lmp files, and make PrBoom play them all, in any order you wish?

If not, can they be connected into one big demo file?

Old Post 01-14-08 11:43 #
Mike.Reiner is offline Profile || Blog || PM || Email || Homepage || Search || Add Buddy Report to mod || IP || Edit/Delete || Quote
Grazza
Quaerere Verum


Posts: 9745
Registered: 07-02


You can't join them together into a single demo - Doom demos don't work like that.

Using autoloading, you can just play them by clicking on them from within the zip they're in. That's pretty straightforward, and certainly the way I'd watch a demo-pack such as this.

But if you want to watch them one after another without any human intervention, then you can make a BAT file for that purpose. With autoloading, you need just list the file-names:
code:
av01-uv.lmp av02-uv.lmp av03-uv.lmp ...

Old Post 01-14-08 12:06 #
Grazza is offline Profile || Blog || PM || Homepage || Search || Add Buddy Report to mod || IP || Edit/Delete || Quote
myk
patron mod of ugly ducklings and black sheep


Posts: 10441
Registered: 04-02



Grazza said:
But if you want to watch them one after another without any human intervention, then you can make a BAT file for that purpose.
It might be an OS thing but in my case any successive demos will be launched immediately after the first, with PrBoom crashing in all cases but the first (SDL being in use). Windows XP works differently?

Old Post 01-14-08 16:20 #
myk is offline Profile || Blog || PM || Email || Homepage || Search || Add Buddy Report to mod || IP || Edit/Delete || Quote
Mike.Reiner
Member


Posts: 289
Registered: 01-05


I looked through that post you made.. and for some reason I don't understand how to do this at all.

Edit: I think I got it.
I set it up to play like this:
glboom-plus.exe av01-uv.lmp -file av.wad avold.wad av.deh
glboom-plus.exe av02-uv.lmp -file av.wad avold.wad av.deh

Without the -file, the PrBoom launcher kept popping up. I can just copy paste that line a bunch and change the numbers easy enough. Thanks.

Last edited by Mike.Reiner on 01-14-08 at 19:28

Old Post 01-14-08 19:16 #
Mike.Reiner is offline Profile || Blog || PM || Email || Homepage || Search || Add Buddy Report to mod || IP || Edit/Delete || Quote
Grazza
Quaerere Verum


Posts: 9745
Registered: 07-02



Mike.Reiner said:
I looked through that post you made.. and for some reason I don't understand how to do this at all. ... Without the -file, the PrBoom launcher kept popping up.
What operating system?

Did you follow the instructions and make glboom-plus.exe "%1" -auto the default action?

Are you using the current version of prboom-plus?

If in your BAT you have lines of the type glboom-plus av01-uv.lmp -auto, does that work OK?

Old Post 01-15-08 02:16 #
Grazza is offline Profile || Blog || PM || Homepage || Search || Add Buddy Report to mod || IP || Edit/Delete || Quote
Searcher
Senior Member


Posts: 1171
Registered: 05-01



myk said:
It might be an OS thing but in my case any successive demos will be launched immediately after the first, with PrBoom crashing in all cases but the first (SDL being in use). Windows XP works differently?


It may well be an OS thing. If I try to run several through a .bat file with prboom/+ it will try to immediately open an instance of prboom/prboom+ for each demo and play them all at one time. Failing, of course.

Doom2.exe however, does seem to work fine on my win 98 box and will play them one at a time, stepping through them like it should.

__________________
Happiness is a warm SSG ;)

Old Post 01-15-08 17:46 #
Searcher is offline Profile || Blog || PM || Email || Search || Add Buddy Report to mod || IP || Edit/Delete || Quote
Opulent
Moderator


Posts: 2093
Registered: 07-01


If you put a "pause" after every instance, the script will prompt for the user to hit enter(return) between each demo.
this will work for any "dos" functioning OS.

Old Post 01-26-08 16:55 #
Opulent is offline Profile || Blog || Email || Homepage || Search || Add Buddy Report to mod || IP || Edit/Delete || Quote
Searcher
Senior Member


Posts: 1171
Registered: 05-01


Thank you.

That does make sense. I will try it.

__________________
Happiness is a warm SSG ;)

Old Post 01-26-08 19:00 #
Searcher is offline Profile || Blog || PM || Email || Search || Add Buddy Report to mod || IP || Edit/Delete || Quote
Mr.TF
Mini-Member


Posts: 65
Registered: 01-08


I had been also tired with typing "-playdemo blabla " so I made a program for browsing Compet-n demos.

It is written in C# .NET, if someone is interested I will release the bin and even the source code :).
But I think if you want to create a really good browser, you should start from the beginning :).

Here is a screenshot:

http://users.hszk.bme.hu/~ft701/browser.JPG

Old Post 01-29-08 12:37 #
Mr.TF is offline Profile || Blog || PM || Email || Search || Add Buddy Report to mod || IP || Edit/Delete || Quote
VinceDSS
Senior Member


Posts: 1170
Registered: 11-02


that looks pretty sweet :D

Back in the days, I remember I made a Batch file that was linked to .LMP
I just had to press keys according to the menu options to launch a demo or get info from LMPC :D

Only thing you need now is to add pwads and an 'info' button for a lmpc printout :D

Old Post 01-29-08 14:16 #
VinceDSS is offline Profile || Blog || PM || Email || Homepage || Search || Add Buddy Report to mod || IP || Edit/Delete || Quote
Mr.TF
Mini-Member


Posts: 65
Registered: 01-08


I am working on that :)

Old Post 02-08-08 02:19 #
Mr.TF is offline Profile || Blog || PM || Email || Search || Add Buddy Report to mod || IP || Edit/Delete || Quote
Nancy
for a year!


Posts: 607
Registered: 03-02


Found this one in an old MS-DOS dir. Yes, laugh about the SSi ©. I thought I was !33+.
code:
@ECHO OFF IF "%1" == "" GOTO Err ECHO Scorpion Software, inc.|DOOM2 -FILE %2.WAD -PLAYDEMO %1 %3 %4 %5 %6 %7 %8 %9 GOTO End :Err ECHO PLAYDEMO - Copyright (C) 1998 by Scorpion Software, inc. ECHO. ECHO Usage: ECHO. ECHO PLAYDEMO Demoname [PWADname] ECHO | | ECHO | \-» The Patch Wad file (optional - '.WAD' not needed) ECHO | ECHO. \------------» The name.LMP you wish to see (don't type '.LMP') GOTO End :End
Slightly edited, since the original | and - weren't displayed correctly, and I replaced the little corner with \.

__________________
Scorpion®: The subject of every conceivable communist joke since 2004.

Old Post 02-08-08 15:10 #
Nancy is offline Profile || Blog || PM || Email || Homepage || Search || Add Buddy Report to mod || IP || Edit/Delete || Quote
All times are GMT. The time now is 01:51. Post New Thread    Post A Reply
 
Doomworld Forums : Powered by vBulletin version 2.2.5 Doomworld Forums > Special Interest > Doom Speed Demos > Demo Playlist?

Show Printable Version | Email this Page | Subscribe to this Thread

 

Forum Rules:
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is OFF
vB code is ON
Smilies are OFF
[IMG] code is ON
 

< Contact Us - Doomworld >

Powered by: vBulletin Version 2.2.5
Copyright ©2000, 2001, Jelsoft Enterprises Limited.

Forums Directory