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
Posté(e) (modifié)
3 hours ago, nosoucy62 said:

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

The files for linuxloader should be linuxloader.exe,libwinthread-1.dll, SDL3.dll,SDL3_ttf.dll, II_debs  and the bat file only.  in  G:\linuxloader-win32   The  controls.ini and linuxloader.ini along with the game files and elf should be in G:\linuxloader-win32 \rom\lindbergh\2spicy\prog\elf  I don't know why your using 3 folders like that. take linuxloader.exe, and the rest of the files out of G:\linuxloader-win32 \rom\lindbergh\2spicy\prog\elf  except for linuxloader.ini and controls.ini plus the game files .then let me see your pics again.

 

Les fichiers destinés à linuxloader devraient se limiter à linuxloader.exe, libwinthread-1.dll, SDL3.dll, SDL3_ttf.dll, II_debs et le fichier .bat, le tout placé dans le dossier G:\linuxloader-win32. Les fichiers controls.ini et linuxloader.ini — ainsi que les fichiers du jeu et le fichier ELF — devraient quant à eux se trouver dans G:\linuxloader-win32\rom\lindbergh\2spicy\prog\elf. Je ne comprends pas pourquoi vous utilisez trois dossiers de cette manière. Retirez linuxloader.exe et le reste des fichiers du répertoire G:\linuxloader-win32\rom\lindbergh\2spicy\prog\elf — à l'exception de linuxloader.ini, controls.ini et des fichiers du jeu — puis montrez-moi à nouveau vos captures d'écran.

 

Modifié par lords
Posté(e) (modifié)
il y a une heure, lords a dit :

The files for linuxloader should be linuxloader.exe,libwinthread-1.dll, SDL3.dll,SDL3_ttf.dll, II_debs  and the bat file only.  in  G:\linuxloader-win32   The  controls.ini and linuxloader.ini along with the game files and elf should be in G:\linuxloader-win32 \rom\lindbergh\2spicy\prog\elf  I don't know why your using 3 folders like that. take linuxloader.exe, and the rest of the files out of G:\linuxloader-win32 \rom\lindbergh\2spicy\prog\elf  except for linuxloader.ini and controls.ini plus the game files .then let me see your pics again.

 

Les fichiers destinés à linuxloader devraient se limiter à linuxloader.exe, libwinthread-1.dll, SDL3.dll, SDL3_ttf.dll, II_debs et le fichier .bat, le tout placé dans le dossier G:\linuxloader-win32. Les fichiers controls.ini et linuxloader.ini — ainsi que les fichiers du jeu et le fichier ELF — devraient quant à eux se trouver dans G:\linuxloader-win32\rom\lindbergh\2spicy\prog\elf. Je ne comprends pas pourquoi vous utilisez trois dossiers de cette manière. Retirez linuxloader.exe et le reste des fichiers du répertoire G:\linuxloader-win32\rom\lindbergh\2spicy\prog\elf — à l'exception de linuxloader.ini, controls.ini et des fichiers du jeu — puis montrez-moi à nouveau vos captures d'écran.

 

c'est fait j'ai tout retiré mais cela ne change rien....le jeu ne se lance pas...une seule fenetre s'ouvre 1/2 seconde puis se referme et c'est tout.

c'est tellement rapide que je ne peux pas faire une capture d'écran

voici ce qui se passe pour ghost squad avec le fichier.bat

quand je lence le fichier.bat un nouveau dossier \temp se créé avec un sous-dossier \segaboot qui est vide

 

@echo off
cls
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 vsg -g G:\linuxloader-win32\roms\lindbergh\GhostSquadEvolution\vsg_l
goto end


:end
linuxloader vsg -g G:\linuxloader-win32\roms\lindbergh\GhostSquadEvolution\vsg_l
:: 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 G:\linuxloader-win32\roms\lindbergh\GhostSquadEvolution\vsg_l

GS.jpg

GS1.jpg

Modifié par nosoucy62
Posté(e)
5 minutes ago, nosoucy62 said:

c'est fait j'ai tout retiré mais cela ne change rien....le jeu ne se lance pas...une seule fenetre s'ouvre 1/2 seconde puis se referme et c'est tout.

c'est tellement rapide que je ne peux pas faire une capture d'écran

Je ne sais pas vraiment quoi faire. Je ne vois pas l'arborescence de tes dossiers. Je sais pourtant que cela fonctionne pour tous mes jeux. Le dossier « linuxloader » doit impérativement se trouver à l'emplacement `g:\linuxloader-win32` ; il ne doit rien y avoir d'autre avant lui. On dirait que tu as une installation « Arcade PC » complète ; je ne saurais donc dire exactement ce qui cloche. Tout ce que je sais, c'est qu'il ne doit y avoir aucun dossier intermédiaire avant le répertoire « linuxloader » : juste `g:\linuxloader` et ses fichiers ; le programme chargera ensuite les jeux à partir du répertoire que tu as défini pour tes jeux.

Posté(e) (modifié)
il y a 1 minute, lords a dit :

