Language…
7 users online:  Nanako, steelsburg,  Teyla, TheClassicOne88, Tulip Time Scholarship Games, VLSkoot, Zavok - Guests: 117 - Bots: 175
Users: 64,665 (2,405 active)
Latest user: DragonDog

ExoticMatter's Profile

ExoticMatter

Name: ExoticMatter
Title:
Forum posts: 603 (0.11 per day) (View)
Forum threads: 30 (20.10 posts per thread)
Since: (registered for 14 years, 5 months and 15 days)
Last post: , in GradientTool - Latest Version: v0.8.2.1 (July 7, ‘15) (Resource & Tool Releases)
Last activity: (6 years, 11 months and 14 days ago)
Files: View
Submissions: 3 (View)
Location: Canada
Local time: (-5 hours from the server)

Contact

Website:

User Bio

I used to be known as ShadowFan-X.
I am the creator of GradientTool, the tool for both calculating gradients and generating HDMA to use.

My only other works of interest would be these:
LevelMusic UtilitySM64 Clean ROM verifierHQX VirtualDub FilterImoSPC2 (Alpha)Music Section SPC PlayerEmbeddable SPC Player for SMWCYouTube EmbedderJSRomcleanJS Address ConverterLazyHDMA

Did you can embed SPC files in the forum? Simply install the Greasemonkey/Tampermonkey script in this thread, and use the embed-spc class on a direct link to an SPC file, and the script will take care of the rest!

Example:

Code
<a class="embed-spc" href="http://bin.smwcentral.net/u/7478/smw.zip">Super Mario World OST</a>
<a class="embed-spc" href="http://bin.smwcentral.net/u/7478/yi.zip">Yoshi’s Island OST</a>
<a class="embed-spc" href="http://bin.smwcentral.net/u/7478/dkq.zip">Donkey Kong Country 2: Diddy Kong’s Quest OST</a>
<a class="embed-spc" href="https://www.dropbox.com/s/zhxir2guz09nwo6/mmx-16.spc?dl=1">Megaman X – Storm Eagle</a>


Super Mario World OST
Yoshi’s Island OST
Donkey Kong Country 2: Diddy Kong’s Quest OST
Megaman X – Storm Eagle

Useful Tables



Here’s a useful lookup table for accurately converting a 5-bit colour channel value to an 8-bit colour channel value:

Code
byte[] v5_to_v8 =
{
	0x00, 0x08, 0x10, 0x19, 0x21, 0x29, 0x31, 0x3A,
	0x42, 0x4A, 0x52, 0x5A, 0x63, 0x6B, 0x73, 0x7B,
	0x84, 0x8C, 0x94, 0x9C, 0xA5, 0xAD, 0xB5, 0xBD,
	0xC5, 0xCE, 0xD6, 0xDE, 0xE6, 0xEF, 0xF7, 0xFF,
};


Usage:

Code
// where v5 is a 5-bit colour channel value
byte v8 = v5_to_v8[v5];


Funny Cleverbot Conversations



Cleverbot the bully
Quote
User: What is my name?
Cleverbot: Dungface?

User: I hate you, meanie!
Cleverbot: Who are you?
User: I'm just a stupid dungface! *runs away sobbing*.

Cleverbot: That's what I thought.


Cleverbot is not so clever:
Quote
User: Are you dumb?
Cleverbot: Yes.


Quote
User: Who?
Cleverbot: Yes?
User: What?
Cleverbot: I'm sorry. I suffered a transischemic attack.
User: When?
Cleverbot: Where?
User: Why?
Cleverbot: Because Ryden lives.
User: How?
Cleverbot: Because the Bible tells me so!