Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
screen 12 RPG
#1
Try to make a QB4.5 screen 12 RPG game engine with rooms read from files. If you want to make a room editor. don't use the mouse or any assembly code. do some nice colors using this palette code:
Code:
out &h3c8, colour to change ( 0 - 15 )
out &h3c8, amount of red ( 0 - 63 )
out &h3c8, amount of green ( 0 - 63 )
out &h3c8, amount of blue ( 0 - 63 )
if your rpg doesn't match the criteria post it anyway as i would like to see a finished RPG.
WHILE RPG$ <> "complete" : make up silly excuses :WEND
Reply
#2
Any particular reason for being screen 12 specific? I think screen 13 has always been favoured because it gives a better colour range. You can also use palette to change the colours, just involves a bit of a formula.
Reply
#3
I like screen 12 because the text doesn't look all pixelated and the resolution is good. if you know a way to make screen 13's text and graphics higher res please post it.
WHILE RPG$ <> "complete" : make up silly excuses :WEND
Reply
#4
I also like screen 12 because screen 13 is favoured so all rpg's are in screen 13/ it would be nice to see something differant
WHILE RPG$ <> "complete" : make up silly excuses :WEND
Reply
#5
You can change screens during a program.
Reply
#6
that makes thing rather confusing and it clears the screen.
WHILE RPG$ <> "complete" : make up silly excuses :WEND
Reply
#7
I just have to find out how to make my projector do that now. 

I just bought a 107" x 12yard roll of heavy duty photography backdrop super white paper to use as a DIY screen.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)