Aller au contenu

lords

GamerLine
  • Compteur de contenus

    685
  • Inscription

  • Dernière visite

  • Jours gagnés

    20

lords a gagné pour la dernière fois le 13 juillet

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

5 787 visualisations du profil

lords's Achievements

Experienced

Experienced (11/14)

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

Recent Badges

486

Réputation sur la communauté

1

Community Answers

  1. All the windows ones that work. https://github.com/lindbergh-loader/linuxloader/blob/main/docs/guide-windows.md
  2. ??? It does work well.
  3. This is a Lindbergh Loader fatal crash caused by a missing graphics function in your GPU driver or software configuration. Unresolved symbol called: glReadPixels indicates a dynamic linking failure. glReadPixels is a standard function belonging to the OpenGL graphics library used for reading pixel data from the screen buffer. The emulator expected your system's graphics setup to supply this function, but it could not find it linked or loaded properly. Are you using any custom OpenGL-to-DirectX wrappers or shaders? are you on a laptop? internal graphics or external? Plus it couldn't find your controls.ini so it resorted to the one where linuxloader.exe is. Sorry I run linuxloader and it's files in 1 dir and the games with control.ini and linuxloader.ini in another dir. and use my player to load and play.
  4. look through the post in here and read up on my player for linuxloader. its all menu driven and works great AfterBurner Climax
  5. Just a small .ahk script called LLExtract. for windows. so you don't have to go through the commands to extract linuxloader.ini and controls.ini when a new Version of linuxloader.exe is Released. Just drop it in the same folder as linuxloader.exe. LLExtract.ahk
  6. Xemu is for Xiso's here are some ready to download and play. Xbox Almost 3 pages of games.
  7. The game has a default crosshair .working to select stuff. then ingame nothing. so need the bold part of this linuxloader.ini to show custom crosshair. what are you using for a controller? It should pickup mouse as a standard. Gave me stock crosshairs. Build v3.0.10 with the linuxloader.ini and controls.ini extracted and placed next to the .elf # Linux Loader Configuration File # By the Linux Loader Development Team 2026 [Display] # Set the width resolution here WIDTH = 2560 # Set the height resolution here HEIGHT = 1440 # Boost render resolution in HOD4/2Spicy/Harley/Rambo/HOD-EX/ID4/ID5 and LGJ BOOST_RENDER_RES = true # Set to true for full screen FULLSCREEN = true # Set to true if you'd like to add a border for optical light gun tracking BORDER_ENABLED = false # Set the thickness of the white border as a percentage of the width of the screen WHITE_BORDER_PERCENTAGE = 2.0 # Set the thickness of the black border which sits around the # white border as a percentage of the width of the screen BLACK_BORDER_PERCENTAGE = 0.0 # Set to keep the aspect ratio in games like Sega Race TV Primeval Hunt and LGJ-SP KEEP_ASPECT_RATIO = False # Set to true to enable the mouse pointer/Cursor HIDE_CURSOR = true # Set to false if you don't want to limit the FPS FPS_LIMITER_ENABLED = true # Set the target FPS (will only work if FPS_LIMITER_ENABLED = 1) FPS_TARGET = 60.0 # Set to true to enable the FPS overlay FPS_OVERLAY_ENABLED = false # Set the position of the FPS overlay (0: TOP_LEFT, 1: TOP_RIGHT, 2: BOTTOM_LEFT, 3: BOTTOM_RIGHT) FPS_OVERLAY_POSITION = 0 [Input] # Sets the Input Mode (1: SDL, 2: EVDEV INPUT_MODE = 1 [Emulation] # Set the Region (JP/US/EX) REGION = EX # Set to true for Free Play, none to leave as default FREEPLAY = true # Set to true to emulate JVS and use the keyboard/mouse for controls. # If this is set to false, the loader will route the traffic to the serial device # defined in JVS_PATH if it has been defined. EMULATE_JVS = true # Set to true to emulate the rideboard used in the SPECIAL games # If this is set to false, then the emulator will route the traffic to one of the serial ports EMULATE_RIDEBOARD = AUTO # Set to true to emulate the driveboard used in driving games # If this is set to false, then the emulator will route the traffic to one of the serial ports EMULATE_DRIVEBOARD = AUTO # Set to true to emulate the motion board from Outrun 2 SP SDX # If this is set to false, then the emulator will route the traffic to one of the serial ports EMULATE_MOTIONBOARD = AUTO # Set to true to enable card reader emulation in Virtua Tennis 3 or R-Tuned EMULATE_HW210_CARDREADER = AUTO # Set to true to enable card reader emulation in ID4 and ID5 file EMULATE_ID_CARD_READER = AUTO # Set to true to enable touchscreen emulation with the mouse EMULATE_TOUCHSCREEN = AUTO [Cards] # Set to false to use a button to insert a card manually in ID4 or ID5. # Or true to make the loader auto load ID_CARDFILE_AUTOLOAD = true # Card File for reader 1 in VT3 or R-Tuned CARDFILE_01 = "Card_01.crd" # Card File for reader 2 in VT3 or R-Tuned CARDFILE_02 = "Card_02.crd" # Folder for ID Card files ID_CARDFOLDER = "" [Paths] # Define the path to pass the JVS packets to if JVS is not being emulated JVS_PATH = "/dev/ttyUSB0" # Define the path to pass the first serial port to SERIAL_1_PATH = "/dev/ttyS0" # Define the path to pass the second serial port to SERIAL_2_PATH = "/dev/ttyS1" # Define the path to the sram.bin file SRAM_PATH = "sram.bin" # Define the path to the eeprom.bin file EEPROM_PATH = "eeprom.bin" # If set, libCG.so needed for 2Spicy, Harley, Rambo and HOD-Ex shader recompilation # will be loaded from the specified location. (include the name of file in the location For Example: /my/file/location/myLibCg.so) LIBCG_PATH = "" [Graphics] # Set to true if you experience flickering in hummer HUMMER_FLICKER_FIX = false # Set to true if you want to render LGJ using the mesa patches LGJ_RENDER_WITH_MESA = true # Disable to use the original fonts instead of the built in font DISABLE_BUILTIN_FONT = false # Disable to use the original logos instead of the built in logos DISABLE_BUILTIN_LOGOS = false [Cursor] # If true, a custom mouse cursor will be used loaded from a png file set in CUSTOM_CURSOR # Ovewrites HIDE_CURSOR CUSTOM_CURSOR_ENABLED = false # Set the custom mouse pointer from a PNG file (Usefull for shooting games) CUSTOM_CURSOR = "" # Set the width of the custom cursor CUSTOM_CURSOR_WIDTH = 32 # Set the height of the custom cursor CUSTOM_CURSOR_HEIGHT = 32 # Set a custom cursor for the touch screen in Primeval Hunt, MJ4 Games and AxA Games TOUCH_CURSOR = "" # Set the width of the custom cursor TOUCH_CURSOR_WIDTH = 32 # Set the height of the custom cursor TOUCH_CURSOR_HEIGHT = 32 [GameSpecific] # Set Primeval Hunt # Mode 0: Default (no scaling) # Mode 1: No Touch screen # Mode 2: Side By Side # Mode 3: 3ds mode 1 (Touch screen to the right) # Mode 4: 3ds mode 2 (Touch screen to the bottom) PRIMEVAL_HUNT_SCREEN_MODE = 1 # Set Primeval Hunt Test mode screen to single screen PRIMEVAL_HUNT_TEST_SCREEN_SINGLE = true # Set to true to bypass cabinet checks including drive board and tower in Outrun 2 SP SDX SKIP_OUTRUN_CABINET_CHECK = false # Hacky way to make MJ4 and AxA work at prohibited times MJ4_ENABLED_ALL_THE_TIME = false # House of the dead 4 speed fix, set the frequency of your CPU in Ghz CPU_FREQ_GHZ = 0.0 # Set to true if you want to chnge the way the guns are show in Rambo RAMBO_GUNS_SWITCH = false # Set to true to set the language in Chinese for ID5 DVP-0084 and DVP-0084A ID5_CHINESE_LANGUAGE = false # Set the percentage of the steering wheel travel reduction ID_STEERING_REDUCTION_PERCENTAGE = 0.0 [CrossHairs] # Set to true to enable Crosshairs even when using GunLights ENABLE_CROSSHAIRS = true # Set the Crosshair image from a PNG file for Player 1 P1_CROSSHAIR_PATH = "D:\SegaLindbergh\primevil\disk0\prog\P1.PNG" # Set the Crosshair image from a PNG file for Player 2 P2_CROSSHAIR_PATH = "" # Set the width of the Crosshair image CUSTOM_CROSSHAIRS_WIDTH = 64 # Set the height of the Crosshair image CUSTOM_CROSSHAIRS_HEIGHT = 64 # Set to true to always enable Crosshairs in Ghost Squad Evolution GSEVO_CROSSHAIR_ALWAYS_ON = false # Set to true to always disable Crosshairs in Ghost Squad Evolution GSEVO_CROSSHAIR_ALWAYS_OFF = false [System] # Set to true to see debug messages in the console DEBUG_MSGS = false # Set the colour of the lindbergh (YELLOW, RED, BLUE, SILVER, REDEX) LINDBERGH_COLOUR = RED [Network] # If true, the loader will apply the following network patches depending on the game ENABLE_NETWORK_PATCHES = true # Sets the name of the Network Interface Card NIC_NAME = "enp0s1" # ID4 and ID5 network configuration per seat ID_IP_SEAT_1 = "192.168.1.2" ID_IP_SEAT_2 = "192.168.1.3" # Sets the IP address and Netmask for Outrun link (you have to put your NIC ip) OR2_IPADDRESS = "192.168.1.2" OR2_NETMASK = "255.255.255.0" # Harley / Hummer and R-Tuned IP address for each Cabinet IP_CAB1 = "192.168.1.2" IP_CAB2 = "192.168.1.3" IP_CAB3 = "192.168.1.4" IP_CAB4 = "192.168.1.5" # Sets the IP address of each cabinet for network play in 2Spicy 2SPICY_IP_CAB1 = "192.168.1.2" 2SPICY_IP_CAB2 = "192.168.1.3" # Sets the IP address for SRTV SRTV_IPADDRESS = "192.168.1.2" [EVDEV] # EVDEV MODE (Input Mode 2) # To find the value pairs for these run ./linuxloader --list-controllers
  8. Primeval Hunt native resolution is 1280x768 The game was designed to output to widescreen LCDs, but modern emulators and custom arcade systems often upscale the internal resolution to 1280x720 or 1920x1080 for standard HD monitors I run it 4:3 or 16:9 in linuxloader.ini # Set to keep the aspect ratio in games like Sega Race TV Primeval Hunt and LGJ-SP KEEP_ASPECT_RATIO = False does 16:9 true does 4:3 . i run 2560X1440 16:9
  9. [Cursor] # If true, a custom mouse cursor will be used loaded from a png file set in CUSTOM_CURSOR # Ovewrites HIDE_CURSOR CUSTOM_CURSOR_ENABLED = false # Set the custom mouse pointer from a PNG file (Usefull for shooting games) CUSTOM_CURSOR = "" # Set the width of the custom cursor CUSTOM_CURSOR_WIDTH = 32 # Set the height of the custom cursor CUSTOM_CURSOR_HEIGHT = 32 # Set a custom cursor for the touch screen in Primeval Hunt, MJ4 Games and AxA Games TOUCH_CURSOR = "" # Set the width of the custom cursor TOUCH_CURSOR_WIDTH = 32 # Set the height of the custom cursor TOUCH_CURSOR_HEIGHT = 32 [GameSpecific] # Set Primeval Hunt # Mode 0: Default (no scaling) # Mode 1: No Touch screen # Mode 2: Side By Side # Mode 3: 3ds mode 1 (Touch screen to the right) # Mode 4: 3ds mode 2 (Touch screen to the bottom) PRIMEVAL_HUNT_SCREEN_MODE = 1 # Set Primeval Hunt Test mode screen to single screen PRIMEVAL_HUNT_TEST_SCREEN_SINGLE = true # Set to true to bypass cabinet checks including drive board and tower in Outrun 2 SP SDX SKIP_OUTRUN_CABINET_CHECK = false # Hacky way to make MJ4 and AxA work at prohibited times MJ4_ENABLED_ALL_THE_TIME = false # House of the dead 4 speed fix, set the frequency of your CPU in Ghz CPU_FREQ_GHZ = 0.0 # Set to true if you want to chnge the way the guns are show in Rambo RAMBO_GUNS_SWITCH = false # Set to true to set the language in Chinese for ID5 DVP-0084 and DVP-0084A ID5_CHINESE_LANGUAGE = false # Set the percentage of the steering wheel travel reduction ID_STEERING_REDUCTION_PERCENTAGE = 0.0 [CrossHairs] # Set to true to enable Crosshairs even when using GunLights ENABLE_CROSSHAIRS = true # Set the Crosshair image from a PNG file for Player 1 P1_CROSSHAIR_PATH = "D:\SegaLindbergh\primevil\disk0\prog\P1.PNG" # Set the Crosshair image from a PNG file for Player 2 P2_CROSSHAIR_PATH = "" # Set the width of the Crosshair image CUSTOM_CROSSHAIRS_WIDTH = 64 # Set the height of the Crosshair image CUSTOM_CROSSHAIRS_HEIGHT = 64 # Set to true to always enable Crosshairs in Ghost Squad Evolution GSEVO_CROSSHAIR_ALWAYS_ON = false # Set to true to always disable Crosshairs in Ghost Squad Evolution GSEVO_CROSSHAIR_ALWAYS_OFF = false [System] # Set to true to see debug messages in the console DEBUG_MSGS = false # Set the colour of the lindbergh (YELLOW, RED, BLUE, SILVER, REDEX) LINDBERGH_COLOUR = RED OR yellow with a slower CPU. Using Build v3.0.10 with the linuxloader.ini and controls.ini placed next to the .elf
  10. yes exactly the same when running it in TP also. or the game crashes.
  11. No issue running primeval hunt with custom crosshairs and linuxloader.ini set. [GameSpecific] # Set Primeval Hunt # Mode 0: Default (no scaling) # Mode 1: No Touch screen # Mode 2: Side By Side # Mode 3: 3ds mode 1 (Touch screen to the right) # Mode 4: 3ds mode 2 (Touch screen to the bottom) PRIMEVAL_HUNT_SCREEN_MODE = 1 using this primeval hunt Download. (extract with 7zip) and in disk0/prog main.exe with controls.ini and linuxloader.ini in the same dir. running with my linuxloaderplayer front end.
  12. Don't forget to extract the new linuxloader.ini and controls.ini out of Build v3.0.10, for the new commands to work.
  13. It's all about shader's loading but once they are loaded it's great
  14. Very Nice With the updates. all works well.
  15. I am sorry. I am German and use translator .so now 1 no's I guess stuff don't comes out right. for me sayin we. ment I and i never spoke of being on some team. sorry if anyone was offended. and sorry i am usless. i will go away. what is i am a mess? my sun helps me write. so maybe? not simple?
×
×
  • Créer...