NesterDC SE Master collection.

Place for discussing homebrew games, development, new releases and emulation.

Moderators: pcwzrd13, deluxux, VasiliyRS

User avatar
Lan-Di
Anarki
Posts: 96

Re: NesterDC SE Master collection.

Post#11 » Sat Feb 20, 2021 8:18 am

https://mega.nz/file/FU8RBYBJ#I6-c5mLti ... m_bcTw4QQ4

Here it is.. with 5000 plus games!! :D

User avatar
dubcity
Super Sonic
Posts: 1578

Re: NesterDC SE Master collection.

Post#12 » Sat Feb 20, 2021 10:18 am

Lan-Di wrote:https://mega.nz/file/FU8RBYBJ#I6-c5mLti1WJNmHSoR_uwqjnUA4ibFoJ9m_bcTw4QQ4

Here it is.. with 5000 plus games!! :D


5000! good lord

is that every game from every region?

User avatar
soniccd123
dark night
Posts: 63

Re: NesterDC SE Master collection.

Post#13 » Sat Feb 20, 2021 6:05 pm

Ian Micheal wrote:I can compile the windows version what changes need to be done?

These are the source files posted at DCEmulation by Silhalnor:https://dcemulation.org/phpBB/download/file.php?id=807&sid=6173557bbacef13259daa4f8a657ea7e
This is the topic: https://dcemulation.org/phpBB/viewtopic.php?t=103101

I don't really know if it works correctly right now on windows, I didn't tried to compile it, If you can do this Ian it would be of great help. For now i'm using the Windows Subsystem for Linux (WSL) and it works but its kind of a hassle.

Ok, so here are the files needed and the explanation of how to create a new Nester Image in 2021 with what we have available as of now, I can update this post as new methods and etc are created.

Files:
NesterDC SE with builder: http://archiv.sega-dc.de/www.sch3rz0.com/nesterdcse/download/NesterDCSE_2005-12-10.zip
Library Files: https://sourceforge.net/projects/dcevolution/files/Emulation/NES/dcevo-emu-NesterDC-SE-Master_Library.7z/download
sch3rz0 Nester DC SE original site archived: http://archiv.sega-dc.de/www.sch3rz0.com/nesterdcse
Silhalnor example CSV: https://dcemulation.org/phpBB/download/file.php?id=825
Silhalnor CRC32 reader: https://dcemulation.org/phpBB/download/file.php?id=822
Silhalnor Source and tool for building db (linux only):https://dcemulation.org/phpBB/download/file.php?id=807&sid=6173557bbacef13259daa4f8a657ea7e

The thing is that the original files and database were hosted on sch3rz0 site but its been a long time since this is not the case anymore and today, the site only remains in sega-dc archive. If you just try to use the CD builder app, it tries to contact the old site and nothing happens. After that, it seens that there was a DCEmulation hosted mirror, but i couldn't make it work too.

What worked was to download a full Master Library mirror to my PC from dcevolution sourceforge page and then, in the builder "Master Library URL" box, i've copied the Path for the "master_library" folder:

Image

The builder checks the roms CRC32 and looks for them at the master_nes.db file. From it, it takes the corresponding images and etc, each numbered acordingly, inside the folders in the same directory, and then creates the correct structure and files for the disk. The thing is that, if the CRC32 won't match for the rom, the builder will simply ignore it. The db file contained in the dcevolution mirror is old and a lot of roms have newer and correct dumps that are not recognized, also, newer hacks and homebrew are not recognized because of that.

For using new roms, one should be able to make a new db file and for that, there is this tool that Silhalnor found the source and was able to compile it for linux, Ian Michael may be able to compile it for windows and this may even permit us to make a new, better tool, but for now only the linux version is available.

For creating a new db, the tool takes CSV file with a defined specification and converts it to the new db file. Silhalnor included a example CSV in his posts that can be used, and there also is a CSV in the dcevo mirror. You can just modify them for your needs. These are the instructions for using the tool by Silhalnor itself:

Silhanor wrote:First, were are the acceptable arguments for the nesdb_builder.
I'm afraid this still only works under linux.

