Organiser
Filtrer par machine :
Type de vue :
 
 Raine v0.91.4 
Jeudi 14/05/20 à 14:02 par Firebrand
Cette nouvelle version de Raine corrige le support d'EmuDX qui plantait dans la précédente version:
... and uploaded 0.91.4, aka the return of emudx !
the bug fixes are generic but it's really mainly for emudx, not sure they could be triggered elsewhere...
Télécharger Raine v0.91.4 (32-bit)
Télécharger Raine v0.91.4 (64-bit)
Site Officiel de Raine
 
 Raine v0.91.3 
Lundi 11/05/20 à 14:06 par Firebrand
Une nouvelle version de cet émulateur multi-systèmes a été publiée. Voici la liste des nouveautés:
Ok, I'll start by what took me the biggest amount of time, even if it's very specific, the unicode filenames in windows !
So to see the problem you need some non-standard characters in a folder or filename, it's easier if it's on a folder containing some neocd game. I visited the wikipedia page about "the king of fighters", and got the japanese name of the game from there : (ザ・キング・オブ・ファイターズ 京). So just copy and paste this at the end of the name of such a directory. Then run any previous version of raine : the directory will be impossible to find ! It might be possible to do that with just 1 character, and less exotic, but I am not sure about this, and I am sure about the japanese name !
The reason is because microsoft has some inherently broken api to access its files, if the filename contains some non-standard character for the current code page of the system (which can't be utf8 of course !), then the usual functions to access files return a filename which is absolutely unusable. So the old versions find nothing when trying to access the dir, and forget about it. I am not going to tell the whole technical solution I found, if you want to see that, go to the git page. But shortly, the file selector now uses windows native functions to get the file listing, but since it still needs a standard file name for the file operations, it uses the short filename when available, using the usual long one just for display in the file selector. This means the workaround will work only if your volume has some short filenames, but normally it's the default for any volume created in windows - I created one in linux and used it in windows, in this case it didn't have any short file name, and it took me quite a while to find out how to reactivate them for this volume !
Anyway, after this you should see something for the directory if using this version. If you really want to see the Japanese characters in the gui, you'll have to replace the Vera.ttf in raine's font directory by some font containing these characters. All the biggest fonts in your windows fonts directory should work, assuming it's not too old. msyh.ttc for example, just copy this one to fonts/Vera.ttf in raine's directory and you are done (I prefer the look of Vera, but it has no japanese chars !). (difficult to copy that using the explorer because it doesn't show filenames from the fonts directory ! Oh well, you can always use the very outdated cmd.exe for that, dir /Os to have the biggest files, then make your choice and copy !).

Except this big annoyance, the other changes :
- fixed again some cheats, this 0.91 version is mainly about that after all, there were some bugs for kof98 particularly, I found quite a few which obliged me to redo the conversion for most of them.
- added some new command line switches : -nb, -wb, -rp, see raine -h for details.
- Fixed the display when starting raine without any gui in opengl (-n switch).

So that's quite a big one, once again... I hope I won't have to deal again with these unicode characters at least, I couldn't leave it like that with some files impossible to access, but it's a mess I prefer to avoid otherwise !
Télécharger Raine v0.91.3 (32-bit)
Télécharger Raine v0.91.3 (64-bit)
Site Officiel de Raine
 
 Raine v0.91.2 
Mercredi 06/05/20 à 14:43 par Firebrand
Cet émulateur multi-systèmes a été mis à jour. Les améliorations sont les suivantes:
- the cheats about the audio cpu didn't work, it's fixed.
- Another fix for some scripts which were incorrectly identified as "Set" scripts, like for mslug "Hit Anywhere" (it has an "off" part, and so these cheats didn't work, executing only their "Off" part when you tried to activate them).
- and the gui bug which wasn't showing an updated joystick control for some inputs
Télécharger Raine v0.91.2 (32-bit)
Télécharger Raine v0.91.2 (64-bit)
Site Officiel de Raine
 
 Raine v0.91.1 
Dimanche 03/05/20 à 14:11 par Firebrand
Une nouvelle version de cet émulateur multi-systèmes a été publiée. Les améliorations sont les suivantes:
- lots of hex numbers were not identified in the cheats conversion from the xml, much better now (particularly for the masks)
- cheats using watches with loops inside are now supported !
- you could not disable sound, not sure if it was for all drivers but probably. Setting emulate sound = no and then going back to the game was reseting this to yes ! I guess nobody tried to disable the sound for a very long time ! It's fixed, but notice that some games don't like to have sound disabled and you can get errors if you try to do that (in neogeo for example, you get a nice error about the z80 !).
Télécharger Raine v0.91.1 (32-bit)
Télécharger Raine v0.91.1 (64-bit)
Site Officiel de Raine
 
 Raine v0.91 
Samedi 02/05/20 à 15:15 par Firebrand
Cet émulateur multi-systèmes a été mis à jour. Les changements portent sur une importante modification des codes de triche:
Yeah yeah I know, 0.90 was supposed to be the last, but there was this mistake about cheats where I forgot the very old cheats.cfg file before realizing it was incredibly outdated...
So here is 0.91, with the xml cheats from mame converted for the raine games. The cheats are included in the binary archives of the emulators, which makes them somewhat bigger (2.2 and 2.4 Mb, which is still very small for archives nowdays !). So thanks go to puggsy and his team for the work around this, I know how long it is to find cheats at least ! I picked the colors idea from them too, I found nice to have off in red and on in green for the cheats interface ! Except that when a cheat needs a parameter, it opens its own dialog which makes a huge difference from what we had before.
There are tons of new cheats, some improve the playability of the game, try those around arkatour, or any arkanoid clone, there is one to choose the ball speed and prevent it from accelerating ever again after that, very useful to train, and you can even choose that you don't loose if you loose the ball ! (which is really the ultimate cheat in this kind of game !). The cheats are in the scripts directory. The neocd games use cheats from the scripts/neocd directory if there are some, but since there are very few there, they use those in scripts/raine if there is nothing. Some games have a different memory map in neocd, but those interested will have to test. The conversion from xml was made by a perl script, it's in the sources in git (bonus directory).
I think that's all there is to say about this one, have fun !
Oh, and there is no cheats.cfg file or neocheats.cfg file anymore because they are not needed anymore !
And I can't guarantee all the cheats will work, because I couldn't possibly test everything, but I can promise most of them will work... !
Télécharger Raine v0.91 (32-bit)
Télécharger Raine v0.91 (64-bit)
Site Officiel de Raine
 
 QuickPlay v4.7.5 
Jeudi 30/04/20 à 13:54 par Firebrand
Ce frontend multi-systèmes a été mis à jour. Voici la liste des nouveautés:
- misc fixes for about form
- mametool fix bug when user only has one rompath in their mame.ini for all romtypes (ie: when CHDs etc are subfolders of their ROMS folder) - bug found by user sekelje
- mametool allow rompaths in mame.ini to be relative (detect relative paths, and append mame emulator path to all paths found if folder is relative) - raiseed by sekelje
- mametool fix issue discovered with Mame 220: devices do not need instances or extensions according to MAME DTD, Mametool was assuming all devices would have instances (useless without?). Remove devices without instances and additionally defensively protect use of device briefnames - bug found by sekelje
- mametool take naming of 'Acorn Computers' (MAME 220) back to 'Acorn' (QuickPlay company names try to be as simple/short as possible, if the intention was to highight a difference between well-known Acorn and another Acorn, should have renamed the other Acorn)
- romdata magician Genesis can't coexist w Genesis/32X...
- Romdata Magician GBA current system name needs bumping...
- updated repo readme
Télécharger QuickPlay v4.7.5
Site Officiel de QuickPlay
 
 Negatron v0.100.1 
Mardi 28/04/20 à 14:13 par Firebrand
Ce frontend pour MAME (et surtout NegaMAME) a été mis à jour. Les améliorations sont les suivantes:
- Fixed a regression where opening a FileChooser dialogue box made Negatron crash on Linux.
- Fixed the Linux startup shell script of the cross-platform pack to accept early access version of Java 11+.
- Fixed a macOS bug where videos could be displayed in the top-left corner of the pane instead of the expected enlarged centered view.
- Fixed video aspect ratios to always stick to a pretty 4/3 ratio, typical of old CRTs, for video files that aren't formatted with a 16/9 ratio.
- Fixed image aspect ratios of the in-game content tabs to always stick to a pretty 4/3 ratio, typical of old CRTs, for pictures that aren't formatted with a 16/9 ratio.
- Improved Lua plugin management from the Global Configuration pane to make it compatible with MAME internal UI and Arcade64 (arcade-only MAME derivative).
- Improved favourites management by making the machine list also scroll to the selection for a fast switching between the favourites view and the normal view.
- Added a new practical feature: now Negatron remembers and launches directly on the last selection of the last session, it being a machine, a software or a favourite.
- Migrated to VLCj 4.5.2.
- Migrated to OpenJDK and OpenJFX 14.0.1.
Télécharger Negatron v0.100.1 (Windows)
Télécharger Negatron v0.100.1 (MacOS)
Télécharger Negatron v0.100.1 (Linux)
Site Officiel de Negatron
 
 GameEx et GameEx Arcade Edition v16.37 
Vendredi 24/04/20 à 14:48 par Firebrand
De nouvelles mises à jour pour ces frontends ont été publiées, mais pour ne pas changer on ne sait pas ce qui a été modifié.
Télécharger GameEx v16.37
Télécharger GameEx Arcade Edition v16.37
Site Officiel de GameEx
 
 GameEx et GameEx Arcade Edition v16.34 
Vendredi 17/04/20 à 14:47 par Firebrand
Ces frontends sont décidément mis à jour très souvent ces derniers temps. Mais toujours aucune information sur les nouveautés.
Télécharger GameEx v16.34
Télécharger GameEx Arcade Edition v16.34
Site Officiel de GameEx
 
 GameEx et GameEx Arcade Edition v16.33 
Mardi 14/04/20 à 14:09 par Firebrand
Ce frontend multi-systèmes a une nouvelle fois été mis à jour sans qu'on sache ce qui a été modifié (on commence à avoir l'habitude...).
Télécharger GameEx v16.33
Télécharger GameEx Arcade Edition v16.33
Site Officiel de GameEx
 
 GameEx et GameEx Arcade Edition v16.31 
Vendredi 10/04/20 à 14:35 par Firebrand
Ces frontends multi-systèmes ont été mis à jour, mais aucune information sur les changements apportés n'a été donnée.
Télécharger GameEx v16.31
Télécharger GameEx Arcade Edition v16.31
Site Officiel de GameEx
 
 Raine v0.90.7 
Vendredi 10/04/20 à 14:05 par Firebrand
Une nouvelle version de cet émulateur multi-systèmes a été publiée. Voici les nouveautés:
- the only changes inside are the custom inputs which are all saved now instead of just what changed from the default inputs, and the small gui fix for dialogs which could have the text of their dialog bar cut if the resolution was too low.
Télécharger Raine v0.90.7 (32-bit)
Télécharger Raine v0.90.7 (64-bit)
Site Officiel de Raine
 
 Messinfo.dat v0.220 (11.41) 
Jeudi 09/04/20 à 13:56 par Firebrand
Les données de ce fichier informatif ont été alignées avec MAME v0.220.
- 11.41 09/04/2020: Aligned files to 0.220 version.
Télécharger Messinfo.dat v0.220 (11.41)
Site Officiel de Messinfo.dat
 
 Negatron v0.100 
Mardi 07/04/20 à 14:25 par Firebrand
Autant NegaMAME est mis mensuellement à jour, autant le frontend l'est nettement plus rarement. Un seule vrai changement pour cette version la rendant compatible avec Java 11+:
- This is a big technical release that make it compatible with Java 11+.
Télécharger Negatron v0.100 (Windows)
Télécharger Negatron v0.100 (MacOS)
Télécharger Negatron v0.100 (Linux)
Site Officiel de Negatron
 
 NegaMAME v0.220-1 
Mardi 07/04/20 à 14:21 par Firebrand
Ce build d MAME prévu pour être utilisé avec le frontend Negatron a été mis à jour avec les sources de MAME v0.220.
Télécharger NegaMAME v0.220-1 (Windows)
Télécharger NegaMAME v0.220-1 (MacOS)
Télécharger NegaMAME v0.220-1 (Linux)
Site Officiel de NegaMAME
 
 Raine v0.90.6 
Vendredi 03/04/20 à 15:37 par Firebrand
Cet émulateur multi-systèmes a encore été mis à jour. Voici les dernières améliorations:
- Ok, finished, fixed also the display of the Region menu when you 1st load a game, it was just displaying Region without anything until the game is run, it was just silly, a misplaced initialization, should have been fixed long ago...
- It also contains the new limit to 320x200 for the game bitmap for those crazy enough to play with this kind of setup.
Télécharger Raine v0.90.6 (32-bit)
Télécharger Raine v0.90.6 (64-bit)
Site Officiel de Raine
 
 Raine v0.90.5 
Dimanche 29/03/20 à 15:42 par Firebrand
Cette nouvelle version de Raine corrige un bugs sur les jeux CPS-2 dont seule la version 64-bit était vraiment affectée.
Télécharger Raine v0.90.5 (32-bit)
Télécharger Raine v0.90.5 (64-bit)
Site Officiel de Raine
 
 Raine v0.90.4 
Samedi 28/03/20 à 13:56 par Firebrand
Petit regain d'activité pour cet émulateur multi-systèmes avec 2 nouvelles versions coup sur coup. Voici les changements apportés:
v0.90.4
- For info, a new bug was just fixed, when loading a neocd game which changes its resolution after being loaded you got a totally distorted screen.
- This was related to a change on may 3rd 2019, so I guess I can take a little longer to produce a new binary for that (the fix is very short, it's just a misplaced function call).

v0.90.3:
- Added unibios v4.0, 3.3,.3.2 and unibioscd 3.3
Télécharger Raine v0.90.4 (32-bit)
Télécharger Raine v0.90.4 (64-bit)
Site Officiel de Raine
 
 Messinfo.dat v0.219 (11.40) 
Lundi 09/03/20 à 13:38 par Firebrand
Ce fichier informatif pour MAME contient désormais les données relatives à la v0.219:
- 11.40 08/03/2020: Aligned files to 0.219 version.
Télécharger Messinfo.dat v0.219 (11.40)
Site Officiel de Messinfo.dat
 
 GameEx et GameEx Arcade Edition v16.28 
Dimanche 08/03/20 à 13:47 par Firebrand
Ces frontends ont été mis à jour. Pas d'information sur les changements.
Télécharger GameEx v16.28
Télécharger GameEx Arcade Edition v16.28
Site Officiel de GameEx
 
<< Page précédentePage suivante >>