Join us on Discord!
You can help CodeWalrus stay online by donating here.

Sorcery of Uvutu - Screenshots

Started by 123outerme, November 10, 2015, 08:42:03 PM

Previous topic - Next topic

0 Members and 2 Guests are viewing this topic.

Dream of Omnimaga

My grayscale idea was more to make the entire map gray and white and the character black. But during loading you would need one grayscale update command after every command so the file size would increase drastically (I think 49% of the Reuben Quest BASIC code is grayscale update commands and the other 51% is either map data or the rest of the code)
  • Calculators owned: TI-82 Advanced Edition Python TI-84+ TI-84+CSE TI-84+CE TI-84+CEP TI-86 TI-89T cfx-9940GT fx-7400G+ fx 1.0+ fx-9750G+ fx-9860G fx-CG10 HP 49g+ HP 39g+ HP 39gs (bricked) HP 39gII HP Prime G1 HP Prime G2 Sharp EL-9600C
  • Consoles, mobile devices and vintage computers owned: Huawei P30 Lite, Moto G 5G, Nintendo 64 (broken), Playstation, Wii U

123outerme

Quote from: DJ Omnimaga on February 08, 2017, 12:10:25 AM
My grayscale idea was more to make the entire map gray and white and the character black. But during loading you would need one grayscale update command after every command so the file size would increase drastically (I think 49% of the Reuben Quest BASIC code is grayscale update commands and the other 51% is either map data or the rest of the code)
I don't know if that would quite fit. The walking speed could already be borderline CSE version, which I'm trying to avoid (since there's no reason to make the walking speed that slow on a system without color), and having greyscale updates wouldn't help. That plus the file size increase means that I'd probably have to cram a lot more than I'd like. Not a bad suggestion, but I think I'll try the inverted sprite first, and then perhaps the greyscale character if that doesn't work.
  • Calculators owned: TI-84+CSE, TI-nspire Clickpad, TI-84+SE

Dream of Omnimaga

Considering Reuben 1 xLIB ran at 4 FPS on 15 MHz calcs, I am sure that speed would not be a serious problem :P (sadly the xLIB version of Reuben never got completed), but again it depends of how well the game is programmed and the map engine features. Grayscale would require a complete rewrite of the map/event engine most likely (which we probably don't want at this point).
  • Calculators owned: TI-82 Advanced Edition Python TI-84+ TI-84+CSE TI-84+CE TI-84+CEP TI-86 TI-89T cfx-9940GT fx-7400G+ fx 1.0+ fx-9750G+ fx-9860G fx-CG10 HP 49g+ HP 39g+ HP 39gs (bricked) HP 39gII HP Prime G1 HP Prime G2 Sharp EL-9600C
  • Consoles, mobile devices and vintage computers owned: Huawei P30 Lite, Moto G 5G, Nintendo 64 (broken), Playstation, Wii U

123outerme

Quote from: DJ Omnimaga on February 08, 2017, 02:23:57 AM
Considering Reuben 1 xLIB ran at 4 FPS on 15 MHz calcs, I am sure that speed would not be a serious problem :P (sadly the xLIB version of Reuben never got completed), but again it depends of how well the game is programmed and the map engine features. Grayscale would require a complete rewrite of the map/event engine most likely (which we probably don't want at this point).
That's true, it'd likely need to be specially designed for greyscale, something I'm quite frankly not sure I could do.
  • Calculators owned: TI-84+CSE, TI-nspire Clickpad, TI-84+SE

Dream of Omnimaga

One day I need to try doing another hybrid Basic grayscale game just for kicks :P
  • Calculators owned: TI-82 Advanced Edition Python TI-84+ TI-84+CSE TI-84+CE TI-84+CEP TI-86 TI-89T cfx-9940GT fx-7400G+ fx 1.0+ fx-9750G+ fx-9860G fx-CG10 HP 49g+ HP 39g+ HP 39gs (bricked) HP 39gII HP Prime G1 HP Prime G2 Sharp EL-9600C
  • Consoles, mobile devices and vintage computers owned: Huawei P30 Lite, Moto G 5G, Nintendo 64 (broken), Playstation, Wii U

123outerme

Added some monochrome world screenshots! But be warned before looking at them: They are spoilers of the battles yet to come for you! If you like looking up walkthroughs for games right away, though, this is the same sort of spoiler.
  • Calculators owned: TI-84+CSE, TI-nspire Clickpad, TI-84+SE

123outerme

For the monochrome port's release, I've added all 8 of the monochrome world screenshots!
  • Calculators owned: TI-84+CSE, TI-nspire Clickpad, TI-84+SE

Dream of Omnimaga

Those new maps look very great and true to the original. The only downside is that the monochrome version is much shorter than the original since the maps are 12*8 instead of 20*15
  • Calculators owned: TI-82 Advanced Edition Python TI-84+ TI-84+CSE TI-84+CE TI-84+CEP TI-86 TI-89T cfx-9940GT fx-7400G+ fx 1.0+ fx-9750G+ fx-9860G fx-CG10 HP 49g+ HP 39g+ HP 39gs (bricked) HP 39gII HP Prime G1 HP Prime G2 Sharp EL-9600C
  • Consoles, mobile devices and vintage computers owned: Huawei P30 Lite, Moto G 5G, Nintendo 64 (broken), Playstation, Wii U

123outerme

Quote from: xlibman on July 01, 2017, 02:10:41 PM
Those new maps look very great and true to the original. The only downside is that the monochrome version is much shorter than the original since the maps are 12*8 instead of 20*15
That's true, the game does last less longer because maps are shorter. I tried to counterbalance that with slightly increasing encounter rates (so you'd get the same encounter rate per map screen) but the walk speed is also a lot faster, and there's diagonal movement, throwing everything I could use to compare play time out the window.
  • Calculators owned: TI-84+CSE, TI-nspire Clickpad, TI-84+SE

Dream of Omnimaga

Ah I see. Increasing the map size would have required changing some things in the middle due to being half of a screen
  • Calculators owned: TI-82 Advanced Edition Python TI-84+ TI-84+CSE TI-84+CE TI-84+CEP TI-86 TI-89T cfx-9940GT fx-7400G+ fx 1.0+ fx-9750G+ fx-9860G fx-CG10 HP 49g+ HP 39g+ HP 39gs (bricked) HP 39gII HP Prime G1 HP Prime G2 Sharp EL-9600C
  • Consoles, mobile devices and vintage computers owned: Huawei P30 Lite, Moto G 5G, Nintendo 64 (broken), Playstation, Wii U

123outerme

Quote from: xlibman on July 02, 2017, 04:15:11 PM
Ah I see. Increasing the map size would have required changing some things in the middle due to being half of a screen
Yeah. I feel like keeping the world map dimensions the same would've been a little awkward playing in-game, as well as being a lot of data to store, which is why I ultimately opted to just remake each map by itself into a smaller world map overall.
  • Calculators owned: TI-84+CSE, TI-nspire Clickpad, TI-84+SE

Powered by EzPortal