hide ur graphics?

BlitzPlus Forums/BlitzPlus Beginners Area/hide ur graphics?

Is there a way to hide ur graphics that u use with ur .exe?
Thanks
mudcat

Also,
I've tried to get into max,but I just can't do it.Anybody else try it and don't like it?My main games I'm making are 2d,so I guess B+ is what I'll use.
Later,
mudcat

What do you mean with 'hide gfx with your exe'? Like incbin? (gfx and other media in the exe-file)

BMax is uhm.. kinda advanced/strict .. I wouldn't immediately recommend BMax for beginners. B+ is the best start-language if you don't care for 3d.

btw, using 'you' and 'your' instead of 'u' and 'ur' makes you look 10yrs older.. :P

now that I reread my post....the u and urs where a bit much..lol

but yes,gfx and other media in the exe-file.Are YOU able to make just one file without the gfxs exposed?

Thanks agian

Well, officially you need incbin for that, which is only in bmax .. but you can always store images/stuff in datalines, strings and create them yourself.. does take some time however, and in case of music you have to temporarily write it to a file and then reread it.. also upon quit you better delete that temporarily file again.

(see my Columnz, in 'General', the "make a game in 24h" topic)