Do You Work Out A Sprite's Expressions as You Write?

Questions, skill improvement, and respectful critique involving game writing.
Post Reply
Message
Author
User avatar
Obscura
Eileen-Class Veteran
Posts: 1431
Joined: Fri Mar 09, 2012 6:58 pm
Projects: Coming Out On Top
Location: United States
Contact:

Do You Work Out A Sprite's Expressions as You Write?

#1 Post by Obscura »

I'm just curious how most people work with the sprite's expressions while writing out their scripts.

Do you tend to write out the entire script first (meaning the text and dialogue) and then go back and include expression and pose changes?

Or do you include the expression and pose changes as you go along?

(The current process for me is currently very time consuming, but it's probably because I have far more expressions than I actually need.) :roll:
Coming Out On Top - An Adult Gay Dating Sim
website

User avatar
nyaatrap
Crawling Chaos
Posts: 1824
Joined: Mon Feb 13, 2012 5:37 am
Location: Kimashi Tower, Japan
Contact:

Re: Do You Work Out A Sprite's Expressions as You Write?

#2 Post by nyaatrap »

Sprites effects will be changed after proofreading, so I don't put most of codes first not to waste coding time. Usually, put only scene statement.

User avatar
Geckos
Veteran
Posts: 471
Joined: Fri Aug 17, 2012 8:33 am
Completed: Brilliant Shadows, Perceptions of the Dead, The Phantom Icecream Truck
Projects: Embers of Magic, Pale Spectrum, Perceptions of the Dead
Organization: Ithaqua Labs
Tumblr: geckosart
Deviantart: sitaart
Contact:

Re: Do You Work Out A Sprite's Expressions as You Write?

#3 Post by Geckos »

I generally get the script in there, and as I preview it in the game, I add the sprite's expressions as appropriate.
Image ImageImage

User avatar
Ran08
Miko-Class Veteran
Posts: 737
Joined: Tue Jun 12, 2012 1:17 am
Completed: https://ran.itch.io/
Projects: Fate's Cafe
Tumblr: otometwist
Skype: @otomeran
itch: ran
Location: Manila
Contact:

Re: Do You Work Out A Sprite's Expressions as You Write?

#4 Post by Ran08 »

Eh? :) As for me I make the sprite's expressions first. I do find that complicated too, making a lot of expressions, so I mostly just use some basic ones for my script. Afterwards, if I feel the need for a special expression, then I do it.

Veniae
Veteran
Posts: 461
Joined: Sun Mar 06, 2011 9:01 am
Contact:

Re: Do You Work Out A Sprite's Expressions as You Write?

#5 Post by Veniae »

I write and then add in the whole coding (poses, expressions, settings, music...). Or more rather, I write and then I procrastinate on coding while I write some more.

It's wonderful, having a lot of expressions, but actually including them in the script is such a pain. Especially when said script is huge.

How about you, Obscura? What's your method?

User avatar
destiny_921
Regular
Posts: 150
Joined: Sat Oct 27, 2012 2:24 am
Completed: Closure [KN]
Projects: The Universal Hope (writer, WIP)
Contact:

Re: Do You Work Out A Sprite's Expressions as You Write?

#6 Post by destiny_921 »

I multi-task >.>

While I'm writing, I keep in mind that I have graphics - thus restraining myself from going into unnecessary long-winded descriptions/explanations.
“Think left and think right and think low and think high. Oh, the thinks you can think up if only you try”
– Dr. Seuss

::Completed:: Closure (KN)
::WIPs:: The Universal Hope


::Misc::
Writing Guide

User avatar
netravelr
Miko-Class Veteran
Posts: 504
Joined: Thu Jan 28, 2010 2:31 am
Completed: Culina: Hands in the Kitchen, Culina: The Spirit of Cooking, Saving Zoey
Projects: Love at the Laundromat
Organization: Lakeview Interactive
Deviantart: netravelr
Location: USA
Contact:

Re: Do You Work Out A Sprite's Expressions as You Write?

#7 Post by netravelr »

As I don't do art at all but commission, I have to plan out all of the expressions ahead of time inside of Culina in terms of making the least amount of assets for the most amount of things and I actually had to commission an angry expression after the fact because I thought a generic upset would work for both sad and angry. And now I know. I think for new projects I'd like to have more written before going into artland as it'd be easier to tell what expressions to do.
Image
Technical Designer/Programmer
Game Design Portfolio - Project updates on my Twitter
Experienced in: C/C++/C#, Python, Unreal, Unity, and Flash
_________________
"Space can be very lonely. The greatest adventure is having someone share it with you."

User avatar
LateWhiteRabbit
Eileen-Class Veteran
Posts: 1867
Joined: Sat Jan 19, 2008 2:47 pm
Projects: The Space Between
Contact:

Re: Do You Work Out A Sprite's Expressions as You Write?

#8 Post by LateWhiteRabbit »

