If you appreciate the work done within the wiki, please consider supporting The Cutting Room Floor on Patreon. Thanks for all your support!
Panzer General (PlayStation)
Jump to navigation
Jump to search
Cleanup > Pages missing date references
Cleanup > Pages missing developer references
Cleanup > Pages missing publisher references
Games > Games by content > Games with uncompiled source code
Games > Games by developer > Games developed by Ubisoft > Games developed by Strategic Simulations
Games > Games by platform > PlayStation games
Games > Games by publisher > Games published by Ubisoft > Games published by Strategic Simulations
Games > Games by publisher > Games published by Xing
Games > Games by release date > Games released in 1996
Panzer General |
---|
Developer: Strategic Simulations
|
Panzer General is a World War II strategy game.
Unused BAT Code
Present in DAT.PFP at 0xE000. It was used in the DOS version for loading in Gravis Ultrasound sound fonts.
@echo off cd exe rem -------------------------------------------------------------------------- rem . sound.bat rem . rem . This is a batch file to load the Gravis Ultrasound in Native mode. rem . And run the sound installer... rem . rem . Author: Ralph Thomas rem . rem . Revision: 1.0 1/24/94 rem . 1.1 2/7/94 Fixed to accomodate the loadpats rem . program detecting the GUS software rem . revision... rem -------------------------------------------------------------------------- rem Detect card IF "%ULTRADIR%"=="" goto NO_GRAVIS GOTO GUS_LOAD :GUS_LOAD rem -------------------------------------------------------------------------- rem If loadpats fails it means that the user has an old revision of the Gravis rem software and will need to contact Gravis for an update to make this work... rem -------------------------------------------------------------------------- loadpats IF ERRORLEVEL 1 GOTO OLD_REVISION goto RUN_GRAVIS :OLD_REVISION rem -------------------------------------------------------------------------- rem Set the environmental var to NULL so the sound installer will not "detect" rem the Gravis rem -------------------------------------------------------------------------- set ULTRASND= cls echo ╔═════════════════════════════════════════════════════╗ echo ║ Gravis Native Mode Installation Error ║ echo ╠═════════════════════════════════════════════════════╣ echo ║ ║ echo ║ ERROR: Native Mode is not Supported by Revisions ║ echo ║ of the Gravis Software Less Then 2.00 ║ echo ║ ║ echo ║ Contact Gravis to Obtain an Update of ║ echo ║ Their Software... ║ echo ║ ║ echo ║ Voice (604) 431-5020 ║ echo ║ Fax (604) 431-5155 ║ echo ║ BBS (604) 431-5927 V32bis ║ echo ║ ║ echo ║ Compuserve: GO PCVENB (71333,350) ║ echo ║ FidoNET: 1:153/978 ║ echo ║ InterNET EMail: tech@gravis.com ║ echo ║ SBCNET: 13:900/3 ║ echo ║ ║ echo ╚═════════════════════════════════════════════════════╝ pause GOTO NO_GRAVIS :RUN_GRAVIS cls sound.exe cls goto END :NO_GRAVIS cls sound.exe cls goto END :END cd ..
Cleanup > Pages missing date references
Cleanup > Pages missing developer references
Cleanup > Pages missing publisher references
Games > Games by content > Games with uncompiled source code
Games > Games by developer > Games developed by Ubisoft > Games developed by Strategic Simulations
Games > Games by platform > PlayStation games
Games > Games by publisher > Games published by Ubisoft > Games published by Strategic Simulations
Games > Games by publisher > Games published by Xing
Games > Games by release date > Games released in 1996