2341
Other Calc-Related Projects and Ideas / Re: OmniRPG - Coding
« on: December 09, 2012, 10:48:30 am »
As cool as that might be, I'd say no.
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to. 2341
Other Calc-Related Projects and Ideas / Re: OmniRPG - Coding« on: December 09, 2012, 10:48:30 am »
As cool as that might be, I'd say no.
2342
ROM Hacking and Console Homebrew / Re: Reprogramming a gameboy from within Pokemon Yellow« on: December 09, 2012, 10:46:04 am »
True, but it's still pretty cool nonetheless.
2343
ROM Hacking and Console Homebrew / Re: Reprogramming a gameboy from within Pokemon Yellow« on: December 09, 2012, 10:42:43 am »
No, he overflowed some things and made it so that he could execute his own code.
*Edit* Explanation here for those that didn't wish to search through the description link to find out how this was done: http://tasvideos.org/3767S.html 2344
Gaming Discussion / Re: Gabe Newell says Valve will release its own console-like PC for the living room« on: December 09, 2012, 10:37:32 am »
Not really interested. I already have a living room PC hooked up to my TV in there.
2345
ROM Hacking and Console Homebrew / Reprogramming a gameboy from within Pokemon Yellow« on: December 09, 2012, 10:24:24 am »
[ Invalid YouTube link ]
One of my friends showed this to me. This has to be one of the coolest hacks I've ever seen. Give it a look. 2346
Other Calc-Related Projects and Ideas / Re: OmniRPG - Battle Engine Discussion« on: December 09, 2012, 12:35:50 am »
No, I'm not really sure what you are suggesting Sorunome. Could you try to elaborate? It seems that we are going to have a muliparty system regardles of wether we do an arpg or an turn based system. The reason i say i cant see both working is that we would need to create two entirely different battle systems to handle multiple party members. Not only that, but most likely they'd need seperate interfaces to handle commands and item usage( an arpg is minimalistic and turn based rpgs tend to be menu driven). I really dont see the justification of doing such a thing. Then u also have the issue with how attacks are handled collison based (arpg) vs accuracy and evasion tables (turn based) Also, design wise equipment hp levels, and items tend to be way different in the two systems. In zelda for exaample you have maybe 20 hp (80 if you count taking 1/4 damage), where as in something like final fantasy characters can easily have over 9000 hp.
Also, although arpg is ahead in the pole turn based isnt far behind (i said they were close too equal). At some point the design team has to decide which is the best implmentation for the game. In this case, the poll should be used to see how people feel. Not the be all end all answer in my oppinon. We who are actually developing it seem to favor turn based as the best solution, and the important thing is that a good solid game is produced in the end. Not something that is cumbersome and pleases no one. 2347
Other Calc-Related Projects and Ideas / Re: OmniRPG - Coding« on: December 08, 2012, 09:39:57 pm »I think we should keep it at 6MHz for the main engine and routines so that it stays nicely compatible with the 83+^This 2348
Other Calc-Related Projects and Ideas / Re: OmniRPG - Battle Engine Discussion« on: December 08, 2012, 09:35:39 pm »What about a compromise?I think that would make the system very awkward, unnecessarily bloated, and hard to handle from a programming standpoint. Since both ideas are almost equally popular we just need to choose one and stick with it. 2349
Miscellaneous / Re: Random YouTube Videos« on: December 08, 2012, 03:11:26 pm »
Triple post ftw!
Random youtube vid that makes me giggle. 2350
TI-Nspire / Re: [Lua] CHIP-8 emulator« on: December 08, 2012, 03:09:03 pm »
Wow, great work Jim! There is also a Z80 asm implementation of this floating around on Ticalc somewhere.
2351
Other Calc-Related Projects and Ideas / Re: OmniRPG - Battle Engine Discussion« on: December 08, 2012, 03:02:56 pm »
Either is fine with me honestly, but turn based will be easier with managing party members. No need to worry about A.I or slow down. I still think I'd limit parties to 3(ideally) or 4 members active in battle at once. Our screen space is a bit limited. If there are more party members they can be switched between battles in some fashion (think Final fantasy IV, VI, Chrono Trigger, or Mario RPG). Either that or the story can be written around a rotating party in which members come, leave or split(like Final Fantasy VI) at various points during the story. A rotating party *could* still have support for additional party members that are sidelined though, like the RPGs previously mentioned in this post.
2352
Other Calc-Related Projects and Ideas / Re: OmniRPG - Battle Engine Discussion« on: December 08, 2012, 02:06:50 pm »For ARPG, which hugely favors one party member RPG game, I can only think of few ways of implying multiparty system:A combination of 1 and 2 was what I was thinking if that were the route we were to take (action rpg+ multiparty) Our current story would allow for an ambiguous number of party members. Party members and allies help with the depth of the story, so it should be important that we have them in some form. This could still work within the confines of an action RPG. In addition to your main character, party members that join and leave the party throughout the course of the game could follow AI patterns. I would probably have a max party size of 2 or 3 at any given time in order to keep things simple and not slow things down too much in this case though. *Edit* Actually you could have an action rpg where you have mutiple scenarios occurring and you switch between control of the main characters as the plot progresses. When the characters paths meet, one (or more) of them could become AI controlled members of a single party. If they diverge, you could split them again and switch between scenarios as needed. This would be another way you could implement a multiparty ARPG. 2353
Other Calc-Related Projects and Ideas / Re: OmniRPG - Battle Engine Discussion« on: December 08, 2012, 11:45:39 am »How will character data take 100 bytes The maximum data it will take is probably around 30~40 bytes each. Also, if switching from A→D takes too long, maybe ability switching the other way can fix it? so that from A, you can switch to either B or D.I also want to point out (as I did in my previous post) that most people seem to be favoring an action rpg as opposed to a turn based one. Other concerns aside; how would this system work out in an ARPG? I also can't stress enough how important I think it is to have a combat system that is more simplistic and easy to use, and honestly an action RPG would be well suited to simplicity. I guess the biggest question we really need to answer right now is turn based or action rpg. Then if we do an action RPG, do we implement a multiparty system, and what is the best way to go about that? 2354
Other Calc-Related Projects and Ideas / Re: OmniRPG - Main Topic« on: December 08, 2012, 02:47:02 am »
btw, github has the project being listed at omnimaga.com instead of omnimaga.org. :p
2355
Other Calc-Related Projects and Ideas / Re: OmniRPG - Coding« on: December 07, 2012, 09:43:00 pm »
I believe Xeda's engine is ASM anyways. As I stated in the sprites thread, I really don't think grayscale is a necessity (although it would be nice). I would also like to keep this project 6 Mhz, so that it can run on all models. Oh, and in regards to grayscale, regular interrupts can and have been used successfully in ASM. Desolate by Tr1p1ea is one example. Jim E from Revsoft also developed a grayscale library called Revolution Grayscale package. It also uses interrupts and was based on the one used in Desolate.
|
|