Author Topic: [PRIZM & nspire] Work-in-progress RPG  (Read 15491 times)

0 Members and 1 Guest are viewing this topic.

Offline Reo

  • LV3 Member (Next: 100)
  • ***
  • Posts: 64
  • Rating: +15/-0
    • View Profile
Re: [PRIZM & nspire] Work-in-progress RPG
« Reply #30 on: April 05, 2012, 01:47:36 pm »
I really don't have a planned release date, since my speed on this project isn't consistent.

I haven't added a HUD texture (will soon), but I wrote a string-drawing function which should easily lead to other good things. I've also added tabs for the item window so that it can show stats and maps (though now I'm wondering if I should replace that with out-of-battle magic and make the map an item)


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: [PRIZM & nspire] Work-in-progress RPG
« Reply #31 on: April 05, 2012, 10:43:23 pm »
Ooh that looks better and better. I like your icons so far by the way! :) The grass texture looks nice too, same for the walls. It kinda reminds me Dragon Warrior, actually.

By the way for the texture what I really think is that the item slots and such stuff could be kinda translucent, showing the texture behind, but much lighter. Not sure if this would make your icons hard to see, though...

Anyway glad to see more updates and that you still come around :)
Now active at https://discord.gg/cuZcfcF (CodeWalrus server)

Offline shmibs

  • しらす丼
  • Administrator
  • LV11 Super Veteran (Next: 3000)
  • ***********
  • Posts: 2132
  • Rating: +281/-3
  • try to be ok, ok?
    • View Profile
    • shmibbles.me
Re: [PRIZM & nspire] Work-in-progress RPG
« Reply #32 on: April 05, 2012, 11:15:32 pm »
this does look pretty great =)
you should increase the contrast in your graphics, though.
vs.

also, how did you manage to make it cross-compatible? i bet there are a lot of people who would be interested in that =)

Offline Reo

  • LV3 Member (Next: 100)
  • ***
  • Posts: 64
  • Rating: +15/-0
    • View Profile
Re: [PRIZM & nspire] Work-in-progress RPG
« Reply #33 on: April 05, 2012, 11:21:38 pm »
also, how did you manage to make it cross-compatible? i bet there are a lot of people who would be interested in that =)
Since most of the code is broken down into functions, I can easily specify for all or part of a function to be platform-specific using the C pre-processor. So there are multiple version of some functions, written to behave similarly.
I usually test on my Nspire, so I often break Prism compatibility for a while when writing platform-specific code until I feel like working on the Prism-half, which I've done today.
EDIT: Here's some shots of the Prizm version that I posted at Cemetech. It also shows off the stats page.

« Last Edit: April 05, 2012, 11:25:13 pm by Reo »

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: [PRIZM & nspire] Work-in-progress RPG
« Reply #34 on: April 06, 2012, 12:46:57 am »
Reo, once you finish this or manage to get a demo out, would you mind writing a quick tutorial on how to make developing games for both PRIZM and TI-Nspire CX at once? It would be great, especially that a lot of people here code or coded for the TI-Nspire and might be interested into porting their games to the other platform. :)

Also I like how the Prizm version looks like :)

EDIT By the way I was bored and I decided to try doing a quick mockup of how it could look like with a background, although the background might need to be different (although some rocky bg might fit well IMHO)
« Last Edit: April 06, 2012, 01:28:10 am by DJ_O »
Now active at https://discord.gg/cuZcfcF (CodeWalrus server)

Offline Reo

  • LV3 Member (Next: 100)
  • ***
  • Posts: 64
  • Rating: +15/-0
    • View Profile
Re: [PRIZM & nspire] Work-in-progress RPG
« Reply #35 on: April 07, 2012, 06:05:29 pm »
I've also made a mockup:



In other news, I've implemented an object system. This makes the game less like a walking demo with a HUD and more like something playable. (I still haven't made the battle system yet though)

Ignore the crappy rock tiles, they're a placeholder for something else. So are the box sprites.

I have a switch, and a door that looks like a box.



When I flip the switch, the door opens.



I can have multiple door-and-switch combos in the same map, but I haven't allowed multiple switches to control the same door.



The box on the bottom is able to be pushed.



The two boxes on top are functioning chests without working sprites.



