Jump to content

Tux

Ultra Members
  • Posts

    1,175
  • Joined

  • Last visited

  • Days Won

    252

Everything posted by Tux

  1. They have already made a backup in internet archive, the site is still available for now. It's mainly for the consoles, but there are a few arcade hacks though. Just found 2 for tgm2p that I didn't know, I converted the one to stop the music to a cheat for raine, it's committed in git for now (incompatible with currently released version, because there was no way to modify a sh2 rom in this version !). It's right that the game is good but the music is a disaster and it's actually better with just the sound effects ! The news : https://games.slashdot.org/story/24/08/02/1810215/the-best-rom-hack-website-is-shutting-down-after-nearly-20-years The index of arcade roms hacks : https://www.romhacking.net/?page=hacks&platform=26&perpage=20&startpage=1
  2. Ok, I'll move this anywhere else. Since I use raine menu on the keyboard I don't care where the commands are, I just type the 1st characters of the command all the time. For your windows, sorry you are the only one complaining about that, and I am done playing with this, it will remain like that until I feel like playing with these super stupid things again, or decide to remove entierly this because it clearly looks like it wasn't such a good idea to add this after all. Raine is an emulator, not a window manager ! Moved preload ips dat files just below change/load game.
  3. Hey I do my best here, the total changelog is on git, but it's quite technical of course, this post here is a condensed version made to be read by non technical users, well I guess I could add a cumulative changelog file in the archive, but it would require to maintain it separately and writing docs is really not what I prefer. Now it's an open project, if someone wants to help...
  4. Did you notice he didn't send any script update for 0.96.11 ? It's because he was working like crazy on a huge update... ! And that's finally 16 new scripts and 5 updated ones for 0.96.12. The short names of the games handled this time : wakuwak7, wh1, wh2, wh2j, whp, aof3, aof, aof2, doubledr, fatfutsp fatfury1, fatfury2, kabukikl, kof94, ninjamas, samsh5sp, samsho, samsho2, samsho3, samsho4, samsho5 ! Sorry I am too lazy to get the long names, you can either display the short names in the game list in raine, or pass the short game name on the command line when launching it (which is a feat in windows, I know !), or if you have nothing else, an internet search will give you the long name. Except that I added some other fixes for the windows placement/status, and added the ability to eject the neogeo/neocd memory card in neocd options, mainly for pbobblen hack, to be able to run it without 1st dealing with the file of its memory card. Ah also fixed a big buffer overflow for 24bpp games added in previous version, but you didn't have time to notice that, did you ? You can get this there : http://raine.1emulation.com/download/latest.html (we should be able to take long holidays after that !) EDIT : just uploaded 0.9612a with an update for the roms for samsho2pe sent by mer-curious 5 minutes after the release of 0.96.12 ! Anyway, here are the changes for this new rom which you can already get from internet archive : https://github.com/zelurker/raine/commit/f96079448381e97c4181b19b01827006e175ffeb
  5. Not a very courageous reply, you could say at least if it's better to have the ips function where it is now or where it was. But anyway I didn't change my mind on that, most of the functions in the top of the game selection dialog are related to sorting the games, you could very easily miss the ips part while it was there, so it's not going back. Super unlikely that it will ever come back, or one of the things to do for the day after the end of the world, which will be a very busy day apparently !
  6. Ok, the stupid windows are fixed again, but this time I forbid fullscreen from a maximized window to preserve my sanity, things becoming too crazy at this point and making too many problems. All the other situations tested afaik.
  7. Just did a mistake while reinstalling msys in windows, installed gcc instead of the w64-x86_64 version, very easy to do and you are in a hell of trouble if you do it. Anyway problem fixed, back to sanity, but I had to delete the whole msys directory and restart from scratch to fix it... what a mess... !
  8. I'll let a little time pass to cool down, I'll see what I'll do about this, but yeah removing all this and switch raine to fullscreen all the time is quite tempting I must say ! It's ffman1985 who was confused, and he is not really a basic user, and I suspect a lot of users were too. I don't see any problem with the current way things are done anyway.
  9. I vote to totally trash all this nonsense about window position/size/etc, got too much of it. Feature totally removed soon ! And blocking or removing the maximize button ! for the ips function : very good where it is, not going back. As I said obviously the old way was confusing.
  10. The usual stuff, but some of these fixes are quite surprising, at least for me : The updates first : samsho2pe updated to its latest version but can already be retrieved from internet archive, sfz3mix v0.31 and it's now downloaded directly from its site instead of internet archive. Also the pbobblen "rotary" version is now supported, see the post about that there Fixes : - the sdl2 default rendering was mostly broken, now it works again, it's good to have this one as default rendering even if it has less features than opengl - the fps displayed when using the turbo key (DEL by default) were wrong ! - fixed the mess added in previous version about window size, position and status, hopefully for good this time - fixed slowdown when choosing to have an opaque hud in opengl !!! This one was very surprising, I only found it because I tested the sdl2 rendering and so I chose opaque hud there, and kept it when returning to opengl after. It took me a long while to understand where that incredible slowdown was coming from ! It can be particularly felt if using the turbo key, it was much slower if using an opaque hud ! Anyway it's done totally differently now and should work all the time. - got rid of the borderless option in video options, it was replaced by desktop fullscreen in sdl2 it should have been removed earlier. And you can now cancel a rom download before the end, just use either the ESC key or a right click on the progression dialog. http://raine.1emulation.com/download/latest.html
  11. Perfect update for github, you deserve praise for that since you do it blindly without even compiling ! Just added the option to cancel the curl transfers, no part file, the file is just deleted if the transfer is aborted and you get a clear message that the transfer was aborted. It was handled by curl so it was easy to add. Just try to close the loading progress dialog by the ESC key or right mouse click on it, both methods work, even if there is a slight delay because the event can be handled only when the dialog is updated. I think we have everything for a release now, I'll just wait a bit because it's still morning here and I am still quite sleepy !
  12. I finally fixed all this, took me a good 1+ hour, because I had to reboot multiple times to compare linux and windows... ! Anyway, in the end the patch is quite short. It's my fault for having started that, I was surprised also that the code seemed so simple when I did it in the previous version, I should have guessed there were some pitfalls ! Anyway I hope it's fixed for good this time. Yeah maybe a way to cancel the download without killing violently the program in case you get a slow server could be an idea, not for now because I had enough of stupid occurrences with these window positions/sizes/status, but I agree it would be a good idea (but not so obvious to add in the code, this dialog is very special, it's the download function which updates the dialog in a callback, so let's hope there is a way to cancel the thing...).
  13. Actually found another curious hack from the link given by mer-curious : https://rotary-bobble.mattgreer.dev/ some people thought about using a rotary control for puzzle bobble, when taito never did that for its 4+ games (4 major versions), afaik at least. So I was curious to emulate this to test with a mouse the result. It's not bad, but it's very similar to the precision you get when playing on keyboard ! The mouse becomes better in extreme situations when you need a 1 pixel precision... Anyway I'll commit this to git in case somebody wants to test that, it was interesting anyway to revisit puzzle bobble this way. In case you have a memory card saved for this game, disable it because the part where the game asks about the memory card is not converted to the rotary control so it's just impossible to select an answer ! It's probably the bios which does this part. Just move pbobblen-neogeo.bin out of the savedata directory before starting the game. Added the ips files with the dat file in the extras section of the downloads, but you need the git version to use the mouse with this game. (it detects when the ips patch is in use and switches automatically the control to the mouse).
  14. Is there a changelog ? Am I the only one to have the problem with the tree in the ryu's stage then ? For some reason I had put some code to forbid loading a cps1 with bad crcs which is not standard, normally a bad crc is a warning, not an error. No idea why I did that, this driver is very old, it was cps1 at the beginning ! It dates from 2013 when I backported the load_progress function from the standard version of raine to the dos version (allegro). There was probably a reason at the time to add that... ! Anyway this allows to load your update with a warning that's all. Maybe I'll update the crcs this time in the source but I won't do it all the time. And what happened to the ogg files you were supposed to make with mer-curious ? edit : anyway just switched to v0.31 in git, also the rom is downloaded from your official github page now which is much faster than internet archive. (and internet archive still has 0.30). By the way all the nice save states from mer-curious are incompatible with this 0.31 apparently !
  15. Ok, read it by copying and pasting the thing in google translations, thanks for the good words ! It's something zero800 should read !
  16. Only if you have a fb account. I won't reopen my fb account. Too bad !
  17. Tux

    Raine 0.96.9 : hotfix !

    As said in the 1st post at the top of this page, I get big gaps in sodom's stage if fixing scroll2y. in order : fixing scroll2y obliges to change the offsets for sprites too otherwise you get a black bar on the right of the tree in the ryu stage. Then sodom's stage has some big obvious gaps everywhere. Fixing them obliges to change scroll1y. Except scroll1 is already at the limit and it shows other gaps elsewhere in this same stage. So scroll1 is unmovable in this stage -> scroll2 becomes unmovable too. mer-curious made a very convenient set of saves to quickly test all situations in this game... By the way I didn't find the exact offset to fix in your link, but it's a 4 pixels problem apparently.
  18. Errr, this feature was made to be practical, not to make the perfect program which works in all imaginable cases ! I might try to fix some, but really you loose really too much time on details.
  19. Tux

    Raine 0.96.9 : hotfix !

    "update ngcd sprite block" is 1 of the very old functions added in the glory days when I tried to help for a certain translation of ssrpg... ! It's useless today, but you never know, it could be used some day, even if it's highly unlikely. 0.96.10 just released, you have another toy to break !
  20. At least this time I took a good week for this one so I had more time ! For sf2mix it's another clone from zero800, not as spectacular as sfz3mix, but still interesting. For the fixes, most of them are described in this forum thread with plenty of pictures posted : Except that ffman1985 did it again, this time on "fatal fury1", and the very special thing this time is that he added the ability to play in coop with the computer! One of the most surprising bugs was probably the bad initialization of the sound driver in the sound options dialog, we probably had this one for very long ! Anyway find it there : http://raine.1emulation.com/download/latest.html
  21. Tux

    Raine 0.96.9 : hotfix !

    Yeah yeah... the thing about the hotfix version is that it fixes only the emergency. Here the emergency was that I succeeded to break all the top of the raine's main menu ! The one with sf2mix and all the fixes contained in this thread will be released today, I hesitate to do it now because I am still currently a little sleepy so it's not a very good idea to do anything like that in such a state... ! But promised, it will be released within at max 8 hours and very probably earlier.
  22. Tux

    Raine 0.96.9 : hotfix !

    Ok after checking this is the y correction for sprites and scroll2 which makes this bug to appear. By removing both, it's gone. The obvious difference with both removed is that the purple defense bar is touching the top of the screen, but if it's the only drawback then it's worth keeping things like that. edit : and apparently there is no way to have both fixes at the same time, if you fix the tree in this ryu against ken in the attract mode then sodom's stage get big black gaps. You need to move scroll2 to fix them, and then the sprites too, and so the gap in the tree appears. So it's probably a bug of sfz3mix itself, I'll keep the fix as they are for now.
  23. It took you 6 days to notice his message ? Unbelievable !
  24. Tux

    Raine 0.96.9 : hotfix !

    It's possible there is an unwanted workaround, in the sense where there are a few hacks in the sprites drawing which are not documented, it's from the super old sdl source upon which neocdpsp was based, very few have survived the migration to raine, but a few remain. Now I would need to investigate deeply to be sure about that and sorry I am not really motivated to do that now... Sorry to inform you after looking some more that actually this bug is also in raine now that I fixed all the alignment issues that you found (well hopefully). It might be worth investigating which part exactly brought the bug in... !
×
×
  • Create New...