Aller au contenu

imedox

GamerLine
  • Compteur de contenus

    47
  • Inscription

  • Dernière visite

  • Jours gagnés

    8

Tout ce qui a été posté par imedox

  1. That is for X64 version that only work with TP OK i got the Jconfig
  2. After hard work i get this work with xbox controller (i dont test other controller then xinput). SB3 x64 without TP 😄 remove all .dll on BepInEx\plugins you can keep FullScreenizer.dll copy this plugin on BepInEx\plugins. all works Coins,test menu....ex ENjoy SB3Xinput.dll
  3. upload thos 2 file (NBug.log / Exception_xxxxxx.zip) what windows version you have? do you try to download the full 2.5 or you just use the update 2.5 files?
  4. Je suis ravi que ce mod vous ait plu ! J'y ai ajouté quelques bonus d'introduction !
  5. i update the download link try the full v2.5. disable your AV mybe it delete thos file! if not work for you ...see Runtime Requirements: - Visual C++ Redistributable 2015-2022 (x64) - .NET Framework 4.5.2 - DirectX 9.0c or later / OpenGL 3.0+ - .NET Framework 4.5.2 or later
  6. download this 2 files and extract them to the game folder and run the game agin.
  7. You miss copy ParisEngine.dll/ParisSerializers.dll. extract this to the game folder and replace the hold one. ParisEngine.7z ParisSerializers.7z
  8. Can you upload thos 3 file (NBug.log / TMNT_Debug.log / Exception_xxxxxx.zip)
  9. download the game from ther: 👉 DOWNLOAD TMNT ARCADE and apply the 2.0 update: 👉 DOWNLOAD TMNT ARCADE UPDATE v2.0
  10. you have Xbox controller?
  11. Ok thanks, we have everything we need, player 1.2.3, test menu and no bugs. This is the last update I do.
  12. Game Mod Update. test this update and tel me if work great
  13. NEw UPDATE
  14. Thanks i will se this issus wen i have time.
  15. in the next update:
  16. Mod Updated.
  17. the start button on the controller work with my xbox controller ther is no issus! use F1 in main Menu to config your controller
  18. i will see that Thanks for report it.
  19. Maybe One day... 😄
  20. Je comprends ton point de vue, mais pour ma part, je ne cherche pas à faire une fausse version. Je fais ça parce que j’ai une vraie borne d’arcade, et cette adaptation officielle n’existe tout simplement pas. Mon but, c’est de recréer l’expérience authentique, celle du vrai jeu d’arcade avec son “Insert Coin”. Sans ça, un jeu d’arcade perd une partie de son âme.
  21. 🕹️ TMNT - Shredder's Revenge – ARCADE MOD RELEASE! 🕹️ Hey everyone! I’ve been working non-stop for a while on this project — modifying, Coding, Debuging... the PC version of TMNT: Shredder’s Revenge to give it a true arcade cabinet vibe! Unfortunately, this will be my last mod, since I just don’t have any free time anymore. Salut à tous ! Je bosse non-stop depuis un bon moment sur ce projet — à modifier, coder, déboguer… la version PC de TMNT: Shredder’s Revenge pour lui donner une vraie ambiance de borne d’arcade ! Malheureusement, ce sera mon dernier mod, car je n’ai tout simplement plus de temps libre. COINS MOD : STAGE TIMER CAN BE CONFIG WITH EXTERNAL .INI FILE. CONTINUER: ARCADE SURVIVAL MOD: F1 REAL TEST MENU! Video: IF YOU LIKE GIVE ME LIKE ✔ TEST MODE = PRESS F1 WEN GAME START PC MOD = ARCADEMODE=FALSE ArcadeCabinet.ini ; ================================================================ ; TMNT Shredder's Revenge - Arcade Cabinet Configuration ; ================================================================ ; This file controls arcade cabinet mode settings ; Edit these values to customize your arcade cabinet experience ; ================================================================ [ArcadeSettings] ; ---------------------------------------------------------------- ; Core Arcade Cabinet Settings ; ---------------------------------------------------------------- ; ArcadeMode: Enable arcade cabinet features ; - true = Enable arcade cabinet features (INSERT COIN screen, timer, coins, no pause, etc.) ; - false = Home mode (normal gameplay without cabinet features) ArcadeMode=true ; SurvivalMode: Select game mode when arcade cabinet is enabled ; - false = Play ARCADE game mode (with cabinet features: coins, timer, etc.) ; - true = Play SURVIVAL game mode (with cabinet features: coins, timer, etc.) ; - Note: Only works when ArcadeMode=true SurvivalMode=false ; MiniCoins: Number of coins needed per credit/continue ; - Each credit lets a player start a game or continue ; - Each additional player needs this many coins to join ; - Examples: 1 (one coin per credit), 2 (two coins per credit) MiniCoins=1 ; ShowTimerInGame: Display countdown timer during gameplay ; - true = Show timer on screen ; - false = Hide timer (timer still runs if UseGameTimer=true) ShowTimerInGame=true ; ---------------------------------------------------------------- ; Coin Input Settings ; ---------------------------------------------------------------- ; ControllerButtonCoins: Controller button for coin insertion ; - Options: Back, Select, or custom button name ; - This is typically the SELECT/BACK button on the controller ; Note: Property name in code (not needed in config unless customizing) ; ControllerButtonCoins=Back ; ---------------------------------------------------------------- ; Keyboard Support (for testing without arcade hardware) ; ---------------------------------------------------------------- ; EnableKeyboardSupport: Allow keyboard input for testing ; - true = Keyboard can insert coins and press start ; - false = Only controllers work (recommended for production cabinets) EnableKeyboardSupport=true ; KeyboardCoinKey: Keyboard key for inserting coins ; - Examples: D4 (4 key), D5 (5 key), D6 (6 key) KeyboardCoinKey=D4 ; KeyboardStartKey: Keyboard key for start button ; - Examples: Enter, Space, D1 (1 key) KeyboardStartKey=Enter ; ---------------------------------------------------------------- ; Controller Support (for coin insertion) ; ---------------------------------------------------------------- ; ControllerButtonCoins: Controller button for coin insertion ; - Options: Back, Start, A, B, X, Y, LeftShoulder, RightShoulder, LeftStickClick, RightStickClick, etc. ; - Default: Back (typically the SELECT/BACK button) ; - Note: Use "LeftStickClick" and "RightStickClick" for stick buttons (not "LeftStick") ; - Configure this in Test Menu (F1) for easy button detection ControllerButtonCoins=BACK ; ---------------------------------------------------------------- ; Gameplay Timer Settings (Arcade-Style Countdown) ; ---------------------------------------------------------------- ; UseGameTimer: Enable countdown timer during gameplay ; - true = Timer counts down from GameTimer seconds ; - false = No timer (unlimited play time per credit) UseGameTimer=true ; GameTimer: Time limit in seconds per credit ; - When timer reaches 0, TIME UP triggers game over (always in arcade mode) ; - Examples: 360 (6 minutes), 480 (8 minutes), 600 (10 minutes) GameTimer=360 ; ================================================================ [TimerSettings] ; ---------------------------------------------------------------- ; Continue Bonus Time Configuration ; ---------------------------------------------------------------- ; ContinueBonusTime: Seconds added to GameTimer when player continues ; - When a player dies and continues, this much time is added ; - Default: 25 (adds 25 seconds to current timer) ; - Set to 0 to disable bonus time completely ; - Examples: 0 (disabled), 25 (default), 30, 60 (1 minute) ContinueBonusTime=25 ; ================================================================ [GameSettings] ; ---------------------------------------------------------------- ; Gameplay Configuration ; ---------------------------------------------------------------- ; DefaultDifficulty: Starting difficulty selection ; - Options: Easy, Normal, Hard ; - Players can always change this before starting ; - Recommended: Hard (for arcade challenge) DefaultDifficulty=Hard ; StartingLives: Number of lives players start with ; - Recommended: 1 (traditional arcade) ; - Min: 1, Max: 99 ; - Also applies when continuing StartingLives=1 ; ---------------------------------------------------------------- ; Automatic Behaviors (NOT configurable) ; ---------------------------------------------------------------- ; When ArcadeMode=true, the following are AUTOMATIC: ; - Unlimited continues (with coin requirement) ; - Pause is always disabled ; - Difficulty selection is always available ; - Story saves are always disabled ; - High score saves are always disabled ; - Stats/achievements are always disabled ; ================================================================ [UISettings] ; --------In-Devlopment-Not-Work-At-Now-Do.Not-Mod-This----------- ; User Interface Display Options ; --------In-Devlopment-Not-Work-At-Now-Do.Not-Mod-This----------- ; RemovePartyUp: Hide party up button in character select ; - true = Hide party up button ; - false = Show party up button (for LAN mode) RemovePartyUp=false ; RemoveFindPlayer: Hide find players button ; - true = Hide find players button ; - false = Show find players button (for LAN mode) RemoveFindPlayer=false ; RemoveOnlineFeatures: Hide online multiplayer features ; - true = Hide Steam/Epic online features ; - false = Show online features RemoveOnlineFeatures=true ; SelectCharTimer: Character selection countdown timer (arcade mode only) ; - How many seconds players have to select characters ; - When timer reaches 0, first available character is auto-selected ; - Set to 0 to disable timer (infinite time) ; - Examples: 30 (30 seconds), 60 (1 minute), 0 (disabled) SelectCharTimer=30 ; ContinueTimerSeconds: Countdown timer on continue screen ; - How many seconds player has to insert coin and continue ; - Examples: 30 (30 seconds), 60 (1 minute) ; Note: Property name in code (not shown in config unless needed) ContinueTimerSeconds=30 ; ================================================================ [NetworkSettings] ; --------In-Devlopment-Not-Work-At-Now-Do.Not-Mod-This----------- ; LAN Arcade Network Settings (Multi-Cabinet Setup) ; --------In-Devlopment-Not-Work-At-Now-Do.Not-Mod-This----------- ; EnableLANArcadeNetwork: Enable networking between arcade cabinets ; - true = Allows multiple cabinets to connect via LAN ; - false = Single cabinet mode (no networking) EnableLANArcadeNetwork=false ; CabinetRole: Network role for this cabinet ; - Auto = Automatically detect if master or slave ; - Master = This cabinet is the host (creates game session) ; - Slave = This cabinet connects to master CabinetRole=Auto ; MasterCabinetIP: IP address of master cabinet (only for Slave cabinets) ; - Uncomment and set this if CabinetRole=Slave ; - Example: 192.168.1.100 ;MasterCabinetIP=192.168.1.100 ; LANGameName: Display name for LAN game sessions ; - Shows up when searching for games on the network LANGameName=Arcade Cabinet ; MaxLANPlayers: Maximum players across all connected cabinets ; - Total player limit for the entire LAN session ; - Examples: 4 (4 players max), 6 (6 players max) MaxLANPlayers=6 ; AutoJoinMaster: Automatically join master cabinet when found ; - true = Slave cabinets auto-join master ; - false = Manual confirmation required AutoJoinMaster=true ; LANDiscoveryPort: UDP port for cabinet discovery ; - Must be same on all cabinets on the network ; - Default: 7777 LANDiscoveryPort=7777 ; LANConnectionTimeout: Seconds to wait for connection ; - How long to wait when connecting to master cabinet ; - Examples: 10 (10 seconds), 30 (30 seconds) LANConnectionTimeout=10 ; ================================================================ [SaveSettings] ; ---------------------------------------------------------------- ; Save Data Configuration ; ---------------------------------------------------------------- ; SavePath: Directory for arcade save data ; - Where temporary arcade data is stored ; - Can be absolute or relative path SavePath=./ArcadeData/ ; ---------------------------------------------------------------- ; Automatic Save Behavior (NOT configurable) ; ---------------------------------------------------------------- ; When ArcadeMode=true, the following are ALWAYS disabled: ; - Story mode saves (no story progress saved) ; - High score saves (prevents cabinet monopolization) ; - Stats and achievements (each session is independent) ; ; This ensures each play session is fresh and fair for all players. ; ================================================================ ; End of Configuration ; ================================================================ DOWNLOAD Full 2.5: 👉 DOWNLOAD TMNT ARCADE full v2.5 ⚠️ Remarque : L’exécutable du jeu est compressé. ⚠️ Remarque : The game executable is packed. Runtime Requirements: - Visual C++ Redistributable 2015-2022 (x64) - .NET Framework 4.5.2 - DirectX 9.0c or later / OpenGL 3.0+ - .NET Framework 4.5.2 or later UPDATE 2.0: 🎮 USER EXPERIENCE IMPROVEMENTS🎮 ✅ Easier configuration with controller. ✅ No more accidental double-clicks. ✅ Clear confirmation dialogs prevent mistakes. ✅ All buttons properly detected. ✅ Visual feedback with color changes. ✅ Character selection timer configurable. ✅ Test menu save preserves all INI comments and documentation (verbose format). ✅ F1 key works globally during gameplay to access test menu. ✅ Save confirmation dialogs working correctly with new INI format. UPDATE 2.5: 🎮 USER EXPERIENCE IMPROVEMENTS🎮 ✅ ADD SURVIVAL MOD. (SurvivalMode=True on .ini) ✅ Update Test Menu. ✅ ADD Game Option on TEST MENU. 🎮This Will Be last Update For This Mod ✅ 👉 DOWNLOAD TMNT ARCADE UPDATE v2.5 ⚠️ Remarque : L’exécutable du jeu est compressé. ⚠️ Remarque : The game executable is packed. ADD ON: - Use https://convertio.co/fr/mp4-ogv/ to convert the video From .Mp4 to .Ogv, after cconvertion rename it to TMNT_GameIntro.ogv and place it to Content\Videos - Utilisez https://convertio.co/fr/mp4-ogv/ pour convertir la vidéo du format .mp4 au format .ogv. Après la conversion, renommez-la en TMNT_GameIntro.ogv et placez-la dans le dossier Content\Videos. Intro 1 EN: Intro 2 EN: Intro 3 EN/FR/AR: ❤️ Support the Developers! I love this game and I own the original. This mod is not for sale, and I do not support piracy or illegal copies. Please buy and support the official developers if you enjoy TMNT: Shredder’s Revenge ❤️ Soutiens les développeurs officiels ! J’aime énormément ce jeu et je le possède légalement. Ce mod est gratuit, et je ne soutiens pas le piratage ni les copies illégales. Si tu apprécies TMNT: Shredder’s Revenge achète-le pour soutenir les créateurs !
  22. any mame version?
  23. I will see what i can do for this.
×
×
  • Créer...