Community

SCI Programming => SCI Community How To's & Tutorials => Topic started by: Ternian on April 06, 2013, 05:54:07 AM

Title: Tracing in SCI studio
Post by: Ternian on April 06, 2013, 05:54:07 AM
Hi! I am new to SCI and I want to start making my own game. I am totally new.

I've seen references to 'tracing'. I assume this is drawing the image and then using SCI over the top of the image. Is this correct?

Does anyone have any screen shots of how they trace or how to do it SCI?

Thanks! :D
Title: Re: Tracing in SCI studio
Post by: gumby on April 06, 2013, 10:58:02 AM
In Studio, from the toolbar choose 'Background', then 'Load Tracing Image'.  In Companion, choose 'Pic' then 'Load Tracing Image'.

It's pretty straight forward, it just loads up a picture and you draw over it.  When you save the picture resource, the trace image isn't saved with it.  If you need to do this in multiple sessions, you can reload your tracing image after opening up the pic resource that you are working with.
Title: Re: Tracing in SCI studio
Post by: Ternian on April 07, 2013, 04:15:22 AM
What file do you need the tracing image saved as?
Title: Re: Tracing in SCI studio
Post by: gumby on April 07, 2013, 09:25:21 AM
Studio will only open BMPs, but with Companion I think you can use any image file.
Title: Re: Tracing in SCI studio
Post by: Ternian on April 07, 2013, 06:16:20 PM
Ah cool. :) Thanks. I think practice at drawing in lines is next.  8)