New Member
💻 Oldtimer
- Joined
- Nov 22, 2002
- Messages
- 2,347
- Best answers
- 0
We were trying to make a BG splash (the picture is done) and tried to compile using qlumpy and we got this error: *1 line of code, probably pic name* is too long to be a lump name.
the picture is:
-256 colour
-640 x 480 (also tried 320 x 200 like the tutorial said)
-Is a Bitmap
We also made the cached.ls folder with this in it:
DEST "cached.WAD"
$loadbmp "C:\console\CONBACK.BMP"
CONBACK qpic 0 0 640 480
By the way the file name is conback
. If you know how to fix this please post and I wasn't sure if this should go in off topic or help (little bit of both). So if this is wrong mods feel free to move it.
the picture is:
-256 colour
-640 x 480 (also tried 320 x 200 like the tutorial said)
-Is a Bitmap
We also made the cached.ls folder with this in it:
DEST "cached.WAD"
$loadbmp "C:\console\CONBACK.BMP"
CONBACK qpic 0 0 640 480
By the way the file name is conback