Aller au contenu

lords

GamerLine
  • Compteur de contenus

    526
  • Inscription

  • Dernière visite

  • Jours gagnés

    10

lords a gagné pour la dernière fois le 14 mai

lords a eu le contenu le plus aimé !

1 abonné

À propos de lords

  • Date de naissance 04/12/1961

Profile Information

  • Hardware
    ERYING POLESTAR i9 11900H-ES 4.9ghz. Modded AMI Bios.Nvidia 1660 super OC 6gb. ARCTIC Liquid Freezer II 280. 3200mhz memory. 6)2TB SSD HD's. 1200 watt gold PSU.Montech AIR 1000 Premium windowed case .3.5 true info screen.Sinden.Suzo/Happ...linux & NightHawk

Visiteurs récents du profil

4 415 visualisations du profil

lords's Achievements

Proficient

Proficient (10/14)

  • Posting Machine Rare
  • Very Popular Rare
  • One Year In
  • Conversation Starter Rare
  • Collaborator Rare

Recent Badges

259

Réputation sur la communauté

1

Community Answers

  1. .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.
  2. Never had issues with ghost squad Evo... I guess i am a lucky one. lol
  3. 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
  4. 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
  5. 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
  6. any drive
  7. 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.
  8. I am running everything at 2560X1440. No issues.
  9. 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. )
  10. linuxloader [GAME_PATH] [OPTIONS] Options: --test | -t Runs the test mode --segaboot | -s Runs segaboot --list-guids | -lg Lists available SDL controllers GUIDs. --version | -v Displays the version of the loader and team's names --help | -h Displays this usage text --config | -c Specifies configuration ini file path --controls | -o Specifies controls ini file path --controllerdb | -d Specifies gamecontrollerdb.txt file path --library-path | -L Specifies library path --gamepath | -g Specifies game path without ELF name --create | -C Creates a default config or controls file. Use '--create --help' for more info. Arguments: sub-option The type of file to create. Can be one of: config (for lindbergh.ini) controls (for controls.ini) output_path (Optional) The directory where the file will be created. If not provided, the file is created in the current directory. output_filename (Optional) The name of the file to be created. Must end with .ini. If not provided, the default name will be used (lindbergh.ini or controls.ini). Examples: linuxloader --create config linuxloader --create controls .\my_game_config linuxloader --create config .\my_game_config\myconfig.ini linuxloader --create --help linuxloader -L \my\custom\Library\Path\
  11. TIME TO UPDATE... Linuxloader Build v3.0.6 - Added a new logic for the shake and changed the default values. The new logic will account for the game's resolution and I also added a new setting to set a percentage of the screen where the movement should be detected (defaults to 15%). Recreate controls.ini to see the new settings. - Changed the default behavior of -c, -o and -d to not load from the game folder by default if no path is specified. Now, if you pass just the filename, it will search in the current directory, then will fallback to the game folder, if not found there, it will use the default config. - Added -L / --library-path option to specify the path for the libraries for linux, if path not found, will fallback to ll-deps in the loader folder.
  12. Did you update and make a new linixloader.ini .doing linuxloader --create config and put it in the game folder?
  13. There is a reason but, Remove the spaces. they should not be there anyway. I run mine like this, in admin mode. spaces can be in the folder only. @echo off :: Check for admin rights; if not present, restart as admin net session >nul 2>&1 if %errorLevel% == 0 ( goto :admin ) else ( powershell -Command "Start-Process '%~f0' -Verb RunAs" exit /b ) :admin :: Change directory to where the batch file is located cd /d "%~dp0" :: RUN YOUR EXE HERE :: Example: start "" "C:\Path\To\YourGame.exe" start "" "D:\Sega Lindberghloader\Sega Lindbergh\letsgojusp\linuxloader.exe" I run the linuxloader in it's own folder so when there is a update. You can linuxloader.exe --create config. and drop it in your games folders. or --controls if needed.
  14. I don't think that 2spicy or ghostsquad work with intel GPU's
  15. Awesome news. again. Build v3.0.5 - Option to always disable Crosshairs in Ghost Squad Evolution. - Added another texture filter for custom Crosshairs in Ghost Squad Evolution to prevent black background. - Added some warning messages. - Approved PR from JC to support float vvalues for Sinden light guns borders. TY dkerusa
×
×
  • Créer...