Hello, package of resources?

Just starting out? Need help? Post your questions and find answers here.
User avatar
Johny8
User
User
Posts: 10
Joined: Sun Jan 25, 2015 1:40 am
Location: Bogotá -Colombia-
Contact:

Hello, package of resources?

Post by Johny8 »

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.
Iris3D -Games Studios- http://www.iris3dgames.com
IdeasVacuum
Always Here
Always Here
Posts: 6426
Joined: Fri Oct 23, 2009 2:33 am
Location: Wales, UK
Contact:

Re: Hello, package of resources?

Post by IdeasVacuum »

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.
IdeasVacuum
If it sounds simple, you have not grasped the complexity.
User avatar
chi
Addict
Addict
Posts: 1087
Joined: Sat May 05, 2007 5:31 pm
Location: Austria

Re: Hello, package of resources?

Post by chi »

For games take a look at Add3DArchive()
Et cetera is my worst enemy
User avatar
Johny8
User
User
Posts: 10
Joined: Sun Jan 25, 2015 1:40 am
Location: Bogotá -Colombia-
Contact:

Re: Hello, package of resources?

Post by Johny8 »

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.
Hello, thank you very much for the information.

chi wrote:For games take a look at Add3DArchive()
Hi, this is exactly what I wanted, now my question is: Is it possible to open zip packages that have password ?.

regards
Iris3D -Games Studios- http://www.iris3dgames.com
Post Reply