Aller au contenu

jjtheking45

GamerLine
  • Compteur de contenus

    42
  • Inscription

  • Dernière visite

  • Jours gagnés

    6

Tout ce qui a été posté par jjtheking45

  1. The Exe File is A False Positive Information # Attract-Mode Plus — Layout Designer An all-in-one GUI toolkit for **Attract-Mode Plus** frontend development. Build `layout.nut` files visually, edit romlists, generate emulator CFG files, and look up Squirrel/AM+ code references — all in one app, no extra dependencies required. --- ## Requirements **Windows ## Interface Overview The window is split into three resizable panels. Drag the dividers between panels to resize them. ``` ┌──────────────────────┬──────────────────────────┬──────────────────────┐ │ Elements │ │ Properties │ │ Modules │ Layout Canvas │ layout.nut (code) │ │ Romlist Editor │ (center) │ Reference │ │ CFG Generator │ │ (right) │ │ (left) │ │ │ └──────────────────────┴──────────────────────────┴──────────────────────┘ ``` --- ## Left Panel ### Elements Tab **Add Element** — Select an element type from the alphabetically sorted radio list, then click **+ Add Element** to place it on the canvas. | Element Type | What it does | |---|---| | `artwork` | Generic artwork with a custom slot name | | `boxart` | Box / cover art | | `fanart` | Fan art image | | `flyer` | Flyer / poster art | | `marquee` | Marquee / header artwork | | `shader_layer` | Layer for GLSL shader effects | | `snap` | Game screenshot | | `surface` | Offscreen render surface | | `text` | Static or magic-token text label | | `video` | Snap video (uses the snap art slot) | | `wheel` | Wheel logo artwork | **Element List** — All added elements shown in alphabetical order by name. Click to select. Buttons at the bottom: | Button | Action | |---|---| | ↑ / ↓ | Change Z-order (draw order) | | ⊕ Dupe | Duplicate the selected element | | ✕ Del | Delete the selected element | --- ### Modules Tab Checkboxes for all supported Attract-Mode Plus modules. Check any module to include it as a `fe.load_module()` call at the top of your generated code. **Hover** over any module row to see a floating tooltip and an info bar description at the bottom of the list. The module list is **scrollable** — use the scrollbar or mouse wheel to reach all modules. | Module | Purpose | |---|---| | `animate` | Property animation (fade, move, scale, spin) | | `config` | User-configurable layout settings | | `conveyor` | Scrolling artwork conveyor belt | | `conveyor_helper` | Helper utilities for conveyor layouts | | `fade` | Screen transition fade effects | | `file` | File I/O from within layouts | | `file_format` | Parse / format structured data (CSV etc.) | | `file_layout` | Load and manage multiple layout files | | `gtc` | Game & system tag/category filtering | | `gtc_kb` | Keyboard input support for gtc | | `inertia` | Momentum-based smooth scrolling | | `mask` | Alpha mask and clipping regions | | `math` | Extended math (lerp, clamp, easing) | | `pan_and_scan` | Pan and scan artwork zoom/pan effect | | `wheel` | Wheel artwork list navigation | --- ### Romlist Tab A full-featured editor for Attract-Mode Plus romlist files (`.txt` / `.lst`). **Toolbar buttons:** | Button | Action | |---|---| | 📂 Open | Open a romlist file | | 💾 Save | Save changes to the current file | | 💾 Save As | Save to a new file | | ✎ Bulk Edit | Set the same value for an entire column across all rows | | + Add Row | Append a new empty row | | ✕ Del Row | Delete the selected row | **Features:** - **Double-click any cell** to edit it inline — a popup appears right on the cell, press Enter to confirm or Escape to cancel - **Click any column header** to sort the list A→Z or Z→A (toggles with ▲▼ indicator) - **🔍 Search bar** — filters rows live as you type, shows matching count vs total - **Right-click context menu** on any row — Edit Cell, Bulk Edit Column, Add Row, Delete Row - **Header bar** shows the raw semicolon-delimited header of the loaded file - **Status bar** shows entry count, current filter, and last action **File format:** Attract-Mode romlists are semicolon-delimited text files. The first line is the header row defining column names (e.g. `Name;Title;Emulator;CloneOf;Year;...`). Each subsequent line is one game entry. --- ### CFG Gen Tab Generates complete emulator `.cfg` files for Attract-Mode Plus with a point-and-click interface. No AHK required. **Supported emulators:** - **MAME** — pre-configured cores and arguments for all supported systems - **RetroArch** — pre-configured libretro core filenames for all supported systems - **Other** — custom executable path and arguments for any other emulator **How to use:** 1. Select an **Emulator** from the dropdown — the system list updates automatically 2. Select a **Game System** — ROM extensions auto-fill for the selected system 3. Adjust **ROM Extensions** if needed (semicolon-separated, e.g. `.zip;.7z`) 4. For **Other** emulator: fill in the Executable Path and Arguments fields (auto-filled for known systems like Yuzu, Cemu, RPCS3) 5. Check any **Artwork Folders** to include — use **All** / **None** for quick selection 6. Watch the **Preview pane** update live as you make changes 7. Click **💾 Save .cfg** — the filename is pre-filled as `System_Name.cfg` **Supported systems by emulator:** *MAME:* Arcade, Atari 2600/5200/7800, ColecoVision, Mattel Intellivision, NEC TurboGrafx-16, NES, Gameboy/Color/Advance, SNES, Sega Master System/SG-1000/Genesis/32X/CD, Sony Playstation, SNK Neo Geo *RetroArch:* All MAME systems plus Atari Jaguar, Nintendo 64/GameCube/Wii, Sega Dreamcast/Saturn/Naomi, Sammy Atomiswave, Sony Playstation 2 *Other:* Nintendo Switch (Yuzu), Nintendo Wii U (Cemu), PC Games, Sony Playstation 3 (RPCS3) **Artwork folder options:** boxart, cart, cover, disc, fanart, flyer, marquee, snap, wheel **Example output:** ``` # Generated by Attract-Mode Plus CFG Generator # executable $PROGDIR\emulators\RetroArch-Win64\retroarch.exe args -L cores\snes9x_libretro.dll "[romfilename]" rompath $PROGDIR\collections\Super Nintendo Entertainment System\roms\ romext .zip;.7z system Super Nintendo Entertainment System info_source thegamesdb.net artwork snap collections\Super Nintendo Entertainment System\snap artwork wheel collections\Super Nintendo Entertainment System\wheel artwork boxart collections\Super Nintendo Entertainment System\boxart ``` --- ## Center Panel — Canvas A live preview of your layout at the configured resolution. | Action | How | |---|---| | Select element | Left-click | | Move element | Click and drag | | Resize element | Drag the **orange corner handle** (bottom-right) | | Deselect | Click empty canvas area | | Context menu | Right-click any element | **Context menu options:** Delete, Duplicate, Bring Forward, Send Backward. When an element is selected, its current **position** `(x, y)` and **size** `width × height` are shown next to it on the canvas. **Canvas Zoom** — Use the zoom slider in the toolbar to scale the preview. Useful for large resolutions like 4K. --- ## Right Panel ### Properties Tab Edit all properties of the currently selected element: **Position & Size** - Name, X, Y, Width, Height, Rotation, Z-Order **Appearance** - Alpha (0–255), Blend Mode, Visible toggle, Preserve Aspect Ratio **Text** *(text elements only)* - String content (supports magic tokens like `[Title]`, `[Year]`) - Font name, Font size, Font colour (colour picker), Alignment **Animation** - Enable/disable, Trigger event, Duration (ms) --- ### layout.nut Tab A live, syntax-highlighted view of the Squirrel code generated from your layout. - Scrolls both **vertically and horizontally** - **Auto-update** checkbox — uncheck to pause live updates while you manually edit - **📋 Copy** — copy all code to clipboard - **💾 Save .nut** — save directly to a file The generated code uses **dynamic resolution variables** so your layout scales to any screen automatically: ```squirrel fe.layout.width = 1920; fe.layout.height = 1080; local flw = fe.layout.width; local flh = fe.layout.height; // Elements use expressions like: local snap_1 = fe.add_artwork("snap", 0, 0, flw/2, flh/2); local title_1 = fe.add_text("[Title]", 0, flh*9/10, flw, flh/10); ``` Clean fractions are used wherever possible (`flw/2`, `flw*3/4`, `flh/4`, etc.). Non-standard values fall back to a decimal multiplier (`flw*0.234`). --- ### Reference Tab A built-in searchable reference covering **Squirrel** language syntax and the **AM+ fe.* API** — no need to leave the app to look things up. **Categories:** - AM+ fe.* API - AM+ Object Properties - AM+ Enums & Constants - AM+ Magic Tokens - Squirrel: Variables & Types - Squirrel: Control Flow - Squirrel: Functions & Classes - Squirrel: Built-in Functions **Using the reference:** 1. Type in the **search bar** to filter across all categories instantly 2. Click any entry in the list to see a description and syntax-highlighted code example in the detail pane 3. **📋 Copy** — copy the code snippet to clipboard 4. **⎘ Insert** — paste the snippet directly into the layout.nut editor at the cursor position --- ## Toolbar ### Resolution | Control | Purpose | |---|---| | **W:** / **H:** | Type any custom width and height — updates the canvas and generated code instantly | | **Presets** | Quick-fill from common resolutions (1920×1080, 1280×720, 4K, etc.) | | **Canvas Zoom** | Slider to scale the canvas preview (0.10 – 1.00) | ### Top Buttons | Button | Action | |---|---| | 💾 Save .nut | Save the generated layout.nut to disk | | 📂 Load .nut | Load an existing .nut file for viewing / manual editing | | 🗑 Clear All | Remove all elements and reset the layout | | ❓ Help | Show the in-app help window | --- ## Magic Tokens Use these inside **text element** strings to display live game data: | Token | Output | |---|---| | `[Title]` | Game title | | `[Year]` | Release year | | `[Manufacturer]` | Manufacturer / developer | | `[Players]` | Number of players | | `[Category]` | Game category | | `[Rating]` | Content rating | | `[System]` | System / emulator name | | `[Overview]` | Game description | | `[PlayedCount]` | Number of times played | | `[PlayedTime]` | Total time played | | `[ListEntry]` | Current list position | | `[ListSize]` | Total number of games in list | | `[ListFilterName]` | Active filter name | | `[!%H:%M]` | Live clock (C strftime format) | --- ## Output File Locations | File | Where to put it | |---|---| | `layout.nut` | `~/.attract/layouts/YOUR_LAYOUT_NAME/layout.nut` | | `System_Name.cfg` | Your emulator folder (e.g. `$PROGDIR/emulators/retroarch/`) | | Romlist `.txt` | `~/.attract/romlists/System_Name.txt` | Any images, sounds, or shader files referenced in your layout should go in the same folder as `layout.nut`. --- ## Tips - **Z-order** controls which elements draw on top. Higher = in front. Change it with ↑/↓ in the element list or via right-click on the canvas. - **Duplicate** an element to quickly create matching pairs (e.g. a snap and a decorative frame behind it). - The **Reference tab** has ready-to-use code snippets for every `fe.*` function and Squirrel language feature — use **⎘ Insert** to drop them straight into your code. - **Auto-update** in the code tab can be turned off while you hand-edit the code, then turned back on to sync. - All three panels are **resizable** — drag the dividers to give more space to the canvas or the code editor as needed. - The canvas **right-click menu** is the fastest way to delete or duplicate elements. - In the **Romlist tab**, clicking a column header sorts the entire list by that column — click again to reverse the sort order. - In the **CFG Gen tab**, the preview pane updates live so you can see exactly what will be saved before clicking Save. - The **Modules tab** is scrollable — use the mouse wheel to reach all 15 modules. --- ## License Free to use and modify. Built with Python and tkinter — no external dependencies required. Download Here
  2. NEW! 04/04/26 100 Arcade Fighters With 4 Themes 4.65g Using Retroarch v. 1.22.2 + Mame 0.196 Runs On The Latest AM+ v.3.2.2 (build 1023) Windows 10/11 OS Download
  3. Mortal Kombat Ultra Attract Mode Plus - PC Build 🎮 Overview Welcome to Mortal Kombat Ultra - the ultimate enhancement of the classic Mortal Kombat experience! This custom build transforms your PC into a comprehensive Mortal Kombat entertainment system with groundbreaking features never before seen in any MK release. ✨ Features 🆕 Revolutionary New Features Kombat Kode Selection System - Input classic and new codes to unlock hidden games and features Dynamic Music Selection - Choose from multiple albums to play as background music during the menu Volume Control Suite - Fine-tuned audio controls for music MKtv - Watch Mortal Kombat movies and TV shows directly within the application Story Artwork Gallery - High-resolution story artwork accessible with a single button press Select Bezels in the - Bezel Folder Choose From Scanlines , Glass and Aperture or Default 🎵 Music Albums Included MK1 Album MK2 Album MK3 +UMK3 Album MK4 Album MK Deadly Alliance Album 🎬 MKtv Content Mortal Kombat theatrical films Animated features TV series episodes 📋 Installation Instructions System Requirements OS: Windows 10/11 (64-bit) Processor: Intel i5 or equivalent AMD RAM: 8GB minimum, 16GB recommended Storage: 90GB available space Graphics: DirectX 11 compatible GPU Installation Process Disable antivirus temporarily (optional but recommended to prevent false positives) Run the installer Setup.exe Follow the on-screen instructions Installation time: Approximately 35 minutes (depending on system) Restart your computer if prompted Make Sure The Folder is accepted Because There Are Some False Positive exe attractplus.exe , MKU.exe , loading.exe Launch via desktop shortcut or Start Menu 🕹️ How to Use Key Features Entering Kombat Kodes Navigate to "Kodes" in the main menu Input classic combinations like SKULL or YINGYANG Discover new codes for unlocking additional content Changing Background Music Select "Music" option Browse available albums Select your preferred soundtrack Accessing MKtv From main menu, select "MKtv" Choose between Movies or Series Use on-screen controls to play/pause content 🔧 Troubleshooting Common Issues & Solutions Black screen on launch: Update your graphics drivers Audio problems: Check Windows audio settings and ensure default device is selected Installation freezing: Run installer as Administrator Missing content: Verify all files were installed correctly Performance Tips Close background applications before launching For older systems, reduce resolution in settings Ensure latest DirectX runtime is installed ⚠️ Important Notes This is a fan-made modification For personal use only Keep installer for future repairs there are 2 bat files in the - Tools/RunMe folder double click. actions are 1 enter 1 enter n enter then 2 enter to exit M.u.g.e.n game hit R3 on your controller 🤝 Credits & Acknowledgments Original Mortal Kombat creators Modding community contributors Music arrangers and video editors Beta testers and quality assurance team Thanks Team T.R.A.P DB Projects * All Snaps And Artwork Design * Build Concept * Testing JJTheKing * Layout Coding * Frontend Setup * Emulator Setup * Testing Tankman3737 * Layout Coding (Master) * Music Setup * Testing PaCiFiKbAllA * Layout Coding Help * Testing AlexDC22 * Layout Coding Help & Assets From MKK Oomek , Chadnaut , Substring * Attract Mode Plus (Frontend Fork) 🆘 Support For additional help, bug reports, or feature requests: go here --> DISCORD Enjoy the ultimate Mortal Kombat experience! FINISH HIM! Links: MKU-1.bin MKU-2.bin MKU-3.bin Setup.7z <-- you will need to unzip where the bin files are
  4. Updated The Link Its Live Now Over At AP
  5. we only have the 11 systems in this build. we would need to make more snaps and artwork. fba could just be a new cfg to boot the games. teknoparrot is tricky to work for each persons pc.
  6. Ultimate Fighter Ultra is the ultimate plug-and-play fighting game collection, designed for seamless gameplay with an Xbox 360 controller. ✅ Frontend: Attract Mode Plus v3.1.2 ( Build 539 ) ✅ Emulators: RetroArch v1.21.0, MAME64 v.0.277, Xemu v0.8.8, Xenia v.080625, PCSX2 v2.5.101 ✅ Custom Video Snaps: By DB Projects ✅ Hidden Fighters: Unlockables like Smoke in MK3 ✅ Multiple Bezel Styles: Glass, Aperture, Scanlines & more ✅ FitGirl-Style Installer: Easy setup Features ✔ All-in-One Fighting Game Hub – Arcade, PS2, Xbox, and more! ✔ Custom Video Previews – High-quality snaps by DB Projects ✔ Secret Characters – Unlock hidden fighters (e.g., Smoke in MK3) ✔ Bezels – Choose from Glass, Aperture, Scanlines, Default ✔ Optimized for Xbox 360 Controller – Plug & play! ✔ Compressed Installer – Fast downloads, easy install Installation Guide Requirements -OS: Windows 10/11 (64-bit recommended) -Storage: 80GB+ (SSD preferred) -GPU: DirectX 11+ compatible -Controller: Xbox 360 (or any XInput gamepad) Setup Steps -Download Setup.exe and bin files (FitGirl-style installer) -Run installer & follow prompts -Wait for decompression (may take some time) -After You Install UFU -Go Into Your Music Folder And Into (05. Guilty Gear XX A Core Plus OST) Folder And Unzip Just Right Click And Tell To Extract Here -Launch via UFU.exe So it Will Boot Joy2Key Also (exe is a false positive) -Enjoy! Controller Setup -Pre-configured for Xbox 360 controllers. -Remap controls in: -RetroArch: Press F1 > Controls -MAME: Press Tab in-game -PCSX2/Xemu/Xenia: Emulator settings Unlocked Hidden Fighters Some games have secret characters: -Mortal Kombat 3 (Arcade) Smoke Unlocked -Street Fighter Alpha 3 (Arcade) All Characters Unlocked -Street Fighter EX (Arcade) All Characters Unlocked -Street Fighter EX2 (Arcade) All Characters Unlocked -Street Fighter EX Plus (Arcade) All Characters Unlocked -Tekken Tag Turnament (Arcade) All Characters Unlocked -Ultimate Mortal Kombat 3 (Arcade) 3 Extra Characters Unlocked Mileena, Ermac, and Classic Sub-Zero Changing Bezels -Open - Bezels Folder -Select your preferred bezel And Double Click The Bat File: -Glass (Sleek) -Aperture (TV-style) -Scanlines (Retro CRT) -Default (Minimal) Troubleshooting -Issue Solution -Game won’t launch? Update GPU drivers & install DirectX or Visual-C-Runtimes-All-in-One-June-2025 in The - Tools Folder. -Controller not working? Replug or check Windows gamepad settings. -Performance issues? Lower resolution in emulator settings. Credits -Frontend: Attract Mode Plus (Oomek) -Emulators: RetroArch, MAME, Xemu, Xenia, PCSX2 -Artwork Design: DB Projects -Build Concept: DB Projects -Video Snaps: DB Projects -Layout Coding: JJTheKing -Frontend Setup: JJTheKing -Emulator Setup: JJTheKing -Testing: JJTheKing -Bezels & Art: Custom-made by DB Projects -Installer: FitGirl-inspired Made With (BlackBox v2 Designer) Support & Feedback For bug reports or suggestions: Discord Download Here Watch Video
  7. jjtheking45

    Metal Slug Collection

    Updated The link Now With The Fixed Controls For Atomiswave. Added GBA And PSP Games. All Have Blood Enabled Except GBA
  8. Arcade All in One Fighter Build For Attract Mode + Comes With: * 6 Themes 2 For Each By Pressing The Y Button On Your Controller Or T On The Keyboard * Fatal Fury - 8 Games * Mortal Kombat - 7 Games * Samurai Shodown - 7 Games * Street Fighter - 29 Games * Tekken - 4 Games * The King of Fighters - 12 Games * 4 Diferent Bezals To Choose From. Default , Aperture , Glass , Scanlines * Setup With A 360 Controller * Retroarch * Mame * Windows 10 * Iso File With Installer Grab File Here --> https://www.mediafire.com/file_premium/rtvi9amxb02qf0d/Arcade_Fighter_-_AM%2B_PRU.iso/file
  9. jjtheking45

    Metal Slug Collection

    OutSideR i Fixed The Left Anolog Controls and |Added 2 Games. I Couldnt Get The DS One To Work
  10. jjtheking45

    Metal Slug Collection

    i try
  11. Metal Slug Arcade Collection. Attract Mode Plus. Iso Version Installer (Standalone Build) 1.05gb Windows 10 https://www.mediafire.com/file_premium/bf2qbqocfvl2s5u/Metal_Slug_%28Fixed%29_-_AM%2B_PRU.iso/file
  12. New The King of Fighters Arcade Collection Attract Mode Plus. Iso Version Installer (Standalone Build) Windows 10 Grab it Here --> https://www.mediafire.com/file_premium/rt6zlwue38ux3ll/The_King_of_Fighters_-_AM%2B_PRU.iso/file
  13. New Tekken Arcade Collection Attract Mode Plus. Iso Version Installer (Standalone Build) Windows 10 Grab it Here --> https://www.mediafire.com/file_premium/sfs65u6pxr58umw/Tekken_-_AM%2B_PRU.iso/file
  14. i might do that
  15. Samurai Shodown Arcade Collection For Attract Mode Plus (Standalone Build) Windows 10 Grab It Here --> https://www.mediafire.com/file_premium/gd48qqdj9etfyt9/Samurai_Shodown_-_PRU.7z/file
  16. Emulator Settings: If the problem occurs during game launch, check your emulator's aspect ratio and resolution settings to ensure they are aligned with your desired 16:9 display. Graphics Card Settings: Your graphics card control panel (e.g., NVIDIA Control Panel) might have settings related to display scaling and aspect ratio that could affect how Attract-Mode is displayed.
  17. MK -VS- SF Arcade Build For Attract Mode + (Standalone Build) Windows10 Grab Download Here --> https://www.mediafire.com/file_premium/6kt3grp8uugd393/MK_-VS-_SF_-_PRU.7z/file
  18. 29 Street Fighter Arcade Games Using Attract Mode Plus And Mame Plug N Play For PC (Windows 10) Up/Down: Scroll Games A Button: Start Game B Button: Exits AM+ Y Button: Changes Theme RB Button: Shows Game Stories (Scrolls Up) Start/Select Buttons: Exits While In Game Grab It Here https://www.mediafire.com/file_premium/7zdnlkjq6kkwhqx/Street_Fighter_-_AM%2B_PRU.7z/file
  19. thanks i have more themes here https://free-3980544.webador.com/
  20. Controls ---------------------------------------------- Main Menu (Collections) Left/Right : Choose What Collection You Want A Button : Selects Collection Menu --------------------------------------------- Second Menu (Games) Up/Down : Selects Games A Button : Starts Game B Button : Goes Back To Main Menu And Again To Exit AM+ Y Button : Changes The Layout To Round Wheel Right Side LT/RT Button : Flips Thru The Alphabet For Game Wheel Start/Select Button : Exits While In The Game Goes Back To Second Menu ----------------------------------------------------------------------------------------------------------- Make Sure To Install DkCrayonCrumble-ddll.ttf Font In The Font Folder. Just Right Click On It And Install ----------------------------------------------------------------------------------------------------------- Game List Marvel vs Capcom Fighting Collection X-MEN CHILDREN OF THE ATOM MARVEL SUPER HEROES X-MEN VS. STREET FIGHTER MARVEL SUPER HEROES vs. STREET FIGHTER MARVEL vs. CAPCOM CLASH OF SUPER HEROES MARVEL vs. CAPCOM 2 New Age of Heroes (Sega Dreamcast) THE PUNISHER Capcom Fighting Collection Darkstalkers: The Night Warriors Night Warriors: Darkstalkers’ Revenge Vampire Savior: The Lord of Vampire Vampire Hunter 2: Darkstalkers’ Revenge Vampire Savior 2: The Lord of Vampire Hyper Street Fighter II: The Anniversary Edition Super Puzzle Fighter II Turbo Super Gem Fighter Mini Mix Cyberbots: Full Metal Madness Red Earth Capcom Fighting Collection 2 Capcom vs. SNK: Millennium Fight 2000 Pro (Sega Naomi) Capcom vs. SNK 2: Mark of the Millennium 2001 (Sega Naomi) Capcom Fighting Evolution (Sony Playstation 2) Street Fighter Alpha 3 UPPER (Sega Naomi) Project Justice Power Stone Power Stone 2 Plasma Sword: Nightmare of Bilstein 3 Different Collections To Choose From. 25 Games For Windows Pc Using Attract Mode+ With The Latest Version 3.1.0 (292) Grab It Here --> https://www.mediafire.com/file_premium/192pq9nzx3zs4jv/Capcom_Fighting_Collection-PRU.7z/file Only 2gb Or Here https://1fichier.com/?gws1lidum03pat33qrts
  21. DarkWall Theme For Attract Mode + v3.1.0 3,152 Arcade And Console Games Emulator Used: Retroarch Files Include: Setup.exe Setup-1.bin (628mb) Setup-2.bin (13.4gb) Setup-3.bin (14gb) You Will Need All 4 Files For This To Work Remember To Let The Exe Run (False Positive) Controls: Left/Right Selects Systems Up/Down Scrolls Thru Games LT/RT Selects Alphbet A Button Starts The Games B Button Exits AM+ Start/Select Exits While In Game Link: https://1fichier.com/dir/L2gKkIoi HotFix DarkWall Layout https://www.mediafire.com/file_premium/zdnm0n34sxt6g8x/DarkWall-HotFix.7z/file
  22. Welcome To The Retro Arcade Portal A New Frontend Theme For Windows 10 And Up Frontend By Attract Mode Plus 132 Games in This Build New Installer Kinda Like FG Repacks https://www.mediafire.com/file_premium/s6qmonjk0wog0gf/Setup.7z/file Setup File https://1fichier.com/?0g78vd4892fxj5m2y6fg Setup-1.bin File https://1fichier.com/?ogs17qotp5j6up1wcbm0 Setup-2.bin File Make Sure To Unzip The Setup File Where The Bin Files Are Downloaded Turn Off Your Antivirus So The Exe Can Run. (False Positive) Join Our Discord For More Addon Packs. 1 Each Month https://discord.gg/Gmgnt2wqJw
  23. this is vertical only. sorry
  24. here is the new link https://1fichier.com/?sbha8nlymzo2pwdvtrvt
  25. Mortal Kombat Themed Build For PC Using AM+ Comes With 27 Games https://www.mediafire.com/file_premium/i9hceh01y8dnfaw/MK_Build-PRU.zip/file
×
×
  • Créer...