Author Topic: miscellaNEouS files  (Read 70539 times)

forgotusername

  • Full Member
  • ***
  • Posts: 244
    • View Profile
Re: miscellaNEouS files
« Reply #90 on: June 17, 2025, 11:16:54 AM »
You're mixing us up; I have the Zenex 135-in-1 console and added its information to the wiki (I plan to video record it soon). For context, it has one of the original Cube Tech VT03 games on it, Snack Time, among some other weird things ("Luga Open" hack of Tennis, Waixing VT03 conversion of Hit-Mouse, etc.)

As a heads-up, the game logic seems to be broken in the Fire Fighter ROM, though the title restores themselves look good.
« Last Edit: June 17, 2025, 11:23:08 AM by forgotusername »

NewRisingSun

  • Sr. Member
  • ****
  • Posts: 376
    • View Profile
Re: miscellaNEouS files
« Reply #91 on: June 17, 2025, 11:41:21 AM »
Third attempt.  >:(

May_Morals

  • Newbie
  • *
  • Posts: 20
    • View Profile
Re: miscellaNEouS files
« Reply #92 on: June 17, 2025, 03:08:57 PM »
You're mixing us up; I have the Zenex 135-in-1 console and added its information to the wiki (I plan to video record it soon). For context, it has one of the original Cube Tech VT03 games on it, Snack Time, among some other weird things ("Luga Open" hack of Tennis, Waixing VT03 conversion of Hit-Mouse, etc.)
oops! I thought NRS was the one who got the console. Excuse me, My Bad!!!

NewRisingSun

  • Sr. Member
  • ****
  • Posts: 376
    • View Profile
Re: miscellaNEouS files
« Reply #93 on: June 17, 2025, 04:41:33 PM »
Jungletac restorations are difficult. I hope I did not break something again.

NewRisingSun

  • Sr. Member
  • ****
  • Posts: 376
    • View Profile
Re: miscellaNEouS files
« Reply #94 on: June 17, 2025, 04:52:51 PM »
This one was not as difficult as the others.

NewRisingSun

  • Sr. Member
  • ****
  • Posts: 376
    • View Profile
Re: miscellaNEouS files
« Reply #95 on: June 17, 2025, 05:50:15 PM »
This one very much so. In case this game should be too difficult for you, here are the end credits with correct palette as well. The original VT03 game would not have music in-game, so I moved the music to the title screen.
« Last Edit: June 17, 2025, 06:02:29 PM by NewRisingSun »

bootlegbastard

  • Newbie
  • *
  • Posts: 8
    • View Profile
Re: miscellaNEouS files
« Reply #96 on: June 17, 2025, 05:55:00 PM »
It's some VT03 Famiclone he bought with the original VT03 versions of Cube's games, and other stuff

forgotusername

  • Full Member
  • ***
  • Posts: 244
    • View Profile
Re: miscellaNEouS files
« Reply #97 on: June 17, 2025, 08:31:04 PM »
All of the restorations look good, thank you for fixing them. Out of curiosity, what is the incorrect Catch Copy credits palette the result of (assuming the prior screenshot was captured from emulator)? I have observed some other presumed-VTxx to VT369 (as well as VT32) conversions having odd palettes in later parts of the games, I question if it's a related issue.

NewRisingSun

  • Sr. Member
  • ****
  • Posts: 376
    • View Profile
Re: miscellaNEouS files
« Reply #98 on: June 18, 2025, 10:05:07 AM »
This is the last one of the ones that were mentioned.

Quote from: forgotusername
what is the incorrect Catch Copy credits palette the result of (assuming the prior screenshot was captured from emulator)?
The VT369's compatibility to the VT03 does not extend to the palette. VT03's palette uses the HSV color model, while VT369 uses a 5-5-5 RGB color model, and the VT32 uses a 4-4-4 RGB color model. Each byte must be "translated" or converted, and Cube Tech only bothered to convert those palette bytes that they noticed. They did not bother to convert the palette bytes of the removed title screens, and forgot to convert the palette bytes of the end credits screen. Nice Code usually properly converted all static palette bytes but neglected or forgot to convert the palette bytes used for color cycling, such as the ones used for the waterfall animation in Curly Monkey.

So when I fixed the end credits screen in Catch Copy, I converted the palette bytes from VT03 to VT369 format that Cube Tech forgot, since I had to perform that task anyway for the palette bytes of the restored title screen.

May_Morals

  • Newbie
  • *
  • Posts: 20
    • View Profile
Re: miscellaNEouS files
« Reply #99 on: June 18, 2025, 10:16:06 AM »
thank you very much. now i cannot wait for the Video of the Zenex Exclusives by forgotusername.
« Last Edit: June 18, 2025, 03:51:53 PM by May_Morals »

bootlegbastard

  • Newbie
  • *
  • Posts: 8
    • View Profile
Re: miscellaNEouS files
« Reply #100 on: June 18, 2025, 02:24:36 PM »
Does the vt369 version of Fire Fighter still contain bits from the unused vt03 title screen, or could it be from a new title screen? When I was playing for a bit, the screen glitched out, the background became corrupted, and these "Fire" tiles appeared below the HUD.

forgotusername

  • Full Member
  • ***
  • Posts: 244
    • View Profile
Re: miscellaNEouS files
« Reply #101 on: June 18, 2025, 07:20:01 PM »
Quote from: NewRisingSun
The VT369's compatibility to the VT03 does not extend to the palette. VT03's palette uses the HSV color model, while VT369 uses a 5-5-5 RGB color model, and the VT32 uses a 4-4-4 RGB color model. Each byte must be "translated" or converted, and Cube Tech only bothered to convert those palette bytes that they noticed. They did not bother to convert the palette bytes of the removed title screens, and forgot to convert the palette bytes of the end credits screen. Nice Code usually properly converted all static palette bytes but neglected or forgot to convert the palette bytes used for color cycling, such as the ones used for the waterfall animation in Curly Monkey.

I see, it is interesting that they didn't even bother converting the title screens properly before removing them. I (somehow) hadn't noticed the cruddy waterfall in Curly Monkey before, but I definitely see it when comparing the VT03 and VT32 versions.

Quote from: bootlegbastard
Does the vt369 version of Fire Fighter still contain bits from the unused vt03 title screen, or could it be from a new title screen? When I was playing for a bit, the screen glitched out, the background became corrupted, and these "Fire" tiles appeared below the HUD.

It's attached to the HUD like that in the ProjectPNP copy, just in a rather close color shade to the backdrop. I don't see any graphics resembling a title screen otherwise.

May_Morals

  • Newbie
  • *
  • Posts: 20
    • View Profile
Re: miscellaNEouS files
« Reply #102 on: June 20, 2025, 10:14:48 AM »
as i went through that Games List of the Car DVD Player, i have sorted out these games, that haven't been covered yet.
nevertheless i will give my assumptions to them:

Match - either a shortening of the IR Genie Game "The Photo Matches" or some other puzzle game
Shark - Unknown Fish game or just the Shark! Shark! Hack by nice code
Space Flight - Unknown Space game
Fighter 2006 - Eventually a Fighting game with YMK's own characters
X Battle - Unknown action game
Alien Attack - The one NES Hack with Both shooting and bombing simultaneously mapped to both buttons
Jester's Ball - Unknown Juggling game
Space Trek - Unknown Spaceship shooter
Magic Ball - VT03 Port of the VT369 Counterpart

In case someone knows anything about these, may respond to that letter of mine.
thank you in advance  ;)

forgotusername

  • Full Member
  • ***
  • Posts: 244
    • View Profile
Re: miscellaNEouS files
« Reply #103 on: July 05, 2025, 02:37:22 PM »
It appears that the descrambling method of the dreamGEAR Wireless Video Game Station (dgun2572) was identified in MAME (https://github.com/mamedev/mame/commit/d9d53e4ed13d9da6b6c0c2b402c74e3d69a8c0f5); this console is based on the "upscaled" VT369 hardware with the doubled-resolution versions of the Cube Technology hacks. Would anyone be able to post a modified/unscrambled ROM under these specifications? I couldn't determine how to decode it myself.

forgotusername

  • Full Member
  • ***
  • Posts: 244
    • View Profile
Re: miscellaNEouS files
« Reply #104 on: July 05, 2025, 06:13:41 PM »
Gameplay of the more notable games from the Zenex 135-in-1: https://youtube.com/playlist?list=PLGqmY_QVHIWDypPhoRFb1EpM1D1pAQWr2