Discussion forum for all Windows batch related topics.
Moderator: DosItHelp
-
DQ2000
- Posts: 38
- Joined: 07 Aug 2019 17:26
#2
Post
by DQ2000 » 11 Jan 2020 20:40
great !! I like what could you recreate with my graphics program ???
-
misol101
- Posts: 475
- Joined: 02 May 2016 18:20
#3
Post
by misol101 » 12 Jan 2020 21:33
Not too bad. I'm just going to point out that using cmdgfx_RGB (in server mode), you could fairly easily have this game:
1. without flickering
2. without the need for legacy console
3. with bitmap transparency (i.e no black background for e.g. crosses overwriting other bitmaps)
4. play at a high, consistent frame rate
5. actually using mouse while playing the game (but maybe that would make it too easy)
6. support resizing the game screen while playing
(Cons: cmdmenusel.exe might not work as expected when cmdgfx server runs)
I would not write this comment if the game was pure Batch (which is its own genre), but since you're using 6 external exe's anyway...