HOME | DD

help-14 — Garnet's Load scene (Updated)

Published: 2012-03-09 13:06:38 +0000 UTC; Views: 3577; Favourites: 40; Downloads: 24
Redirect to original
Description Update graphics by kaitodesign, I think it is much better now
Related content
Comments: 25

Hey-er [2014-07-02 22:34:16 +0000 UTC]

Woah! Is garnet still going on? is the game close to being finished?

👍: 0 ⏩: 0

Fraot [2012-12-17 03:35:41 +0000 UTC]

It's really amazing. Your skills are superb, actually.

And is this "in-game"? Because if it's, I'm intrigued by how did you achieve to put that little screenshot there, how did you trim it by code and that stuff.

👍: 0 ⏩: 1

help-14 In reply to Fraot [2012-12-22 13:31:39 +0000 UTC]

you can cut it in code, this is a example:

def SaveScreenCapture
if FileTest.exist?("save_small.png")
File.delete("save_small.png")
end
if FileTest.exist?("save_big.png")
File.delete("save_big.png")
end
if($PokemonSystem.screensize==0)
capturefile="save_small.png"
onescreenwidth= DEFAULTSCREENWIDTH *0.5
onescreenheight=192
else
capturefile="save_big.png"
onescreenwidth= DEFAULTSCREENWIDTH
onescreenheight=192*2
end
if capturefile
takescreen=Win32API.new("rubyscreen.dll","TakeScreenshot","%w(p)","i")
takescreen.call(capturefile)
if FileTest.exist?(capturefile)
@needcut = BitmapCache.load_bitmap(capturefile)
if($PokemonSystem.screensize==0)
@needsave=Bitmap.new(115,75)
@needsave.clear
rectToCut=Rect.new(86,58,onescreenwidth,onescreenheight)
else
@needsave=Bitmap.new(230,150)
@needsave.clear
rectToCut=Rect.new(173,117,onescreenwidth,onescreenheight)
end
@needsave.blt(0,0,@needcut,rectToCut)
File.delete(capturefile)
@needsave.saveToPng(capturefile)
end
end
end

👍: 0 ⏩: 1

Fraot In reply to help-14 [2012-12-22 19:53:38 +0000 UTC]

Very nice! And the two corners above the picture are in another layer?
Like very carefully merged to "camouflage" with the background?

Because I can see that the capture is cropped in a smaller rectangle.

👍: 0 ⏩: 1

help-14 In reply to Fraot [2012-12-23 10:24:47 +0000 UTC]

Yep just a layer.

👍: 0 ⏩: 0

PeekyChew [2012-05-03 14:48:06 +0000 UTC]

Is the little screen where you were when it was saved? That's a really good idea.

👍: 0 ⏩: 1

help-14 In reply to PeekyChew [2012-05-04 07:52:37 +0000 UTC]

Yes it is.

👍: 0 ⏩: 0

KKKaito [2012-03-13 15:31:50 +0000 UTC]

There are some little errors, but i'm sure you can fix them. Great job, i'm proud to draw HUD for a project like Pkmn Garnet!

👍: 0 ⏩: 2

harikenn In reply to KKKaito [2012-05-29 20:02:17 +0000 UTC]

Whoa! You are an amazing artist!

👍: 0 ⏩: 1

KKKaito In reply to harikenn [2012-05-29 20:18:22 +0000 UTC]

Thank you, too kind! >o<

👍: 0 ⏩: 1

harikenn In reply to KKKaito [2012-05-29 20:24:08 +0000 UTC]

You really are though C:

👍: 0 ⏩: 0

help-14 In reply to KKKaito [2012-03-14 08:03:21 +0000 UTC]

What errors o.0

👍: 0 ⏩: 1

KKKaito In reply to help-14 [2012-03-14 12:38:36 +0000 UTC]

One of the two black lines don't have the opacity and the white frame about the option's box is too high, you have to lower it by 1 pixel. :3

👍: 0 ⏩: 1

help-14 In reply to KKKaito [2012-03-25 05:47:17 +0000 UTC]

Fixxed

👍: 0 ⏩: 1

KKKaito In reply to help-14 [2012-03-25 11:31:38 +0000 UTC]

Great!

👍: 0 ⏩: 0

Rezfan [2012-03-12 15:26:55 +0000 UTC]

Yesh :3

👍: 0 ⏩: 0

PEDRO121 [2012-03-09 22:40:11 +0000 UTC]

Epic stuff is epic Great job!
Only one problem though... Scratch that, no problems whatsoever

👍: 0 ⏩: 0

Fushica [2012-03-09 18:59:29 +0000 UTC]

Oh wow, very pretty
I wonder if it would be easier on the eyes to not have that bright spot in the center <:I

👍: 0 ⏩: 0

Hydrargirium [2012-03-09 17:46:12 +0000 UTC]

Impressive! *-*
I love the new graphics! *-*
I need to provide you badge graphics soon. :3

👍: 0 ⏩: 1

help-14 In reply to Hydrargirium [2012-03-09 17:47:08 +0000 UTC]

And the front sprite for Pokedex too

👍: 0 ⏩: 0

TenTango [2012-03-09 17:31:56 +0000 UTC]

The background seems a little busy. I'm not a big fan of the gradient.

👍: 0 ⏩: 1

help-14 In reply to TenTango [2012-03-09 17:33:32 +0000 UTC]

But still better than the old one right?

👍: 0 ⏩: 1

TenTango In reply to help-14 [2012-03-09 17:48:01 +0000 UTC]

Kinda. The both have positive qualities.

👍: 0 ⏩: 0

DILAGO [2012-03-09 16:23:10 +0000 UTC]

cute :3

👍: 0 ⏩: 0

DIAPAUSE [2012-03-09 16:16:37 +0000 UTC]

LOVELY MUCH!

👍: 0 ⏩: 0