Aller au contenu

JustinCredible81

GamerLine
  • Compteur de contenus

    773
  • Inscription

  • Dernière visite

  • Jours gagnés

    3

Tout ce qui a été posté par JustinCredible81

  1. I have no other ideas of why it works for me and not others. But if you can't load the .selfs by choosing boot self/elf there may be something wrong with them.
  2. Yeah I'm on the latest rpcs3, or maybe a 1 day old version. I'm not sure if this matters but maybe, do you have the original Time Crisis Razing Storm EBOOT.BIN loaded in the GUI? Maybe it needs to be loaded before it will let you load the .selfs.
  3. Can you share your script maybe I can see what's wrong. I don't remember doing anything else than what I mentioned. Try loading the .selfs individually in rpcs3 by choosing File > Boot Self/Elf see if it boots then retry your script. Maybe you need to do that for rpcs3 to allow it to work as that is how EBOOTs are, even though the .self won't show up in the gui. This works for me I even tried moving the script in another install of rpcs3 that I have it still worked, of course my path to the game is different than yours. #SingleInstance Force sleep, 100 run rpcs3.exe D:\Pawn\Downloads\RPCS3\dev_hdd0\disc\TC\PS3_GAME\USRDIR\razingstorm.self q:: MouseGetPos, , , win maxWindow("ahk_id" win) return maxWindow(title) { WinMove, % title, , 0, 0, % A_ScreenWidth, % A_ScreenHeight WinActivate, % title WinSet, Style, -0xC00000, % title WinSet, Style, -0x40000, % title WinSet, AlwaysOnTop, Off, % title } c:: Send {RButton Down} Send {MButton Down} Send {LButton Down} Sleep, 60 Send {LButton Up} Send {MButton Up} Send {RButton Up} Return a:: send {RButton Down} send {MButton Down} Return 1:: SendInput {RButton Down} SendInput {MButton Down} SendInput {LButton Down} Sleep, 60 SendInput {LButton Up} SendInput {MButton Up} SendInput {RButton Up} Return $Escape:: Send !{f4} Process,Close,rpcs3.exe Run,taskkill /im "rpcs3.exe" /F ExitApp return
  4. You must move the .selfs to USDIR. By default they are in different folders but they must be in USDIR. They start out in those folders called DPS, game1 and game 2 move them to USDIR. Without doing that, you're telling ahk to load files that aren't there that's why it will just load rpcs3 because you told it to run rpcs3, but then it doesn't know what to do because the files are missing. The script looks fine if the .selfs are there, it works for me. Of course you have to make sure your path is right for the game on your computer always.
  5. I don't know 100% this is the problem but a lot of games that work on Windows 10 do not work at all on Windows 8, much less Windows 7.
  6. It's reinsrus he's always posting bullshit. Just look at his post history he said next Teknoparrot will have Arctic Thunder there's been tons of updates since and it's not true, he's probably said 5 or 6 others that never happened too. This is all he does. Or maybe it's a bot.
  7. I have no idea, I don't use it I was just giving an idea to someone who can't get the game to start, and I would never use a controller for Time Crisis. Try the new one that was just posted one post above this one.
  8. You could try Jconfig and run RSLauncher.exe which is found in the first folder called "Time Crisis 5". Turn up the mouse sensitivity in Jconfig, find Tiberius' method of changing a few settings and you get pretty good lightgun support (if you're using a lightgun). It sounds like you tried the exe but I don't think the start.bat is meant to work or at least I've never used it.
  9. To my knowledge, while there probably was 2 player in the actual arcades (I'm guessing here, but I believe the other Time Crisis games had them) I don't know that there's a way to play 2 player with this on PC.
  10. Uhhh yeah it is easily powerful enough for Time Crisis 5. I'm not sure why you're having this problem. Maybe Firewall/virus related but that's just a guess.
  11. What are your PC specs? type system information in the search box to get the full specs.
  12. Autohotkey runs scripts. Demulshooter is a .exe that it runs by the scripts you've seen on this thread. So no it doesn't work without Demulshooter. Autohotkey by itself can't run any lightgun games. Autohotkey can do like a thousand things on your computer, it depends on the script it runs. There's a way to use a Lightgun without Demulshooter but it requires changing several files and it's not as accurate.
  13. I don't understand the question how do I see if the script works. You'll know it worked if you can aim your gun in the game. That's the only purpose of Demulshooter to allow you to use your gun. You should also be able to escape clean from the game by hitting esc game, and of course the game worked. Those 3 things are what the script does.
  14. Did you go to Demulshooter and click on Demulshooter GUI then choose P1 then choose your configuration? If not do that.
  15. It's on this thread but I can't tell you which page it's probably like 10-12 pages back.
  16. I also use runasdate and it fixes the issue. I know of no other way to get it working.
  17. If you're running Demulshooter properly which 100% requires an ahk script, you shouldn't have these problems. With Sega Golden Gun you have to run Demulshooter seperate from running the game for some reason or it won't work. Might be why you're having the problem. I was able to get it to work in the same script though with this. #SingleInstance Force run Enter_Your_Path_To\DemulShooter.exe -target=ringwide -rom=sgg Sleep 800 SetWorkingDir, Enter_Your_Path_To\TeknoParrot run TeknoParrotUi.exe --profile=gg.xml ExitApp Return $Escape:: Process,Close,TeknoParrotUi.exe Run,taskkill /im "TeknoParrotUi" /F ExitApp return ExitApp Try this script with Golden Gun, and change the path locations where needed (it says where in the script you need your own paths) If you're using an appropriate script for Time Crisis 5 I don't know why it isn't working. You may need to run Demulshooter GUI and find your gun to configure it.
  18. Are you using Demulshooter?
  19. I never had this problem with Time Crisis 5, however any time I try any of the Tekken 7 arcades from that thread I get the same error. Don't know a fix.
  20. That is only for Jconfig/Tiberius method and you would have to launch RLauncher.exe which is in the first folder Time Crisis 5. Not applicable to Demulshooter if you were trying to use that .
  21. You only open DemulShooter GUI, choose P1, and choose your gun (you may have to look in Device manager to figure out which numbers and letters equal your gun) That is the only time you open Demulshooter directly. My script I posted you use with autohotkey and it opens Demulshooter for you and the game. You don't actually double click on Demulshooter to make it work though the script does it for you. You have to become at least a tiny bit familar with autohotkey scripts to be able to use Demulshooter. But the hardest part is making the script, and I've already done that you just paste it in a AHK script. If you have any specific questions ask and I will try to help. You said you already assigned the wiimote, so all you have to do is copy my script, right click and choose new autokeyscript (you must download and install autohotkey if you haven't yet) paste it in the ahk script that you just made. Then double click the .ahk you just made it should run Demulshooter and Time Crisis 5. You should have your Wiimote working with it you don't have to calibrate.
  22. Maybe I'm missing something. I put spicetools in root directory, and configured spicecfg, but when I run spice.exe a command prompt comes up it shows a bunch of things then closes. Also when I set buttons in spicecfg I can only use my keyboard. My Xbox 360 controller isn't recognized.
  23. Thanks for the info. How do you launch the game? I've never used spicetools before.
  24. I will add also I would love someone to repost this please. Metal Gear is my favorite series I didn't know this was playable until today .
  25. Every Tekken 7 I download in this thread (first post, this page) I get that same error. :\
×
×
  • Créer...