Author Topic: Bluescale  (Read 33298 times)

0 Members and 1 Guest are viewing this topic.

SirCmpwn

  • Guest
Re: Bluescale
« Reply #60 on: October 14, 2010, 08:39:54 am »
Miamas was totally released for the TI-83+, like a week ago :P

Offline Deep Toaster

  • So much to do, so much time, so little motivation
  • Administrator
  • LV13 Extreme Addict (Next: 9001)
  • *************
  • Posts: 8217
  • Rating: +758/-15
    • View Profile
    • ClrHome
Re: Bluescale
« Reply #61 on: October 14, 2010, 09:38:31 am »
Augh, I was referring to the post before it, talking about Halo. Page switch :P




Offline shmibs

  • しらす丼
  • Administrator
  • LV11 Super Veteran (Next: 3000)
  • ***********
  • Posts: 2132
  • Rating: +281/-3
  • try to be ok, ok?
    • View Profile
    • shmibbles.me
Re: Bluescale
« Reply #62 on: October 14, 2010, 11:16:25 am »
yeah, with this i wanna see if I can manipulate BLOD to my advantage to see if I can make a harmless bluescale game maybe?  :D
so far, the widest variety i've been able to get on the screen at one time was three shades of blue(vertical lines only) and 4*4 white squares. it's VERY tricky to get this to work, though, and everything come's out looking messy when sliding from blue to white because it takes forever for the lc to drain, so i doubt anything useful will ever come of it.

Offline JustCause

  • CoT Emeritus
  • LV8 Addict (Next: 1000)
  • *
  • Posts: 810
  • Rating: +115/-5
    • View Profile
Re: Bluescale
« Reply #63 on: October 14, 2010, 12:53:02 pm »
OH GOD 4 PAGES HOW LONG WAS I OUT.

