Search found 2 matches
- Tue Sep 21, 2021 9:30 pm
- Forum: Game Creation
- Topic: How to play a video using Allegro 4?
- Replies: 2
- Views: 16258
How to play a video using Allegro 4?
I need to insert a video which will be played when the game starts first, to show about the game story. But I can't find any method to play video in DOS using Allegro. Someone says that there is an add-on plugin for supporting AVI format, but there aren't any sources of it anywhere, and it seems to ...
- Thu Jul 15, 2021 6:33 am
- Forum: Game Creation
- Topic: Dosbox exits when mouse pointer is on the edge of screen
- Replies: 3
- Views: 16194
Dosbox exits when mouse pointer is on the edge of screen
I'm making my own game engine and RTS game using Allegro 4 library and Djgpp cross-compiler. And I'm working and testing on Ubuntu 20.04. The game runs well on Ubuntu. But when I cross-compile the game for DOS and run it on Dosbox, a serious problem occurs. From the first screen, where the user can ...