This is a read-only archive of the old Scratch 1.x Forums.
Try searching the current Scratch discussion forums.

#1 2012-01-14 07:56:02

howitsdone
New Scratcher
Registered: 2012-01-11
Posts: 7

Is it possible to create a customizable character option in a game?

Hey there. I'm currently working on a project but I'm taking a little break (oh, I'm suuch a  slacker, it's true) to make an RPG with Scratch. Now, almost all good RPG's have a character customizing feature. Is it possible to make that with Scratch? I would assume one would have to use variables and make A LOT of sprites to do this... but can it be done?

Offline

 

#2 2012-01-14 08:27:46

SJRCS_011
Scratcher
Registered: 2011-02-07
Posts: 1000+

Re: Is it possible to create a customizable character option in a game?

howitsdone wrote:

Hey there. I'm currently working on a project but I'm taking a little break (oh, I'm suuch a  slacker, it's true) to make an RPG with Scratch. Now, almost all good RPG's have a character customizing feature. Is it possible to make that with Scratch? I would assume one would have to use variables and make A LOT of sprites to do this... but can it be done?

Yes, if you have several different costumes for each sprite you want to customize.
Should be easier when 2.0 comes out.


http://i.imgur.com/vQqtH.png
Learning to Program in a Nutshell:  "You're missing a closing parentheses" - LS97

Offline

 

#3 2012-01-14 09:48:22

howitsdone
New Scratcher
Registered: 2012-01-11
Posts: 7

Re: Is it possible to create a customizable character option in a game?

SJRCS_011 wrote:

howitsdone wrote:

Hey there. I'm currently working on a project but I'm taking a little break (oh, I'm suuch a  slacker, it's true) to make an RPG with Scratch. Now, almost all good RPG's have a character customizing feature. Is it possible to make that with Scratch? I would assume one would have to use variables and make A LOT of sprites to do this... but can it be done?

Yes, if you have several different costumes for each sprite you want to customize.
Should be easier when 2.0 comes out.

Hmm, it's not working... I wish there was some way I could set something so that when the player set the Face sprite in the customization "level" to Costume3 by clicking the arrow, then the sprite they play the game with would have the same face (i.e. if the customization "level" face sprite was at the green skin color, then main gameplay sprite would have a green face as well).

Offline

 

#4 2012-01-14 09:59:19

laptop97
Scratcher
Registered: 2011-06-27
Posts: 1000+

Re: Is it possible to create a customizable character option in a game?

howitsdone wrote:

SJRCS_011 wrote:

howitsdone wrote:

Hey there. I'm currently working on a project but I'm taking a little break (oh, I'm suuch a  slacker, it's true) to make an RPG with Scratch. Now, almost all good RPG's have a character customizing feature. Is it possible to make that with Scratch? I would assume one would have to use variables and make A LOT of sprites to do this... but can it be done?

Yes, if you have several different costumes for each sprite you want to customize.
Should be easier when 2.0 comes out.

Hmm, it's not working... I wish there was some way I could set something so that when the player set the Face sprite in the customization "level" to Costume3 by clicking the arrow, then the sprite they play the game with would have the same face (i.e. if the customization "level" face sprite was at the green skin color, then main gameplay sprite would have a green face as well).

Are you using variables?

Offline

 

#5 2012-01-14 10:13:30

henley
Scratcher
Registered: 2008-06-21
Posts: 1000+

Re: Is it possible to create a customizable character option in a game?

SJRCS_011 wrote:

Should be easier when 2.0 comes out.

How?


"I've worked so hard for you and you give me nothing in return. Do you need help... Or do I?"

Offline

 

#6 2012-01-14 10:15:22

Dazachi
Retired Community Moderator
Registered: 2009-09-12
Posts: 1000+

Re: Is it possible to create a customizable character option in a game?

To customize, you could make multiple sprites and have them move together. It could get slightly messy potentially. If you wanted to do the work, you could also just make all the possible combinations as costumes, but that could take a while.


Dazachi, Retired Community Moderator
May also know me as OJACheung.

Offline

 

#7 2012-01-14 18:41:22

howitsdone
New Scratcher
Registered: 2012-01-11
Posts: 7

Re: Is it possible to create a customizable character option in a game?

I think I've figured it out, actually. It's not exactly what I had in mind, but I think I can make it work.


& no I'm not using variables, that won't make a difference. Or will it?

Offline

 

#8 2012-01-14 23:21:31

Dazachi
Retired Community Moderator
Registered: 2009-09-12
Posts: 1000+

Re: Is it possible to create a customizable character option in a game?

howitsdone wrote:

I think I've figured it out, actually. It's not exactly what I had in mind, but I think I can make it work.


& no I'm not using variables, that won't make a difference. Or will it?

Depends how you are doing it. There are plenty of ways, you should be fine.


Dazachi, Retired Community Moderator
May also know me as OJACheung.

Offline

 

#9 2012-01-15 00:31:19

Thescratch3
Scratcher
Registered: 2011-06-14
Posts: 1000+

Re: Is it possible to create a customizable character option in a game?

henley wrote:

SJRCS_011 wrote:

Should be easier when 2.0 comes out.

How?

More abilities and blocks.


View my projects. Or face The scratch curse! (Get it?)
http://i56.tinypic.com/2cdk8hy.png

Offline

 

#10 2012-01-15 00:32:21

Thescratch3
Scratcher
Registered: 2011-06-14
Posts: 1000+

Re: Is it possible to create a customizable character option in a game?

Try checking out this project of mine, it has the character customizing feature, just download and use the scripts and give credit if you do use it: Cube Land.


View my projects. Or face The scratch curse! (Get it?)
http://i56.tinypic.com/2cdk8hy.png

Offline

 

#11 2012-02-05 15:47:58

cheekycheese
Scratcher
Registered: 2010-10-23
Posts: 11

Re: Is it possible to create a customizable character option in a game?

I would like to have a customizable character in my third- person shooting game. I'm not interested in customizing the appearance of the player's character, but more their abilities and the weapons availible to them. I have made it so the player can choose a Primary and Secondary weapon out of about 10 different ones, and they can also choose an extra ability, eg. Run faster, more health, more grenade damage, etc. It works properly. If you have ideas of extra abilities, or other ways in which I could customize the character, could you suggest them on this forum please, because in games like COD and battlefield 3( which is awesome) you can customize a lot of stuff, not just 3 things.

Last edited by cheekycheese (2012-02-05 15:49:03)

Offline

 

Board footer