Free Character Creation Screen (Made with Konett's Keri Sprite)

This section is for people to post assets that people can use in their games. Everything here should have a creative commons or other open license, or be in the public domain.
Post Reply
Message
Author
User avatar
namastaii
Eileen-Class Veteran
Posts: 1350
Joined: Mon Feb 02, 2015 8:35 pm
Projects: Template Maker for Ren'Py, What Life
Github: lunalucid
Skype: Discord: lunalucid#1991
Soundcloud: LunaLucidMusic
itch: lunalucid
Location: USA
Contact:

Free Character Creation Screen (Made with Konett's Keri Sprite)

#1 Post by namastaii »

I was going to use Konett's Keri sprite in my game that I started years ago and I've redesigned the game so many times since then and have also decided to get custom sprites created so I thought I'd give out my layer manipulations and dress up code for anyone to use. Not all Keri assets are here (you can find the original PSD on Konett's thread here.)
(I've also made these images much larger so you'll likely need to use zoom to display them)

This was created with assets from all Keri versions provided by Konett

Image
Download from itch.io or Download from GitHub

The dressup template includes the following:
• 1 base with 5 skin colors
• 5 hairstyles
• 15 hair colors for each style
• 3 eye shapes
• 10 eye colors
• 5 top styles
• 6 variations for each top style
• 3 bottom styles
• 6 variations for each bottom style
• and of course the code


I've created lips and eyebrows that match each skin shade

You can download the original PSD files from Konett and add more in. I've taken the leather pants and added jean material to it as well as changed some of the tops and added some designs to them.

User avatar
parttimestorier
Veteran
Posts: 429
Joined: Thu Feb 09, 2017 10:29 pm
Completed: No Other Medicine, Well Met By Moonlight, RE:BURN, The Light at the End of the Ocean, Take A Hike!, Wizard School Woes
Projects: Seeds of Dreams
itch: janetitor
Location: Canada
Contact:

Re: Free Character Creation Screen (Made with Konett's Keri Sprite)

#2 Post by parttimestorier »

Thanks for sharing this! Looks like it will be really useful for people who want their games to have customizable characters, and just fun to play around with too.
ImageImageImage

User avatar
namastaii
Eileen-Class Veteran
Posts: 1350
Joined: Mon Feb 02, 2015 8:35 pm
Projects: Template Maker for Ren'Py, What Life
Github: lunalucid
Skype: Discord: lunalucid#1991
Soundcloud: LunaLucidMusic
itch: lunalucid
Location: USA
Contact:

Re: Free Character Creation Screen (Made with Konett's Keri Sprite)

#3 Post by namastaii »

No problem, it was fun creating :) plus this can easily be turned into renpy language and doesn't need to be in python

Code: Select all

image keri = LiveComposite(
    (467, 946),
    (0, 0), "Create_Character/Base/base[skin_color].png",
    (0, 0), "Create_character/Bottoms/bottom[bottom_choice]_[bottom_style].png",
    (0, 0), "Create_character/Tops/top[top_choice]_[top_style].png",
    (0, 0), "Create_character/Eyebrows/eyebrows[skin_color]_1.png",
    (0, 0), "Create_character/Eyes/eyes[eyes]_[eye_color].png",
    (0, 0), "Create_character/Mouth/mouth[skin_color]_1.png",
    (0, 0), "Create_character/Hair/hair[hairstyle]_[hair_color].png",
)

Post Reply

Who is online

Users browsing this forum: No registered users