Omnimaga

Omnimaga => News => Topic started by: Hot_Dog on March 26, 2011, 07:30:23 pm

Title: Correlation Quick Start Guide, Lowering of Correlation Testing Requirements
Post by: Hot_Dog on March 26, 2011, 07:30:23 pm
By popular request, I've put together a quick start guide for Correlation.  Let me know what you guys think, including suggestions.

http://www.omnimaga.org/index.php?action=dlattach;topic=7326.0;attach=6845

Also, if you would like to be a new person to test Correlation, YOU DO NOT NEED TO READ THE FULL MANUAL TO TEST ANYMORE.  But you still need to be willing to make a decent program rather than just "goof around" with Correlation.
Title: Re: Correlation Quick Start Guide
Post by: Yeong on March 26, 2011, 09:33:23 pm
Simple and with screenshot. I like it!
EDIT: So you can make custom size font using a same way?
Title: Re: Correlation Quick Start Guide
Post by: DJ Omnimaga on March 26, 2011, 09:47:44 pm
Awesome! One thing, however: Is the Quick start guide yellow image supposed to overlap on the manual title, though? I see "For Basic" but nothing that is behind.
Title: Re: Correlation Quick Start Guide
Post by: Hot_Dog on March 26, 2011, 11:23:54 pm
@yeongJIN_COOL Very, very similar process.  Once you understand the Quick Start Guide, starting the manual won't be so hard.  And the manual tells you how to do the custom size.

@DJ That is intentional.  It happened to look nice ;D
Title: Re: Correlation Quick Start Guide, Lowering of Correlation Testing Requirements
Post by: DJ Omnimaga on March 26, 2011, 11:39:01 pm
Ah I see. It indeed looks nice actually. I wasn't sure at first since I pressed CTRL+A and it looked like there was text selected behind, but I guess it wasn't the case.
Title: Re: Correlation Quick Start Guide, Lowering of Correlation Testing Requirements
Post by: willrandship on March 27, 2011, 01:40:56 am
So, wait, will int work for vars while correlation is running? I use it quite often.....I hope it only bothers it if it has quotes.

Yay for a release! I had a thought: MP using the extra font!
Title: Re: Correlation Quick Start Guide, Lowering of Correlation Testing Requirements
Post by: Hot_Dog on March 27, 2011, 10:26:51 am
So, wait, will int work for vars while correlation is running? I use it quite often.....I hope it only bothers it if it has quotes.

Yay for a release! I had a thought: MP using the extra font!


Oh dear, what's MP?

No worries, Int( will only hassle if there's quotes.  Otherwise it really will compute integers.
Title: Re: Correlation Quick Start Guide, Lowering of Correlation Testing Requirements
Post by: Yeong on March 28, 2011, 07:42:38 am
I found a typo(?) in ur manual
Code: [Select]
1:Asm(pgrmCORELATE
int(“TESTFONT
ln(1,1,”AAAABBBBBBBBAAAA
ln(1,2,”AAAABBBBBBBBAAAA
ln(1,3,”AAAABBBBBBBBAAAA
ln(1,4,”AAAABBBBBBBBAAAA
ln(1,5,”AAAABBBBBBBBAAAA
ln(1,6,”AAAABBBBBBBBAAAA
ln(1,7,”AAAABBBBBBBBAAAAAAAABBBBBBBBAAAA
int(“DD
Pause
0:Asm(pgrmCORELATE

Isn't it supposed to be
Code: [Select]
1:Asm(pgrmCORELATE
int(“TESTFONT
ln(1,1,”AAAABBBBBBBBAAAA
ln(1,2,”AAAABBBBBBBBAAAA
ln(1,3,”AAAABBBBBBBBAAAA
ln(1,4,”AAAABBBBBBBBAAAA
ln(1,5,”AAAABBBBBBBBAAAA
ln(1,6,”AAAABBBBBBBBAAAA
ln(1,7,”AAAABBBBBBBBAAAA
ln(1,8,"AAAABBBBBBBBAAAA
int(“DD
Pause
0:Asm(pgrmCORELATE
?
Title: Re: Correlation Quick Start Guide, Lowering of Correlation Testing Requirements
Post by: Hot_Dog on March 28, 2011, 01:20:02 pm
That was not a typo.  I did that on purpose to show how ln( works like Output( does.  In other words, text wraps to the next line when the edge of the screen is reached.
Title: Re: Correlation Quick Start Guide, Lowering of Correlation Testing Requirements
Post by: Ashbad on March 28, 2011, 01:25:58 pm
I can't really test right now, I have a s***load of projects atm, but maybe later.

this is reminding me of getting certs, except this is 'Correlation Certification Version 1.0 B' ;)
Title: Re: Correlation Quick Start Guide, Lowering of Correlation Testing Requirements
Post by: DJ Omnimaga on March 28, 2011, 03:33:41 pm
So, wait, will int work for vars while correlation is running? I use it quite often.....I hope it only bothers it if it has quotes.

Yay for a release! I had a thought: MP using the extra font!


Oh dear, what's MP?

No worries, Int( will only hassle if there's quotes.  Otherwise it really will compute integers.
Maybe OS 2.53MP and later added extra fonts?
Title: Re: Correlation Quick Start Guide, Lowering of Correlation Testing Requirements
Post by: Hot_Dog on March 28, 2011, 03:35:18 pm
Oh, Math Print. Fraid I no can do :(
Title: Re: Correlation Quick Start Guide, Lowering of Correlation Testing Requirements
Post by: DJ Omnimaga on March 28, 2011, 03:37:08 pm
Personally if he means that I would avoid using such fonts, since then the game would only be losable on 2.53MP or higher. On older OSes people would get a nice error message upon sending the program.