Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Ok, trying to port a roguelike project to FB....
#11
Yeah, and for me it's also great to be able to use a compiler that doesn't throws-up on me when the source is around 100 kb... :wink:

Anyhow, if you feel for it Ryan you're more then welcome to help me convert the source-code to FB (yeah, it's that source) 8)
[Image: jocke.gif]
Website: http://jocke.phatcode.net
"Some men get the world, other men get ex hookers and a trip to Arizona."
Reply
#12
hehe I thought so. :wink:
Reply
#13
You just have to change the raw access to video memory with LOCATEs and PRINTs... If you want more speed (I think this won't be needed as the console is fast enough) you can create an array for the screen and modify the array then print the array completely.
SCUMM (the band) on Myspace!
ComputerEmuzone Games Studio
underBASIC, homegrown musicians
[img]http://www.ojodepez-fanzine.net/almacen/yoghourtslover.png[/i
Reply
#14
Also, the console display runs alot faster on my pc if I set Width 80,30. I'm not sure why, but it just does. Wink
Reply
#15
Quote:You just have to change the raw access to video memory with LOCATEs and PRINTs...
And how do I do this....my english is not as it should be.... Do you mean that I should remove all LOCATE and PRINT from the code and replace it with something?

Quote:Also, the console display runs alot faster on my pc if I set Width 80,30.
Yeah, I just noticed that while trying Ryan's textadventure game...it's added 8)
[Image: jocke.gif]
Website: http://jocke.phatcode.net
"Some men get the world, other men get ex hookers and a trip to Arizona."
Reply
#16
Quote:
Quote:You just have to change the raw access to video memory with LOCATEs and PRINTs...
And how do I do this....my english is not as it should be.... Do you mean that I should remove all LOCATE and PRINT from the code and replace it with something?

I mean the contrary Big Grin replace DEF SEG/POKE with LOCATE/PRINT.

(Sorry, I should've used "replace" instead of "change" in my above post - stupid English Big Grin)
SCUMM (the band) on Myspace!
ComputerEmuzone Games Studio
underBASIC, homegrown musicians
[img]http://www.ojodepez-fanzine.net/almacen/yoghourtslover.png[/i
Reply
#17
hehe...thanks Nathan...now I understand (and also everyone who is 10 years and less) :wink:
[Image: jocke.gif]
Website: http://jocke.phatcode.net
"Some men get the world, other men get ex hookers and a trip to Arizona."
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)