Author Topic: The Mighty Jill Off  (Read 20521 times)

0 Members and 1 Guest are viewing this topic.

Offline leafy

  • CoT Emeritus
  • LV10 31337 u53r (Next: 2000)
  • *
  • Posts: 1554
  • Rating: +475/-97
  • Seizon senryakuuuu!
    • View Profile
    • keff.me
The Mighty Jill Off
« on: March 18, 2011, 04:10:53 pm »
First of all, I want to make this clear - I'm not cloning this game because I'm trying to spam/promote/whatever BDSM themes, but because it is an awesome game.

BTW This is using the same engine as The Slime with a few modifications.

Here's some of the tiles and a quick map I ported:

Compared to:
Spoiler For Spoiler:

IRL it's not as jittery as the screenshot suggests.
« Last Edit: March 18, 2011, 04:11:15 pm by leafiness0 »
In-progress: Graviter (...)

Offline shmibs

  • しらす丼
  • Administrator
  • LV11 Super Veteran (Next: 3000)
  • ***********
  • Posts: 2132
  • Rating: +281/-3
  • try to be ok, ok?
    • View Profile
    • shmibbles.me
Re: The Mighty Jill Off
« Reply #1 on: March 18, 2011, 05:37:34 pm »
that looks very nice, yo =D
just be sure that you don't scroll *too* quickly as that will cause lots of smooth scrolling grossness. also, because of the way quigibo does axe gray, certain scrolling intervals will look better than others, so all in all just be careful.
good luck!

Offline leafy

  • CoT Emeritus
  • LV10 31337 u53r (Next: 2000)
  • *
  • Posts: 1554
  • Rating: +475/-97
  • Seizon senryakuuuu!
    • View Profile
    • keff.me
Re: The Mighty Jill Off
« Reply #2 on: March 18, 2011, 05:55:08 pm »
Yeah I've noticed that increments by 1 resonates with the frequency of greyscale changes, making it look nasty.
In-progress: Graviter (...)

Offline leafy

  • CoT Emeritus
  • LV10 31337 u53r (Next: 2000)
  • *
  • Posts: 1554
  • Rating: +475/-97
  • Seizon senryakuuuu!
    • View Profile
    • keff.me
Re: The Mighty Jill Off
« Reply #3 on: March 19, 2011, 12:13:11 am »
All right, all the tiles have been converted and inputted. Im waiting on somebody to help convert the ones I put up in pixel art before ill start working on the platforming engine.
I also have another problem - in the actual game, the map is one continuous vertical map sixteen tiles wide until you reach the top. I could try doing this but it would be pretty impractical for obvious reasons, or i could split it up into different rooms. Which should i go with?
In-progress: Graviter (...)

Offline z80man

  • Casio Traitor
  • LV8 Addict (Next: 1000)
  • ********
  • Posts: 977
  • Rating: +85/-3
    • View Profile
Re: The Mighty Jill Off
« Reply #4 on: March 19, 2011, 02:29:37 am »
That really depends on the size of the entire map. If you can fit it into ram then by all means make it just one continuous room. Or if you are compiling to an app, I assume that the map data is static so you wouldn't need to overwrite it and you wouldn't have to do rooms. 

List of stuff I need to do before September:
1. Finish the Emulator of the Casio Prizm (in active development)
2. Finish the the SH3 asm IDE/assembler/linker program (in active development)
3. Create a partial Java virtual machine  for the Prizm (not started)
4. Create Axe for the Prizm with an Axe legacy mode (in planning phase)
5. Develop a large set of C and asm libraries for the Prizm (some progress)
6. Create an emulator of the 83+ for the Prizm (not started)
7. Create a well polished game that showcases the ability of the Casio Prizm (not started)

Offline leafy

  • CoT Emeritus
  • LV10 31337 u53r (Next: 2000)
  • *
  • Posts: 1554
  • Rating: +475/-97
  • Seizon senryakuuuu!
    • View Profile
    • keff.me
Re: The Mighty Jill Off
« Reply #5 on: March 19, 2011, 02:50:44 am »
Iono, it's some >800 tiles tall, maybe >1000. That's 16000 bytes, but it's all data so i could keep it a program. Or, I could store it into an appvar without having to make it an app (I'm trying to avoid that scenario). The problem is that the calculator needs to have enough free ram, and it could get enormous.
« Last Edit: March 19, 2011, 02:54:48 am by leafiness0 »
In-progress: Graviter (...)

Offline z80man

  • Casio Traitor
  • LV8 Addict (Next: 1000)
  • ********
  • Posts: 977
  • Rating: +85/-3
    • View Profile