Je ne sais pas vraiment quoi faire. Je ne vois pas l'arborescence de tes dossiers. Je sais pourtant que cela fonctionne pour tous mes jeux. Le dossier « linuxloader » doit impérativement se trouver à l'emplacement `g:\linuxloader-win32` ; il ne doit rien y avoir d'autre avant lui. On dirait que tu as une installation « Arcade PC » complète ; je ne saurais donc dire exactement ce qui cloche. Tout ce que je sais, c'est qu'il ne doit y avoir aucun dossier intermédiaire avant le répertoire « linuxloader » : juste `g:\linuxloader` et ses fichiers ; le programme chargera ensuite les jeux à partir du répertoire que tu as défini pour tes jeux.

tu vois rien d'autre :

 

linux.jpg

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

c'est fait j'ai tout retiré mais cela ne change rien....le jeu ne se lance pas...une seule fenetre s'ouvre 1/2 seconde puis se referme et c'est tout.

c'est tellement rapide que je ne peux pas faire une capture d'écran

voici ce qui se passe pour ghost squad avec le fichier.bat

 

@echo off
cls
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 vsg -g G:\linuxloader-win32\roms\lindbergh\GhostSquadEvolution\vsg_l
goto end


:end
linuxloader vsg -g G:\linuxloader-win32\roms\lindbergh\GhostSquadEvolution\vsg_l
:: 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 G:\linuxloader-win32\roms\lindbergh\GhostSquadEvolution\vsg_l

GS.jpg

GS1.jpg

Librnalindbergh.jr.so is missing according to that error message it should be in disk 0 or 1 u got the full dump? Re obtain and make sure u have the disc 01,02,03 In the game folder also make sure there no security u have to unblock in the folder properties. I have it working and ur directory. Looks different. Then mines also make sure u have that "Librnalindbergh.jr.so file that's included with the dump

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

je viens de télécharger une autre version de GhostSquad et maintenant c'est bon le jeu se lance merci !!!

par contre avec une dolphinbar et une wiimote cela fonctionne ? comment modifier les touches pour ce jeu ?

reste le probléme des autres jeux.....

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

 

linux.jpg

no clue on the dolphin stuff for controllers

13 minutes ago, RetrnArcGamer35 said:

Librnalindbergh.jr.so is missing according to that error message it should be in disk 0 or 1 u got the full dump? Re obtain and make sure u have the disc 01,02,03 In the game folder also make sure there no security u have to unblock in the folder properties. I have it working and ur directory. Looks different. Then mines also make sure u have that "Librnalindbergh.jr.so file that's included with the dump

for the one that works as long as you have the contents of disk 0 you can toss everything before that folder and after disk2-? even though they say their clean. I am making them cleaner.lol

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

je viens de télécharger une autre version de GhostSquad et maintenant c'est bon le jeu se lance merci !!!

par contre avec une dolphinbar et une wiimote cela fonctionne ? comment modifier les touches pour ce jeu ?

reste le probléme des autres jeux.....

 
in controls.ini for the wiiremote same thing for player 2 but change JOY0_????(player 1)  to JOY1_?????(player2)

wii remote controller shows up as a pad

I use romsfun lindbergh for some of the games

 

Player 1    Service=JOY0_BUTTON_8 Test = JOY0_BUTTON_9 Start = JOY0_BUTTON_7 Coin = JOY0_BUTTON_6 Up = JOY0_HAT_0_UP Down = JOY0_HAT_0_DOWN Left = JOY0_HAT_0_LEFT Right = JOY0_HAT_0_RIGHT Button1 = JOY0_BUTTON_0 Button2 = JOY0_BUTTON_

Player 2   Service=JOY1_BUTTON_8 Test = JOY1_BUTTON_9 Start = JOY1_BUTTON_7 Coin = JOY1_BUTTON_6 Up = JOY1_HAT_0_UP Down = JOY1_HAT_0_DOWN Left = JOY1_HAT_0_LEFT Right = JOY1_HAT_0_RIGHT Button1 = JOY1_BUTTON_0 Button2 = JOY1_BUTTON_

Modifié par lords
Posté(e) (modifié)
1 hour ago, lords said:

no clue on the dolphin stuff for controllers

for the one that works as long as you have the contents of disk 0 you can toss everything before that folder and after disk2-? even though they say their clean. I am making them cleaner.lol

i usually just keep everything lol u never know lol oh and for those who have dual monitors u can use dmt monitor tools to prevent the mouse from going to the 2nd monitor. when adding these to launchbox it crashed to desktop due the mouse going to the 2nd monitor.  anyone try networking the id5 i get a 599 error no matter how i configure the configuration.ini lol. maybe im ahead of myself. also i noticed that for nvidia it can be id5.elf but for AMD i had to rename it to driver.elf kinda swap the elf files around weird but everything works on amd and nvidia other then networking 2pcs atleast for me

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

after test work perfectly with dolphinbar + wiimote (same mouse)

GSEVO

HOTD4 + SPECIAL

2SPICY

 

BIG UP LORDS for your helping

Modifié par nosoucy62
Posté(e) (modifié)
2 hours ago, nosoucy62 said:

after test work perfectly with dolphinbar + wiimote (same mouse)

GSEVO

HOTD4 + SPECIAL

2SPICY

 

BIG UP LORDS for your helping

Good deal. Glad you got it going.)

I am Glad that there is a universal option for Controls.

Modifié par lords

Veuillez vous connecter pour commenter

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



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