./nesdb_builder-linux tab INPUT_CSV OUTPUT_DB
Converts your CSV into a DB file.
./nesdb_builder-linux build INPUT_CONFIG
Seems that this option takes a config file to produce the database but I don't a guide for you here.
./nesdb_builder-linux test
No idea. Might be here for development purposes. I get a segmentation fault when I try it.
./nesdb_builder-linux dump INPUT_DB
Prints the name of every entry in a database. Works on .DB but not .CSV.

Collect and organize your files
Collect all the screenshots, scans, manuals, and everything else you may want and arrange them in your NesterDC library. They must all be named a 4 digit number, any number. I used the same number for all documents for a given game.
I have attached a tiny example library as a guide. It has documents for the Mario series and two imports. It also has has a .CSV and a .DB that you can use as templates or for reference.
FAQs can be whatever text file you want (walkthroughs are expected but summaries or histories or anything would work quite well). The library hosted here at DCEmulation doesn't include any, probably for copyright reasons.
GameGenie uses .xml files. I don't have a concise way to explain these but I have a few in the mini-library for reference.
Each game's manual must be JPGs contained in it's own subdirectory named 00.jpg, 01.jpg, 02.jpg, etc. Again, check the library for reference but note that the ones I included are tiny to keep the filesize down so you can't really reuse them.
NSF files are the only files which must be zipped. It's a special format for NES music.

Put together the CSV
Import a .CSV into a spreadsheet (I have one included in the mini-library) or create a new spreadsheet with the following fields in the top row in this order: CRC, Name, TitleShot, ScreenShot, Manual, FAQs, NSF, BoxScan, CartScan, StrategyGuide, GameGenie.
Put in the names of every game you want to add. I used the filename without the extension to ensure that it would work but you can probably use anything.
Run CRC32Reader (I have Windows and Linux versions attached) from the command line with the ROM file as the argument like so: CRC32Reader-win "Super Mario Bros. (JU) [!].nes" The ROM must not be compressed. It should give you an 8 digit hexadecimal code like "d445f698". Prefix it with "POOP" (all caps) (I no idea what it means) and paste it in the CRC field for the matching game. "POOPd445f698"
All the other fields take the 4-digit name of the corresponding file. "0845.jpg" should be put in as "0845".
When you are done export your file to CSV.

Generate the .DB
Next run nesdb_builder-linux from the command line followed by the CSV filename and then the desired output name like so: nesdb_builder-linux master_nes.csv master_nes.db
Put the master_nes.db in the root directory of the NesterDC library and now you can use the NesterDCSEBuilder.exe to compile your collection.


He says to use his CRC32 tool and I've included it in this post, but you can really use any tool you want. Also, I used libreOffice for editing the CSVs, it worked as long as the field delimiter of the file matches the selected one in the tool (thats the "tab" argument).

With the db file created and the corresponding images in place, select "DiscJuggler" at "CD Image Format" (not sure if it makes any diference at this point), select which features are wanted in the disk and click "Start Build". It will give a lot of OKs in the log for the images and etc for each game if everything was done correctly but will hang and give you a error when trying to build the CDI, thats because bin2boot is not supported at newer OSes anymore, but this is not really a problem because the files are correctly built in the "datatemp" folder. Just use your favore CDI making tool and build a image with the contents of the datatemp folder.

I will not lie, this whole proccess is a f*cking hassle and took me like a day to figure out, and even knowing what to do it is still very boring and work intensive to do. I don't know if I forgot something or is this post is too confusing, i'm myself was quite confused honestly trying to figure this all out of old forgotten posts, so, if this is not working or you guys have any doubt, don't be afraid to ask.

In the end, the best would be to create new tools if possible for building these discs, while there are discs already containing lots of games, 15 years is a long time, even more so for the NES that saw a lot of new homebrew and hacks, so creating new dbs and discs is very important.

Sorry for the long post

soniccd123

User avatar
Lan-Di
Anarki
Posts: 96

Re: NesterDC SE Master collection.

Post#14 » Sat Feb 20, 2021 6:24 pm

dubcity wrote:
Lan-Di wrote:https://mega.nz/file/FU8RBYBJ#I6-c5mLti1WJNmHSoR_uwqjnUA4ibFoJ9m_bcTw4QQ4

