Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
bmp part help
#1
my bmp part is this
<bmp_begin>
file(0-1):sprite\sys\Blitz.bmp w: 80 h: 79 row: 1 col: 2
<bmp_end>
if i'm starting lf2 it says couldnt create art surface

my picture is
[Image: blitzts7.png]
Reply
Thanks given by:
#2
Yeah...
<bmp_begin>
file(0-1):sprite\sys\Blitz.bmp w: 81 h: 80 row: 1 col: 2
<bmp_end>

Would do much better.
Reply
Thanks given by:
#3
no it doesnt
it says couldnt create art surface
Reply
Thanks given by:
#4
Make sure your blitz.bmp is under sprite/sys :)
[Image: Link.jpg]
| Arcanis | Dome | Kai [-finished-] | Drawings |
Avatar was made by LutiChris

active again.
Reply
Thanks given by:
#5
Under which folder did you put the sprites?
(BTW: it should be "row: 2 col: 1")

EDIT: Danm, dome, you were faster :P
Reply
Thanks given by:
#6
under sprite/sys
Reply
Thanks given by:
#7
Code:
<bmp_begin>
file(0-1):sprite\sys\Blitz.bmp w: 80 h: 79 row: 1 col: 2
<bmp_end>

I think I know what is missing. There's no space between "file(0-1):" and "sprite\sys\Blitz.bmp"

Code:
<bmp_begin>
file(0-1): sprite\sys\Blitz.bmp w: 80 h: 79 row: 1 col: 2
<bmp_end>
Reply
Thanks given by:
#8
Also, did you use pics higher than 2?
FOLLOW THE RULES!

LFE Forum Rules (Click to View)
Grand Fonic Hymn - Orchestral Arrangement. Arranged by me. I promise it's not horribad.
Reply
Thanks given by:
#9
(08-08-2008, 06:31 PM)Drahcir Wrote:  Also, did you use pics higher than 2?

no reason why the surface cannot be created - then simply no image come (like I always use pic: 1000 for hidden stuff)

agree to lauli - space is missing ;)
[Image: random.php?pic=random]
www.lf-empire.de
Once I had a fortune, it said: "Leave now. Life is short. Time is luck"
Don't dream your life, live your dream!
Reply
Thanks given by:
#10
solved
and i'm using pics higher then 2 i just like the number
Reply
Thanks given by:




Users browsing this thread: 1 Guest(s)