Re: The Mighty Jill Off
« Reply #6 on: March 19, 2011, 03:28:21 am »
The shadows do look nice, but maybe if you cut those then you could do half byte tiles.(unless you are already doing that)  Then if the map is 1000 tiles tall the map data would be a much more reasonable 8000 bytes. Plus I thought Axe can only compile one page apps so 16000 bytes of data would leave no room for code.

List of stuff I need to do before September:
1. Finish the Emulator of the Casio Prizm (in active development)
2. Finish the the SH3 asm IDE/assembler/linker program (in active development)
3. Create a partial Java virtual machine  for the Prizm (not started)
4. Create Axe for the Prizm with an Axe legacy mode (in planning phase)
5. Develop a large set of C and asm libraries for the Prizm (some progress)
6. Create an emulator of the 83+ for the Prizm (not started)
7. Create a well polished game that showcases the ability of the Casio Prizm (not started)

Ashbad

  • Guest
Re: The Mighty Jill Off
« Reply #7 on: March 19, 2011, 07:30:00 am »
one idea is to fill up the first app page with code, disassemble, then add the data to a second page, reassemble as a 2 page app (of course not quite that simple, you need to look between pages for data) but viola.

Offline Munchor

  • LV13 Extreme Addict (Next: 9001)
  • *************
  • Posts: 6199
  • Rating: +295/-121
  • Code Recycler
    • View Profile
Re: The Mighty Jill Off
« Reply #8 on: March 19, 2011, 07:47:19 am »
This is looking good! Really cool good job leafiness.

Offline leafy

  • CoT Emeritus
  • LV10 31337 u53r (Next: 2000)
  • *
  • Posts: 1554
  • Rating: +475/-97
  • Seizon senryakuuuu!
    • View Profile
    • keff.me
Re: The Mighty Jill Off
« Reply #9 on: March 19, 2011, 01:11:55 pm »
Well even without shadows the number of tiles exceeds 16, so I guess I'll just have to stick with full-byte. It looks better, too.
Anyways, I'll have to see first how tall the map is, then make a decision.
In-progress: Graviter (...)

Offline Deep Toaster

  • So much to do, so much time, so little motivation
  • Administrator
  • LV13 Extreme Addict (Next: 9001)
  • *************
  • Posts: 8217
  • Rating: +758/-15
    • View Profile
    • ClrHome
Re: The Mighty Jill Off
« Reply #10 on: March 19, 2011, 01:24:04 pm »
The graphics look really good. Are the shadows actually shadows cast as part of the tilemapping, or are they extra tiles?




Offline leafy

  • CoT Emeritus
  • LV10 31337 u53r (Next: 2000)
  • *
  • Posts: 1554
  • Rating: +475/-97
  • Seizon senryakuuuu!
    • View Profile
    • keff.me
Re: The Mighty Jill Off
« Reply #11 on: March 19, 2011, 01:45:41 pm »
They're extra tiles. It took me a long time to get it to look right D<
The thing is, I don't know whether or not I got all the tiles unless I replay the entire game.
« Last Edit: March 19, 2011, 01:45:59 pm by leafiness0 »
In-progress: Graviter (...)

Offline Deep Toaster

  • So much to do, so much time, so little motivation
  • Administrator
  • LV13 Extreme Addict (Next: 9001)
  • *************
  • Posts: 8217
  • Rating: +758/-15
    • View Profile
    • ClrHome
Re: The Mighty Jill Off
« Reply #12 on: March 19, 2011, 01:47:33 pm »
They're extra tiles. It took me a long time to get it to look right D<
The thing is, I don't know whether or not I got all the tiles unless I replay the entire game.

How many tiles do you have so far? You're using full-byte, right?




Offline leafy

  • CoT Emeritus
  • LV10 31337 u53r (Next: 2000)
  • *
  • Posts: 1554
  • Rating: +475/-97
  • Seizon senryakuuuu!
    • View Profile
    • keff.me
Re: The Mighty Jill Off
« Reply #13 on: March 19, 2011, 01:48:52 pm »
I've got some 34 tiles or so, and I know for certain I haven't put in 3 yet.
In-progress: Graviter (...)

Offline Deep Toaster

  • So much to do, so much time, so little motivation
  • Administrator
  • LV13 Extreme Addict (Next: 9001)
  • *************
  • Posts: 8217
  • Rating: +758/-15
    • View Profile
    • ClrHome
Re: The Mighty Jill Off
« Reply #14 on: March 19, 2011, 01:52:19 pm »
Ah, and you're splitting them into groups, right?

And congrats on 100 post ratings :D