Author Topic: [Axe] KoFiX (yet another Guitar Hero clone :P)  (Read 15534 times)

0 Members and 1 Guest are viewing this topic.

Offline Hayleia

  • Programming Absol
  • Coder Of Tomorrow
  • LV12 Extreme Poster (Next: 5000)
  • ************
  • Posts: 3367
  • Rating: +393/-7
    • View Profile
Re: [Axe] KoFiX (yet another Guitar Hero clone :P)
« Reply #30 on: September 07, 2012, 12:05:24 pm »
Test version. This one has sound. Real crappy sound though :P
The problem is that Wabbitemu plays sound with an offset (I mean that I hear sound too late) and I don't know if that is due to me failing in my program or Wabbitemu having problems, so I'd appreciate if someone with headphones could test it :)
(I don't have the adapter :()

(also note that I completely broke the editor, so don't try to run it, it won't do anything :P)

edit: By "crappy sound", I didn't mean that the sound is ugly (even if that is true too :P) but that the notes the game plays aren't the real notes of the music, just a try.
« Last Edit: September 07, 2012, 02:16:55 pm by Hayleia »
I own: 83+ ; 84+SE ; 76.fr ; CX CAS ; Prizm ; 84+CSE
Sorry if I answer with something that seems unrelated, English is not my primary language and I might not have understood well. Sorry if I make English mistakes too.

click here to know where you got your last +1s

Offline annoyingcalc

  • LV10 31337 u53r (Next: 2000)
  • **********
  • Posts: 1953
  • Rating: +140/-72
  • Found in Eclipse.exe
    • View Profile
Re: [Axe] KoFiX (yet another Guitar Hero clone :P)
« Reply #31 on: September 07, 2012, 01:43:24 pm »
Well I just got the adapter ill help I guess ill test in a sec
This used to contain a signature.

Offline jacobly

  • LV5 Advanced (Next: 300)
  • *****
  • Posts: 205
  • Rating: +161/-1
    • View Profile
Re: [Axe] KoFiX (yet another Guitar Hero clone :P)
« Reply #32 on: September 07, 2012, 01:44:47 pm »
These were recorded directly from the calculator, and they sound pretty close to what it does on-calc.

Edit: It does sound slightly "cleaner" on-calc I guess.
« Last Edit: September 07, 2012, 01:46:39 pm by jacobly »

Offline annoyingcalc

  • LV10 31337 u53r (Next: 2000)
  • **********
  • Posts: 1953
  • Rating: +140/-72
  • Found in Eclipse.exe
    • View Profile
Re: [Axe] KoFiX (yet another Guitar Hero clone :P)
« Reply #33 on: September 07, 2012, 01:49:43 pm »
 *.* DAmn it I cant find my silverlink cable sorry ... x.x
« Last Edit: September 07, 2012, 01:50:09 pm by annoyingcalc »
This used to contain a signature.

Offline Hayleia

  • Programming Absol
  • Coder Of Tomorrow
  • LV12 Extreme Poster (Next: 5000)
  • ************
  • Posts: 3367
  • Rating: +393/-7
    • View Profile
Re: [Axe] KoFiX (yet another Guitar Hero clone :P)
« Reply #34 on: September 07, 2012, 02:15:43 pm »
Thanks Jacobly for the recordings, and thanks Annoyingcalc for trying to help anyway :)
I own: 83+ ; 84+SE ; 76.fr ; CX CAS ; Prizm ; 84+CSE
Sorry if I answer with something that seems unrelated, English is not my primary language and I might not have understood well. Sorry if I make English mistakes too.

click here to know where you got your last +1s

Offline Hayleia

  • Programming Absol
  • Coder Of Tomorrow
  • LV12 Extreme Poster (Next: 5000)
  • ************
  • Posts: 3367
  • Rating: +393/-7
    • View Profile
Re: [Axe] KoFiX (yet another Guitar Hero clone :P)
« Reply #35 on: September 08, 2012, 05:58:28 am »
New test version, with another way of making sound.
So I coded something that does the same as Frequ but with the support of multiple notes at a time. This also means that the game is slowed down since nothing must happen while the music plays, and this is what I want to know: is it too slow ?
(note that the notes still don't correspond to the actual music, they correspond to the frets, but that won't be very hard to do ;))
I own: 83+ ; 84+SE ; 76.fr ; CX CAS ; Prizm ; 84+CSE
Sorry if I answer with something that seems unrelated, English is not my primary language and I might not have understood well. Sorry if I make English mistakes too.

click here to know where you got your last +1s

Offline Sorunome

  • Fox Fox Fox Fox Fox Fox Fox!
  • Support Staff
  • LV13 Extreme Addict (Next: 9001)
  • *************
  • Posts: 7920
  • Rating: +374/-13
  • Derpy Hooves
    • View Profile
    • My website! (You might lose the game)
Re: [Axe] KoFiX (yet another Guitar Hero clone :P)
« Reply #36 on: September 09, 2012, 01:18:05 am »
Mhmm, it sounds cool, but i don't have sound on my calc D: (And i usually don't use wabbitemu unless to capture screenies D: ), so is there any chance of a screenie? :P

THE GAME
Also, check out my website
If OmnomIRC is screwed up, blame me!
Click here to give me an internet!

