Omnimaga

Calculator Community => Other Calc-Related Projects and Ideas => Topic started by: Zeromus on April 22, 2006, 04:50:00 am

Title: Requests
Post by: Zeromus on April 22, 2006, 04:50:00 am
This is the area for song requests, gameplay requests, and other stuff like that! well, go on!
Title: Requests
Post by: tenniskid493 on April 22, 2006, 09:39:00 am
Flashdance!!!!!!  The bestest song ever!
Title: Requests
Post by: Zeromus on April 22, 2006, 09:51:00 am
:Dbiggrin.gif okay, I'll see what I can do :Ptongue.gif I cannot make a perfect port though, but I can make agap
Title: Requests
Post by: Dragon__lance on April 22, 2006, 10:43:00 am
Butterfly from DDR Extreme2!!  
Title: Requests
Post by: DJ Omnimaga on April 22, 2006, 12:08:00 pm
BLUMCHEN!!!!!!!

I can send u a small song sample if u want to make a simfile for it ^^
Title: Requests
Post by: kalan_vod on April 22, 2006, 12:49:00 pm
How about making it detect double key presses, seeing that you are using xlib and all :Ptongue.gif.
Title: Requests
Post by: DJ Omnimaga on April 22, 2006, 03:37:00 pm
key dection is slow with xlib getkey :*(
Title: Requests
Post by: kalan_vod on April 22, 2006, 03:58:00 pm
Tank uses xLIBs getkey function, it works perfectly.
Title: Requests
Post by: DJ Omnimaga on April 23, 2006, 01:48:00 am
yeah but I mean it is not suitable for making a game where we cannot hold down arrow keys, like a ddr game, where u press different arrows every loop. In a game where u move something around the map or screen it works fine

I could make a xLIB geykey version of XXR and you would understand what I mean. I tried it and I deleted the whole thing
Title: Requests
Post by: kalan_vod on April 23, 2006, 05:27:00 am
He is working on something in asm that will allow up+down and w/e..But I think if you added just using xlibs it would be fine.
Title: Requests
Post by: DJ Omnimaga on April 23, 2006, 06:17:00 am
ooh nice, I hope it run fast enough with asm command, but the slower speed might let more time to the routine to detect the keypress. With xlib you have one picosecond to press the key at the same time the function is called and if u press the keys later they arent stored in memory for the next loop like with the basic one
Title: Requests
Post by: Jeremy Avalon on April 23, 2006, 07:00:00 am
Crazy Frog - Axel F. :)smile.gif :twisted:
Title: Requests
Post by: Zeromus on April 23, 2006, 07:06:00 am
Okay, I'll see about nthese songs ^^

As for the xLIB real(8 command, works well for me, I can handle it fine, you just have to be pressing it BEFORE the command, less than 4 arrows into the song people catch on, but like always, real calc pwnz the emus.

As for my custom ASM program, I figured it'd run too slow, so I'm sticking with real(8.

I will however do multi arrows, if I can get it to run fast enough :Dbiggrin.gif I'm a big stickler on speed here, I'm not even displaying combos or scores to keep speed up.
Title: Requests
Post by: kalan_vod on April 23, 2006, 09:34:00 am
Yeah, doing something like this with asm( would be too slow. I am glad you will stick with xLIB for the getkey function :Dbiggrin.gif.