-
Posts
65 -
Joined
-
Last visited
-
Days Won
1
Content Type
Profiles
Forums
Articles
Downloads
Gallery
Blogs
Everything posted by RetroFanZ
-
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
-
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!
-
Just a last thing. (sorry) how can we point the config file?
-
Thank you very much my friend.Sincerly!
-
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.
-
it switch...sometimes day and other time night.LOL have u test it?maybe i'de made a mistake?
-
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...:)
-
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
-
ok thats work but how can i point my configs?
-
wow thx i'll try it right now! hey I've change hour for testing but nothing happened. i've create a new emulator in LB called retroarch famicom i'v point everythings correctly and then copy your script in the script hotkey Tab nothing changed ;(
-
Hi everybody. Here I come to you because I would like to know if it was possible to make a script to launch such or such core according to the hour? let me explain. take the Nintendo Famicom for example. Nintendo Famicom Dayly.Dll would launch from 7:00 a.m. to 9:00 p.m. Nintendo Famicom Nightly.dll from 9:00 p.m. to 6:00 a.m. Why? All is a question of shaders I have a day version as well as a night version. history of perfecting as much as possible this magnificent front end which is LB / BB thanks for your help if by any chance someone has the solution i think i would be the happiest man! As exemple Day version Night Version
-
of course thank you
-
yep i know but as startut up screen new stuff
-
Thank you for your return. I was afraid of not having understood you and therefore of being a little annoying unnecessarily. But all's well that ends well. I'm mainly a big box user so too bad for me! .Thank you again! One last request and I stop lol. would it be possible in the future to be able to choose the version at launch? I explain to myself like the user creating a playlist and when launching on the startup screen he can choose which version he wants to launch? USA, Jap, Euro Or other. Thanks for paying attention to this post and thanks for the work!
-
ok i've allready test first i create a genre playslist under my sega saturn complete category. uncheck root and check sega saturn complete then i creat a playlist under my genre playlist. sports but as you can see i can't check my genre playslist in the parent selection Sega saturn complete (Category Plateform) Sega Saturn Usa (Plateform) Sega Saturn Japan (Plateform) Sega Saturn europe (Plateform) Genre (Playlist) Sports (Playlist) 3D Baseball (Game) USA (Version) Japan (Version)
-
ok here is my plan Category sega saturn plateform - Sega saturn US Sega saturn JAP Sega saturn EU Genre Retroachievements (at this point genre and retroachievements are playlist) under genre i want add play list per genre (shoot,sports etc...) i've tried to do that but i can't add sport play list to genre play list. maybe i miss something let me know;)
-
Hi all! I am currently making playlists. I would like to be able to make a playlist in a playlist. let me explain. Take for example a street fighter playlist if I take my current collection I have 4 or 5 street fighter alpha 3 I would like to be able to select a single street fighter alpha 3 Logo but that brings me to another play list offers all SFA3 that I have. I don't know if it's complicated but it can do a really nice thing. or choose on launch:)
-
Hey Since 1 hour i have an issue with LB and retroarch. i can't manage emulator without this error: Sequence contains no matching element App: LaunchBox Version: 11.8 Type: System.InvalidOperationException Site: Void ThrowNoMatchException() Source: System.Linq at System.Linq.ThrowHelper.ThrowNoMatchException() at Unbroken.LaunchBox.Windows.Desktop.Forms.EmulatorForm.InterruptDrivenAttribute() at WriterStub.NewHttpConfiguration(Object , WriterStub ) at Unbroken.LaunchBox.Windows.Desktop.Forms.EmulatorForm.ConnectDrivenAttribute(Object value, EventArgs ord) at System.Windows.Forms.Control.OnTextChanged(EventArgs e) at System.Windows.Forms.TextBoxBase.OnTextChanged(EventArgs e) at System.Windows.Forms.Control.set_Text(String value) at System.Windows.Forms.TextBoxBase.set_Text(String value) at System.Windows.Forms.TextBox.set_Text(String value) at Unbroken.LaunchBox.Windows.Desktop.Forms.EmulatorForm.PrintIterableValue(Object , Object ) at Unbroken.LaunchBox.Windows.Desktop.Forms.EmulatorForm.VerifyDrivenAttribute() at AlgoStub.NewHttpConfiguration(Object , AlgoStub ) at Unbroken.LaunchBox.Windows.Desktop.Forms.EmulatorForm.PrintDrivenAttribute(Object param, EventArgs pol) at System.Windows.Forms.Form.OnLoad(EventArgs e) at System.Windows.Forms.Form.OnCreateControl() at System.Windows.Forms.Control.CreateControl(Boolean fIgnoreVisible) at System.Windows.Forms.Control.CreateControl() at System.Windows.Forms.Control.WmShowWindow(Message& m) at System.Windows.Forms.Control.WndProc(Message& m) at System.Windows.Forms.ScrollableControl.WndProc(Message& m) at System.Windows.Forms.ContainerControl.WndProc(Message& m) at System.Windows.Forms.Form.WmShowWindow(Message& m) at System.Windows.Forms.Form.WndProc(Message& m) at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m) at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m) at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam) Recent Log: 14:05:40 Exception what can i do please?
-
-
nope just psx at the moment thx every one for your help! i' ve tried crt shadrs but some games are to flickering
-
oh ok thx;) wich configuration are you using right now?
-
@zugswang Thank you for your answer. I may not have explained myself badly. I am not looking for 8k 4k or 1080p but the closest to what the console was at the time.
-
Hello I am coming to you because I am in difficulty for the playstation 1 emulation. No worries about the compatibility as well as the speed. But I do not know which shader, filter, settings to choose to have a perfect emulation. I also imagine that there must be several types of config depending on the type of game (2D, 3D). If someone could help me it would be fantastic. thanks in advance. (PS: i'm usinge beetle hw core) This message was translated by google Trad