Welcome to the PHOBIA DemoGroup Archive
This site showcases the releases from my DemoGroup, PHOBIA. Although PHOBIA existed only briefly on the PC in 1994, it made a notable impact with its focus on PC intros. The highlight of our work was the major release, the Phobia Welcome Intro.
Feel free to explore and enjoy the nostalgia of the early days of PC intros.
Best regards, Stefan Koelle
Phobia Welcome Intro
The Phobia Welcome Intro was programmed in 1994 using Turbo Pascal, with inline assembler for the graphics routines. The idea for this intro was inspired by an Amiga demo, though the specific name of the demo has been forgotten. All graphics and programming were done by Stefan Koelle on a 486 DX50 DOS PC.
This intro utilized an early version of the X-LIB unit, specifically the TextGraf.pas, which was also developed by Stefan Koelle. The source code for the intro is available on GitHub. The primary technique used in this intro to create the illusion of movement was through color palette changes, rather than altering the pixels on the screen.
The music for the intro was borrowed from an old Amiga demo and played using a public Mod-Player. The font used in the intro was custom-created and compiled into the executable as an object, along with the music and graphics.
Key Details:
Feature | Description |
---|---|
Programming Language | Turbo Pascal with inline assembler |
Year | 1994 |
Developer | Stefan Koelle |
Development Machine | 486 DX50 DOS PC |
Graphics Technique | Color palette changes |
Music Source | Old Amiga demo |
Music Player | Public Mod-Player |
Custom Font | Compiled into the executable as an object |
Graphics Library | Early version of X-LIB unit (TextGraf.pas) |
Source Code | Available on GitHub https://github.com/skoelle/dos-phobia-welcome-intro |