Aller au contenu

bestekar

GamerLine
  • Compteur de contenus

    117
  • Inscription

  • Dernière visite

Tout ce qui a été posté par bestekar

  1. Again, you cant use the Sega Tools files from the teknoparrot folder. If you do, 1,2,3 + enter does not work anymore. You need to use the plain old Segatools v4. http://www.emuline.org/applications/core/interface/file/attachment.php?id=8257 Also dont use Zero launcher or Teknoparrot. I havent tested with Zero launcher so just launch using segatools v4 start.bat file (remember to edit the start.bat file for A1 and A2 before running it)
  2. No. Just edit the Segatools.ini file and launch with start.bat I never tried ZeroLauncher, so I dont know if it will work with that.
  3. I have been trying to set up a private VPN server for online WMMT5 for a while and it has been a real headache. Unfortunately some people in the community that has been able to achieve this a while back has been unwilling to share how to do this, which is really sad. Anyways, I have found a solution that works. Download and install SoftEther VPN server for the OS of your choice then configure it as shown in this video except from the local bridge part. There are 2 key changes you need to make. 1. Under local bridge settings create a bridge between your network card and the Virtual Hub you have created. (see picture 1) 2. Under Virtual Hub Extended Options is the big one that was the key to it all. Change the BroadcastStomDetectionThreshold to minimum 256. (see picture 2) This makes the other VPN clients that doesn't run the terminal emulator detect and stay connected to VPN client that runs the terminal server emulator.
  4. Edit the setting in segatools.ini to: [io3] mode=xinput Launch with segatools v4 and minimi v13 or v16
  5. Works fine here in 3840 x 2160 resoltuion with double the original values in renderer.ini I am testing it on a 75" 4K industrial display and it locks perfectly to 60 fps @ 3840 x 2160
  6. Did you remember to edit renderer.ini to match your resolution so that the game actually internally renders in 2560x1440 ? if not the game will stil render internally in 1920x1080 and then just upscales to 2560x1440
  7. Update: After using the patcher on the web page any ip range seems to work. just make sure the last octet of your ip adress is matched under [netenv] addrSuffix= So for example if the IP of A1 is 10.0.0.201 put [netenv] addrSuffix=201 You also need to change the [dns] default=10.0.0.201 and [keychip] subnet=10.0.0.0 accordingly.
  8. I wasted a lot of time before I finally got the correct info needed to get multiplayer system link up and running on ID Zero. So to spare other people here for a headache that wants to play on VS LAN here are the steps you need to do. You cant launch the game using Teknoparrot if you want LAN VS support. Though If you use segatools v4 and minime v13 to launch the game you can get LAN VS working. Use this page to patch the 3 exe files: https://idas-zero-patcher.netlify.app/ Set IP on PC 1 to 192.168.158.1 Launch test mode go into game assignments and set to set number to A1. Set Seat Color to White (seat color setting might be optional) Set IP on PC 2 to 192.168.158.2 Launch test mode go into game assignments and set to set number to A2. Set Seat Color to Yellow (seat color setting might be optional) Now for the Segatools.ini settings (change the [io3] and [dinput] values to your type of controller this config works for Logitech G27) On A1 [vfs] amfs= (set to your amfs directory) appdata= (set to your appdata directory) [dns] default=192.168.158.1 [ds] region=4 serialNo=AAVE-01A13998871 [netenv] enable=1 addrSuffix=1 [keychip] subnet=192.168.158.0 id=AAVE-01A13998871 [gpio] dipsw1=0 [io3] mode=dinput autoNeutral=1 singleStickSteering=0 restrict=97 [dinput] deviceName=G27 shifterName= brakeAxis=Y accelAxis=V start=20 viewChg=21 shiftDn=6 shiftUp=5 gear1=9 gear2=10 gear3=11 gear4=12 gear5=13 gear6=14 reverseAccelAxis=0 reverseBrakeAxis=0 On A2 [vfs] amfs= (set to your amfs directory) appdata= (set to your appdata directory) [dns] default=192.168.158.2 [ds] region=4 serialNo=AAVE-01A13998872 [netenv] enable=1 addrSuffix=2 [keychip] subnet=192.168.158.0 id=AAVE-01A13998872 [gpio] dipsw1=0 [io3] mode=dinput autoNeutral=1 singleStickSteering=0 restrict=97 [dinput] deviceName=G27 shifterName= brakeAxis=Y accelAxis=V start=20 viewChg=21 shiftDn=6 shiftUp=5 gear1=9 gear2=10 gear3=11 gear4=12 gear5=13 gear6=14 reverseAccelAxis=0 reverseBrakeAxis=0 Now edit the segatools v4 start.bat files: On A1 edit: "C:\Games\IDZ\minime\start.bat" to point to your minime directory @echo off start cmd /c "C:\Games\IDZ\minime\start.bat" pushd %~dp0 .\inject.exe -k .\idzhook.dll .\ServerBoxD8_Nu_x64.exe .\inject.exe -k .\idzhook.dll .\InitialD0_DX11_Nu.exe .\inject.exe -d -k .\idzhook.dll .\amdaemon.exe -c configDHCP_Final_Common.json configDHCP_Final_JP.json configDHCP_Final_JP_ST1.json configDHCP_Final_JP_ST2.json configDHCP_Final_EX.json configDHCP_Final_EX_ST1.json configDHCP_Final_EX_ST2.json echo. echo Game processes have terminated pause On A2 edit: "C:\Games\IDZ\minime\start.bat" to point to your minime directory @echo off start cmd /c "C:\Games\IDZ\minime\start.bat" pushd %~dp0 .\inject.exe -k .\idzhook.dll .\InitialD0_DX11_Nu.exe .\inject.exe -d -k .\idzhook.dll .\amdaemon.exe -c configDHCP_Final_Common.json configDHCP_Final_JP.json configDHCP_Final_JP_ST1.json configDHCP_Final_JP_ST2.json configDHCP_Final_EX.json configDHCP_Final_EX_ST1.json configDHCP_Final_EX_ST2.json echo. echo Game processes have terminated pause That should be it. Launch the game on A1 and A2 with the edited start.bat from segatools v4. Now just wait for the blue system link icon to turn Blue on bouth PCs.
  9. Well even if you do that and start one PC as player 1 and one PC as player 2 the PCs still dont link up. If you go into the test menu it says network is OFF and you cant change that setting.
  10. Well, I started player 2 now and if you wait at single or co-op screen the co op option gets grayed out after a few seconds. Mabye it needs a specific IP range to work like Tekken 7 FR did. Tekken 7 FR only works in lan if the PCs are set in the 192.168.138.x range. So if someone finds a solution that makes 2 player network play work, please share.
  11. What did you do to get the 2 PCs to link up ? Even if I put one of the PCs here as 1 Player and the Second one as 2 Player they dont "see/find" each other. What Ip addresses to you use for PC1 and PC2 ?
  12. https://www.aliexpress.com/item/32616586965.html These combined with a USB ZERO Delay encoder would probably do the trick. https://www.aliexpress.com/item/32707378668.html
  13. Could someone make a complete Video Guide from start to finnish on how to set up everything (From clean PC with only Windows Installed). 1 part conecting the mayflash bar and setting the right mode, pair the wiimotes via bluetooth, then show how to configure wiimotes and calibration, and installing all the nessecarry drivers and software, the installing and setting up dmul shooter with TC5 and for instance Transformers using Teknoparrot.
  14. Anyone have a link to a written guide with screenshots or video guide how to use and setup spicetools ?
  15. Anyone able to get 2 player network link working on this ? Editing the bat file to choose Playside works, but it does not link up. Anyone know if you need a specific IP range for it work like Tekken 7 did ?
  16. For fucks sake. Why do you guys even bother. You guys could have resolved this with about 2 sentences. For Tekken 7 Local VS support: Set your local router adress to 192.168.138.254 and set the DHCP server adress range on your router to 192.168.138.1 - 192 .168.138.253 / 24 = Subnet mask 255.255.255.0 Save settings and restart your router (Yes restart, it so your PCs will get Ip adresses in the new 192.168.138.x range) Fire up T7 FR or T7 Vanilla on 2 PCs, on one of the PCs enter test mode and change "Group Colour" to Blue (dont know if you have to do this, but anyways do it for estetics so it looks the way it would in a propper Arcade). Exit test mode and save. Volla, 2 player VS and Local Singleplayer (VS Mode) will be available. On 01/06/2020 at 12:18 AM, petje said: Use 192.168.136.xxx range < Yeah, petje here is the problem with your posts (the third octet should be 138 not 136 for Local to be selectable)
  17. T7 vanilla has a lot more settings, like round count ect in test mode, however I dont know if LAN Vs works on this (will test with a second PC later), if so you can only choose Practice mode. But with one PC there is no "Online" mode (VS CPU) or Local or Lan Vs.
  18. This is just dumb. The Vanilla T7 U12 update works, if you add it to TP as T7-FR and not T7.
  19. Anyone been able to get pair link multiplayer working ? Or at least been able to connect to the sever running on PC1 (A1) with PC2 (A2) with an error message ? If so what are your segatools.ini version and configs fora A1 and A2 ?
  20. were can I find the plugins.zip ? Never mind, I found it. vc_redist.x64.exe < is this the 2015-2019 one ? If so, yes I have installed it.
  21. "G"eezuz, Crusin Blast looks really awful too. If this is a new Raw Thrills game its just sad. It looks like a 15 year old PC game with gameplay worse than the old Crusin USA games. Does "Crusin Blast" even have a break pedal ? I don't think I will ever bother with a "Raw Shit" racer ever again. I mean how can people actually buy crap like this for their arcade ? I mean even games like Storm Racer G by relatively unknown developer/distributor Wahlap looks fantastic compared to these sad racers.
  22. Omg, I hardly ever post or comment, but this time I just had to. This is probably the worst arcade racer I have ever played. Utterly garbage. If the other Raw Thrills games are as bad or half as bad as this one, how could these people still be in business ? This game isn't even worth the disk space it takes up on the Hard-drive. *Shocked* its unbelievable to me that someone could make an arcade game this bad and release it. They probably charged a lot per unit for this "pile of trash" too. Man I feel sorry for the operators who actually bought this game when it was new.
×
×
  • Créer...