Aller au contenu

Messages recommandés

Posté(e) (modifié)
il y a 15 minutes, cocobel a dit :

La liste des exécutable par jeu est là : https://wiki.batocera.org/systems:lindbergh

Pour ghost squad , ce n'est pas "game" par exemple.

 

Évite les espaces.

Pas besoin de start dans le .bat .

ok mais avec ou sans start et les espaces cela ne change rien pour les 2

seul hummer semble vouloir se lancer 

Modifié par nosoucy62
Posté(e) (modifié)

New Update is out

Build v3.0.7

 

Added

- Added a more detailed config file loading instructions to the Linux and Windows guides. - Added instruction on how the dependencies work now in the Linux version.

Fixed

- Fixed a bug when some games needed CG Shaders and libCg2.so was not found. The path was being passed wrong. - Fixed a bug in the path of the config files for window

Last couple of updates updated the (config)linuxloader.ini and controls.ini) 

 

 

 

dkeruza. your amazing. )

Modifié par lords
Posté(e)
7 hours ago, ringa12 said:

The house of the dead 4 - shaking works great now and sinden recharge pump
but resolution other than AUTO(1280x768) on bosses causes target displacement
game seems passable

Let's Go Jungle! Special - if you change the resolution other than AUTO (1024x576), then the game will become unplayable to the end; if, after defeating the first boss, you choose the middle path, then the second boss will be the Mantis, which in the last phase will rise into the air and freeze in it

Too Spice - everything doesn't work

I am running everything at 2560X1440. No issues.

Posté(e) (modifié)

 Example Setup. for Windows.

 

I have linuxloader in d:\l and my games are in D:\SegaLindbergh\FOLDER

FOLDER is whatever game dir.

so running linuxloader from d:\l.  a sample bat file would be 

linuxloader -g D:\SegaLindbergh\2spicy\elf -o 

It tells linuxloader elf file is in D:\SegaLindbergh\2spicy\elf  along with my edited linuxloader.ini and controls.ini for that game.

this way when there is a update. all you have to do is unzip the new update to d:l

when there is a update and it needs a new linuxloader.ini or control.ini I just edited into my FOLDER for that game.

 

GAME: linuxloader.exe -g D:\SegaLindbergh\2spicy\elf

TEST MENU: linuxloader.exe -g D:\SegaLindbergh\2spicy\elf -t

 

Hope this helps anyone.

 

 

Modifié par lords
Posté(e) (modifié)
il y a 7 minutes, lords a dit :

 Example Setup. for Windows.

 

I have linuxloader in d:l and my games are in D:\SegaLindbergh\FOLDER

FOLDER is whatever game dir.

so running linuxloader from d:l a sample bat file would be 

linuxloader.exe -g D:\SegaLindbergh\2spicy\elf -o 

It tells linuxloader elf file is in D:\SegaLindbergh\2spicy\elf along with my edited linuxloader.ini and controls.ini for that game.

this way when there is a update. all you have to do is unzip the new update to d:l

when there is a update and it needs a new linuxloader.ini or control.ini I just edited into my FOLDER for that game.

 

GAME: linuxloader.exe -g D:\SegaLindbergh\2spicy\elf

TEST MENU: linuxloader.exe -g D:\SegaLindbergh\2spicy\elf -t

 

Hope this helps anyone.

 

 

in E or G it's possible or only in D ? i don't have segaboot.bin 

my .bat command :

linuxloader.exe -g G:\linuxloader-win32\userdata\roms\lindbergh\GhostSquadEvolution\vsg_l\vsg

Modifié par nosoucy62
Posté(e)
Just now, nosoucy62 said:

in E or G it's possible or only in D ?

any drive

 

Posté(e)

GSEVO never launch....

 

Posté(e) (modifié)
34 minutes ago, nosoucy62 said:

GSEVO never launch....

 

I am going through them slowly ...but i will skip to GSEVO and see whats up..
It is working fine here with or without Custom crosshairs

Modifié par lords
Posté(e) (modifié)
49 minutes ago, nosoucy62 said:

in E or G it's possible or only in D ? i don't have segaboot.bin 

my .bat command :

linuxloader.exe -g G:\linuxloader-win32\userdata\roms\lindbergh\GhostSquadEvolution\vsg_l\vsg

You don't have to put vsg.      -g in the start of the line takes care of that. 

 

My whole  linuxloader program is in d:\l Folder

If your linuxloader program is in g:\linuxloader-win32   run the bat file from within that folder linuxloader -g:\userdata\roms\lindbergh\GhostSquadEvolution\vsg_l

Modifié par lords
Posté(e) (modifié)

I take it your trying this in linux. If so can't help you there. been working on windows games so far.

have you looked in linux libs and just add that to the ll-deps folder. if your still using that folder