Here it is.. with 5000 plus games!! :D


5000! good lord

is that every game from every region?



Yes and a lot more!

Ericonzetaice
noob
Posts: 4

Re: NesterDC SE Master collection.

Post#15 » Mon Feb 22, 2021 2:29 pm

Ian Micheal wrote:Builder no longer works you can get this with all the fullset and down load in a cdi..
This what you want se with covers and roms like you said
https://drive.google.com/file/d/1xKUNYW ... sp=sharing

It used a scraper that no longer works
6.0 normal which can load nintendo disk files which se does not functions

https://drive.google.com/file/d/1yaD2kA ... sp=sharing

7.1 with light gun support is also a thing..

se does not work some games 6.0 does or run them as well btw..

both pretty much are perfect in what they do..


Thanks Ian! You're the best!

Ericonzetaice
noob
Posts: 4

Re: NesterDC SE Master collection.

Post#16 » Mon Feb 22, 2021 2:40 pm

Been checking most NESTERDC SE images available online, and i'm yet to find one that includes manuals. I'll try to make one that serves as a sort of museum for NES games. It seems like the tools that are provided are the foundation for what could be the ultimate NES emulator experience on a console. If we somehow manage to expand the database, and get the builder to work properly.

firepromaster
noob
Posts: 3

Re: NesterDC SE Master collection.

Post#17 » Sun Mar 07, 2021 7:18 pm

I'd like to know if any of the NES emulators run the original WWF Wrestlemania game correctly? Game loads but when the match starts, only the ring is visible. One of my favorite NES games and has that classic Rare sound driver like Wizards and Warriors.

User avatar
Ian Micheal
Developer
Posts: 6007
Contact:

Re: NesterDC SE Master collection.

Post#18 » Sun Mar 07, 2021 8:12 pm

firepromaster wrote:I'd like to know if any of the NES emulators run the original WWF Wrestlemania game correctly? Game loads but when the match starts, only the ring is visible. One of my favorite NES games and has that classic Rare sound driver like Wizards and Warriors.


I can look into it but i say nesterdc 6.0 would work it because it has more complex mappers then 7.0 se there are other nes emulators other then nesterdc which might work that game

Zero1219
shadow
Posts: 7

Re: NesterDC SE Master collection.

Post#19 » Fri Mar 12, 2021 11:46 am

I lost the file and couldnt find a full NesterDC setup for years. Thank you for posting this. Wish I could make my own though to avoid all the random stuff, but I customized myself a Favorites list and im good to go.

Thanks again.

Rome1u
shadow
Posts: 12

Re: NesterDC SE Master collection.

Post#20 » Sat Dec 04, 2021 8:31 pm

Ian Micheal wrote:Builder no longer works you can get this with all the fullset and down load in a cdi..
This what you want se with covers and roms like you said
https://drive.google.com/file/d/1xKUNYW ... sp=sharing

It used a scraper that no longer works
6.0 normal which can load nintendo disk files which se does not functions

https://drive.google.com/file/d/1yaD2kA ... sp=sharing

7.1 with light gun support is also a thing..

se does not work some games 6.0 does or run them as well btw..

both pretty much are perfect in what they do..


Hi, which is for you the best version of nesterdc? I'm looking for the best controller experience since while playing for example super m ario when I jump, there is like a lag that make me fall over a precipice for ever and ever; the same in Castlevania 3... the precision in jumps, It is something that I want to improve with respect to my nesterdc se 1.1 ( "unofficial 1.1").

I am noob It seems very popular and legit site, isn't it?: https://dcemulation.org/files/emulators/
There are several versions there, including nesterdc-6.0-bin.zip; nesterdc-7.0.zip; nesterdc-7.1.zip...
On the other hand, I've seen these 3 versions: NesterDC7.1DJ.zip; nesterdc-7.1pb.zip and renamed_NesterDC7.1b_Compiled_Lightgun_Support.zip

Thank you!

  • Similar Topics
    Replies
    Views
    Last post

Return to “New Releases/Homebrew/Emulation”

Who is online

Users browsing this forum: No registered users