By request from Snake X, here's the code for my effect. I've only posted the effect code, none of the OVER NINETY MILLION DAMAGE and such.
Code: [Select]
:1->Q
:For(R,0,20
:ClrDraw
:For(B,1,3
:20*B+5->P
:1->F
:For(A,0,94
:Rect(P,A,5,4
:If rand^2=0
:P+1->P
:Else
:P-1->P
:End
:End
:End
:If Q=1
:DrawInv
:End
:DispGraph
:For(A,1,2500
:Shade(0
:Shade(63
:End
:End
:Shade(50
If used, credit in documentation would be nice.
See you, space cowboy...

Offline kindermoumoute

  • LV8 Addict (Next: 1000)
  • ********
  • Posts: 836
  • Rating: +54/-3
    • View Profile
Re: Bluescale
« Reply #64 on: October 14, 2010, 02:49:55 pm »
work on TI-83+, but this is dark blue.
Projects :

Worms armageddon z80 :
- smoothscrolling Pixelmapping : 100%
- Map editor : 80%
- Game System : 0%

Tutoriel français sur l'Axe Parser
- 1ère partie : en ligne.
- 2ème partie : en ligne.
- 3ème partie : en ligne.
- 4ème partie : 10%
- Annexe : 100%

Offline Snake X

  • Ancient Veteran
  • LV8 Addict (Next: 1000)
  • ********
  • Posts: 810
  • Rating: +33/-8
    • View Profile
Re: Bluescale
« Reply #65 on: October 14, 2010, 03:44:55 pm »
hmm.. I'll test it when im ready to pull a battery.. ill edit this if its good.
that should take.. oh.. whenever i get back in 3 mins from now

edit:
results for 83+: no blue, exept for like.. a split second at the very end.
« Last Edit: October 14, 2010, 04:00:16 pm by Snake X »
Loved this place, still the best producers of power metal, and sparked my dreams of coding.

Offline DJ Omnimaga

  • Clacualters are teh gr33t
  • CoT Emeritus
  • LV15 Omnimagician (Next: --)
  • *
  • Posts: 55942
  • Rating: +3154/-232
  • CodeWalrus founder & retired Omnimaga founder
    • View Profile
    • Dream of Omnimaga Music
Re: Bluescale
« Reply #66 on: October 14, 2010, 05:50:21 pm »
Strange, I never got able to achieve blue on my 83+. Could it be because I got an older calc?
Now active at https://discord.gg/cuZcfcF (CodeWalrus server)

Offline meishe91

  • Super Ninja
  • LV11 Super Veteran (Next: 3000)
  • ***********
  • Posts: 2946
  • Rating: +115/-11
    • View Profile
    • DeviantArt
Re: Bluescale
« Reply #67 on: October 14, 2010, 06:00:35 pm »
It might have to do with model, serial number, all that stuff like several other things depend on.
Spoiler For Spoiler:



For the 51st time, that is not my card! (Magic Joke)

Offline ztrumpet

  • The Rarely Active One
  • CoT Emeritus
  • LV13 Extreme Addict (Next: 9001)
  • *
  • Posts: 5712
  • Rating: +364/-4
  • If you see this, send me a PM. Just for fun.
    • View Profile
Re: Bluescale
« Reply #68 on: October 14, 2010, 06:31:28 pm »
Hehe, I've been playing that Halo game for years now on my 83+... :P

Wasn't it originally released for the TI-81? http://www.ticalc.org/archives/files/fileinfo/431/43140.html
Gah, got me. ;D

I think this is too harmful for me to try.  I wish it was possible without being harmful. :)

Offline Snake X

  • Ancient Veteran
  • LV8 Addict (Next: 1000)
  • ********
  • Posts: 810
  • Rating: +33/-8
    • View Profile
Re: Bluescale
« Reply #69 on: October 14, 2010, 06:52:59 pm »
I tried it... but what I wanna know is, will it only work for the 84+?
Loved this place, still the best producers of power metal, and sparked my dreams of coding.

Offline guy6020665

  • LV6 Super Member (Next: 500)
  • ******
  • Posts: 481
  • Rating: +7/-1
    • View Profile
Re: Bluescale
« Reply #70 on: October 14, 2010, 08:12:02 pm »
Well seeing as code has already been posted,

Code: [Select]
.AA
Repeat getkey(15)
Shade(0
Shade(63
End
Shade(53

Thats what i did

ASHBAD_ALVIN

  • Guest
Re: Bluescale
« Reply #71 on: October 14, 2010, 08:12:14 pm »
Whenever I've borrowed a friend's 83+ I always wanted to see how high the contrast can go.  I can only make it a slight bit blue, and usually it's only black.  I can make a very bright blue on my 84+, but have failed to do so in lower number calcs.

Offline Snake X

  • Ancient Veteran
  • LV8 Addict (Next: 1000)
  • ********
  • Posts: 810
  • Rating: +33/-8
    • View Profile
Re: Bluescale
« Reply #72 on: October 14, 2010, 08:20:40 pm »
so then I just need an 84+ then...
well...... I might sell my calc for an upgrade.. after I get my laptop that is
Loved this place, still the best producers of power metal, and sparked my dreams of coding.

ASHBAD_ALVIN

  • Guest
Re: Bluescale
« Reply #73 on: October 14, 2010, 08:22:35 pm »
Then get an SE edition.  I should've gotten one, cause I'm an APP collector so I've only got like 6 app spaces left :P

Offline AngelFish

  • Is this my custom title?
  • Administrator
  • LV12 Extreme Poster (Next: 5000)
  • ************
  • Posts: 3242
  • Rating: +270/-27
  • I'm a Fishbot
    • View Profile
Re: Bluescale
« Reply #74 on: October 14, 2010, 09:18:06 pm »
Inspired by this thread, I was playing around with the contrast settings on my calc today in a lecture on Thermo. That screen gets quite blue without any BLOD.
∂²Ψ    -(2m(V(x)-E)Ψ
---  = -------------
∂x²        ℏ²Ψ