HattoriHanzo Wrote:Ah, and another question. I still want to get Nintendo64 to work. As you know, there is unfortunately no emulator on Kodi for this. Do I have to install Retroarch on AndroidTV now? And how do I manage that as soon as I select the game in the RCB, RetroArch and the N64 emulator are started directly? Thank you for your help
Yes, I think that you must install retroarch or another emulator that is capable to launch N64 games. Unfortunately, launching external emulators with RCB is quite uncomfortable on Android atm. You will need long command lines with lots of arguments and RCBs support to use auto configuration is broken in latest releases.
For example the command to launch the emulator N64oid should look like this:
<emulatorCommand>/system/bin/am</emulatorCommand>
<emulatorParams>start --user 0 -n com.androidemu.n64/.EmulatorActivity -a android.intent.action.VIEW -eu Uri "file://%rom%"</emulatorParams>
But it is long ago that I could confirm that this command is working. No guarantee that it still works.
trihy Wrote:Anyone tried to use .bat files?
I need this inside a bat to run a game
mame.exe -skip_gameinfo fmtowns -flop1 "X:\FM Towns\After.hdm" -cdrom "X:\FM Towns\After.chd"
But cant get it to work. RCB only use filename and path in some cases, but not whats inside a .bat file.
It can just launch the .bat file?
Problem is that you just want to launch the .bat file without an emulator (similar to Standalone PC games). Do you want to do this for all games in this Rom Collection?
rc_34761 Wrote:now i was very unhappy when checking settings and found that the night skin theme was removed from rbc.......is there anyway the night skin theme can be added back for this version of rbc for leia with all the view modes it had in version 1.1.2 or so in rbc for kodi 17. Thank you, worth asking night skin theme with its view modes was amazing.
Yes, I loved the Night skin as well. Unfortunately mcborzu seems to have retired and afaik there is no cuurent version of the skin. Additionally, the way skins are integrated in RCB has changed in the past. All RCB skins now use the same code and views and RCB just tries to imitate the colors and the look and feel of the chosen skin.
trihy Wrote:Thanks for your work. Please try to add folder games support, for wii u and ps3 kind of games.
Kupo91 Wrote:aaand multidisk games
I hope that I can address these issues with the release after the next one. (I know, I said this before)
sammie_l Wrote:I can't edit my original post but I found out after enabling debug logs that the NFS location cannot be opened for some reason. Note launching via Retroplayer via Kodi works fine for the same file.
You could try if the current version in master branch solves the issue. I changed the way zip files are handled and rely more on kodis internal zip handling.