Willkommen bei AEP Emulation Page - Emulation News

Hauptmenü
· Home / News
· News Kategorien
· News Archiv

· Mein Account
· Suche
· Forum (neu)
· Forum
· Weblinks
· Spiele Reviews
· Übersetzungen
· Impressum
· Datenschutz

Downloads
 


Forum
Mitglieder Online
Keine Mitglieder online.

You are an anonymous user. You can register for free by clicking here
Benutzername
Kennwort
 Angemeldet bleiben

Infos
· Museum
· Infocenter
· Das AEP Team
· Member Liste
· Top 25 Liste
· Glossar
· FAQ

Review of the moment

Sprache
Sprache auswählen:

DeutschEnglisch

News-Export
Holt Euch unsere News auf Eure Seite:
· RSS Newsfeed How-to
· RSS News-syndication Deutsch
· News-Banner (JPG)

Friends
· Emu-France
· progetto-SNAPS
· EmuBit.pl
· PDRoms


Neues Thema eröffnen   Neue Antwort erstellen  
Vorheriges Thema anzeigen Druckerfreundliche Version Einloggen, um private Nachrichten zu lesen Nächstes Thema anzeigen
Autor Nachricht
step1978Offline
Titel: Tools: GoodNES V3.10  BeitragVerfasst am: 20.07.2006, 22:56 Uhr
News Scout


Anmeldungsdatum: 25. Jun 2005
Beiträge: 4.562

Wohnort: Berlin
Status: Offline

GoodNES ist ein ROM renamer für Nintendo Famicom/NES Roms.
Erkennt insgesamt 13337 Roms.


GoodNES is a ROM renamer for Nintendo Famicom/NES Roms.


Zitat:
GoodNES Stats: 13337

Recent Additions:

--- ALL USA carts bought and dumped!
--- FIXNES command to properly fix ALL known iNES ROM headers
--- Commands to sort by iNES mapper number
--- READ Good.doc carefully to see new command usage!

Notes for GoodNES V3.10


OK, the most requested feature is added ---- header fixing ----.

A few general details:

1. There are 13337 ROMS in this release. I´ve done everything possible to get
the proper header on all of them. If there was any doubt, I picked the
header flags that worked in the most emulators. I prefer FCEUltra myself, but
others are equally good. NO NES emulator will run ALL ROMS. There are too many
hacks and variables right now with the mapper numbering.


2. (For the nerds who will nitpick). All mappers with mapper controlled
mirror/scrolling were set to ´H´ in iNES header. There are some lookalike mappers
that can´t handle this; I put those back to ´V´ where needed. If you find a ROM
that used to work, but does not after ´fixnes´, PLEASE let me know and I´ll fix it
right up. I fully expect there might be a couple of errors like this in the database.

USA ROMS should all be 100% right since I have opened and checked EVERY
single one of them now. (Anyone want to buy a COMPLETE NES collection?!?)


Without further ado:

New command: fixnes
Usage: GoodNES fixnes

To answer the most asked question so far: You can´t rename and fixnes at the same time.


Now, like all other GoodTools, this feature won´t ever destroy your existing ROMS.
I HIGHLY recommend you completely unzip/ungoodmerge/uncompress your files first
to make this fixing process simpler later (you will see why).

First, all the NES ROMs that you have that are already ´right´ won´t be touched.
All others, whether in a zip file or uncompressed or from a goodmerge set will
result in one ´filename.nes.new.nes´ for each ROM that is fixed. Now, if the ROM
was originally inside a zip, you have a problem.. If you use SicoZip or any of the
other ´rename inside a zip´ utilities, you will still have the ´bad´ header inside
your zip file.

Here is a little script that will fix your headers, save the fixed ones, rename
them, and move the fixed files over top of the old bad ones. Paste these lines
into a .cmd or .bat file of your choice and run it.


GoodNES fixnes
mkdir NESNew
move *.new.nes NESNew
GoodNES rename
move NESNew*.* .
rmdir NESNew
rename NESDupes NESDupes.old
GoodNES rename
move NESDupes*.* NESRen /Y
rmdir NESDupes
rename NESDupes.old NESDupes

GoodNES will make a log of changed headers. The flags are:

PCFMUG, meaning PRG blocks, CHR blocks, HV V T 4 FLAGS, Mapper #, Unused mapper bits, header garbage (the DiskDude crap!)


Next detail.. new commands ´dirsmd´ and ´dirsmh´. These are just like ´dirs´
except that the folders created correspond to the GoodNES mapper database or
the iNES header´s mapper# respectively. Not many people are going to need
these commands, but they are really helpful when checking compatibility of
emulators.

