Updated EmulationStation for Windows
-
@JoeRamone Ah ok, i thought it would get rid of the batch files. From a theming point of view, It would be kinda nifty to have a launcher with a dropdown menu to select different resolutions, instead of finding the correct batch file.
-
@pittstone I don't know if it works, but i think you can create another system entry for the same console, and then, use another core on it
-
@ppuspfc Good idea, but that makes two systems in the Main Menue and this is not perfect. And not that what i wanted. My best solution is to make a .bat for each game and start it with that:
cd .emulationstation\systems\retroarch
.\retroarch.exe -C -f -L "%HOME%.emulationstation\systems\retroarch\cores\bsnes_performance_libretro.dll" "%HOME%.emulationstation\roms\snesmsu\Lion King-MSU1\lk_msu1.bml"Unfortunately, loading from Retroarch to the game takes a bit longer.
-
@pittstone you can use another theme for that 'fake' system as well...you just have to feature a folder with the name on the theme directory and you can change the logo...just giving you ideas.
-
Is there a Windows version of ES with a working Grid View?
I'm also curious if there is a list of the capabilities of the most recent Windows version (custom carousel, video previews, custom collections, etc).
I've been away from this for a while, so I don't know exactly what can and can't be done.
-
-
Awesome, thanks @mitu. How do I go about getting the latest Windows build? Can I just download it from git somewhere? Is it pre-compiled or do I have to do it myself?
(So, was that a "yes" to Grid View? I don't know if that's a normal ES function yet or not.)
-
@mattrixk Go to the first post of this topic, you have a download link. It's a precompiled binary.
-
Cheers @mitu. I'll have to try this out tonight (or over the weekend).
EDIT: I have a theme that I haven't worked on in over a year that I want to get back into.
-
I'll have to try this out tonight (or over the weekend)
I did and it is glorious. Huge thank you to @jdrassa for his outstanding work.
Now if I could just find instructions on how to code for the grid layout...
-
@mattrixk said in Updated EmulationStation for Windows:
Now if I could just find instructions on how to code for the grid layout...
The new grid options have been documented in the Wiki page and there are also a few topics on this:
-
Oh wow, you're a fount of knowledge. Thanks @mitu!
-
Hi Guys, Any progress on fixing the UI sounds?
Currently, within a theme's .xml, only:
<sound name="launch"> <path>./art/launch.wav</path> </sound>
seems to be implemented. I read somewhere these were one of the last things that the original ES developer was working on before abandoning the project, so they never got round to adding the rest. Looking at old theme files, it looks like support was originally intended for the following:
<sound name="systemscroll"> <path>./art/navigate.wav</path> </sound> <sound name="systemselect"> <path>./art/systemselect.wav</path> </sound> <sound name="listscroll"> <path>./art/navigate.wav</path> </sound> <sound name="back"> <path>./art/back.wav</path> </sound> <sound name="launch"> <path>./art/launch.wav</path> </sound> <sound name="menuopen"> <path>./art/menu.wav</path> </sound>
I know a scroll sound can be selected with:
<textlist name="gamelist"> <scrollSound>./art/scrollsound.wav</scrollSound> </textlist>
But I think that tag maybe old? and:
<sound name="systemscroll"> <path>./art/navigate.wav</path> </sound>
...was intended to replace it. The system launch sound:
<sound name="launch"> <path>./art/launch.wav</path> </sound>
Appears to be coded in and works, so perhaps adding the others wouldn't be so difficult?
Also, when looking at es_log.txt, I seem to get a similar error for every system;
lvl1: Warning from theme "C:/Users/Joe/.emulationstation/themes/simple/psx/theme.xml" (from included file "C:/Users/Joe/.emulationstation/themes/simple/psx/../simple.xml") could not find file "./art/menu.wav" (which resolved to "C:/Users/Joe/.emulationstation/themes/simple/psx/../art/menu.wav")
Which is weird because I can't fine "menu.wav" referenced anywhere else. Maybe another half-implamented sound file for music on a system screen?
Many thanks!
-
@unluckyforsome Why are you tagging me ?
-
@mitu hahaha sorry, no idea. Think I thought you were a dev looking after ES
-
@unluckyforsome I'm not a dev. Regardless, you should open a separate topic with your question and not 'hijack' existing topics that have no relation to it.
-
@mitu Lol, I'm not trying to hijack an existing topic. It's relevant to ES on Windows and if you read up you will see numerous other posts with feature discussion and bug reports. Thanks for your concern.
-
@unluckyforsome said in Updated EmulationStation for Windows:
Lol, I'm not trying to hijack an existing topic. It's relevant to ES on Windows
So the feature you're describing works on the PI and it doesn't work on Windows ?
-
yes it doesn't work on Windows
-
@jero said in Updated EmulationStation for Windows:
yes it doesn't work on Windows
And it works on the Pi ? What exactly are you referring to ?
Contributions to the project are always appreciated, so if you would like to support us with a donation you can do so here.
Hosting provided by Mythic-Beasts. See the Hosting Information page for more information.