Qbasicnews.com

Full Version: How do i get a tile made in a tile editor into qbasic.
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
?


and what is the code to put it into a bitmap
if the tile editor was made as a BMP then it's gonna be a BMP. What is the format?
its done as a tst which i think is tileset? should i change it to bmp?
I'd suggest you to read some tutorials first. Point at qbasicnews or get that fantastic zeldatut from Rel.
what the hell is a tst? well anyways yeah...

just put the relevant info in google and add +ses.
Quote:I'd suggest you to read some tutorials first. Point at qbasicnews or get that fantastic zeldatut from Rel.


it says im out of memory when i try to run the zelda tut
try this.

http://rpgtoolkit.com/dev_repo/docs/tst.html

You could just try to find a routine that makes a bmp from a tst... or maybe pset a tst and then take the bmp from there..... or something.

Or you could just print the screen(using the Print Screen Button, near F12) and paste into paint. Or just copy it if you can from your tile set program, then save as BMP.

Anyways, where is that tut? Smile
PLEASE GIVE MORE INFO Big GrinBig GrinBig GrinBig Grin

Which tile editor are you using?
Is it written on purpose to be used along with Quick Basic?
Have you R.T.F.M.? probably in the manual the format is explained for you to figure out how to load it up in QB.
Do you know how sprites/tiles are stored in QB? Do you know how files are opened? Do you know about BLOAD?

I need such info to help you out, otherwise I could write a bunch of stuff which don't suit your needs.

Wildcard: we need THAT STICKY back WinkWink
Quote:
na_th_an Wrote:I'd suggest you to read some tutorials first. Point at qbasicnews or get that fantastic zeldatut from Rel.


it says im out of memory when i try to run the zelda tut

What!!!?Using QB 1? Use QB 45 and load it like:
QB/L

;*)
where do i get qb45
Pages: 1 2