I am fairly new to PureBasic, I used Blitz3D and I wish my options to package the resources of a video game, meshes, textures, sounds etc.
I appreciate your help.
Hello, package of resources?
Hello, package of resources?
Iris3D -Games Studios- http://www.iris3dgames.com
-
- Always Here
- Posts: 6426
- Joined: Fri Oct 23, 2009 2:33 am
- Location: Wales, UK
- Contact:
Re: Hello, package of resources?
Consider using an installer if the game is for WindowsOS. The installer used by Fantaisie for PB is Inno Setup: http://www.jrsoftware.org/isinfo.php - it's free.
You can include your resources inside your app, using IncludeBinary() for example:
http://www.purebasic.com/documentation/ ... ludes.html
You can write a Resource-Script (*.rc) and add the file name in Compiler Options/Resources
.rc is a plain text file, you can write them in NotePad.
You can include your resources inside your app, using IncludeBinary() for example:
http://www.purebasic.com/documentation/ ... ludes.html
You can write a Resource-Script (*.rc) and add the file name in Compiler Options/Resources
.rc is a plain text file, you can write them in NotePad.
IdeasVacuum
If it sounds simple, you have not grasped the complexity.
If it sounds simple, you have not grasped the complexity.
Re: Hello, package of resources?
For games take a look at Add3DArchive()
Et cetera is my worst enemy
Re: Hello, package of resources?
Hello, thank you very much for the information.IdeasVacuum wrote:Consider using an installer if the game is for WindowsOS. The installer used by Fantaisie for PB is Inno Setup: http://www.jrsoftware.org/isinfo.php - it's free.
You can include your resources inside your app, using IncludeBinary() for example:
http://www.purebasic.com/documentation/ ... ludes.html
You can write a Resource-Script (*.rc) and add the file name in Compiler Options/Resources
.rc is a plain text file, you can write them in NotePad.
Hi, this is exactly what I wanted, now my question is: Is it possible to open zip packages that have password ?.chi wrote:For games take a look at Add3DArchive()
regards
Iris3D -Games Studios- http://www.iris3dgames.com