Author Topic: VTxx BIN to NES 2.0 Converter  (Read 3726 times)

davidstech

  • Full Member
  • ***
  • Posts: 140
    • View Profile
    • http://ds0.me
VTxx BIN to NES 2.0 Converter
« on: February 02, 2018, 03:00:28 PM »
I know a few people have wanted a BIN to NES converter, so I've finally got round to making a Python script for this. It allows mapper and submapper to be specified, defaulting to 256/0.

Script: https://gist.github.com/daveshah1/39faa3f85d492cba38ecf45e272f72de

Let me know if you have any issues with this.

Y2K05

  • Full Member
  • ***
  • Posts: 109
    • View Profile
VTxx BIN to NES 2.0 Converter
« Reply #1 on: February 02, 2018, 03:20:57 PM »
Awesome. thank you davidstech! Now the Bittboy binary seems to load fine in the Buildbot version of FCEUX! :)

I sometimes wonder if there will be a conversion script between weird bootleg NES mappers to common mappers (e.g. mapper 0, 1, 4 are known to be common ones, or MMC3) to make the bootleg games more universal (aka work in more emulators).
« Last Edit: February 02, 2018, 03:23:28 PM by Y2K05 »

NewRisingSun

  • Sr. Member
  • ****
  • Posts: 320
    • View Profile
VTxx BIN to NES 2.0 Converter
« Reply #2 on: February 02, 2018, 04:53:56 PM »
There will not be, as the "weird bootleg" mappers use features not found on the MMC3.

kelvin donna

  • Sr. Member
  • ****
  • Posts: 481
  • Company Name: Satervest
    • View Profile
VTxx BIN to NES 2.0 Converter
« Reply #3 on: February 02, 2018, 05:53:54 PM »
one question, is there also a windows version?
i hate all media of the world, so i just moved to eurasia.

davidstech

  • Full Member
  • ***
  • Posts: 140
    • View Profile
    • http://ds0.me
VTxx BIN to NES 2.0 Converter
« Reply #4 on: February 02, 2018, 05:54:30 PM »
It should run fine on Windows with Python 3 installed. You will need to run it from the command line though (i.e python vtbin2nes.py file.bin)
« Last Edit: February 02, 2018, 05:56:08 PM by davidstech »

triumph

  • Newbie
  • *
  • Posts: 3
    • View Profile
VTxx BIN to NES 2.0 Converter
« Reply #5 on: February 14, 2018, 01:07:28 PM »
It is supposed to work for NES Remix 2 rom files? Because I tried and it hasn't work.

davidstech

  • Full Member
  • ***
  • Posts: 140
    • View Profile
    • http://ds0.me
VTxx BIN to NES 2.0 Converter
« Reply #6 on: February 14, 2018, 05:56:50 PM »
What exactly are you trying to convert, is it succeeding? If so, what are you trying to run it on? If not, what error do you get?

triumph

  • Newbie
  • *
  • Posts: 3
    • View Profile
VTxx BIN to NES 2.0 Converter
« Reply #7 on: February 14, 2018, 06:43:31 PM »
I'm trying to convert the BIN roms from Nes Remix 2 to NES format. (I can send you the files if you're interested)

The error I got most of the times, running on FCEUX is: "FDS BIOS ROM image missing: (Directory)\FDSBios\disksys.rom" "An error occurred while loading the file." For any ROM I try to convert. I'm using Python 2.7.14.

I'm searching specially for Super Luigi Bros.

EDIT: I changed the Python version to python-3.7.0b1-amd64. Still, when I load the rom to FCEUX the screen freezes to a grey color.
« Last Edit: February 14, 2018, 07:12:19 PM by triumph »