Aller au contenu

jjtheking45

GamerLine
  • Compteur de contenus

    51
  • Inscription

  • Dernière visite

  • Jours gagnés

    6

Tout ce qui a été posté par jjtheking45

  1. jjtheking45

    Python Frontend

    Updated to Version 2.1 Now Has Boxart And You Can Resize By Hitting Alt Enter --> Download <--
  2. Version 6.6 is out lets you edit your attract.cfg also fixed up alot of code
  3. jjtheking45

    N64 Mini Clone

    N64 Mini Clone From RetroFe To AM+ From Johny555 (Retro Minis) NEW! 05/30/26 64 N64 Games 1.58gb Using Retroarch v. 1.22.2 Runs On The Latest AM+ v.3.2.2 (build 1048) Windows 10/11 OS --> DOWNLOAD <--
  4. Just A Small Python Gui Frontend Lets You Showcase Some Games Uses Retroarch To play The Games Change Theme Colors By Pressing T On Your Keyboard Make Sure To Disable Your Antivirus So It Will Accept The Exe. (False Positive) Games Included: Arcade: Mortal Kombat Rastan Saga Street Fighter Alpha 2 Street Fighter III Third Strike Shinobi Nintendo: Super Mario Bros. Super Mario Bros. 2 Super Mario Bros. 3 The Legend Of Zelda Contra Metroid Sega Genesis: Sonic The Hedghog Streets Of Rage 2 Super Nintendo: Killer Instinct Mortal Kombat II Street Fighter 2 Super Mario All Stars Super Mario World Super Mario World 2 - Yoshi's Island Super Punch-Out!! Download
  5. ive had this idea for awhile Claude Ai Has Been A Huge Help
  6. Options To Edit Romlist and Emulator.cfg
  7. Now Updated To 5.9 * Fixed Romlist Editor Now Opens Its Own Part
  8. ive updated to Version 5.6 some new things added and fixes
  9. jjtheking45

    100Fighters AM+

    here is another link Here
  10. The Exe File is A False Positive Information # ⚡ Attract-Mode Plus — Layout Designer A visual drag-and-drop layout builder for **Attract-Mode Plus** frontends. Build, preview, and export `layout.nut` files without writing Squirrel script by hand. --- ## Requirements ``` Windows 10/11 ``` | Package | Purpose | |---|---| | `customtkinter` | Modern CTK UI widgets | | `pillow` | Background reference images + image element rendering | | `tkinterdnd2` | Drag-and-drop PNG/JPG files onto the canvas *(optional — button fallback included)* | Run with: ``` Attract-Mode Plus - Layout Designer-TKK.exe ``` --- ## Top Toolbar | Button | Action | |---|---| | 💾 Save .nut | Save the current layout.nut code | | 📂 Load .nut | Load an existing layout.nut file | | 🗑 Clear All | Remove all elements and reset the layout | | 🎨 Theme | Choose a colour theme | | 📋 Romlist | Open the Romlist Editor in its own window | | ❓ Help | Open the built-in help reference | --- ## Canvas The centre panel is a live **scaled preview** of your layout. | Action | Result | |---|---| | Click an element | Select it | | Drag an element | Reposition it | | Drag the orange corner handle | Resize it | | Right-click an element | Context menu — delete, duplicate, z-order | | Mouse wheel | Scroll the canvas | | **Zoom slider** *(resolution bar)* | Scale the canvas preview | | **W / H fields** | Set layout resolution | | **Preset dropdown** | Pick a standard resolution (640×480 → 3840×2160) | ### Background Reference Image Drop a PNG/JPG screenshot of your cabinet or monitor onto the canvas to use as a visual guide — it does **not** affect the generated `.nut` code. | Control | Action | |---|---| | 📂 Load BG Image | File dialog to pick a PNG/JPG | | Show BG checkbox | Toggle visibility | | Opacity slider | 0–100 %, defaults to 40 % | | 🗑 Clear BG | Remove the image | | Drag a file onto the canvas | Loads as background *(if no image element selected)* | > **Tip:** If an **image** element is selected when you drag a file onto the canvas, the file is assigned to that element instead of the background. --- ## Left Panel ### Elements Tab Select an element type and click **+ Add Element** to place it on the canvas. Hover any type name to see a tooltip description. | Type | Description | |---|---| | `snap` | Current game screenshot | | `wheel` | Game logo / wheel art | | `boxart` | Box / cover artwork | | `marquee` | Arcade cabinet marquee strip | | `flyer` | Promotional flyer artwork | | `fanart` | Fan-made background art | | `video` | Video preview clip | | `text` | Meta token or custom string | | `image` | **Static PNG/JPG** — frames, overlays, bezels, logos | | `surface` | Layered offscreen render surface | | `artwork` | Generic artwork (custom slot name) | | `shader_layer` | GLSL shader effect overlay | **Element List** buttons: | Button | Action | |---|---| | ↑ / ↓ | Change z-order | | ⊕ Dupe | Duplicate selected element | | ✕ Del | Delete selected element | > The panel is split by a draggable sash — resize the type picker vs the element list. --- ### Modules Tab Check any module to include `fe.load_module("name")` in the output. Hover a module name to see its description and file name in a tooltip. Included modules cover: `animate`, `blur`, `config`, `conveyor`, `fade`, `file`, `flow`, `gtc`, `inertia`, `mask`, `math`, `objects`, `perspective`, `pan_and_scan`, `surface`, `wheel`, and more. --- ### CFG Gen Tab Generate an `emulator.cfg` emulator entry. **Fields:** | Field | Notes | |---|---| | Emulator | MAME, RetroArch, or Other | | System | Pre-filled list per emulator | | ROM Extensions | e.g. `.zip .7z` | | Executable Path | For Other emulator type | | Arguments | For Other emulator type | | Artwork Folders | Checkboxes — All / None shortcuts | | `nb_mode_wait` | e.g. `10` | | `import_extras` | e.g. `$PROGDIR\extras\extras.txt` | The **PREVIEW** pane shows live-updating config text. You can **edit it directly** before saving — your changes are preserved. Click **↺ Regenerate** to rebuild from the fields above. **Emulator Website Links** — 12 buttons open official download pages in your browser: MAME · RetroArch · PCSX2 · RPCS3 · Dolphin · Cemu · Ryujinx · Duckstation · PPSSPP · FBNeo · ScummVM · DOSBox --- ### Snippets Tab Browse and insert reusable `.txt` code snippets. | Control | Action | |---|---| | 📂 Open Folder | Load a folder of `.txt` snippet files | | 🔄 Reload | Refresh the file list | | Filter buttons | Filter by category: All / wheel / snap / meta / text / other | | 🔍 Search | Filter by name | | Single-click | Preview the snippet | | Double-click | Insert into layout.nut | | ⎘ Insert | Insert selected snippet | | 📋 Copy | Copy to clipboard | | 📄 Open | Open file in default editor | The **IN LAYOUT** list tracks snippets added to the current session. Double-click to edit, ✕ Remove / ✕ All to remove. > All three panes (file list, preview, added list) are split by draggable sashes. > A `snippets/` folder next to the script is auto-loaded on startup if it exists. --- ## Right Panel ### Properties Tab All fields update the `layout.nut` code live as you edit. #### Position & Size `Name` · `X` · `Y` · `Width` · `Height` · `Rotation` · `Z-Order` > Z-Order is written to the `.nut` file and controls draw order. #### Image File *(image type only)* - **File Path** entry + **Browse** button - Or drag a PNG/JPG onto the canvas while the element is selected #### Snap / Video Transforms *(snap and video only)* | Field | Description | |---|---| | Pinch X | Pinch the corners horizontally e.g. `0.3` | | Pinch Y | Pinch the corners vertically e.g. `0.3` | | Skew X | Skew horizontally e.g. `0.2` | | Skew Y | Skew vertically e.g. `0.1` | #### RGB Tint *(snap, video, image)* `Red` · `Green` · `Blue` — 0–255 each. Default `255, 255, 255` = no tint (not written to `.nut`). #### Appearance `Alpha (0–255)` · `Blend Mode` · `Visible` · `Preserve Aspect Ratio` · `No Audio` #### Text *(text type only)* **Meta Token** dropdown — pick from all AM+ magic tokens: | Category | Tokens | |---|---| | Game info | `[Title]` `[TitleFull]` `[Year]` `[Manufacturer]` `[Category]` `[Players]` `[Rating]` `[Series]` `[RomName]` `[CloneOf]` `[AltTitle]` `[Language]` `[Region]` `[Status]` `[Control]` `[PlayedCount]` `[PlayedTime]` `[EmulatorName]` `[SystemName]` | | Navigation | `[ListSize]` `[ListEntry]` `[FilterName]` | | Clock | `[!%H:%M]` `[!%H:%M:%S]` `[!%d/%m/%Y]` `[!%A, %d %B %Y]` | | Screen | `[ScreenWidth]` `[ScreenHeight]` | | Custom | `-- custom --` *(reveals a free-text field)* | **Font** — dropdown of 35 fonts across 5 categories (also editable for custom font names): - Sans-serif: Arial, Verdana, Tahoma, Calibri, Trebuchet MS, Century Gothic, Franklin Gothic - Serif: Times New Roman, Georgia, Palatino, Garamond - Monospace: Courier New, Consolas, Lucida Console - Arcade/Display: Impact, Agency FB, Bebas Neue, Oswald, Righteous - Pixel/Retro: Press Start 2P, VT323, 04b\_03 **Font Size** — dropdown (12–128) also editable for any value. **Align** · **Font Color** picker #### Animation `Enable Animation` · `Trigger` · `Duration (ms)` --- ### layout.nut Tab Live-updating Squirrel code with syntax highlighting. | Button | Action | |---|---| | 📋 Copy | Copy all code to clipboard | | 💾 Save .nut | Save the code to a file | | ▶ Preview | Launch Attract-Mode Plus with the current layout | | ↺ Regenerate | Rebuild code from visual elements *(discards manual edits)* | | 🏷 Layout Info | Set name, author, version, date, notes for the file header | | Auto-update | Toggle live regeneration from properties panel changes | > Once you type directly in the code editor, auto-update stops overwriting your edits. > Click **↺ Regenerate** to go back to auto-generated code at any time. #### 🏷 Layout Info Fields written into the header comment of `layout.nut`: ``` ////////////////////////////////////////////////////////////// // My Arcade Layout // Author : Your Name Here // Version : 1.0 // Date : 2025-04-30 // Notes : 16:9 widescreen layout // Generated by Attract-Mode Plus Layout Designer ////////////////////////////////////////////////////////////// ``` - **Today** button fills the date automatically - Live preview of the header updates as you type --- ### Reference Tab Searchable Squirrel + AM+ API reference. Click an entry to see full details with syntax-highlighted examples. **⎘ Insert** puts the code snippet into the layout.nut editor. --- ### AM+ Docs Tab Loads and renders `Layouts.md` from your AM+ installation. Searchable, section-navigable, copyable. --- ## ▶ Preview Launches **Attract-Mode Plus** with your current layout — no need to save manually first. ### Setup **Option A** — drop `RunMe.exe` into the `preview/` folder next to the script. Auto-detected, no configuration needed. **Option B** — click ▶ Preview and use the Browse dialog to locate `RunMe.exe` anywhere on your machine. Path is saved to `preview/attract_exe.cfg` for future sessions. ### Folder structure ``` preview/ attractplus.exe ← AM+ binary layouts/ test/ ← created automatically layout.nut ← written fresh on every preview romlists/ ← your test romlists (optional) ``` > The layout folder name is taken from where you last saved your `.nut` file, falling back to `test`. --- ## 🎨 Themes 8 built-in colour schemes. The active theme is marked with **✓**. | Theme | Style | |---|---| | Arctic Light | Light blue-grey — default | | Slate Pro | Dark blue-grey | | Cyan Night | Dark with cyan accents | | Amber Dark | Dark with amber/orange | | Green Matrix | Dark with green terminal style | | Purple Haze | Dark with purple/pink | | Red Alert | Dark with red accents | | Warm Mocha | Dark warm brown/tan | Each theme automatically switches CTK between light and dark appearance mode. --- ## 📋 Romlist Editor Opens in its own full-size resizable window. Also accessible from the left panel Romlist tab. | Feature | Details | |---|---| | 📂 Open | Load a `.romlist` file | | 💾 Save / Save As | Write changes back to disk | | ✎ Bulk Edit | Set an entire column to one value | | + Add Row | Append a blank row | | ✕ Del Row | Remove selected row | | 🔍 Search | Filter rows live | | Double-click cell | Edit inline | | Right-click | Context menu — bulk edit column | --- ## Output Save your `layout.nut` and place it in: ``` ~/.attract/layouts/YOUR_LAYOUT_NAME/layout.nut ``` Or on Windows: ``` %USERPROFILE%\AppData\Roaming\attract\layouts\YOUR_LAYOUT_NAME\layout.nut ``` --- ## Credits Built with ❤️ by **JJTheKing** AI assistance: Claude & DeepSeek Wheel code snippets: **Tankman3737** Feedback: **Oomek** Feedback: **PaCiFiKbAllA** Version: 5.9 Download Here Watch Here
  11. 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 << >> ALT Download << >> Update1 << Just Overwrite In The Root Adds Ratings To The Themes
  12. 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 <-- New Download Links Will Be Here Enjoy the ultimate Mortal Kombat experience! FINISH HIM!
  13. Updated The Link Its Live Now Over At AP
  14. 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.
  15. 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
  16. 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
  17. 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
  18. jjtheking45

    Metal Slug Collection

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

    Metal Slug Collection

    i try
  20. 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
  21. 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
  22. 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
  23. i might do that
  24. 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
  25. 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.
×
×
  • Créer...