Uh... a slight problem.
I don't know exactly
how to move the picture into the same file as the project.
Please could someone give me a step-by step guide on how to do this, from getting my bitmap from paint into the monsterhunts.db file.
I have tried copying and pasting, using "my computer" to try and copy the bitmaps, I actually think they are in there, Dark basic just won't let me access them.
DB compiles it right, but when I execute it, The bar at the bottom says:
Quote: "Error at line 58. Image does not exist."
AAAAAAAARRRGGGHHH!!!!!! How hard is it to load and texture one stupid bitmap????
Here is my code, if it helps...
Sync on
Sync rate 0
Hide mouse
autocam off
rem create backdrop
backdrop on
set camera range 1,5000
rem create fog
fog on
fog distance 4000
fog color RGB(128,128,128)
color backdrop RGB(128,128,128)
rem make matrix
make Matrix 1,10000,10000,20,20
rem texture matrix
load image "red.bmp",1
Prepare matrix texture 1,1,1,1
Fill matrix 1,0,1
Thanks in advance,
--Nytmayre-- }{
EDIT: Uh, I changed the bitmap I wanted to load. I have tried to copy the red.bmp into dark basic using my computer, I went into:
C:\Program Files\Dark Basic Software\Dark Basic\myproj\the monster hunts.db
and copied it. But it still doesn't exist, apparently. aaargh!!
Dream the world is doing fine, forget the Nytmayres left behind. Nytmayre of the burning sin, nytmayres scream from you deep within.
Uh... What's the point of this bit?