DCurrent / openbor

OpenBOR is the ultimate 2D side scrolling engine for beat em' ups, shooters, and more!
http://www.chronocrash.com
BSD 3-Clause "New" or "Revised" License
894 stars 119 forks source link

About Android Quickstart Game #274

Open clondy999 opened 1 year ago

clondy999 commented 1 year ago

Is there a specific command to quickly start the game specified by OpenBor from the Android shell? My OpenBor has multiple games. I want to start the specified game through the shell

msmalik681 commented 1 year ago

As far as i am aware it wont load specific games like that for now but it maybe possible in a update.

clondy999 commented 1 year ago

I hope can add this function so that can use the shell to load games with external USB

msmalik681 commented 1 year ago

Well i have wanted to add a option to add setting the android games directory within the program. That would be just as good as running shell scripts.

dre10g commented 1 year ago

This would be great if implemented like openbor on other platforms (eg: Emuelec)

Currently I have my launcher set like this, but inside of launching the game I select, it just opens openbor and I need to select the games manually in the list..

-a android.intent.action.VIEW -n org.openbor.engine/org.libsdl.app.SDLActivity -d {file.path}

TheExcitedTech commented 6 months ago

+1 to this request! Would love to be able to open OpenBor paks directly from a game launcher through commands rather than having to go through OpenBor

Def would be nice to have other folder support also!