|
internal files |
xinco1
Member #8,061
December 2006
|
Does anybody know if its possible in allegro to store files inside the exe, for example images, and how to call them???;D |
spellcaster
Member #1,493
September 2001
|
Yes. You can use datafiles and then use dat2c to create files you can compile into your exe. Please check the section on datafiles in the allegro documentation for more info. -- |
Johan Halmén
Member #1,550
September 2001
|
Hope you don't intend to save in the exe at runtime, because that would be insane, although possible. Coding in the style of Vafnar Cebtenzzre, an Italian game maker. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Years of thorough research have revealed that what people find beautiful about the Mandelbrot set is not the set itself, but all the rest. |
ImLeftFooted
Member #3,935
October 2003
|
Look in your allegro tools directory for these applications:
Now put them in a handy spot (ie same directory as your game) and perform these steps:
If you have any hangups don't hesitate to check the manual: |
|