Author Topic: Silence 2 - resetted  (Read 17617 times)

0 Members and 1 Guest are viewing this topic.

Offline aeTIos

  • Nonbinary computing specialist
  • LV12 Extreme Poster (Next: 5000)
  • ************
  • Posts: 3915
  • Rating: +184/-32
    • View Profile
    • wank.party
Re: Silence 2 - resetted
« Reply #15 on: December 06, 2011, 05:48:57 am »
More likely he doesn't own a 89 :P
I'm not a nerd but I pretend:

Offline Yeong

  • Not a bridge
  • LV12 Extreme Poster (Next: 5000)
  • ************
  • Posts: 3739
  • Rating: +278/-12
  • Survivor of Apocalypse
    • View Profile
Re: Silence 2 - resetted
« Reply #16 on: December 06, 2011, 07:13:10 am »
WOW I never got silence 2 working it gave errors for me so I cant wait to play it!
Yeah, I know. D:
That's the other reason that I restarted this project.
Somehow, it gave people error and wiped their calculator for some reason.
Sig wipe!

Offline Yeong

  • Not a bridge
  • LV12 Extreme Poster (Next: 5000)
  • ************
  • Posts: 3739
  • Rating: +278/-12
  • Survivor of Apocalypse
    • View Profile
Re: Silence 2 - resetted
« Reply #17 on: December 06, 2011, 07:36:12 am »
Now the new game screen!


Also, I used my old cursor routine so people who played silence before can get used to play silence 2 quickly. :D
(or just simply being lazy :P )

Offline aeTIos

  • Nonbinary computing specialist
  • LV12 Extreme Poster (Next: 5000)
  • ************
  • Posts: 3915
  • Rating: +184/-32
    • View Profile
    • wank.party
Re: Silence 2 - resetted
« Reply #18 on: December 06, 2011, 09:20:49 am »
Looks great
I'm not a nerd but I pretend:

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: Silence 2 - resetted
« Reply #19 on: December 06, 2011, 03:51:51 pm »
I think I remember seeing the first game in the serie and it seemed pretty nice. I'M glad there's a sequel. It reminds me of one of the game in last year's Cemetech contest.
Now active at https://discord.gg/cuZcfcF (CodeWalrus server)

Offline Yeong

  • Not a bridge
  • LV12 Extreme Poster (Next: 5000)
  • ************
  • Posts: 3739
  • Rating: +278/-12
  • Survivor of Apocalypse
    • View Profile
Re: Silence 2 - resetted
« Reply #20 on: December 06, 2011, 03:55:43 pm »
Clash of Dimension? :D
Sig wipe!

Offline ben_g

  • Hey cool I can set a custom title now :)
  • LV9 Veteran (Next: 1337)
  • *********
  • Posts: 1002
  • Rating: +125/-4
  • Asm noob
    • View Profile
    • Our programmer's team: GameCommandoSquad
Re: Silence 2 - resetted
« Reply #21 on: December 06, 2011, 03:59:45 pm »
Looks awsome, just like silence1! I can't wait to play this.

Have you also ever thought of combining contrast effects to that evaporating text and using contrast instaed of grayscale for the fade-in at the start? But anyway, it already looks awesome.
My projects
 - The Lost Survivors (Unreal Engine) ACTIVE [GameCommandoSquad main project]
 - Oxo, with single-calc multiplayer and AI (axe) RELEASED (screenshot) (topic)
 - An android version of oxo (java)  ACTIVE
 - A 3D collision detection library (axe) RELEASED! (topic)(screenshot)(more recent screenshot)(screenshot of it being used in a tilemapper)
Spoiler For inactive:
- A first person shooter with a polygon-based 3d engine. (z80, will probably be recoded in axe using GLib) ON HOLD (screenshot)
 - A java MORPG. (pc) DEEP COMA(read more)(screenshot)
 - a minecraft game in axe DEAD (source code available)
 - a 3D racing game (axe) ON HOLD (outdated screenshot of asm version)

This signature was last updated on 20/04/2015 and may be outdated

Offline Yeong

  • Not a bridge
  • LV12 Extreme Poster (Next: 5000)
  • ************
  • Posts: 3739
  • Rating: +278/-12
  • Survivor of Apocalypse
    • View Profile
Re: Silence 2 - resetted
« Reply #22 on: December 06, 2011, 04:08:39 pm »
Looks awsome, just like silence1! I can't wait to play this.

Have you also ever thought of combining contrast effects to that evaporating text and using contrast instaed of grayscale for the fade-in at the start? But anyway, it already looks awesome.
Thanks for idea. I might use that soon. ;)
Sig wipe!

Offline annoyingcalc

  • LV10 31337 u53r (Next: 2000)
  • **********
  • Posts: 1953
  • Rating: +140/-72
  • Found in Eclipse.exe
    • View Profile
Re: Silence 2 - resetted
« Reply #23 on: December 06, 2011, 07:31:06 pm »
More likely he doesn't own a 89 :P
Actually I do but it is in my Aunt's storage and I think Myst will be my first game to try
This used to contain a signature.

