New account registration is temporarily disabled.

SHININGRIVER'S PROFILE

I do freelance photoshop and writing in my free time. I'm also a computer programmer.

Search

Filter

Help with ink and recolor

author=Caz
Shoot, forgot to say I'd give this a try if I got time. Welp, if Mil's comes out better feel free to take his instead.

I really need to learn to use a tablet instead of a mouse..



That is awesome! I'll wait for mill's, too. Thanks a bunch~! :-)

Help with ink and recolor

Undershirt is dark gray or red. :-)
The shoes isn't open top (The part above the line and below the line are of the same color), the color is red, and the line in between should be black or white.

Help with ink and recolor

Hi, I need help in inking and coloring this character that I drew. I'm not knowledgeable with coloring and inking, so... :-)
Anyway, here's the picture. Due to the resolution, I'm putting it here as a link:
http://img801.imageshack.us/img801/8536/viw.png
Hair color is dark brown or black. Eye color is red
Scarf is red, and the overshirt is black or dark gray.
Pants is black, if the overshirt is dark gray. Dark gray if it is black.
Shoes are red. :-)
Thank you very much to whoever would take my request! :-)

Trihan's "Make me a script" topic!

I'm just going to sideline a bit...

Do you have a script that shows a window with a selectable list (for example, a window containing a list of player names)? I need to try to experiment on that one...

RMVX !Other2 Flame Recolor to Blue & Green

If you're using photoshop, you can go to Image->Adjustment->Hue.
Make sure to select "Colorize", then just drag the sliders to your heart's content. :-)

Trihan's "Make me a script" topic!

To add an array, you do this:
#Sample Array Declaration
description = [] #declared an empty array. You can add infinite number of items
description[0] = "First Item"
description[2] = "Second Item"
#and so forth

Trihan's "Make me a script" topic!

Yes.
I have another question. I'm using the draw_text_ex() method, and it seems to only display a max of 2 lines. Is it possible to display more, and to auto trim the text (the autotrim isn't really important, but meh XD)?

Edit: No worries, I think I got it. :-)

Trihan's "Make me a script" topic!

Trihan's "Make me a script" topic!

What I'm trying to do is to make a script containing an array. I want to make it separate since it's going to be a long one.
On another script, I plan to get the content of one of the items in that array and display it as a text.

Trihan's "Make me a script" topic!

That's alright. The layout comes first haha. I'm also trying to code something...
Is it possible for 1 script to call on the method and variable of another script?