Also look under the linux guide. it has been updated on GitHub linuxloader

Modifié par lords
Posté(e)
Il y a 3 heures, nosoucy62 a dit :

GSEVO never launch....

 

moi ca fonctionne ghost squad evo avec le dernier build en fesant un fichier ghostev.game dans le dossier vsg_l et en pointant le bat vers vsg du dossier vsg_l

Posté(e)

Never had issues with ghost squad Evo... I guess i am a lucky one. lol

 

Posté(e) (modifié)

.I keep my linuxloader folder in a different folder from the games this way when you update it's easier. at least for me. this is just a Raw Script and works.

I call it BatLoader.bat. you can call it anything. even the game name.

what it does is waits for you to press T. if you don't press T it loads the game. if you do press T. it goes into the games test section for you to change stuff. then after you change settings press T again and it will load game.

if you don't press T it will load the game.

It is a 5 second timer. you can set it to anything even 0, if you don't want to wait and just enter the game.

T or t. 

You have to change the path to your linuxloader folder and your game folder.

 

you do not have to load the .elf file -g finds it for you.

If you want to load a different .elf in the gamepath folder to use, use,

linuxloader apacheM_HD1.elf -g D:\SegaLindbergh\2spicy\elf.   it loads apacheM_HD1.elf.  in the game folder.

 

if you want to use the default one use,

linuxloader -g D:\SegaLindbergh\2spicy\elf.  it loads default .elf in the game folder

 

 

@echo off
cls
echo Press 'T' To Jump into GameTest.
echo Otherwise, the game will run.
echo.

:: Wait 5 seconds. 5 below is to change. (seconds).
choice /c ts /n /t 5 /d s

if errorlevel 2 goto Game_version
if errorlevel 1 goto test_version

:Game_version
echo Running Game
linuxloader apacheM_HD.elf -g D:\SegaLindbergh\2spicy\elf
goto end

:test_version
echo Running Test
linuxloader apachetestM_HD.elf -g D:\SegaLindbergh\2spicy\elf
goto end

:end
linuxloader apacheM_HD.elf -g D:\SegaLindbergh\2spicy\elf
:: This stops the window/script from executing anything below it and stops the loop process if escape is pressed. 
goto :eof
exit 
linuxloader apacheM_HD.elf -g D:\SegaLindbergh\2spicy\elf

 

 

 

Hope this helps someone.

Modifié par lords
Posté(e) (modifié)
Il y a 6 heures, lords a dit :

.I keep my linuxloader folder in a different folder from the games this way when you update it's easier. at least for me. this is just a Raw Script and works.

I call it BatLoader.bat. you can call it anything. even the game name.

what it does is waits for you to press T. if you don't press T it loads the game. if you do press T. it goes into the games test section for you to change stuff. then after you change settings press T again and it will load game.

if you don't press T it will load the game.

It is a 5 second timer. you can set it to anything even 0, if you don't want to wait and just enter the game.

T or t. 

You have to change the path to your linuxloader folder and your game folder.

 

you do not have to load the .elf file -g finds it for you.

If you want to load a different .elf in the gamepath folder to use, use,

linuxloader apacheM_HD1.elf -g D:\SegaLindbergh\2spicy\elf.   it loads apacheM_HD1.elf.  in the game folder.

 

if you want to use the default one use,

linuxloader -g D:\SegaLindbergh\2spicy\elf.  it loads default .elf in the game folder

 

 

@echo off
cls
echo Press 'T' To Jump into GameTest.
echo Otherwise, the game will run.
echo.

:: Wait 5 seconds. 5 below is to change. (seconds).
choice /c ts /n /t 5 /d s

if errorlevel 2 goto Game_version
if errorlevel 1 goto test_version

:Game_version
echo Running Game
linuxloader apacheM_HD.elf -g D:\SegaLindbergh\2spicy\elf
goto end

:test_version
echo Running Test
linuxloader apachetestM_HD.elf -g D:\SegaLindbergh\2spicy\elf
goto end

:end
linuxloader apacheM_HD.elf -g D:\SegaLindbergh\2spicy\elf
:: This stops the window/script from executing anything below it and stops the loop process if escape is pressed. 
goto :eof
exit 
linuxloader apacheM_HD.elf -g D:\SegaLindbergh\2spicy\elf

 

 

 

Hope this helps someone.

test with my command line : 

 

linuxloader apacheM_HD.elf -g G:\linuxloader-win32\roms\lindbergh\2Spicy\prog\elf

 

don't work.....

I put the files in all folders - see photo

 

2.jpg

3.jpg

4.jpg

Modifié par nosoucy62

Veuillez vous connecter pour commenter

Vous pourrez laisser un commentaire après vous êtes connecté.



Connectez-vous maintenant
×
×
  • CrĂ©er...