Jump to content
LaunchBox Community Forums

RetroFanZ

Members
  • Posts

    56
  • Joined

  • Last visited

Everything posted by RetroFanZ

  1. Hey very good Job! can you do Mega Man collection please?
  2. thank you friend for your advice I will try. Even if I think that the compression loses a bit of quality but I will try and keep you informed of the result thank you for your help I always remain open to advice!
  3. Hi Thank you for your answer! So I refreshed and forced the cache but I still have the same problem. On the other hand, when I go back to lower quality images, everything returns to normal. I think that at the moment I have no choice.
  4. Have U tested it with mega bezel Shaders for retroarch?
  5. Hi all! Here I come to you to find out if there is a limit to the quality of the images supported by Big Box. let me explain. I improved the quality of the images using software. https://ibb.co/7NQxV9z 648x634 743Ko Here we have the improved version https://ibb.co/nwsdH6M 2592x2536 29 Mo Since then I have had lags when the 3D box appears. Is it possible to fix this or should I lower the resolution? if yes what is the limit? I'm using big box's unfied theme. Thanks for your help!
  6. hey the no shadow set can't be dl fully.can u re upload it plz
  7. my god I hadn't thought of that... thank you very much topic closed. thanks again
  8. Hello. I come to you because I noticed an "error" in launch box and big box. Let me explain. some games with retroachievements are not recognized in LB and BB. I have also tested the retroachievements badges plugin which does not recognize them either. here are some screens. here on LB As you can see at the bottom in the red box no achievements available. No Badges. Nothing on the pause Menu. And nothing in the game menu in BB. But... Perfectly valid under retroarch and it triggers normally. I first thought it was due to the game. I then re-downloaded several versions of the game. I also checked the crc 32 which corresponds to the version of the retroachievements site. Then I tried another game which has not been altered by a patch and it is the same. It's not a very big problem but if one of you has the solution it could be really appreciable. thank you
  9. great stuff thank you have you the covers without the box?if yes can you share please? i like have both
  10. and in the future no possibilities to contribute for different languages?
  11. Hi I wanted to know if it was possible to contribute to the games database by translating the one if? and if at the time of scraping it was possible to choose the language you want?
  12. hey for me it launch automaticaly on gui i must manualy launch the game have u allready had this issue?
  13. ok.... romPath = %1% If A_Hour between 06:59 and 20:59 Run, "RETROARCH\PATH" -L "CORE\PATH\DAY.Dll" -c "CONFIG\PATH\DAY.cfg" "%romPath%", 1 else Run, "RETROARCH\PATH" -L "CORE\PATH\NIGHT.Dll" -c "CONFIG\PATH\NIGHT.cfg" "%romPath%", 1 Here is the final script Just Works Perfectly. Thx to every one! in fact if u wana do that i separate my config files like that: Retroarch Config Sega Saturn Beetle Saturn Sega Saturn.cfg Sega Saturn - Nightly Beetle Saturn Sega Saturn - Nightly.cfg Super Nintendo Entertainment system SNES9X Super Nintendo Entertainment system.cfg etc...for all my systems just point the config folder in the folder configuration in retroarch. then create 2cores 1 day and 1 night apply the proper shader do each and then save. follow the tutorial above and th' ats it! pretty good not necessary but impressive IMO. Thanks again.
  14. i koroth i've test it like that romPath = %1% If A_Hour between 06:59 and 20:59 Run, "F:\Emulateurs\RetroArch\retroarch.exe" -L "F:\Emulateurs\Retroarch\cores\Sega Saturn.Dll" -c "F:\Emulateurs\RetroArch\config\Sega Saturn\Sega Saturn.cfg" "%romPath%", 1 else Run, "F:\Emulateurs\RetroArch\retroarch.exe" -L "F:\Emulateurs\RetroArch\cores\Sega Saturn Nightly.Dll" -c "F:\Emulateurs\RetroArch\config\Sega Saturn Nightly\Sega Saturn Nightly.cfg" "%romPath%", 1 in my principal set up but it launch a command window 1 sec ant nothing
  15. i found a solution not the easiest but it's ok.creat a retroarch folder per system.we can't ATM point the config file in the config folder so it automaticaly point the co,nfig in the root of retroarch so as example i' create 2 folders Sega Saturn Day and sega Saturn Night.it's preaty cool i can custom my retroachievement sound per system!
  16. Just a last thing. (sorry) how can we point the config file?
  17. Thank you very much my friend.Sincerly!
  18. Ok it dosent' work in the same hour so...i made a test actualy for me it's 23h50. imade different hours for test If A_Hour between 07:01 and 23:48 don't work If A_Hour between 07:01 and 23:00 don't work If A_Hour between 07:01 and 22:59 WORKING So i think we must do If A_Hour between 06:59 and 20:59 for working perfectly. weird bug or just a script can't be precise and see every minutes in the same hour as the absolute same hour.
  19. it switch...sometimes day and other time night.LOL have u test it?maybe i'de made a mistake?
  20. i've try romPath = %1% If A_Hour >= 07 and A_Hour <= 21 Run, "F:\Emulateurs\RetroArch - Sega Saturn\Sega Saturn - Jour\retroarch.exe" -L "F:\Emulateurs\RetroArch - Sega Saturn\Sega Saturn - Jour\cores\Sega Saturn.Dll" "%romPath%", 1 If A_Hour >= 21 and A_Hour <= 07 Run, "F:\Emulateurs\RetroArch - Sega Saturn\Sega Saturn - Nuit\retroarch.exe" -L "F:\Emulateurs\RetroArch - Sega Saturn\Sega Saturn - Nuit\cores\Sega Saturn Nightly.dll" "%romPath%", 1 but it launch both configurations lol.nightly is reconized lol...:)
  21. after several tests I decided to run a config backup to verify that the night core was activated and it turns out that apparently it does not take into account the time slot. may be that it only works on time precise.i continue my tests and keep you posted anyway thank you for this very detailed tutorial and the time you devote to me! thanks again
  22. ok thats work but how can i point my configs?
×
×
  • Create New...