Author Topic: Fangh Earth RPG / The Battle for Fangh Earth / Dungeon Master  (Read 31871 times)

0 Members and 1 Guest are viewing this topic.

Offline calc84maniac

  • eZ80 Guru
  • Coder Of Tomorrow
  • LV11 Super Veteran (Next: 3000)
  • ***********
  • Posts: 2912
  • Rating: +471/-17
    • View Profile
    • TI-Boy CE
Re: Fangh Earth - Grayscale RPG
« Reply #45 on: January 21, 2009, 08:29:59 am »
It was an 8x8 "font" and he displayed a bunch of characters. :)
"Most people ask, 'What does a thing do?' Hackers ask, 'What can I make it do?'" - Pablos Holman

Offline DJ Omnimaga

  • Clacualters are teh gr33t
  • CoT Emeritus
  • LV15 Omnimagician (Next: --)
  • *
  • Posts: 55942
  • Rating: +3154/-232
  • CodeWalrus founder & retired Omnimaga founder
    • View Profile
    • Dream of Omnimaga Music
Re: Fangh Earth - Grayscale RPG
« Reply #46 on: January 21, 2009, 02:29:50 pm »
mhmm really? Does it means BBCBASIC let's you customize your fonts?

Offline Silver Shadow

  • Beta Tester
  • LV8 Addict (Next: 1000)
  • ********
  • Posts: 817
  • Rating: +27/-7
    • View Profile
Re: Fangh Earth - Grayscale RPG
« Reply #47 on: January 21, 2009, 02:32:43 pm »
Actually, BBC is about the same size as RPL, but is much slower.
I actually wasn't going to do Fangh Earth in RPL, I was just experimenting with RPL...
However, I might be using a lib that I'm writing for the Cemetech Contest #6...

Progress:
I tried to use Celtic III instead of xLIB but it wasn't stable enough for this kind of game.
Also, due to the fact that 4 level grayscale on a normal 83+ is much too slow (and this is the only calc I have), I've switched to 3 level gs.
Former Coder of Tomorrow


Offline DJ Omnimaga

  • Clacualters are teh gr33t
  • CoT Emeritus
  • LV15 Omnimagician (Next: --)
  • *
  • Posts: 55942
  • Rating: +3154/-232
  • CodeWalrus founder & retired Omnimaga founder
    • View Profile
    • Dream of Omnimaga Music
Re: Fangh Earth - Grayscale RPG
« Reply #48 on: January 21, 2009, 02:50:07 pm »
i would wait before using Celtic III. As much as it is backwards compatible it still has some bugs and developpement will not be resumed in months, due to CaDan being in developpement right now

Offline Silver Shadow

  • Beta Tester
  • LV8 Addict (Next: 1000)
  • ********
  • Posts: 817
  • Rating: +27/-7
    • View Profile
Re: Fangh Earth - Grayscale RPG
« Reply #49 on: January 21, 2009, 02:55:53 pm »
CaDan? Never heard of it...
Former Coder of Tomorrow


Offline DJ Omnimaga

  • Clacualters are teh gr33t
  • CoT Emeritus
  • LV15 Omnimagician (Next: --)
  • *
  • Posts: 55942
  • Rating: +3154/-232
  • CodeWalrus founder & retired Omnimaga founder
    • View Profile
    • Dream of Omnimaga Music
Re: Fangh Earth - Grayscale RPG
« Reply #50 on: January 21, 2009, 03:48:31 pm »

Offline simplethinker

  • LV7 Elite (Next: 700)
  • *******
  • Posts: 695
  • Rating: +16/-5
  • snjwffl
    • View Profile
Re: Fangh Earth - Grayscale RPG
« Reply #51 on: January 21, 2009, 07:22:24 pm »
CaDan? Never heard of it...
It's just some other shooter game :D
"We've all heard that a million monkeys banging on a million typewriters will eventually reproduce the entire works of Shakespeare. Now, thanks to the Internet, we know this is not true." -- Professor Robert Silensky



Chip's Challenge: ħ%

Offline kalan_vod

  • LV11 Super Veteran (Next: 3000)
  • ***********
  • Posts: 2715
  • Rating: +10/-0
    • View Profile
    • kalanrock.us
Re: Fangh Earth - Grayscale RPG
« Reply #52 on: January 21, 2009, 08:24:14 pm »
BBC is actually going to be a three page app I think, I guess it is slower than FRPL though..