Edit: I've committed to the changes to the HUD.

« Last Edit: April 07, 2012, 08:39:15 pm by Reo »

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: [PRIZM & nspire] Work-in-progress RPG
« Reply #36 on: April 07, 2012, 08:54:43 pm »
Wow looking better and better. :D Also I assume for battles the empty box will be the logs of the battle chronology like in Dragon Quest?

Also I think it would be nice if the walls looked more 3D-ish, so they look less flat. It was quickly done, though, and maybe it could be done differently, but this is what I mean in the attached pic below. Basically it looks more 3D-ish like in Final Fantasy 2 through 6.
Now active at https://discord.gg/cuZcfcF (CodeWalrus server)

Offline AzNg0d1030

  • LV7 Elite (Next: 700)
  • *******
  • Posts: 522
  • Rating: +45/-4
  • Hardcore anime watcher.
    • View Profile
Re: [PRIZM & nspire] Work-in-progress RPG
« Reply #37 on: April 07, 2012, 09:22:06 pm »
I'm just wondering, this seems to be created for PRIZM, but will it be created for the nspire like the title suggests?
Nvm, I wasn't paying attention.  Good job and keep it up :P
« Last Edit: April 07, 2012, 09:23:15 pm by AzNg0d1030 »
You just lost the game.



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: [PRIZM & nspire] Work-in-progress RPG
« Reply #38 on: April 07, 2012, 09:46:39 pm »
I wish there were more Nspire games ported to the PRIZM :D
Now active at https://discord.gg/cuZcfcF (CodeWalrus server)

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: [PRIZM & nspire] Work-in-progress RPG
« Reply #39 on: April 16, 2012, 03:16:33 am »
By the way any updates on this? Also what are your plans for the graphics? Are you planning to stick to the Dragon Warrior style or go with  my more 3D-ish idea?  Also, for the grass, it's an image rather than tiled, but when you add scrolling, won't that cause issues if the grass is static and everything else move?
« Last Edit: April 16, 2012, 03:17:13 am by DJ_O »
Now active at https://discord.gg/cuZcfcF (CodeWalrus server)

Offline Reo

  • LV3 Member (Next: 100)
  • ***
  • Posts: 64
  • Rating: +15/-0
    • View Profile
Re: [PRIZM & nspire] Work-in-progress RPG
« Reply #40 on: April 16, 2012, 03:19:28 am »
By the way any updates on this? Also what are your plans for the graphics? Are you planning to stick to the Dragon Warrior style or go with  my more 3D-ish idea?  Also, for the grass, it's an image rather than tiled, but when you add scrolling, won't that cause issues if the grass is static and everything else move?
I haven't worked on it much lately, as I've been busy with school and other things.
I'll try for the 3D-ish idea later, once I'm able to actually start working on anything besides the engine.
I'll attempt to fix the static backgrounds soon.

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: [PRIZM & nspire] Work-in-progress RPG
« Reply #41 on: April 16, 2012, 03:21:16 am »
Ah ok. Hopefully you find more free time soon. :)
Now active at https://discord.gg/cuZcfcF (CodeWalrus server)

Offline Chockosta

  • LV6 Super Member (Next: 500)
  • ******
  • Posts: 447
  • Rating: +169/-6
    • View Profile
Re: [PRIZM & nspire] Work-in-progress RPG
« Reply #42 on: April 16, 2012, 12:03:46 pm »
This definetely looks fantastic.
I look forward to play it...

And I also hope you'll find free time!

Offline AzNg0d1030

  • LV7 Elite (Next: 700)
  • *******
  • Posts: 522
  • Rating: +45/-4
  • Hardcore anime watcher.
    • View Profile
Re: [PRIZM & nspire] Work-in-progress RPG
« Reply #43 on: August 16, 2012, 09:43:29 pm »
Any progress?
You just lost the game.



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: [PRIZM & nspire] Work-in-progress RPG
« Reply #44 on: August 16, 2012, 11:15:21 pm »
It seems to have stalled after the author got busy last Spring but then it showed no sign of life despite summer vacations (where free time ensues) D:. I assume it's probably dead...
Now active at https://discord.gg/cuZcfcF (CodeWalrus server)