Offline Hayleia

  • Programming Absol
  • Coder Of Tomorrow
  • LV12 Extreme Poster (Next: 5000)
  • ************
  • Posts: 3367
  • Rating: +393/-7
    • View Profile
Re: [Axe] KoFiX (yet another Guitar Hero clone :P)
« Reply #37 on: September 09, 2012, 01:58:00 am »
Mhmm, it sounds cool, but i don't have sound on my calc D: (And i usually don't use wabbitemu unless to capture screenies D: ), so is there any chance of a screenie? :P
Well, I didn't add anything else than sound, so if I make a screenshot (which doesn't support sound), it will look exactly the same as previous versions (which had screenshots, see the previous page ;)) which is why I didn't make screenshots for those two versions.
I own: 83+ ; 84+SE ; 76.fr ; CX CAS ; Prizm ; 84+CSE
Sorry if I answer with something that seems unrelated, English is not my primary language and I might not have understood well. Sorry if I make English mistakes too.

click here to know where you got your last +1s

Offline Sorunome

  • Fox Fox Fox Fox Fox Fox Fox!
  • Support Staff
  • LV13 Extreme Addict (Next: 9001)
  • *************
  • Posts: 7920
  • Rating: +374/-13
  • Derpy Hooves
    • View Profile
    • My website! (You might lose the game)
Re: [Axe] KoFiX (yet another Guitar Hero clone :P)
« Reply #38 on: September 09, 2012, 01:58:38 am »
woops, i didn't see that there are pages.
wait everyone, facepalm time

THE GAME
Also, check out my website
If OmnomIRC is screwed up, blame me!
Click here to give me an internet!

Offline Spenceboy98

  • LV7 Elite (Next: 700)
  • *******
  • Posts: 547
  • Rating: +59/-2
    • View Profile
Re: [Axe] KoFiX (yet another Guitar Hero clone :P)
« Reply #39 on: October 06, 2012, 10:25:09 am »
Has there been any updates lately? Probably not, but I'm just curious.
I like milk.

Offline Hayleia

  • Programming Absol
  • Coder Of Tomorrow
  • LV12 Extreme Poster (Next: 5000)
  • ************
  • Posts: 3367
  • Rating: +393/-7
    • View Profile
Re: [Axe] KoFiX (yet another Guitar Hero clone :P)
« Reply #40 on: October 06, 2012, 11:02:51 am »
Has there been any updates lately? Probably not, but I'm just curious.
No. I was having trouble with the VAT browser (RAM corruption) and didn't know where this came from :-\
But was this project interesting you ? I only coded this because I was getting bored and I thought other people didn't care either. But when I get time, I can pick this up again if that interested you :) (but that will be in a long time, like in summer holidays -.-°)
« Last Edit: October 06, 2012, 11:03:38 am by Hayleia »
I own: 83+ ; 84+SE ; 76.fr ; CX CAS ; Prizm ; 84+CSE
Sorry if I answer with something that seems unrelated, English is not my primary language and I might not have understood well. Sorry if I make English mistakes too.

click here to know where you got your last +1s

Offline Spenceboy98

  • LV7 Elite (Next: 700)
  • *******
  • Posts: 547
  • Rating: +59/-2
    • View Profile
Re: [Axe] KoFiX (yet another Guitar Hero clone :P)
« Reply #41 on: October 06, 2012, 11:22:11 am »
It did interest me. It would be nice if you could work on this in your free time. If you don't mind, of course.
I like milk.

Offline Matrefeytontias

  • Axe roxxor (kinda)
  • LV10 31337 u53r (Next: 2000)
  • **********
  • Posts: 1982
  • Rating: +310/-12
  • Axe roxxor
    • View Profile
    • RMV Pixel Engineers
Re: [Axe] KoFiX (yet another Guitar Hero clone :P)
« Reply #42 on: October 06, 2012, 11:41:30 am »
If you're having trouble with the VAT browser, just post it, maybe I'll can fix it since I did a part of it ;)

Offline Hayleia

  • Programming Absol
  • Coder Of Tomorrow
  • LV12 Extreme Poster (Next: 5000)
  • ************
  • Posts: 3367
  • Rating: +393/-7
    • View Profile
Re: [Axe] KoFiX (yet another Guitar Hero clone :P)
« Reply #43 on: October 06, 2012, 12:28:27 pm »
It did interest me. It would be nice if you could work on this in your free time. If you don't mind, of course.
Ok then. But don't expect updates regularly ;)

If you're having trouble with the VAT browser, just post it, maybe I'll can fix it since I did a part of it ;)
In fact, strange appvars appear and when I try to save the currently updated song, sometimes it is not saved where it should. I think I let a ClrDraw(L1) somewhere that kills some pointers :P
I own: 83+ ; 84+SE ; 76.fr ; CX CAS ; Prizm ; 84+CSE
Sorry if I answer with something that seems unrelated, English is not my primary language and I might not have understood well. Sorry if I make English mistakes too.

click here to know where you got your last +1s

Offline Matrefeytontias

  • Axe roxxor (kinda)
  • LV10 31337 u53r (Next: 2000)
  • **********
  • Posts: 1982
  • Rating: +310/-12
  • Axe roxxor
    • View Profile
    • RMV Pixel Engineers
Re: [Axe] KoFiX (yet another Guitar Hero clone :P)
« Reply #44 on: October 06, 2012, 12:43:18 pm »
Mh, or maybe you're writing outbounds :-X