Offline DJ Omnimaga

  • Clacualters are teh gr33t
  • CoT Emeritus
  • LV15 Omnimagician (Next: --)
  • *
  • Posts: 55942
  • Rating: +3154/-232
  • CodeWalrus founder & retired Omnimaga founder
    • View Profile
    • Dream of Omnimaga Music
Re: Fangh Earth - Grayscale RPG
« Reply #53 on: January 21, 2009, 09:40:10 pm »
I think it's to be expected with languages as simple as ti-basic or close to it though. Even if someone decided to write a language with the exact same syntax than BASIC it would still be slow, especially if it still used floating points numbers

Offline simplethinker

  • LV7 Elite (Next: 700)
  • *******
  • Posts: 695
  • Rating: +16/-5
  • snjwffl
    • View Profile
Re: Fangh Earth - Grayscale RPG
« Reply #54 on: January 21, 2009, 11:12:56 pm »
I think it's to be expected with languages as simple as ti-basic or close to it though. Even if someone decided to write a language with the exact same syntax than BASIC it would still be slow, especially if it still used floating points numbers
Yeah, in most programming languages floating-point is taken for granted, but the actual implementation and operations are insanely intricate and involved.  I made the mistake of trying to code FP multiplication/division (with Asm) so now every time I hear someone say "floating-point" I gag :o  The one good thing I got out of it was the look on my programming (introductory Java) professor's face when I explained why I kept twitching during his lecture.
"We've all heard that a million monkeys banging on a million typewriters will eventually reproduce the entire works of Shakespeare. Now, thanks to the Internet, we know this is not true." -- Professor Robert Silensky



Chip's Challenge: ħ%

Offline Silver Shadow

  • Beta Tester
  • LV8 Addict (Next: 1000)
  • ********
  • Posts: 817
  • Rating: +27/-7
    • View Profile
Re: Fangh Earth - Grayscale RPG
« Reply #55 on: February 23, 2009, 10:56:30 am »
I'm going to Moscow for 10 days on the 24th of february, so I won't be present on the forums...
Hopefully, this will let me progress on Fangh RPG (I wasn't able to work on it because of school)!
Former Coder of Tomorrow


Offline DJ Omnimaga

  • Clacualters are teh gr33t
  • CoT Emeritus
  • LV15 Omnimagician (Next: --)
  • *
  • Posts: 55942
  • Rating: +3154/-232
  • CodeWalrus founder & retired Omnimaga founder
    • View Profile
    • Dream of Omnimaga Music
Re: Fangh Earth - Grayscale RPG
« Reply #56 on: February 23, 2009, 04:00:13 pm »
Ahh i see, I do hope you come back with some eye candy :D

Offline kalan_vod

  • LV11 Super Veteran (Next: 3000)
  • ***********
  • Posts: 2715
  • Rating: +10/-0
    • View Profile
    • kalanrock.us
Re: Fangh Earth - Grayscale RPG
« Reply #57 on: February 24, 2009, 05:12:59 pm »
Good to hear from you, hope you enjoy your trip!

Offline Silver Shadow

  • Beta Tester
  • LV8 Addict (Next: 1000)
  • ********
  • Posts: 817
  • Rating: +27/-7
    • View Profile
Re: Fangh Earth - Grayscale RPG
« Reply #58 on: March 25, 2009, 08:45:01 am »
I made a black&white version of this, which I'll upload later.

You might have noticed that I was absent from the forums this week. This is due to the fact that my computer crashed while I was trying to recover the default settings, meaning that I had no OS. And my DVD reader decided to scratch all the discs that I tried to insert, meaning that I couldn't put any OSs back. So I had to send my PC for repare. However, now it works perfectly!

Oh, and I also have an idea of making a "Dungeon Tycoon" game, compatible with my Fangh RPG...
Former Coder of Tomorrow


Offline DJ Omnimaga

  • Clacualters are teh gr33t
  • CoT Emeritus
  • LV15 Omnimagician (Next: --)
  • *
  • Posts: 55942
  • Rating: +3154/-232
  • CodeWalrus founder & retired Omnimaga founder
    • View Profile
    • Dream of Omnimaga Music
Re: Fangh Earth - Grayscale RPG
« Reply #59 on: March 25, 2009, 09:37:54 am »
ouch this sucks, I hope you didn't lost any precious data x.x.

by dungeon tycoon what do you mean? Is it a game avaliable for the PC or console? Because I can't find anything on Google