Beauty Pack [Modpack] (v0.5)

Post Reply
User avatar
runs
Member
Posts: 3225
Joined: Sat Oct 27, 2018 08:32

Beauty Pack [Modpack] (v0.5)

by runs » Post

Image

Beauty Pack! The first 2.0 Mod ever is finally here!

- Forget to lose your beautiful face by cause of the skin mods.
- Reduce the lag on your server because of tons of similar skins.

Content Rating

Image
Sammy Rating

Closet [closet]

Image
Image

- A closet to dress your Sams up.
- No nudity (underwear if no a lower cloth defined).
- You can use it as container too.
- 3D Armor Compatible.
- You can only put a cloth of a kind (head, upper and lower).

Vanity

Craft a Vanity Table to change your face:
- 3 skin tones.
- 6 eye colors.
- 5 colors of hair.

Image

Mirrors [mirrors]

- To craft a closet and vanity.

Fabric [fabric]
Image

- Craft cotton fabrics of all the colors.

Default Clothes [default_clothes]
Image

- The default cloth craftings based on fabrics.

Cool Cloth [ccloth]

More clothes for your Sams!

Image The Urban Set

License

- Code: GPLv3
- Textures: CC4SA

Dependencies

- Hard: playez_api(z) [Updated Fork]
- Optional: 3d_armor(z) [Updated Fork from the Minetest Mods Fork Last Ultimate Version]

API

You can create your own exclusive outfits!

An example:

Code: Select all

player_api.register_cloth("player_api:cloth_female_upper_default", {
	description = S("Purple Stripe Summer T-shirt"),
	inventory_image = "cloth_female_upper_default_inv.png",
	wield_image = "cloth_female_upper_default.png",
	texture = "cloth_female_upper_default.png",
	preview = "cloth_female_upper_preview.png",
	gender = "female", --[male|female|unisex] for tooltip purpose only
	groups = {cloth = 2}, --1 for head, 2 for upper, 3 for lower & 4 for footwear.
})
Look the default clothes for the texture dimensions.

Attached Cloth

You can define attached cloth, i.e. a Hoodie that would need a hood acting as a whole piece.

Code: Select all

player_api.register_cloth("ccloth:gray_hoodie", {
	description = S("Gray Hoodie"),
	texture = "ccloth_gray_hoodie.png",
	inventory_image = "ccloth_gray_hoodie_inv.png",
	wield_image = "ccloth_gray_hoodie_inv.png",
	preview = "ccloth_gray_hoodie_preview.png",
	gender = "unisex",
	groups = {cloth = 2},
	attach = "ccloth:gray_hoodie_hood",
})

player_api.register_cloth("ccloth:gray_hoodie_hood", {
	attached = true,
	texture = "ccloth_gray_hoodie_hood.png",
	groups = {cloth = 1},
})



Comands

/toggle_gender: Toogles between male/female character.

Download
Attachments
Beauty Pack Logo.png
Beauty Pack Logo.png (590.21 KiB) Viewed 546 times
closet.png
closet.png (296.03 KiB) Viewed 546 times
fabrics.png
fabrics.png (15.64 KiB) Viewed 546 times
Last edited by runs on Wed Aug 18, 2021 00:18, edited 37 times in total.

User avatar
runs
Member
Posts: 3225
Joined: Sat Oct 27, 2018 08:32

Re: Be Beauty Pack [Modpack]

by runs » Post

Stay Alert!!! Upcoming Addon Packs with new cool outfits:

- Samantha, Beach Day.
- Samantha at Coachella.

Crazy WOW Events!
Samantha Fashion Week '21: Awards and Prizes to Designers!!! Stay Tuned!!!
Attachments
clothes.png
clothes.png (4.83 KiB) Viewed 546 times
closet2.png
closet2.png (111.76 KiB) Viewed 546 times
Last edited by runs on Sun Dec 13, 2020 13:54, edited 1 time in total.

User avatar
runs
Member
Posts: 3225
Joined: Sat Oct 27, 2018 08:32

Re: Beauty Pack [Modpack] (v0.1)

by runs » Post

- Changed the logo to be more nice.

User avatar
runs
Member
Posts: 3225
Joined: Sat Oct 27, 2018 08:32

Re: Beauty Pack [Modpack] (v0.2)

by runs » Post

v0.2

- Now you can replace a cloth of the same type if room available (you have not to remove it firstly to put a new one).

User avatar
runs
Member
Posts: 3225
Joined: Sat Oct 27, 2018 08:32

Re: Beauty Pack [Modpack] (v0.2)

by runs » Post

v0.3
- Added "footwear" to type of clothes.
- Added the default cloth "Common Black Shoes" (unisex).
- Some minor fixes thanks to luacheck.

Remember to update player_api(z) too.

User avatar
runs
Member
Posts: 3225
Joined: Sat Oct 27, 2018 08:32

Re: Beauty Pack [Modpack] (v0.2)

by runs » Post

Now this mod is certified as:
Image
Sammy Rating

User avatar
runs
Member
Posts: 3225
Joined: Sat Oct 27, 2018 08:32

Re: Beauty Pack [Modpack] (v0.2)

by runs » Post

Image

- Craft a Vanity Table to change your face.
-- 3 skin tones.
-- 6 eye colors.
-- 5 hair colors.

- New mod "Cool Cloth".
Image The Urban Set
-- Gray Hoodie.
-- Blue jeans.
-- Black Sneakers.

- New swimming animations!

- New attached type of cloth.

Image
Attachments
urban_set.png
urban_set.png (3.61 KiB) Viewed 546 times
vanity.png
vanity.png (133.91 KiB) Viewed 546 times
beauty_pack.png
beauty_pack.png (553.28 KiB) Viewed 546 times

User avatar
Codesound
Member
Posts: 365
Joined: Thu Jun 09, 2016 14:56

Re: Beauty Pack [Modpack] (v0.3)

by Codesound » Post

I love this girl more every day!!!

Thamks!

User avatar
runs
Member
Posts: 3225
Joined: Sat Oct 27, 2018 08:32

Re: Beauty Pack [Modpack] (v0.3)

by runs » Post

v0.4
- Now randomized characters after the gender is selected: different hairs, eyes and skins for new players.
- Added a light brown skin, pink and black eyes and dark brown hair.
Image

This will add a lot of variety for the players in my server JuanchiZ.

I have to add new clothes too in the next release. This will allow hundreds of combinations of characters without using skins = less load for the Server.
Attachments
more colors.png
more colors.png (190.47 KiB) Viewed 546 times

User avatar
runs
Member
Posts: 3225
Joined: Sat Oct 27, 2018 08:32

Re: Beauty Pack [Modpack] (v0.4)

by runs » Post

v0.5

- Sync with player_api(z).

Post Reply

Who is online

Users browsing this forum: No registered users and 29 guests