3nigm4 Posté(e) mardi à 23:48 Posté(e) mardi à 23:48 (modifié) il y a 20 minutes, jcstahl1 a dit : who the hell plays a lightgun gun with a joystick? sounds like a issue for you to use a software like antimicrox, etc to correct it, not anything on the TP side since it works how it's intended to be played. The question isn't what I'm playing with, but there is definitely a Y-axis inversion between the game cursor and Teknoparrot's. All other shooting games work fine with a controller or keyboard not all of us have a weapon on the terminal to play them with... Try setting up a keyboard for direct input and get back to me. Modifié hier à 00:05 par 3nigm4 1
jcstahl1 Posté(e) hier à 00:04 Posté(e) hier à 00:04 only using a method that the game was never designed to be played with. works perfectly in rawinput with a lightgun or mouse & keyboard. or use jconfig if you're unhappy with how TP handles joysticks as lightguns.
3nigm4 Posté(e) hier à 00:09 Posté(e) hier à 00:09 il y a 3 minutes, jcstahl1 a dit : only using a method that the game was never designed to be played with. works perfectly in rawinput with a lightgun or mouse & keyboard. or use jconfig if you're unhappy with how TP handles joysticks as lightguns. So you admit there's a bug... sorry, I don't play in rawinput and I imagine I'm not the only one. There are no problems with Jconfig. All that's missing is the script to enforce crosshairs. So you're calling everyone crazy, but for no reason...
jcstahl1 Posté(e) hier à 00:19 Posté(e) hier à 00:19 lol either way, asking about it here isn't going to get any attention or a fix from TP, because they didn't see things here. probably better to report it in their discord or GitHub.
3nigm4 Posté(e) hier à 00:25 Posté(e) hier à 00:25 il y a 5 minutes, jcstahl1 a dit : lol either way, asking about it here isn't going to get any attention or a fix from TP, because they didn't see things here. probably better to report it in their discord or GitHub. If I'm talking about it here, it's so that it comes up thanks to people who are closer to their means of being contacted, I'm not going to have fun going on networks myself if you or others already have a discord to tell them that there are problems In the end, you open your mouth to say nothing because you can't do anything...
jcstahl1 Posté(e) hier à 04:18 Posté(e) hier à 04:18 3 hours ago, 3nigm4 said: If I'm talking about it here, it's so that it comes up thanks to people who are closer to their means of being contacted, I'm not going to have fun going on networks myself if you or others already have a discord to tell them that there are problems In the end, you open your mouth to say nothing because you can't do anything... lol you mention it here so someone else will go to the teknoparrot networks for you, becuase you won't do it yourself? BAHAHAHAHAHA!!!!! good luck with that 😂
grangler Posté(e) il y a 22 heures Posté(e) il y a 22 heures Coopers9 V2 Standalone. Mouse Gameplay https://drive.google.com/file/d/1ln76syg0LuW_flm_bqg_37jE6XgEqiIp/view?usp=sharing Use Reshade ini to change resolution to your desktop resolution 5
3nigm4 Posté(e) il y a 21 heures Posté(e) il y a 21 heures Il y a 5 heures, jcstahl1 a dit : lol you mention it here so someone else will go to the teknoparrot networks for you, becuase you won't do it yourself? BAHAHAHAHAHA!!!!! good luck with that 😂 Basically I'm just reporting a problem and you're talking for nothing, you're useless. ;)
3nigm4 Posté(e) il y a 21 heures Posté(e) il y a 21 heures Probleme réglé avec la maj de l'Openparrot Aujourd’hui
miao8yu5 Posté(e) il y a 18 heures Posté(e) il y a 18 heures 21 hours ago, 3nigm4 said: miao8yu5? you could work on this script, it's to have a "crosshair" you need the "crosshair" "P1.png" the one I have makes it appear but as soon as you click it disappears in the background with "Cooper's 9" ______________________________________________________________________________________________________________________________________________________________ F11:: CoordMode, Mouse, Screen If (ch2toggle:=!ch2toggle) { Gui, ch:new Gui, ch:Default Gui, Color, 0xFFFF00 Gui, Add, Picture, ,P1.png ; dimensions of 41x41 Gui, -Caption +AlwaysOnTop +ToolWindow +LastFound +OwnDialogs +E0x80000 +HwndCHhwnd +E0x20 ; Create layered window (+E0x80000 is required for UpdateLayeredWindow). +HwndName creates a variable with a name of your choice, containing the Hwnd of the window. +E0x20 makes the window click-through Gui, Show, NA ; Show window without activating it WinSet, TransColor, 0xFFFF00 Gui, Show, % "x" A_ScreenWidth/2-21 " y" A_ScreenHeight/2-21, Crosshair ; this centers it on screen, or at least what should be the center. Might be off by a pixel or two in either axis in any direction. SetTimer, UpdateCrossHair, 50 } else { SetTimer, UpdateCrossHair, Off Gui, ch:destroy } return UpdateCrossHair: DetectHiddenWindows, On MouseGetPos, X, Y WinMove, Crosshair, ,% X-31,% Y-28 ; it's not a perfect -21 for some reason. Probably hidden window border shenanigans. I used tooltip to report X/Y coordinates to me and then calibrated for a 0,0 reported when the crosshair visually appeared in the top left corner return Thanks for sharing, bro! You could also try a small tool called YoloMouse — it can achieve a similar effect. 1
3nigm4 Posté(e) il y a 17 heures Posté(e) il y a 17 heures il y a une heure, miao8yu5 a dit : Thanks for sharing, bro! You could also try a small tool called YoloMouse — it can achieve a similar effect. Thanks miao8yu5, I didn't know, I'll try it ;)
eljose Posté(e) il y a 16 heures Posté(e) il y a 16 heures could someone find the correct jconfig for this game ?
SamRevolt Posté(e) il y a 15 heures Posté(e) il y a 15 heures Hello, You can find on my GitHub (https://github.com/SamRevolt/HdReloaded) a tool that enables force feedback for Cooper's 9. Compatible with: GUN4IR and all LightGuns using the same serial protocol (likely including OPENFIRE and others) REVOLV Gun (personal project) Have fun, take care, and enjoy the game! 🎮 HD Reloaded v1.0 First Public Release: New support added for Cooper’s 9 Arcade — 2-player feedback: Recoil and Rumble (damage) Cooper's 9 - Installation Instructions Unpack the files anywhere you like. Go to the installation directory. Open the config/config.json file and make sure your COM ports are correctly assigned for your LightGun devices. Run the following command in a terminal: HdReloaded -target=konami -rom=coopers9 Launch Cooper's 9 using TeknoParrot or JConfig, as you normally would. 1
Ericg384 Posté(e) il y a 6 heures Posté(e) il y a 6 heures On 7/29/2025 at 5:32 PM, 3nigm4 said: Cooper's 9 now free with Teknoparrot last update It’s working through teknoparrot free?
3nigm4 Posté(e) il y a 6 heures Posté(e) il y a 6 heures il y a 5 minutes, Ericg384 a dit : It’s working through teknoparrot free? Yes, everything is okay, you have to do a calibration in the test menu at first startup.
Ericg384 Posté(e) il y a 6 heures Posté(e) il y a 6 heures (modifié) 22 minutes ago, 3nigm4 said: Yes, everything is okay, you have to do a calibration in the test menu at first startup. Did they actually make it free or did they just screw up like they did for after dark? 20 hours ago, jcstahl1 said: lol you mention it here so someone else will go to the teknoparrot networks for you, becuase you won't do it yourself? BAHAHAHAHAHA!!!!! good luck with that 😂 I’m pretty sure half the people here have been banned from the TeknoParrot Discord it doesn’t take much! It’s a joke! Say something that they don’t wanna hear and your gone. I’m not kissing their ass to stay in a discord group! Modifié il y a 6 heures par Ericg384
3nigm4 Posté(e) il y a 6 heures Posté(e) il y a 6 heures il y a 13 minutes, Ericg384 a dit : Did they actually make it free or did they just screw up like they did for after dark? I’m pretty sure half the people here have been banned from the TeknoParrot Discord it doesn’t take much! It’s a joke! Say something that they don’t wanna hear and your gone. No idea if it's a mistake or not, but "Cooper9" and "After Dark" work without subscription now ;)
Ericg384 Posté(e) il y a 6 heures Posté(e) il y a 6 heures 1 minute ago, 3nigm4 said: No idea if it's a mistake or not, but "Cooper9" and "After Dark" work without subscription now ;) Well, when you update your teknoparrot does it remain free? It’s easy to find out.
3nigm4 Posté(e) il y a 6 heures Posté(e) il y a 6 heures (modifié) il y a 3 minutes, Ericg384 a dit : Well, when you update your teknoparrot does it remain free? It’s easy to find out. I updated this morning to 1.0.0.1725, for the moment I imagine it will remain free. Why is there no chance that the TP update will become paid? Modifié il y a 6 heures par 3nigm4
Ericg384 Posté(e) il y a 6 heures Posté(e) il y a 6 heures (modifié) 10 minutes ago, 3nigm4 said: I updated this morning to 1.0.0.1725, for the moment I imagine it will remain free. Why is there no chance that the TP update will become paid? Yes, if it says “subscription” but still works for free, they’ll patch it in an update just like they did with After Dark. So, you’ll either need a previous version of TeknoParrot to keep it free or roll back to the version it originally worked on. Modifié il y a 6 heures par Ericg384
3nigm4 Posté(e) il y a 6 heures Posté(e) il y a 6 heures il y a 2 minutes, Ericg384 a dit : Yes, if it says “subscription” but still works for free, they’ll patch it in an update just like they did with After Dark. So, you’ll either need a special version of TeknoParrot to keep it free or roll back to the version it originally worked on. there is no mention (Subscription) in front of the games "After Dark" and "Coopers9" so it should stay like that
3nigm4 Posté(e) il y a 5 heures Posté(e) il y a 5 heures Il y a 10 heures, eljose a dit : could someone find the correct jconfig for this game ? here but TP emulates it for free with crosshairs https://www.emuline.org/applications/core/interface/file/attachment.php?id=28448&key=884005bc79bb0d3c0999f97f712513f7
Ericg384 Posté(e) il y a 4 heures Posté(e) il y a 4 heures (modifié) 1 hour ago, 3nigm4 said: here but TP emulates it for free with crosshairs https://www.emuline.org/applications/core/interface/file/attachment.php?id=28448&key=884005bc79bb0d3c0999f97f712513f7 1.28 MB · 70 downloads Thanks, wonder when they freed after dark? reaver must be trying to kiss some ass over the shit he pull with the walking dead. Modifié il y a 4 heures par Ericg384 1
maabus19 Posté(e) il y a 3 heures Posté(e) il y a 3 heures (modifié) After dark and cooper were freed yesterday. Vf3tb was also added. Haven't checked if that is free but I think it is. He released them because he is not having a show for like 2 weeks or so so this was his "present". But they are all already playable for free with other Loaders or older tp so no real loss there. Modifié il y a 3 heures par maabus19 1
jcstahl1 Posté(e) il y a 3 heures Posté(e) il y a 3 heures After Dark and Cooper's 9 were freed yesterday partially for the mix up during the stream where Diego didn't understand what veto meant, and because since there will be no streams for like two weeks so Reaver can take time to do whatever needs done before his wedding. Also Virtua Fighter 3tb Online APM3 edition was added free to play for everyone, but online card saves require a subscription. Secondly, if you got banned from TP discord, you most likely said something to deserve it, like harassing the devs about adding new games just because the dumps are public over, and over, and over again, asking for dumps publicly in the chat or discussing where to get them, or constant complaining about paying to be a subscriber, should be free, blah blah, etc etc. I seen a lot of things said by people that the devs didn't agree with and the most they got was a time out for a few days. Hell I've gotten timed out myself for it.
Messages recommandés
Veuillez vous connecter pour commenter
Vous pourrez laisser un commentaire après vous êtes connecté.
Connectez-vous maintenant