-
Compteur de contenus
34 -
Inscription
-
Dernière visite
-
Jours gagnés
1
Tout ce qui a été posté par Zoft
-
[Arcade PC] Metal Gear Arcade (Konami)
Zoft a répondu à un(e) sujet de Harry99710 dans ARCADE PC DUMP LOADER
I believe there was an issue posted here regarding the fact I am using a customized version of Spice2x for this. I have uploaded the source of the one I am using to Github and now include it (the source code) in any builds that I post online. Sorry for this, I did what was requested in order to abide by the GPLv3, I did not do that intentionally to claim or take credit for Spice2x in anyway. It may be because when I edited the SpiceCFG and adjusted the amount of buttons listed I removed the one you need to be able to bind your Xbox input properly. Do you know if you used to have to use the 'Bind' or 'Naive' option when doing so? If it was 'Bind' I can see about re-adding all the buttons back to prevent this from affecting controller users (I've only ever used Mouse + KB). -
[Arcade PC] Metal Gear Arcade (Konami)
Zoft a répondu à un(e) sujet de Harry99710 dans ARCADE PC DUMP LOADER
https://mgops3.com/mgarcade -
[Arcade PC] Metal Gear Arcade (Konami)
Zoft a répondu à un(e) sujet de Harry99710 dans ARCADE PC DUMP LOADER
Latest version now fixes this problem: Latest Update: 1. Attempt to fix a bug that caused pretty frequent crashing after finishing a match. 2. Compatibility D3D9 .dlls added in an attempt to fix some lighting / shadow issues. 3. A new 'MGA.exe' launcher has been added. Please download the newest batch of files and completely replace your previous files, make sure to copy/save your Card number beforehand. The game now has the following: • Player Stats and Profile are saved. • Matchmaking works with real players + CPU (max 4v4) • Matchmaking works for co-op missions (max 4 players) • Events such as A-Ranking Player Battles and EX-Stage battles working • Map rotation occur for every hour of the day and the rotation of the base map order changes every day https://mgops3.com/mgarcade -
[Arcade PC] Metal Gear Arcade (Konami)
Zoft a répondu à un(e) sujet de Harry99710 dans ARCADE PC DUMP LOADER
-
[Arcade PC] Metal Gear Arcade (Konami)
Zoft a répondu à un(e) sujet de Harry99710 dans ARCADE PC DUMP LOADER
NP -
[Arcade PC] Metal Gear Arcade (Konami)
Zoft a répondu à un(e) sujet de Harry99710 dans ARCADE PC DUMP LOADER
Make sure you have the latest Nvidia Graphics driver installed. Make sure you have the following version of DirectX installed: https://download.microsoft.com/download/8/4/A/84A35BF1-DAFE-4AE8-82AF-AD2AE20B6B14/directx_Jun2010_redist.exe Make sure you have something plugged into your mic jack (even if it's not a mic, the game expects something, people had success with just plugging in any AUX cable to the mic port). -
[Arcade PC] Metal Gear Arcade (Konami)
Zoft a répondu à un(e) sujet de Harry99710 dans ARCADE PC DUMP LOADER
New build using the Spice2x version of SpiceTools with a large majority of options removed and only ones pertaining to Metal Gear Arcade listed. Increasing heap size allocation for MGA in hopes of preventing some crashes. Activated events that can occur in-game. Please follow this guide to get set-up correctly, the updated files are listed in the description of the video as well as where you can go to get a PCB ID. -
[Arcade PC] Metal Gear Arcade (Konami)
Zoft a répondu à un(e) sujet de Harry99710 dans ARCADE PC DUMP LOADER
-
[Arcade PC] Metal Gear Arcade (Konami)
Zoft a répondu à un(e) sujet de Harry99710 dans ARCADE PC DUMP LOADER
Follow this quick video on how to properly set up your SpiceTools configuration to be able to function properly: https://youtu.be/LU68H1QjzzM NOTE: Until further notice, each player who wants to try MGA with matchmaking will need to DM/Tag me here to have me generate you a PCBID, this is a requirement for matching to work properly and I don't have a simpiler way of doing this currently. NOTE: In order to be a 'HOST' or 'JOIN' for matchmaking, you will need to portforward a specific port that is randomly generated, it will be based on your PCBID. Once you ask for a PCBID I will also give you the port you were assigned, be sure to portfoward in order to host or join in on the matching. NOTE: Once you are at the main screen, press the 'Insert Card' key binding that is set (you can find out which this is by going into SpiceCfg.exe and selecting 'Metal Gear' from the drop-down menu (by default this key is: *) Latest Build: https://drive.google.com/file/d/104SS9kBPJT3YePDiU-Ajk2is7zFOpNL8 Some additional information in regards to the latest build of the version I posted: 1. Randomized Map Rotation is now working. 2. You can now play the 4-player co-op missions with other players. 3. You can now play PvP (up to 4v4). 4. Free-play has now been forced through the game so you no longer have to spam the 'add-coin' button. -
[Arcade PC] Metal Gear Arcade (Konami)
Zoft a répondu à un(e) sujet de Harry99710 dans ARCADE PC DUMP LOADER
-
[Arcade PC] Metal Gear Arcade (Konami)
Zoft a répondu à un(e) sujet de Harry99710 dans ARCADE PC DUMP LOADER
A rather big update in regards to my previous posts. A rather big update in regards to my previous posts. More coming soon. -
[Arcade PC] Metal Gear Arcade (Konami)
Zoft a répondu à un(e) sujet de Harry99710 dans ARCADE PC DUMP LOADER
Is there anyone on this forum that knows/messed around with the way Konami handles matching and such for their arcade games? I've been digging into this non-stop using Ida and other tools and I have some things mapped out but it's just like either SpiceTools or the base-server I'm using in general (along with the additional application handlers I added in) the game just will not see the 2 users. As it stands currently I have the incoming requests being identified and responses being sent back to them, but something with their values or Spice Tools configuration is just not allowing them to communicate with one another. <matching method="request"> <info> <version __type="s32" /> </info> <data> <matchtyp __type="s32" /> <matchgrp __type="s32" /> <matchflg __type="s32" /> <waituser __type="s32" /> <waittime __type="s32" /> <joinip __type="str" /> <localip __type="str" /> <localport __type="s32" /> <dataid __type="str" /> <gamekind __type="str" /> <locationid __type="str" /> <lineid __type="str" /> <locationcountry __type="str" /> <locationregion __type="str" /> </data> </matching> <matching method="wait"> <info> <version __type="s32" /> </info> <data> <hostid __type="s64" /> <locationid __type="str" /> <lineid __type="str" /> </data> </matching> <matching method="finish"> <info> <version __type="s32" /> </info> <data> <hostid __type="s64" /> <locationid __type="str" /> <lineid __type="str" /> </data> </matching> We don't stand to benefit anything from getting this networking working aside from being able to use the UDP data to better document the matchmaking that is used for the PS3 version (MGO2) so if anyone would like to assist and has experience working with Konami's XRPC/ESS/AVS networking stuff just let me know and I'd be more than happy to collaborate. Edit: Let me word that better, it sees the two users, hell it even moves user 2 into user 1's lobby, but once the timer hits 0 it doesn't start the match and displays a 'Please wait longer' message (in Japanese) which then leads to eventually both players being kicked into a 1 vs all CPU match which would indicate to me I am passing bad data/not responding properly as the most likely reason...? -
[Arcade PC] Metal Gear Arcade (Konami)
Zoft a répondu à un(e) sujet de Harry99710 dans ARCADE PC DUMP LOADER
Try updating your Geforce Experience drivers. Also try installing or reinstalling DirectX: https://www.microsoft.com/en-us/download/confirmation.aspx?id=35 -
[Arcade PC] Metal Gear Arcade (Konami)
Zoft a répondu à un(e) sujet de Harry99710 dans ARCADE PC DUMP LOADER
Getting there... -
[Arcade PC] Metal Gear Arcade (Konami)
Zoft a répondu à un(e) sujet de Harry99710 dans ARCADE PC DUMP LOADER
Added now, sorry about that. -
[Arcade PC] Metal Gear Arcade (Konami)
Zoft a répondu à un(e) sujet de Harry99710 dans ARCADE PC DUMP LOADER
-
[Arcade PC] Metal Gear Arcade (Konami)
Zoft a répondu à un(e) sujet de Harry99710 dans ARCADE PC DUMP LOADER
Has anyone else experienced the same problem using the most recently posted build? -
[Arcade PC] Metal Gear Arcade (Konami)
Zoft a répondu à un(e) sujet de Harry99710 dans ARCADE PC DUMP LOADER
Rename it to spicetools_backup.xml and let it make a new one. -
[Arcade PC] Metal Gear Arcade (Konami)
Zoft a répondu à un(e) sujet de Harry99710 dans ARCADE PC DUMP LOADER
Here you go: Some of the things I am going to await to hear the results of from others but I aimed to change with this build: 1. No more errors/checks for anything that can be bypassed by spamming the 'Test' button (severe errors that prevent emulation from being possible still will show for users). 2. No more needing to use coins as free-play should now be enabled by default along with the card system and progression saving. 3. The overall process of getting signed up for your first time and the ability to get right into the game should be sped up slightly by terminating some unnecessary interfaces. 4. A crash was fixed which was caused by a faulty graphics file from one of the stages in-game. 5. Attempted to stop the game from checking for anything and throwing error messages preventing users from getting to the debug/test screen (This means that typically all users will have to use the Test/Debug key to get started playing the game but also means that users who had all needed components and still got unskippable error messages may have a chance to play too). Short video demonstrating gameplay and functionality as of this build: https://drive.google.com/file/d/1UE5fHSR-XcHzq56lVePtxOxKuw7QFCCq/view -
[Arcade PC] Metal Gear Arcade (Konami)
Zoft a répondu à un(e) sujet de Harry99710 dans ARCADE PC DUMP LOADER
I don't think so, I'm going to be releasing a new build here in a bit if you'd want to give it a try. I made some changes. -
[Arcade PC] Metal Gear Arcade (Konami)
Zoft a répondu à un(e) sujet de Harry99710 dans ARCADE PC DUMP LOADER
I hate to say it but, I'm just quite frankly not sure at that point then... There hasn't been much documentation I've been able to find in regards to SpiceTools troubleshooting which has been half the issue in regards to getting users up and running from our MGO2 community. We're learning more as we go, and ultimately would like to be able to get rid of these issues entirely but at the moment I don't know of much more troubleshooting advice to give :|. -
[Arcade PC] Metal Gear Arcade (Konami)
Zoft a répondu à un(e) sujet de Harry99710 dans ARCADE PC DUMP LOADER
You got it, yep -
[Arcade PC] Metal Gear Arcade (Konami)
Zoft a répondu à un(e) sujet de Harry99710 dans ARCADE PC DUMP LOADER
Willing to try reinstalling Direct-X? -
[Arcade PC] Metal Gear Arcade (Konami)
Zoft a répondu à un(e) sujet de Harry99710 dans ARCADE PC DUMP LOADER
🤞 -
[Arcade PC] Metal Gear Arcade (Konami)
Zoft a répondu à un(e) sujet de Harry99710 dans ARCADE PC DUMP LOADER
There is quite a few websites out there that offer them as software. Specifically the one I used was: https://vb-audio.com/Cable/ I had it set up to have me a fake mic and speaker showing in my audio settings.