Author Topic: Ash: Phoenix- Reboot  (Read 59946 times)

0 Members and 1 Guest are viewing this topic.

Offline stevon8ter

  • LV7 Elite (Next: 700)
  • *******
  • Posts: 663
  • Rating: +10/-0
    • View Profile
Re: Ash: Phoenix- Reboot
« Reply #75 on: December 08, 2012, 08:10:03 pm »
Wow looks realy cool :o

Good luck implementing all the other cool stuff :D
None of my posts are meant offending... I you feel hurt by one of my posts, tell me ... So i can appoligise me and/or explain why i posted it


Hi there, I'm the allmighty (read as: stupid, weak...) STEVON8TER

Offline squidgetx

  • Food.
  • Project Author
  • LV10 31337 u53r (Next: 2000)
  • *
  • Posts: 1881
  • Rating: +503/-17
  • rawr.
    • View Profile
Re: Ash: Phoenix- Reboot
« Reply #76 on: December 10, 2012, 01:08:43 pm »
Thanks ;D

Mini-update; just finished converting the code to be compiled as an app x.x took way longer than I thought it would...lol

Now on to finish up the battle engine and work on content some more!
« Last Edit: December 10, 2012, 01:08:54 pm by squidgetx »

Offline DJ Omnimaga

  • Clacualters are teh gr33t
  • CoT Emeritus
  • LV15 Omnimagician (Next: --)
  • *
  • Posts: 55941
  • Rating: +3154/-232
  • CodeWalrus founder & retired Omnimaga founder
    • View Profile
    • Dream of Omnimaga Music
Re: Ash: Phoenix- Reboot
« Reply #77 on: December 11, 2012, 03:11:20 pm »



Darn that looks nice, and I like the battle layout as well. However, I would make the Exp/Gold gained appear in the battle screen, not the overworld.

Also why is the first screenshot blue? O.O
« Last Edit: December 11, 2012, 03:11:30 pm by DJ_O »

Offline squidgetx

  • Food.
  • Project Author
  • LV10 31337 u53r (Next: 2000)
  • *
  • Posts: 1881
  • Rating: +503/-17
  • rawr.
    • View Profile
Re: Ash: Phoenix- Reboot
« Reply #78 on: December 12, 2012, 05:35:15 pm »
Thanks Dj. Annndd another update!


Successfully made the transition over to app format, with the help of calc84maniac, Runer112, and Xeda112358...it ended up a lot harder than I thought it'd be. Anyway, made the title screen (external program that launches from the app) along with all the save/load structures. I've put in infrastructure for 3 save files, so the player will have the chance to explore all the different facets of the game (you'll have to make some irreversible choices as you play). I also calibrated the grayscale a little so it's not nearly as flickery, and am thinking about allowing the user to set it himself eventually :)

« Last Edit: December 12, 2012, 07:19:38 pm by squidgetx »

Offline leafy

  • CoT Emeritus
  • LV10 31337 u53r (Next: 2000)
  • *
  • Posts: 1554
  • Rating: +475/-97
  • Seizon senryakuuuu!
    • View Profile
    • keff.me
Re: Ash: Phoenix- Reboot
« Reply #79 on: December 12, 2012, 06:11:28 pm »
Wow, every time I see this project it looks more and more fantastic! Great work, and now the title actually looks like a phoenix :P
In-progress: Graviter (...)

Offline TIfanx1999

  • ಠ_ಠ ( ͡° ͜ʖ ͡°)
  • CoT Emeritus
  • LV13 Extreme Addict (Next: 9001)
  • *
  • Posts: 6173
  • Rating: +191/-9
    • View Profile
Re: Ash: Phoenix- Reboot
« Reply #80 on: December 12, 2012, 09:43:25 pm »
Wow, this continues to look great! :D

Offline Streetwalrus

  • LV12 Extreme Poster (Next: 5000)
  • ************
  • Posts: 3821
  • Rating: +80/-8
    • View Profile
Re: Ash: Phoenix- Reboot
« Reply #81 on: December 13, 2012, 11:27:53 am »
Just wow. *.*

Offline V1mes

  • LV3 Member (Next: 100)
  • ***
  • Posts: 83
  • Rating: +7/-0
  • Ma-Heki!
    • View Profile
Re: Ash: Phoenix- Reboot
« Reply #82 on: December 13, 2012, 11:30:15 am »
Love the title screen... as always  :love:
Nom nom nom

Spoiler For Do a barrell roll:

Offline squidgetx

  • Food.
  • Project Author
  • LV10 31337 u53r (Next: 2000)
  • *
  • Posts: 1881
  • Rating: +503/-17
  • rawr.
    • View Profile
Re: Ash: Phoenix- Reboot
« Reply #83 on: December 14, 2012, 10:33:26 pm »
Thanks guys! I've been hard at work on this project; I'm surprised it's come so far so quickly :)

