Recent posts

#91
The problem with many of those 'cheaper' tileset assets is that they are missing some kind of tiles for example transition tile from grass to dirt/sand, or they are incomplete - just in basic 8 directions without variations, or character animations have only basic movement/idle states so they are good as some kind of base for something simpler or some sketch / mockups projects, yet I shouldn't also demend to much from such pack's because even with those minor issues they contain a lot of assets and offert great value to their price.



Mix Master Music and Vocals Bundle on Fanatical.
Tiers:
3 items -> €1.10
20 items -> €16.59
41 items -> €22.10
End date: ??




and second one even better value:

Essential Game Music-Build Your Own Bundle
on Fanatical.
Tiers:
4+ products -> €0.55 per item
10+ Products -> €0.50 per item
20+ Products -> €0.44 per item
35+ Products -> €0.38 per item (€13.29 for all)
End date: ??




ah and there is some free bundle also:

World Music Day 2024 Giveaway
on Fanatical.
6 music packs with 62 music tracks totally free.
End date: ??


#92
That looks really performant, very nice job dreamerman👍.
Would love to experiment with this algorithm myself too, I think I`ll take a look at it tomorrow as well
#93
Awesome Dreamerman!  :good:
A good idea would be to use Warcraft 2 Sprites for your next demo  ;)
I really believe in the potential of RTS games in a retro 2D style.
#94
GLBasic - de / IDE, gibts da noch mehr?
Last post by nabz32 - 2024-Jun-20
Hi, ich habe erst letztens die nützliche Tastenkombination alt + Pfeiltaste links gefunden, mit der man einfach zurückgehen kann, leider hat alt + Pfeiltaste rechts zum Vorwärtsgehen dann nicht funktioniert.

Ich lese hier auch von strg + leer, was bei mir anscheinend überhaupt nichts tut, bin ich zu dumm, oder gibt es irgendwo ein verstecktes Readme, in welcher alle Tastenkombinationen des GLBasic Editors aufgelistet sind?
#95
Bug Reports / Re: Jpg doesn't work
Last post by Qedo - 2024-Jun-19
Perfect dreamerman as you indicated I replaced the files
..\Steam\steamapps\common\GLBasic_SDK\Compiler\platform\Win32\lib\libGLBasicWin32.a
..\Steam\steamapps\common\GLBasic_SDK\Compiler\platform\Win64\lib\libGLBasicWin64.a
and everything works fine  :enc:
thank you so much

PS it should be the case that Gernot or whoever corrected the installation of GlBasic from Steam
#96
Bug Reports / Re: Jpg doesn't work
Last post by dreamerman - 2024-Jun-19
All included jpg files are loaded and displayed correctly. As you have fresh install of Windows can this be some OS realated thing? Like Defender rules, or SmartScreen protection, did you tried disabling those filters and running GLB Editor as admin (right mouse click, run as admin)? The last thing that comes to my mind is some OpenGL dll/drivers mismatch/issue but don't know how/which libs are used, some API debug tool would be usefully here.

Edit: Didn't specify that but, freshly compiled project on my PC loads jpgs properly, but that included *exe does not, and also it has different file size than exe compiled on my pc.. hm..

Edit 2: After reinstalling GLBasic on Steam again with proper deleting it's directory I can confirm that it contains bug that doesn't allow to load JPG files. I've use WinMerge to seek for differences in files between this version and known working version, and the only differences are in 'libGLBasicWin32.a' and 'libGLBasicWin64.a' files. Current Steam version does produce smaller *exe files like ~100kb, don't have current GLB source so can't check what's causing the issue.
For a temporary fix, use attached libs from working version, I think that they should be same version as those Steam ones, yet those are precompiled by me and contain GETNUMJOYSTICKS fix.
#97
Bug Reports / Re: Jpg doesn't work
Last post by Qedo - 2024-Jun-19
dreamerman
Thanks for your help
I attach the complete project

edit:
I sent you the project but there is a writing error
DRAWSPRITE 10,0,0 must be DRAWSPRITE 0,0,0

however this is not the problem I have, I still don't see the jpgs
#98
Bug Reports / Re: Jpg doesn't work
Last post by dreamerman - 2024-Jun-19
hm.. on my PC loading jpg's on every GLB/editor version works properly, tried different projects and jpg files, redownloaded GLBasic from Steam again and can't replicate the issue.
Can you attach any complete even basic project that can't load jpgs (maybe even with final *exe file to compare)? All jpg's are causing the problem? Did you tried resaving them with some editor like Paint.Net / GIMP?
#99
Bug Reports / Re: Jpg doesn't work
Last post by Qedo - 2024-Jun-18
it's true dreamerman if I launch
EditorE.exe           ----> GLBasic IDE, Version: 16.927
GLBasicEditorE.exe    ----> GLBasic IDE, Version: 16.793

however in both cases jpg is not recognized
#100
Yes I will add a time log for the functions, I think I will make it only write if a certain key is held down, this way I won´t get gigantic logs. I think it will be nice to have in the future.