Recalbox Forum

    • Register
    • Login
    • Search
    • Recent
    • Tags
    • recalbox.com
    • Gitlab repository
    • Documentation
    • Discord
    1. Home
    2. patroz
    3. Topics
    • Profile
    • Following 0
    • Followers 0
    • Topics 4
    • Posts 25
    • Best 1
    • Controversial 0
    • Groups 0

    Topics created by patroz

    • patroz

      Solved Vectrex & Overlay
      Recalbox • vectrex overlay • • patroz

      14
      0
      Votes
      14
      Posts
      4003
      Views

      patroz

      Dir auch einen schönen Sonntag.

      Meiner ist eh schon gut 😉

      Hier kann zu.......

    • patroz

      Solved kopierschutz für SD Karten
      Recalbox • kopierschutz für karten • • patroz

      6
      0
      Votes
      6
      Posts
      3882
      Views

      patroz

      Hallo Nachtgarm,
      entschuldige, das ich mich noch nicht gemeldet habe. Habe beim Urlauben irgendwie das Thema aus den Augen verloren. Ich danke für deine Bemühungen. Muss mich noch reinlesen.
      Kannst gerne zumachen.

    • patroz

      Solved Vectrex mit Schablonen
      Recalbox • vectrex mit schablonen • • patroz

      11
      0
      Votes
      11
      Posts
      3650
      Views

      Substring

      another way to do it, quite easier :
      https://forum.recalbox.com/post/25498

    • patroz

      Vectrex with overlays ???
      Emulator Arcade/PC/Console • vectrex overlays • • patroz

      16
      0
      Votes
      16
      Posts
      7614
      Views

      ironic

      I found a way to auto load overlay by game. i use the --appendconfig in retroarch command line. - I made a file called "gamename".cfg in the same folder as the rom game. - in this file (here i take minestorm.cfg), i put : input_overlay = "/recalbox/share/overlays/vectrex/minestorm.cfg" input_overlay_enable = "true" input_overlay_opacity = "0.500000" input_overlay_scale = "1.000000" custom_viewport_width = "782" custom_viewport_height = "976" custom_viewport_x = "570" custom_viewport_y = "30" Don't confuse, 2 files are named minestorm.cfg one in the rom folder and one in overlay folder. I used this command to lauch the game if [[ "$emulator" == "vectrex" ]]; then /recalbox/scripts/runcommand.sh 4 "$retroarchbin -L $retroarchcores/vecx_libretro.so --config /recalbox/configs/retroarch/vecx_libretro.cfg --appendconfig /recalbox/share/roms/vectrex/$filenameNoExt.cfg "$1"" fi With one .cfg by game, it's possible to resize game/overlay screen.