Saver Max2D for Blitzmax
👉 BlitzCoder will be building a new platform and other plans to preserve and continue the Blitz legacy.
To be able to achieve this goal, we need your support by becoming a Patreon Paid Member 👈
Tweet graphics windows effects frameworks toolbox
SaverMax2D module provides a set of commands for coding screensaver.
Author: Red
Download : SaverMax2D.zip
Download : Example.zip (simple example, advanced example, saver tools)
Features :
- DirectX driver
- Fullscreen mode
- Preview mode
- AboutBox
- AboutBox pixmap logo
- Saver debugger dialogbox
- Saver icon
- Saver longname
- doc
- Saver_Converter.exe ' convert .SCR.EXE file -> .SCR file
- Saver_Resource.exe ' compile windows bbresource : icon & strings
How to install MINGW & SaverMax2D :
- Install Bmax 1.10 or higher
- Install minGW
Add 'c:/mingw/bin' to your PATH env variable
Add 'c:/mingw' to your MINGW env variable - Extract 'winsaver.mod' to your 'mod/pub' directory.
- sync your docs
- When you finished setting, you must restart your Bmax IDE.
How to create a fully functionnal saver :
' optional part
- Place a 'bbicon.ico' file in your project directory.
- Place a 'bbstring.txt' file in your project directory.
- Start Saver_Resource.exe
-> create bbresource.o
' main part
4. Compile your project: saver.scr.bmx
-> create saver.scr.exe
5. Start Saver_Converter.exe
-> create saver.scr
' Test your saver
6. Right-click on your SCR file and select INSTALL
Reply To Topic (minimum 10 characters)
Please log in to reply