Sorry your browser is not supported!

You are using an outdated browser that does not support modern web technologies, in order to use this site please update to a new browser.

Browsers supported include Chrome, FireFox, Safari, Opera, Internet Explorer 10+ or Microsoft Edge.

DarkBASIC Professional Discussion / Left Beehind - a game made with DBPro at TOJam 2024!

Author
Message
Yarbles2018
6
Years of Service
User Offline
Joined: 16th Jan 2018
Location:
Posted: 19th May 2024 07:17 Edited at: 20th May 2024 01:44
You can download it here on the itch.io page: https://pixelated-monster.itch.io/left-beehind




Here is a YouTube video demo: https://www.youtube.com/watch?v=O3O06WMqoRs

Enjoy!

Please let me know what you think.
sman512
9
Years of Service
User Offline
Joined: 28th Nov 2014
Location: Russia
Posted: 25th May 2024 17:26
Looking good! Didn't see for a quite some time to someone doing games on dbpro that are so good looking.
Unfortunately i can't play it myself because my monitor doesn't support this resolution.
By the way i noticed that you ask yousers to install font on their pc you may want to add font to your game using this function

function loadfont(fontfile$)
tdll=find free dll() : load dll "gdi32.dll",tdll
fontid=call dll(tdll,"AddFontResourceExA",fontfile$,0,0)
delete dll tdll
endfunction fontid
GS
Yarbles2018
6
Years of Service
User Offline
Joined: 16th Jan 2018
Location:
Posted: 26th May 2024 03:30
Quote: "Unfortunately i can't play it myself because my monitor doesn't support this resolution."


After the first run of the exe, it will create a file called bee.cfg in which you can edit the resolution setting:


Also, the game should revert to 720p if CHECK DISPLAY MODE returns a zero.
Let me know if you still have a problem getting it running.

Thank you for the tip about auto-installing the font, I will try that!
greenlig
21
Years of Service
User Offline
Joined: 30th Aug 2003
Location: Melbourne
Posted: 30th May 2024 03:14
Haven’t had a chance to play, but watched the video. Are those Axes of Evil assets?? A deep part of my DBrain just vibrated

Looks nice, kind of Flower vibes.
JigSpace
Derek Darkly
13
Years of Service
User Offline
Joined: 22nd Sep 2011
Location: Whats Our Vector, Victor?
Posted: 30th May 2024 20:39

I ran it twice but couldn't find a file that was generated called "bee.cfg"

Is it in a folder somewhere?
Send your parents to noisy sprite demo hell... enter the D-Zone
Yarbles2018
6
Years of Service
User Offline
Joined: 16th Jan 2018
Location:
Posted: 31st May 2024 02:22
Quote: "Are those Axes of Evil assets??"


Some of the ground textures might have been re-used from Axes of Evil, although upscaled, same with the water. The birds are also re-used, but now converted to md2 format instead of a geo-sprite. The scenery models that "sway" in the wind are also re-used. The rest of the textures are all new and HD for a brave new world!

The terrain engine is an enhanced version of the one in Axes. it now features a geo-mipmap for the fogged out terrain in the distance. The water now uses an avi and reflection mapping. The scenery engine now uses object instancing for much improved performance and also supports per scenery type density settings for more interesting variety. With my GTX 1070, I get over 60fps with the view distance (matrix size) set to 144!

Speaking of Axes of Evil, watch the DBC board for a new release of that in the coming weeks!

Yarbles2018
6
Years of Service
User Offline
Joined: 16th Jan 2018
Location:
Posted: 31st May 2024 02:33 Edited at: 31st May 2024 03:21
Quote: "couldn't find a file that was generated called "bee.cfg""


It should just make it in the same folder as the game:



Just make sure you put it in a windows folder that gives the exe write privileges, so not "/Program Files" or "/Program Files (x86)".

Alternately, you can just create bee.cfg yourself in that folder and use the format in the code snippet in my post above ^^

Attachments

Login to view attachments
Kevin Picone
22
Years of Service
User Offline
Joined: 27th Aug 2002
Location: Australia
Posted: 31st May 2024 02:51
Looking good mate!

PlayBASIC To HTML5/WEB - Convert PlayBASIC To Machine Code
Yarbles2018
6
Years of Service
User Offline
Joined: 16th Jan 2018
Location:
Posted: 18th Jun 2024 23:30 Edited at: 17th Jul 2024 07:44
For people that were having trouble running this on some hardware, I think I have a solution....

I tried to run this on my wife's Windows 11 1366x768x8 laptop and the DBp built exe crapped out at launch because I made a mistake in the initial resolution / bpp settings.
I will be releasing a new version soon with new gameplay and better compatibility that should run on almost every modern Windows 10 or 11 spec.

It would help if I had a QA department that is more than just me testing with the laptops that I have laying around the house and office!
smerf
19
Years of Service
User Offline
Joined: 24th Feb 2005
Location: nm usa
Posted: 21st Jul 2024 08:02
Very awesome

Login to post a reply

Server time is: 2024-11-21 09:08:55
Your offset time is: 2024-11-21 09:08:55