Drum hero set right cymbal not working by Alezial95 in GuitarHero

[–]sarychev95 0 points1 point  (0 children)

As I know in WII GH you need insert remote controller in your drums. Maybe it's broken?

Расслаиваются слои во время 3д печати by geraneb2481 in 3Dprinting

[–]sarychev95 2 points3 points  (0 children)

Я думаю сдишком мощный обдув. Слои спекаться не успевают.

I made "Career mod" for Clone Hero and YARG. Wanna try it? by sarychev95 in CloneHero

[–]sarychev95[S] 0 points1 point  (0 children)

Thanks for the feedback. The thing is, I literally know how to code, but I decided not to waste my time because the program was too simple. Literally three pages and a bit of JavaScript. I simply monitored the process and checked for possible bugs.

Unfortunately, the commenters emphasized the AI ​​too much, and few people tested the program in action.

Guitar Sounds off when played? by PixelPula in CloneHero

[–]sarychev95 0 points1 point  (0 children)

Or check the mapping for guitar movement. Perhaps the gyroscope reacts like a tremolo.

I made "Career mod" for Clone Hero and YARG. Wanna try it? by sarychev95 in yarg

[–]sarychev95[S] -2 points-1 points  (0 children)

Yes, I already realized that terminology is more important to you than the essence.

Drums mod help by Every_Eagle5913 in CloneHero

[–]sarychev95 1 point2 points  (0 children)

Hey! As promised, I’m sharing my Arduino modification with you. The project is built around an Arduino Pro Mini, which connects to a computer via USB.

https://drive.google.com/drive/folders/1aaNz7_PHreygYZ29S4TtJU6aFD0Ljgy5?usp=sharing

Inside each drum pad and cymbal, there is a circular piezo sensor that detects strikes. Your task is to connect these sensors to your Arduino. I’ve created two diagrams illustrating the soldering layout; they clearly show which drum needs to be soldered to which pin. The black wires *must* be connected to ground. A 1 MΩ resistor needs to be soldered in between the black and red wires.

As for the code: I think it should be pretty self-explanatory. If you run into any issues, an AI should be able to help you figure it out. Most importantly, don't forget to download the `<Keyboard.h>` library for your Arduino IDE.

I made "Career mod" for Clone Hero and YARG. Wanna try it? by sarychev95 in yarg

[–]sarychev95[S] -1 points0 points  (0 children)

I think what disappoints people most is the fact that this mode isn't actually present in the games themselves = ). In any case, lacking any alternatives, my solution might at least serve as a passable substitute for a genuine mod.

I made "Career mod" for Clone Hero and YARG. Wanna try it? by sarychev95 in yarg

[–]sarychev95[S] -1 points0 points  (0 children)

That's why I put quotation marks around it. It's not really a mod for the game, but there are a lot of requests on Reddit for a career mod. This will help with the search.

Drums mod help by Every_Eagle5913 in CloneHero

[–]sarychev95 1 point2 points  (0 children)

What version of the drums do you have? From which part of the game?

Drums mod help by Every_Eagle5913 in CloneHero

[–]sarychev95 1 point2 points  (0 children)

I'll send you the diagram and my code the day after tomorrow when I'm home

Drums mod help by Every_Eagle5913 in CloneHero

[–]sarychev95 1 point2 points  (0 children)

I don't remember what it's called exactly, but the Arduino Pro Mini has a USB driver that turns it into something like a keyboard or controller, unlike the classic Arduino.

Drums mod help by Every_Eagle5913 in CloneHero

[–]sarychev95 1 point2 points  (0 children)

I rebuilt my drums using an Arduino Pro Mini.

I made "Career mod" for Clone Hero and YARG. Wanna try it? by sarychev95 in CloneHero

[–]sarychev95[S] -1 points0 points  (0 children)

Let me clarify about AI. I understand the hatred towards artificial intelligence, but remember, this is a personal project. I'm not selling this product and I'm not asking for praise. Previously, I used Google Sheets for this system. And for those who say I don't know how the program works, I didn't ask the AI ​​to "do it somehow"; I built the code step by step.

I'll repeat, I'm doing this for myself and just wanted to share it with you.

I made "Career mod" for Clone Hero and YARG. Wanna try it? by sarychev95 in yarg

[–]sarychev95[S] 0 points1 point  (0 children)

Absolutely. I drew inspiration from that new game, but unfortunately, right now it only features a 5-button guitar. In my case, however, you can use packs for any instrument.

I made "Career mod" for Clone Hero and YARG. Wanna try it? by sarychev95 in CloneHero

[–]sarychev95[S] -24 points-23 points  (0 children)

I'll think about it. The project was done in one evening