Finally, I removed all handling for encrypted archive files. I always hate
when a GoodTool stops and asks for a password, and there really is no need
to protect a file with a ROM in it anyway.


I also cleaned up a few situations that could sometimes fail when using
non-Windows filesystems (like SAMBA and Novell). If anyone has a problem
please let me know. A side effect of this is that all ROMs that get renamed
also have their read-only attribute reset.



Oh, and a new flag some of you will notice: [!p] is a ´pending´ redump.
The flag is there because so many people ask what carts need buying/dumping.
This is my way of telling you DON´T buy this game as it is already in the
pipeline to be redumped. It is possible that you won´t be able to find a [!p]
dump if I know all the existing dumps are bad but the game has been purchased.
These will be updated in next GoodNES.




Related links:

[ RomRenamer / Tools ]

 
 
 
 Benutzer-Profile anzeigen  
Antworten mit Zitat Nach oben
retroKOffline
Titel: RE: GoodNES v3.10  BeitragVerfasst am: 20.07.2006, 23:03 Uhr
Site Admin


Anmeldungsdatum: 04. Jul 2004
Beiträge: 11.991

Wohnort: Frankfurt a.M.
Status: Offline
Hier die News:

Zitat:
News Release for GoodNES V3.10:

GoodNES is a Nintendo Famicom/NES ROM renamer by Cowering.

GoodNES Stats: 13337

Recent Additions:

--- ALL USA carts bought and dumped!
--- FIXNES command to properly fix ALL known iNES ROM headers
--- Commands to sort by iNES mapper number
--- READ Good.doc carefully to see new command usage!


Please e-mail Cowering if you have unrecognized ROMS you wish to get included
in the next release (but READ THE DOCS FIRST)


Und wieder diese Schwachsinns-Klausel in der Readme:
Zitat:
2. You are NOT ALLOWED to post this software on any other web site or
to distribute via any other channel.
 
 
 
 Benutzer-Profile anzeigen Website dieses Benutzers besuchen  
Antworten mit Zitat Nach oben
JezzeOffline
Titel: RE: GoodNES v3.10  BeitragVerfasst am: 20.07.2006, 23:24 Uhr
Banned Team Member


Anmeldungsdatum: 30. Okt 2004
Beiträge: 5.751


Status: Offline
Ich frag mich immer, warum die GoodSets eigentlich GoodSets heißen. Was für meine Begriffe dort überhaupt nicht hinein gehört, sind BadDumps und OverDumps. Zwar gibt es noch einige andere Sachen die mich außerdem stören, aber diese beiden Flags haben dort gar nichts zu suchen und währen - für hardcore Sammler - in entsprechenden BadSets besser aufgehoben.

_________________
Test your limits and break through! 
 
 
 Benutzer-Profile anzeigen Website dieses Benutzers besuchen ICQ-Nummer 
Antworten mit Zitat Nach oben
kaputtnikOffline
Titel:   BeitragVerfasst am: 22.07.2006, 13:27 Uhr
Retrohling


Anmeldungsdatum: 25. Mai 2005
Beiträge: 20


Status: Offline
wie bekomm ich eine NESMiss.txt ohne Bad- und Overdumps ?
 
 
 
 Benutzer-Profile anzeigen  
Antworten mit Zitat Nach oben
retroKOffline
Titel:   BeitragVerfasst am: 31.07.2006, 22:19 Uhr
Site Admin


Anmeldungsdatum: 04. Jul 2004
Beiträge: 11.991

Wohnort: Frankfurt a.M.
Status: Offline
[quote:c26566461b="kaputtnik"]wie bekomm ich eine NESMiss.txt ohne Bad- und Overdumps ?

Du musst die Goodinfo.cfg editieren und folgende Zeilen ändern:


alt:
[b:BadDumps;nes;y
[o:OverDumps;nes;y

neu:
[b:BadDumps;nes;n
[o:OverDumps;nes;n
 
 
 
 Benutzer-Profile anzeigen Website dieses Benutzers besuchen  
Antworten mit Zitat Nach oben
Beiträge vom vorherigen Thema anzeigen:     
Gehe zu:  
Alle Zeiten sind GMT + 1 Stunde
Neues Thema eröffnen   Neue Antwort erstellen  
Vorheriges Thema anzeigen Druckerfreundliche Version Einloggen, um private Nachrichten zu lesen Nächstes Thema anzeigen
PNphpBB2 © 
AEP Emulation Page 1998 - 2024