Offline Yeong

  • Not a bridge
  • LV12 Extreme Poster (Next: 5000)
  • ************
  • Posts: 3739
  • Rating: +278/-12
  • Survivor of Apocalypse
    • View Profile
Re: Silence 2 - resetted
« Reply #24 on: December 07, 2011, 10:46:20 am »
If anyone's interested, this is the concept/code of the evaporating stuffs.

Code: [Select]
:ClrDrawrr            //blank screen
:DrawInv
:Copy(L6,L3,768
:DispGraphrr
 
 
:ClrDrawrr            //Stuff at back buffer
:---STUFF HERE---
:DrawInv
:Copy(L6,L3,768
:ClrDraw
:DrawInv
:DispGraphrr
 
 
:ClrDrawrr           //Stuff at front buffer
:DrawInv
:Copy(L6,L3,768
:ClrDraw
:---STUFF HERE---
:DrawInv
:DispGraphrr
 
 
:ClrDrawrr          //Stuff at both buffer
:---STUFF HERE---
:DrawInv
:Copy(L6,L3,768
:DispGraphrr
 
 
:ClrDrawrr         //Stuff at front buffer
:DrawInv
:Copy(L6,L3,768
:ClrDraw
:---STUFF HERE---
:DrawInv
:DispGraphrr
 
 
:ClrDrawrr         //Stuff at back buffer
:---STUFF HERE---
:DrawInv
:Copy(L6,L3,768
:ClrDraw
:DrawInv
:DispGraphrr
 
 
:ClrDrawrr        //blank screen
:DrawInv
:Copy(L6,L3,768
:DispGraphrr
« Last Edit: December 07, 2011, 10:56:55 am by TBO_Yeong »
Sig wipe!

Offline Hayleia

  • Programming Absol
  • Coder Of Tomorrow
  • LV12 Extreme Poster (Next: 5000)
  • ************
  • Posts: 3367
  • Rating: +393/-7
    • View Profile
Re: Silence 2 - resetted
« Reply #25 on: December 07, 2011, 11:05:57 am »
And here is my attempt (we discussed on irc, it is ok that I post it). It evaporates the whole buffer (the beginning of each code is to prepare the buffer, to have something to evaporate ;)) and may be unoptimized :P

WARNING: It evaporates the whole buffer !!!

ClrDraw
Fix 5
Text(15,25,"TEST")
DispGraph
Pause 1800

.evaporate to get white
DrawInv
For(A,0,256)
.256 is too much but at least enough
For(B,0,768)
{L6+B}^^r->r1
rand->r2
r1 or r2->{L6+B}^^r
End
DrawInv
DispGraph
DrawInv
End

ClrDraw
Fix 5
Text(15,25,"TEST")
DrawInv
DispGraph
Pause 1800

.evaporate to get black
For(A,0,256)
.256 is too much but at least enough
For(B,0,768)
{L6+B}^^r->r1
rand->r2
r1 or r2->{L6+B}^^r
End
DispGraph
End
« Last Edit: December 07, 2011, 11:31:15 am by Hayleia »
I own: 83+ ; 84+SE ; 76.fr ; CX CAS ; Prizm ; 84+CSE
Sorry if I answer with something that seems unrelated, English is not my primary language and I might not have understood well. Sorry if I make English mistakes too.

click here to know where you got your last +1s

Offline Sorunome

  • Fox Fox Fox Fox Fox Fox Fox!
  • Support Staff
  • LV13 Extreme Addict (Next: 9001)
  • *************
  • Posts: 7920
  • Rating: +374/-13
  • Derpy Hooves
    • View Profile
    • My website! (You might lose the game)
Re: Silence 2 - resetted
« Reply #26 on: December 07, 2011, 12:53:19 pm »
Silence 2 looks.....cool!

THE GAME
Also, check out my website
If OmnomIRC is screwed up, blame me!
Click here to give me an internet!

Offline Yeong

  • Not a bridge
  • LV12 Extreme Poster (Next: 5000)
  • ************
  • Posts: 3739
  • Rating: +278/-12
  • Survivor of Apocalypse
    • View Profile
Re: Silence 2 - resetted
« Reply #27 on: December 08, 2011, 11:28:32 am »
Here's the test version if you want to try.
Run prgmSILENCE2.
2nd is to select, and mode+2nd is to quit. enjoy!
It's really short, btw.
Oh. Also, you need DCS7, and everything is archived.
Sig wipe!

Offline JustCause

  • CoT Emeritus
  • LV8 Addict (Next: 1000)
  • *
  • Posts: 810
  • Rating: +115/-5
    • View Profile
Re: Silence 2 - resetted
« Reply #28 on: December 08, 2011, 12:43:59 pm »
Um, I hate to be the one to point this out, but "vengance" is spelled with an A. ^^;
See you, space cowboy...

Offline Yeong

  • Not a bridge
  • LV12 Extreme Poster (Next: 5000)
  • ************
  • Posts: 3739
  • Rating: +278/-12
  • Survivor of Apocalypse
    • View Profile
Re: Silence 2 - resetted
« Reply #29 on: December 08, 2011, 12:47:25 pm »
D:
I'll fix that. XP
Sig wipe!