Small updates for now, nothing huge yet. I'm mainly thinking more about content and spriting. Optimizations have been made, and work on the NPC engine has started up. I've improved the scripting language a fair bit since it's last incarnation-- choosing it to model its control structure on asm rather than anything else. That's right guys, my npc scripting language's only command is an abstracted jpnz that's been built on memory locations instead of registers, lol. Anyway I've got most of the commands implemented, and a few left planned. For now:

Implemented:
-Print active player name
-Check if event flag n set, then jpnz. (arguments flag #, address to jump to)
-Set flag n (arguments flag #)
-Reset flag n (arguments flag #)
-Check if item held, then jpnz (args item ID, addr to jump)
-New line
-Pause conversation
-Jump to address

Planned
-Shop
-Get Item
-Warp character
-Initiate battle




Offline squidgetx

  • Food.
  • Project Author
  • LV10 31337 u53r (Next: 2000)
  • *
  • Posts: 1881
  • Rating: +503/-17
  • rawr.
    • View Profile
Re: Ash: Phoenix- Reboot
« Reply #84 on: December 19, 2012, 10:42:18 pm »
Update, sort of. The npc engine is (almost) all wrapped up. Only the store is left to program in, and in the mean time I've been working on content. I've added in about 9 areas now, which isn't too much. I'm finding both calcGS and my rle compressor both becoming increasingly difficult to work with, so I'm announcing a side project- an graphical IDE of sorts to manage production of game content. I'm going to try to write in C as a learning experience (just started it) and ill probably make a separate topic for it once it really gets underway. In the meantime I'm completely open to story and gameplay element requests and discussion :) gimme some ideas!

Offline squidgetx

  • Food.
  • Project Author
  • LV10 31337 u53r (Next: 2000)
  • *
  • Posts: 1881
  • Rating: +503/-17
  • rawr.
    • View Profile
Re: Ash: Phoenix- Reboot
« Reply #85 on: January 21, 2013, 10:21:11 pm »
Now that my IDE is near completion, I picked up my calc today, dusted off the source, made a fresh build, and confirmed that everything is working fine and have begun to re-familiarize myself with the code (thank goodness for all my extensive documentation).

New idea: terrain

Nothing fancy, but I think that having some tiles more easily traversable than others might make things interesting :D I always thought that the stark walkable/wall duality of most RPGs wasn't quite indicative of real life. I'm thinking 3 levels- fast (road, short grasses, floors) medium (tall grasses) and slow (large bushes).

Offline shmibs

  • しらす丼
  • Administrator
  • LV11 Super Veteran (Next: 3000)
  • ***********
  • Posts: 2132
  • Rating: +281/-3
  • try to be ok, ok?
    • View Profile
    • shmibbles.me
Re: Ash: Phoenix- Reboot
« Reply #86 on: January 21, 2013, 11:02:37 pm »
if you add in terrain, make sure to include swampy areas, too, like diamond and pearl

Offline DJ Omnimaga

  • Clacualters are teh gr33t
  • CoT Emeritus
  • LV15 Omnimagician (Next: --)
  • *
  • Posts: 55941
  • Rating: +3154/-232
  • CodeWalrus founder & retired Omnimaga founder
    • View Profile
    • Dream of Omnimaga Music
Re: Ash: Phoenix- Reboot
« Reply #87 on: January 22, 2013, 02:14:54 am »
diamonds are swampy? ???

Anyway looks nice as always. Glad this is still alive and hopefully the IDE should make things much easier for you :)

Offline Streetwalrus

  • LV12 Extreme Poster (Next: 5000)
  • ************
  • Posts: 3821
  • Rating: +80/-8
    • View Profile
Re: Ash: Phoenix- Reboot
« Reply #88 on: January 22, 2013, 12:43:28 pm »
I think Diamond and Pearl are the Pokémon games. :P Indeed, there are swampy and snow areas that you can get stuck in, and you can't use your bicycle, so you have to run constantly. That's pretty fun.
« Last Edit: January 22, 2013, 12:44:57 pm by Streetwalker »

Offline squidgetx

  • Food.
  • Project Author
  • LV10 31337 u53r (Next: 2000)
  • *
  • Posts: 1881
  • Rating: +503/-17
  • rawr.
    • View Profile
Re: Ash: Phoenix- Reboot
« Reply #89 on: February 10, 2013, 10:04:18 pm »
Woo, update!

I implemented the store in addition to a lot of other things in the npc scripts, optimized things back down to app-size, and fixed a crap ton of bugs.
Not much to show but a lot of progress on the internal side I suppose. I have yet to fully implement this terrain thing: I laid down the framework but it's not finished yet...
« Last Edit: February 10, 2013, 10:04:48 pm by squidgetx »