Author Topic: [Axe] KoFiX (yet another Guitar Hero clone :P)  (Read 15524 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 #15 on: August 24, 2012, 03:21:52 pm »
so how did you make the appvar browser? :D
You should ask Matrefeytontias for that. First of all, I don't really get how everything works in his code but just how to use it (:P). Secondly, he asked me to not put the source everywhere, don't know if that meant "don't give to anyone" or "don't give to everybody" :-\
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 #16 on: August 25, 2012, 05:53:50 am »
UPDATE
Now with a Titlescreen ^^
(even if all the options lead to the Appvar Browser :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 Eiyeron

  • Urist McEiyolobster
  • LV10 31337 u53r (Next: 2000)
  • **********
  • Posts: 1430
  • Rating: +130/-10
  • (-_(//));
    • View Profile
    • Rétro-Actif : Rétro/Prog/Blog
Re: [Axe] KoFiX (yet another Guitar Hero clone :P)
« Reply #17 on: August 25, 2012, 06:46:13 am »
Great main menu!

Offline chickendude

  • LV8 Addict (Next: 1000)
  • ********
  • Posts: 817
  • Rating: +90/-1
  • Pro-Riot Squad
    • View Profile
Re: [Axe] KoFiX (yet another Guitar Hero clone :P)
« Reply #18 on: August 25, 2012, 08:06:29 am »
It looks pretty cool, there's still a few things to work out to help with the gameplay (the keys, etc.) but it already feels very complete :)

Another option for the key layout which would be a little easier to hold would be to use the first column (with "clear" to "-") as the frets and Enter or some other key to strum. That way you could hold it like a guitar, though the keys wouldn't necessarily line up. I think you would adapt to it pretty easily though.

It looks great, though :D

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 #19 on: August 25, 2012, 11:42:53 am »
Great main menu!
It looks great, though :D
Thanks :D

Another option for the key layout which would be a little easier to hold would be to use the first column (with "clear" to "-") as the frets and Enter or some other key to strum. That way you could hold it like a guitar, though the keys wouldn't necessarily line up. I think you would adapt to it pretty easily though.
Yeah, I thought about it but aren't they a bit too close each one from each other ?
But I admit I'd prefer to code this solution because I don't have to invert the screen :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 #20 on: August 25, 2012, 12:45:09 pm »
The title screen is awesome O.O

In fact I meant "don't give the source to everybody", so I think that I can post the source here ^^
But I warn you, it's originally for my game Gravity Walls, so it's not a listing menu and the header is not the KoFiX one.
Spoiler For "VAT loader":
Quote from: Axe
.FINDAPPV
ClrHome
{E9830}rPU

Data(0,0^^r,0^^r,0^^r,0^^r,0)->Str1IN
21{Str1IN
Fill(+1,8,0

0IN
~1LQ

NxtAV(

!If LvlOk()
Disp "No level pack",i,"found!
Pause 1800
Return
Else
L++
End

While 1

If P>{E982E}r and getKey(1)
PU
IN
NxtAV(
ClrHome
End

If I>0 and getKey(4)
{E9830}rP
I--
L--
If I>0
0N
0Q
While 1
Next(
N++
LvlOk()+QQ
EndIf LvlOk() and (N≥I or (Q≥L))
NI
QL
End
ClrHome
End

Output(0,,"Type:",{P}>Dec
Output(0,+1,"Namelength:",{P-6}>Dec
GtNam(
Output(0,+2,"Name:",Str1IN+1
Pause 225
EndIf getKey(15)
Return

Lbl Next
P-7-{P-6}P
Return

Lbl NxtAV
While 1
!If P>{E982E}r
UP
NI
Return
End
Next(
I++
EndIf LvlOk()
L++
Return

Lbl LvlOk
If {P}=21
GtNam(
GetCalc(Str1IN,Y1)
{Y1}rr=E4755
Else
0
End
Return

Lbl GtNam
Fill(Str1IN+1,8,0
For(r1,1,{P-6}
{P-6-r1}{Str1IN+r1
End


Generated by the BBify'r (http://clrhome.org/resources/bbify/)

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 #21 on: August 25, 2012, 01:13:08 pm »
Thanks, that helped me to make my game so that may be useful to others ^^
Also, thanks for posting, I am now able to give you your well-deserved +1 :P

UPDATE
Nothing really interesting. I just added labels and a Z-Test so that the various options don't all lead to the song browser.
I also made the menu a little bit faster ;)
And now there are Credits :D
Haven't tested on real calc though, there might be a lot of blur :-\
« Last Edit: August 25, 2012, 03:06:06 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 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 #22 on: August 26, 2012, 12:38:44 pm »
little UPDATE
- fixed some RAM corruption that could happen if you went to the VAT browser then came back to the main menu ;D
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 #23 on: August 29, 2012, 11:01:03 am »
UPDATE
This time I write it in red and bolded because it is a big one :D
 - There is a loading screen -.-°
 - changed the keymap so that you can use either F1 to F5 or ON to Enter (still 2nd and alpha to strum)
 - MUSIC EDITOR !!! :w00t: You could have told me that you were getting bored with Monsters :P
Now, let's start fretting !
Well, it is still in early stages, so there is no extended functions for now (and my input routine has displaying problems :P).

How to use the editor:
- up and down to scroll through the notes
- right and left to scroll through the notes faster
- press frets and then 2nd to store a note to the current note
- press alpha to undo (only works once)
- press sto to save
« Last Edit: August 30, 2012, 02:14:27 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 Samos

  • LV0 Newcomer (Next: 5)
  • Posts: 4
  • Rating: +0/-0
    • View Profile
Re: [Axe] KoFiX (yet another Guitar Hero clone :P)
« Reply #24 on: August 29, 2012, 11:24:01 am »
Quote
(17:20:50) Hayleia: tu mets "It is awesome !! You are awesome !!"
super jeux!  :-X
il ne manque plus que le son
« Last Edit: August 29, 2012, 11:25:03 am by Samos »

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 #25 on: August 29, 2012, 11:28:37 am »
Quote
(17:20:50) Hayleia: tu mets "It is awesome !! You are awesome !!"
Lol :P

il ne manque plus que le son
Thanks, but this is going to be very hard:
- if I do it myself it will be crappy for sure :P
- if someone else does it he/she will have to mess with my code :P

Also, welcome to Omnimaga, be sure to Introduce Yourself ;D
« Last Edit: August 29, 2012, 11:31:25 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 Eiyeron

  • Urist McEiyolobster
  • LV10 31337 u53r (Next: 2000)
  • **********
  • Posts: 1430
  • Rating: +130/-10
  • (-_(//));
    • View Profile
    • Rétro-Actif : Rétro/Prog/Blog
Re: [Axe] KoFiX (yet another Guitar Hero clone :P)
« Reply #26 on: August 29, 2012, 01:39:35 pm »
Quote
(17:20:50) Hayleia: tu mets "It is awesome !! You are awesome !!"
super jeux!  :-X
il ne manque plus que le son


And please speak in French here, except in the French section. ;)

EDIT: Yeah, 500th post, 12 to go until a round number! :p
« Last Edit: August 29, 2012, 01:40:20 pm by Eiyeron »

Offline MGOS

  • LV6 Super Member (Next: 500)
  • ******
  • Posts: 336
  • Rating: +95/-0
    • View Profile
Re: [Axe] KoFiX (yet another Guitar Hero clone :P)
« Reply #27 on: August 29, 2012, 02:03:43 pm »
And please speak in French here, except in the French section. ;)
Lol - that's weird  ;D ... you mean English, right, sir?

Back to topic: great update, I'ma try it out soon :)
« Last Edit: August 29, 2012, 02:04:53 pm by MGOS »

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 #28 on: August 29, 2012, 02:25:00 pm »
EDIT: Yeah, 500th post, 12 to go until a round number! :p
Lol :P

Back to topic: great update, I'ma try it out soon :)
Thanks, but not too soon I hope, the one I posted has problems with appvars pointers :P
They are not great problems, it is just that the program reads elsewhere but it still writes at the right place so there should not be corruption, but please download this one so you can't complain :P
(updated the above post too)
« Last Edit: August 30, 2012, 02:14:04 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 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 #29 on: August 30, 2012, 02:13:39 am »
Sorry, the problem was still present. It is fixed now. Please redownload (again) :)

edit: Nope, apparently there are still some problems with the editor -.-°
« Last Edit: August 30, 2012, 02:19:14 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