I write indications of expressions as I write the first draft script. (I don't write it to be directly imported to Ren'Py, as I know it'll go through several revisions.) Then when I finish the script, I go back through and itemize the number of different expressions for each character. Then I consolidate expressions to reduce the amount needed as much as possible for each character.

I actually use a bit of scratch paper at first to make tick-marks on. Every time I encounter a new expression for a character I write it down, then I make a mark next to it every time it appears in the script. I'll do some consolidation in this phase, for instance dividing all "happy-themed" expressions into just two categories, like "happy" and "very happy". At the end of this process I am left with an easy go to of each character's most used expressions. This helps me decide where to put focus regarding the art, and also lets me easily see the expressions that are only used once and can probably be cut.

I further break these down by expressions that can be done with facial feature changes only, or if the entire pose will be modified. I try and be very careful with changes in pose depending on the number of different outfits a character will make that pose in. The art requirements can grow exponentially if you have a lot of outfits with a lot of poses.
1 Pose + 1 Outfit = 1 Drawing.
2 Poses + 1 Outfit = 2 Drawings.
2 Poses + 2 Outfits = 4 Drawings.
3 Poses + 3 Outfits = 9 Drawings!
"Oh, my God, the art is turning into MATH. The outfits are acting as an exponent to the poses!" Image

All this doesn't take very long, maybe an evening at most. And it lets me make a Gantt chart (that I inevitably will screw up and not follow) and determine the feasibility of a project. I've actually got a couple of fully finished VN scripts with concept art done that I've not started on because the feasibility study came back with a firm "Oh, Hell no. This is an 'all your free time for 3 years' art project." Better to find that out up front than get burnt out months into the project by the sheer volume of work.

I never start art work for a project before I finish writing it, aside from a few quick loose concept sketches. There is too much potential for wasted art otherwise.

User avatar
Obscura
Eileen-Class Veteran
Posts: 1431
Joined: Fri Mar 09, 2012 6:58 pm
Projects: Coming Out On Top
Location: United States
Contact:

Re: Do You Work Out A Sprite's Expressions as You Write?

#9 Post by Obscura »

Thanks folks. Sounds like writing sans expressions is the first order of business for most of you.
Veniae wrote:I write and then add in the whole coding (poses, expressions, settings, music...). Or more rather, I write and then I procrastinate on coding while I write some more.

It's wonderful, having a lot of expressions, but actually including them in the script is such a pain. Especially when said script is huge.

How about you, Obscura? What's your method?
Haha, I find it easier to procrastinate on writing than coding.

My method is to write and include expressions later. But I have so many expressions (at least 40 per character) it takes an extremely long time for me to get through one scene, like you said. I think I'm going to have to start culling most of them. I don't know if people will even notice the difference between "shock1" and "shock2" or "sad3" and "sad4". :cry:
Coming Out On Top - An Adult Gay Dating Sim
website

User avatar
nyaatrap
Crawling Chaos
Posts: 1824
Joined: Mon Feb 13, 2012 5:37 am
Location: Kimashi Tower, Japan
Contact:

Re: Do You Work Out A Sprite's Expressions as You Write?

#10 Post by nyaatrap »

Speaking of which, I'm using a special screen to support expression/sound coding. It contains list of sprites, costumes, expressions, sounds and music, and plays them anytime.
tmp00002.png
If someone interested, here is a simplified sample code: http://lemmasoft.renai.us/forums/viewto ... 33#p242128

Tsuyuri
Regular
Posts: 30
Joined: Thu Jan 03, 2013 1:57 pm
Contact:

Re: Do You Work Out A Sprite's Expressions as You Write?

#11 Post by Tsuyuri »

I work chapter per chapter so I tend to work out the sprite expressions as I write (I got the odd feature of daydreaming in anime-style mode)

so usually when I write my script has something like

Character
Outfit
Pose
Expression

tags (in the script itself) so when for example their expression changes I just go


Character change expression > new expression

luckily the one helping me with the coding already gotten used to it ^^

dramspringfeald
Miko-Class Veteran
Posts: 825
Joined: Tue May 03, 2011 2:45 pm
Projects: The Echo, CBlue, Safety_Dance
Location: ABQ-USA
Contact:

Re: Do You Work Out A Sprite's Expressions as You Write?

#12 Post by dramspringfeald »

I've found I use those "Expression memes" very useful.

Draw the character Then draw the Pose & Expression at the same time then the outfits. The Outfits I've found work well with Flash or Object Manipulation.

Because my games use Furries I cant really just slide the Dodge/Burn tool so Each character gets their own set of Sprites.
Don't be a Poser! Learn to Draw
Learn to Draw with Stan Lee
Learn to Draw with Mark Crilley
If you want you can brows my art. My art can be found at...FA // IB // DA Neglected for a few years so I'm just now updating it

Learn to break a bone to break a bone,
Learn to build a house to build a house,
Learn to make a Game to make a Game.

User avatar
Obscura
Eileen-Class Veteran
Posts: 1431
Joined: Fri Mar 09, 2012 6:58 pm
Projects: Coming Out On Top
Location: United States
Contact:

Re: Do You Work Out A Sprite's Expressions as You Write?

#13 Post by Obscura »

Thank you everyone for the helpful advice.

I've settled on working on my vomit draft right now, and just quickly placing #expression, making many up many of them as I go along.

I figure once I go back to the second (or third or fourth drafts), I'll start figuring out which expressions I'll actually be using.
Coming Out On Top - An Adult Gay Dating Sim
website

Post Reply

Who is online

Users browsing this forum: No registered users