BZZ demoplayer on windows 7

I dunno if anyone still uses that, but I do, double click demo -> opens via et. but since I installed win7 every demo I try that with tells me I can't :( "couldn't load demo thisisanamenoonewilleveruseforademosowhydontijustusethistomakeitsimpol.dm_84"

anyone experienced the same?

(btw I know it's a fucking old program and possibly won't work coz of the run as admin shit on win7, but I hope it's not the case :<)
Comments
10
didn't you forget to load the correct mod? (etpro I assume)
no idea:d

@echo off
rem ######################################################
rem BZZ-ETDP v. 0.4
rem BooZZe's Demo Player for Enemy Territory
rem ######################################################


rem ###########################
rem Config
rem ###########################

rem ET_DIR : Directory where ET.exe is located
rem MOD : Mod you want demo to be played in. (for now this is etmain)
rem DEMO_DUMMY : This name will be used for your demo to be copied in the /demos directory
rem DEMO_EXT : Latest release uses .dm_84 for demos (change if needed)
rem STARTUP_PARAMS : Extra parameters to include rtcw startup (eg. +set r_fullscreen 0 for demoplaying windowed)

SET ET_DIR=C:\Program Files (x86)\Enemy Territory\ET
SET MOD=etpro
SET DEMO_DUMMY=thisisanamenoonewilleveruseforademosowhydontijustusethistomakeitsimpol
SET DEMO_EXT=dm_84
SET STARTUP_PARAMS=+set r_fullscreen 0 +set timedemo 0

rem ###########################
rem Start That nïÏT Stuff
rem ###########################
rem To be sure, make a /demos in ET_DIR/MOD
md "%ET_DIR%\%MOD%\demos"

cls
echo ----------------------------------------------------------------
echo Simp0l Demo Playing Batch for Enemy Territory
echo ----------------------------------------------------------------
echo.
echo Contact Tziek @ :
echo BooZZe @ #-=[bzz]=- @ quakenet
echo http://www.BooZZe.be
echo.
echo ----------------------------------------------------------------

rem Copy that demo to /demos directory in %MOD%
copy %1 "%ET_DIR%\%MOD%\demos\%DEMO_DUMMY%.%DEMO_EXT%" /Y >BZZ-ETDP.log

echo.
echo Demo running... This command prompt window will disappear if ET is /quit'ed.
call "%ET_DIR%\ET.exe" +set fs_homepath "%ET_DIR%" +set fs_basepath "%ET_DIR%" +set fs_game %MOD% %STARTUP_PARAMS% +demo %DEMO_DUMMY%

rem ###########################
rem Cleanup That nïÏT Stuff
rem ###########################
erase "%ET_DIR%\%MOD%\demos\%DEMO_DUMMY%.%DEMO_EXT%" /F
Parent
I see.
insert mindfuck.jpg
sorry :D
Parent
use seismovision
with et? my brother uses it with rtcw, didn't think it'd work in with et. =c
Parent
it supports most games that have demo features.
Parent
I never check the tutorials section :( it's so hidden
Parent
LOLFRAGMOVIE?
Back to top