Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - turiqwalrus

Pages: 1 ... 29 30 [31] 32 33 ... 61
451
Gaming Discussion / Re: WarSow
« on: October 26, 2011, 09:00:54 am »
Hi peoples, again. I'm wondering, Does anybody play WarSow and of course: WHERE can I find awesome HUD's, Maps, and guns.
I also need to know how to use .wd10, .wd11, and .wd12 files with Warsow v0.62.
why is this in music showcase ???

452
Music Showcase / Re: yeongJIN_COOL - yeongJIN_COOL is COOL as always
« on: October 26, 2011, 08:41:22 am »
Awesome. Now I'll try out musescore.
good idea :D
musescore is great...

453
Humour and Jokes / Re: If u want to earn post ratings...
« on: October 26, 2011, 08:25:16 am »
the
eggplant
is
verydelicious :P

454
News / Re: OS 1.03 and PHYSIUM add-in
« on: October 21, 2011, 01:06:35 pm »
It's wonderful to know that Casio are listening to us and fixing the bugs. It truly feels like they care about everything, and that's great!
which is one thing that we can't say about TI :P
Spoiler For EDIT:
400th post!!!!1!!1111!one

455
Music Showcase / Re: turiqwalrus's music thread
« on: October 21, 2011, 10:01:34 am »
woo, update...
I added part of a third section, but may turn it into a different piece, as it doesn't fit the general style of the other 2 parts :P

BTW, if anyone's interested, the instruments I used are Trumpet, Tuba, Alto sax(which doesn't sound like an alto sax at all XD), Tubular bells, Marimba, and B flat Clarinet

456
Music Showcase / Re: turiqwalrus's music thread
« on: October 21, 2011, 08:24:03 am »
It sounds great!
Kinda kingdom-ish feel XD
lol XD
this tells me that I listen to too much RPG music :P

457
Music Showcase / Re: turiqwalrus's music thread
« on: October 21, 2011, 08:16:45 am »
here we go...
just note, the second part still needs a transition, so it probably sounds somewhat disjointed :P
I would still like feedback, though :D
EDIT: the reason I didn't post the wav file is because it's OVER NINE THOUSAND kb, over twice the attachment size limit :P

458
Music Showcase / Re: turiqwalrus's music thread
« on: October 21, 2011, 07:54:01 am »
nvm...
i'll just hijack my parent's laptop: it has iTunes, which should work just as well(hopefully :P)

459
Music Showcase / Re: turiqwalrus's music thread
« on: October 21, 2011, 07:42:46 am »
http://media.io/
Here's the link for online wav to mp3 converter XD
I tried that before, but the resulting file was only the first 4 notes or so >:(
that's likely because of my unreliable internet, though :P
Unsupported file format ???

460
Miscellaneous / Re: What is your avatar?
« on: October 21, 2011, 07:09:52 am »

461
TI Z80 / Re: Pokemon Topaze (Axe)
« on: October 21, 2011, 07:01:13 am »
Could you make a back-up of your savegame so we can make this bug happen again, to test if it disappeared in next versions please ?


(don't know about the quality of the English language in that sentence ;))
it's the appvar pokesav, right?
i'll post it here so you can look for any errors/corruption in it as well ;)

462
Axe / Re: Tilemapping in Axe
« on: October 21, 2011, 06:56:57 am »
For nibbles, cant you just do this?

Code: [Select]
:For(A,GDB1,GDB1+length(GDB1)-1)
:2*A->Z
:nib{Z}->M
:nib{Z+1}->N
:.display sprite M
:.display sprite N
:End
optimized with explanation ;)
Code: [Select]
:For(A,GDB1,GDB1+length(GDB1)-1)
:Z/16->M   //gets only the first 4 bits 'cause it rounds
:Z^16->N    //gets only last 4 bits(modulo)
:.display sprite M
:.display sprite N
:End

463
Music Showcase / Re: turiqwalrus's music thread
« on: October 21, 2011, 06:53:06 am »
That's the thing about MuseScore. D:
What I do is use online wav→mp3 converter.
can you give me a link? thanks :)

464
Music Showcase / Re: turiqwalrus's music thread
« on: October 20, 2011, 03:22:55 pm »
I just found out that the conversion to MIDI didn't take into accout the higher tempo that I was using :P
I managed to preserve the speed and add a new(disjointed) section(will add a decent transition in the next update) by converting to a .wav file instead... if anyone has problems loading this filetype, please tell me(it can't convert to mp3 >:()

465
TI Z80 / Re: Pokemon Topaze (Axe)
« on: October 20, 2011, 11:10:06 am »
'k. I'll do that.

Pages: 1 ... 29 30 [31] 32 33 ... 61