Author Topic: Unfinished RPG "The Core Of Light" by Timendus released as is  (Read 7337 times)

0 Members and 2 Guests are viewing this topic.

Offline mapar007

  • LV7 Elite (Next: 700)
  • *******
  • Posts: 550
  • Rating: +28/-5
  • The Great Mata Mata
    • View Profile
Re: Unfinished RPG "The Core Of Light" by Timendus released as is
« Reply #15 on: October 25, 2009, 02:22:57 am »
Yeah, true. I've seen mistakes too... Which is why I'm designing my own disassembler  ;D

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: Unfinished RPG "The Core Of Light" by Timendus released as is
« Reply #16 on: October 25, 2009, 03:13:08 am »
I hope you finish it ^^
Now active at https://discord.gg/cuZcfcF (CodeWalrus server)

Offline Galandros

  • LV9 Veteran (Next: 1337)
  • *********
  • Posts: 1140
  • Rating: +42/-10
    • View Profile
Re: Unfinished RPG "The Core Of Light" by Timendus released as is
« Reply #17 on: November 06, 2009, 01:19:30 pm »
Funny, I found this recently, and I asked the author the sprite sheet. Since, no response, I will "inspire" in his sprites.

I knew that nice 8x8 sprites in gray could be achieved. But I didn't had time to mess with them. I want to do my own RPG in gray someday. ;D
Hobbing in calculator projects.

Offline Galandros

  • LV9 Veteran (Next: 1337)
  • *********
  • Posts: 1140
  • Rating: +42/-10
    • View Profile
Re: Unfinished RPG "The Core Of Light" by Timendus released as is
« Reply #18 on: November 09, 2009, 03:37:35 am »
I actually got a reply. No sprite sheet available but I can go ahead to rip them... I still need other sprites, though.

mapar007, do you know any dissembler that can help to grab the sprites data? Output in .bin file or just some hex, I just need that and I am able to put in .bmp or other image format.
 If you currently don't know, leave it to me. I ask because you seem to have tested some dissemblers.
Hobbing in calculator projects.

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: Unfinished RPG "The Core Of Light" by Timendus released as is
« Reply #19 on: November 09, 2009, 03:52:01 am »
Usually, I just use print screen several times when playing the game on emulator then resize then convert to black and white, but the issue is that if a game is really hard (like this one) it takes ridiculous amount of time to rip all sprites. That said, I have some other sprites somewhere that I will post soon, but most are either 16x16 or they are monochrome 8x8
Now active at https://discord.gg/cuZcfcF (CodeWalrus server)

Offline Galandros

  • LV9 Veteran (Next: 1337)
  • *********
  • Posts: 1140
  • Rating: +42/-10
    • View Profile
Re: Unfinished RPG "The Core Of Light" by Timendus released as is
« Reply #20 on: November 09, 2009, 08:55:16 am »
Usually, I just use print screen several times when playing the game on emulator then resize then convert to black and white, but the issue is that if a game is really hard (like this one) it takes ridiculous amount of time to rip all sprites. That said, I have some other sprites somewhere that I will post soon, but most are either 16x16 or they are monochrome 8x8
That is why I am going into dissemble the game and find the data for the graphics. Generally graphics come last in the program. Also you can easily (somewhat) find pointers to the graphics.

And I already know programs and ways to convert the hex text into image files. ;)

Most sprites I rip is from eye. I haven't tried the print screen method...
« Last Edit: November 09, 2009, 10:41:54 am by Galandros »
Hobbing in calculator projects.

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: Unfinished RPG "The Core Of Light" by Timendus released as is
« Reply #21 on: November 09, 2009, 01:19:28 pm »
Ah ok. Btw you might want to try Dwedit dissassembler on Ticalc.org. I myself couldn't run it the last time I tried it (got an error about missing ocx or dll files but that was back in 2004 or 05) but other people had no problem with it. Idk if it dissassembles everything correctly, though, like the sprites data
Now active at https://discord.gg/cuZcfcF (CodeWalrus server)

Offline Galandros

  • LV9 Veteran (Next: 1337)
  • *********
  • Posts: 1140
  • Rating: +42/-10
    • View Profile
Re: Unfinished RPG "The Core Of Light" by Timendus released as is
« Reply #22 on: November 09, 2009, 02:26:34 pm »
Ah ok. Btw you might want to try Dwedit dissassembler on Ticalc.org. I myself couldn't run it the last time I tried it (got an error about missing ocx or dll files but that was back in 2004 or 05) but other people had no problem with it. Idk if it dissassembles everything correctly, though, like the sprites data
That is what I needed, thanks DJ. Great dissembler, it guesses the data for me! Nice... In some minutes, I will have the sprite sheet.
Hobbing in calculator projects.