Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
graphics
#1
how big a step is it from turning a text rpg into a simple graphical one? just askin before i make a feeble attempt at some graphics of somesort. Cry
-p
Reply
#2
You should learn the basics of doing bitmap graphics. Then you must know how to do the game loop and also move things around. Check this site for tutorials, they are great for beginners.
SCUMM (the band) on Myspace!
ComputerEmuzone Games Studio
underBASIC, homegrown musicians
[img]http://www.ojodepez-fanzine.net/almacen/yoghourtslover.png[/i
Reply
#3
There are a lot of different ways that you could go about turning your rpg into a semi-graphical one. The easiest way is to download a program and use it to draw, but there are also some ways within QB itself... such as all the commands...:

CIRCLE
LINE
PAINT

you could draw with those, I have seen a couple cool things drawn with that but it is a long and extremely long process, because each line has to have it's own command (and you have to know the coordinates on the screen really well.)

There is also the DRAW command that lets you draw a line and have it go into different angles and whatnot.... such as

Code:
DRAW "U5L5D5R5"

Would create a 5x5 pixel box... this can also get annoying, but it might be worth drawing your own pictures in those matters so that when you show your friends or whatever you can brag and say hey, yeah, I programmed that all myself.

But I don't know, whatever you want to do, since it is your game. Na_th_an is right, go onto the site there are tons of good tutorials available (it is how I started breaking through the ordinary and started making my own QB programs!)

-Cheers!
--Nova.
ovaProgramming.

One night I had a dream where I was breaking balls. The next morning, BALLSBREAKER was born.

Quote: Excellent. Now you can have things without paying for them.

BALLSBREAKER 2
~-_-Status Report-_-~
Engine: 94%
Graphics: 95%
Sound: 100%
A Severe Error has crippled BB2 for the time being... I have to figure it out, but until then you won't see much of it Sad.
-----------------------------
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)