Qbasicnews.com
How do i get a tile made in a tile editor into qbasic. - Printable Version

+- Qbasicnews.com (http://qbasicnews.com/newforum)
+-- Forum: QBasic (http://qbasicnews.com/newforum/forum-4.html)
+--- Forum: QB Discussion & Programming Help (http://qbasicnews.com/newforum/forum-11.html)
+--- Thread: How do i get a tile made in a tile editor into qbasic. (/thread-104.html)

Pages: 1 2


How do i get a tile made in a tile editor into qbasic. - westie - 01-29-2003

?


and what is the code to put it into a bitmap


that depends - Agamemnus - 01-29-2003

if the tile editor was made as a BMP then it's gonna be a BMP. What is the format?


How do i get a tile made in a tile editor into qbasic. - westie - 01-29-2003

its done as a tst which i think is tileset? should i change it to bmp?


How do i get a tile made in a tile editor into qbasic. - na_th_an - 01-29-2003

I'd suggest you to read some tutorials first. Point at qbasicnews or get that fantastic zeldatut from Rel.


How do i get a tile made in a tile editor into qbasic. - Agamemnus - 01-29-2003

what the hell is a tst? well anyways yeah...

just put the relevant info in google and add +ses.


How do i get a tile made in a tile editor into qbasic. - westie - 01-29-2003

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


hmm - Agamemnus - 01-29-2003

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


How do i get a tile made in a tile editor into qbasic. - na_th_an - 01-29-2003

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


How do i get a tile made in a tile editor into qbasic. - relsoft - 01-29-2003

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

;*)


How do i get a tile made in a tile editor into qbasic. - westie - 01-29-2003

where do i get qb45