[MOD]Colored Beds [beds]

Post Reply
User avatar
Napiophelios
Member
Posts: 1035
Joined: Mon Jul 07, 2014 01:14
GitHub: Napiophelios
IRC: Nappi
In-game: Nappi

[MOD]Colored Beds [beds]

by Napiophelios » Post

This is a modified version of the default Minetest game's beds mod by Blockmen.

Licensed: MIT
Depends: default, wool

These are experimental replacements for the beds mod.
Don't test them except for in a newly created world.

I have experimenting two different versions.

mod_001: uses texture modifiers and overlays to use the wool textures
from whatever texture pack you are using to create the beds
so long as you are using a 16 pixel texture pack :)
colored_beds_mod001.zip
(106.21 KiB) Downloaded 140 times
mod_002: uses textures created with the default wool textures.
This one is the better choice for game performance.
colored_beds_mod002.zip
(180.85 KiB) Downloaded 240 times
Image
preview.png
preview.png (61.15 KiB) Viewed 2652 times
Last edited by Napiophelios on Mon Nov 06, 2017 08:16, edited 2 times in total.

User avatar
AleksSyntek
Member
Posts: 30
Joined: Sat Jun 17, 2017 18:01
GitHub: AleksSyntek
IRC: Aleks
In-game: Aleks
Location: Argentina
Contact:

Re: [MOD]Colored Beds [beds]

by AleksSyntek » Post

Good mod, also I'm thinking that you can extend it to allow use of pre-made images to do as cover sheet or at least one image. This can personalize more the player's bed, as a sort of bed "skin".
Crash happens.

User avatar
ManElevation
Member
Posts: 896
Joined: Tue Aug 02, 2016 22:04
GitHub: ManElevation
IRC: ManElevation
In-game: ManElevation
Location: Madrid,Spain

Re: [MOD]Colored Beds [beds]

by ManElevation » Post

Nice +1
does it have all colours or just blue :P
i know stupid question..
My Public Mods! Discord: Rottweiler Games#3368

User avatar
v-rob
Developer
Posts: 971
Joined: Thu Mar 24, 2016 03:19
GitHub: v-rob
IRC: v-rob
Location: Right behind you.

Re: [MOD]Colored Beds [beds]

by v-rob » Post

ManElevation wrote:Nice +1
does it have all colours or just blue :P
i know stupid question..
Did you notice the black bed in the corner? They almost certainly do.
Core Developer | My Best Mods: Bridger - Slats - Stained Glass

User avatar
ManElevation
Member
Posts: 896
Joined: Tue Aug 02, 2016 22:04
GitHub: ManElevation
IRC: ManElevation
In-game: ManElevation
Location: Madrid,Spain

Re: [MOD]Colored Beds [beds]

by ManElevation » Post

v-rob wrote:
ManElevation wrote:Nice +1
does it have all colours or just blue :P
i know stupid question..
Did you notice the black bed in the corner? They almost certainly do.
...
My Public Mods! Discord: Rottweiler Games#3368

Teen_Miner
Member
Posts: 46
Joined: Fri Jun 03, 2016 18:21
GitHub: LapisWolf
IRC: LapisWolf
In-game: LapisWolf

Re: [MOD]Colored Beds [beds]

by Teen_Miner » Post

I've noticed something that I find a bit irritating. The simple bed would take the texture pack's version of the wool texture and slap it on top of the foot of the default bed textures on their respective colors. It doesn't happen to the fancy beds,just the simple one. This is all aesthetic and doesn't break the core functionality at all(works as normal), but I can't stop thinking about it. Is this normal? (I'm using beds_002)
cdb_yuId0gpEgnYo

User avatar
FrostRanger
Member
Posts: 80
Joined: Thu Oct 11, 2018 05:40
GitHub: WulftheNordicRanger
IRC: FrostRanger FrostRanger[m]
In-game: FrostRanger FrostStar
Location: In the untamed wilderness of wherever I happen to be dimension hopping this time...
Contact:

Re: [MOD]Colored Beds [beds]

by FrostRanger » Post

Looks nice, but can you put your code on some git site like gitlab or github? That way people can view your code before they download it
Edit: The second one works better if one uses a non 16x texture pack, may make a PR to add support for 32x and 64x texture packs 'cause I need 64x support for fever since we use sharpnet, in the meantime though I shall use the second version as it looks nice enough
Sole ranger and ruler of the frozen realms of Cabin Fever and seeker of the ever elusive Dungeon Master...

User avatar
Napiophelios
Member
Posts: 1035
Joined: Mon Jul 07, 2014 01:14
GitHub: Napiophelios
IRC: Nappi
In-game: Nappi

Re: [MOD]Colored Beds [beds]

by Napiophelios » Post

Teen_Miner wrote:
Wed Jun 10, 2020 15:41
I've noticed something that I find a bit irritating. The simple bed would take the texture pack's version of the wool texture and slap it on top of the foot of the default bed textures on their respective colors. It doesn't happen to the fancy beds,just the simple one. This is all aesthetic and doesn't break the core functionality at all(works as normal), but I can't stop thinking about it. Is this normal? (I'm using beds_002)
I don't remember exactly but I believe version #002 has premade textures
(crafted from default game textures with no overlays)
so if you use a texture pack with different default wood it will not change appearance of the beds.

User avatar
Napiophelios
Member
Posts: 1035
Joined: Mon Jul 07, 2014 01:14
GitHub: Napiophelios
IRC: Nappi
In-game: Nappi

Re: [MOD]Colored Beds [beds]

by Napiophelios » Post

FrostRanger wrote:
Wed Jun 10, 2020 19:00
Looks nice, but can you put your code on some git site like gitlab or github? That way people can view your code before they download it
This was just an experiment, nothing I am really interested in updating.
I don't even know if it works with the latest releases
FrostRanger wrote:
Wed Jun 10, 2020 19:00
Edit: The second one works better if one uses a non 16x texture pack, may make a PR to add support for 32x and 64x texture packs 'cause I need 64x support for fever since we use sharpnet, in the meantime though I shall use the second version as it looks nice enough
Check out Hamlet's hidden doors mod, he has an interesting way for the mod using different sized texture packs. You may have to add some more texture modifiers as well :)

User avatar
FrostRanger
Member
Posts: 80
Joined: Thu Oct 11, 2018 05:40
GitHub: WulftheNordicRanger
IRC: FrostRanger FrostRanger[m]
In-game: FrostRanger FrostStar
Location: In the untamed wilderness of wherever I happen to be dimension hopping this time...
Contact:

Re: [MOD]Colored Beds [beds]

by FrostRanger » Post

Napiophelios wrote:
Sat Jun 13, 2020 02:16
FrostRanger wrote:
Wed Jun 10, 2020 19:00
Looks nice, but can you put your code on some git site like gitlab or github? That way people can view your code before they download it
This was just an experiment, nothing I am really interested in updating.
I don't even know if it works with the latest releases
Fair enough, I shall fork the mod then. Currently using it on my server which is running 5.3 so it very much does work with the latest release
Sole ranger and ruler of the frozen realms of Cabin Fever and seeker of the ever elusive Dungeon Master...

Teen_Miner
Member
Posts: 46
Joined: Fri Jun 03, 2016 18:21
GitHub: LapisWolf
IRC: LapisWolf
In-game: LapisWolf

Re: [MOD]Colored Beds [beds]

by Teen_Miner » Post

Napiophelios wrote:
Sat Jun 13, 2020 02:10
Teen_Miner wrote:
Wed Jun 10, 2020 15:41
I've noticed something that I find a bit irritating. The simple bed would take the texture pack's version of the wool texture and slap it on top of the foot of the default bed textures on their respective colors. It doesn't happen to the fancy beds,just the simple one. This is all aesthetic and doesn't break the core functionality at all(works as normal), but I can't stop thinking about it. Is this normal? (I'm using beds_002)
I don't remember exactly but I believe version #002 has premade textures
(crafted from default game textures with no overlays)
so if you use a texture pack with different default wood it will not change appearance of the beds.
Is there a way to insert images? Bed_001 has completely broken textures and beds_002 uses different wool textures on the foot above the default wool textures. It's hard to explain without pictures.
cdb_yuId0gpEgnYo

User avatar
Napiophelios
Member
Posts: 1035
Joined: Mon Jul 07, 2014 01:14
GitHub: Napiophelios
IRC: Nappi
In-game: Nappi

Re: [MOD]Colored Beds [beds]

by Napiophelios » Post

Colored Beds mod #001 uses texture modifiers based on a 16px texture pack.
if you do not use a 16px texture pack, it will appear 'broken'.

These mods don't use the textures from the original beds mod,
they use the default wool and wood textures.

These mods also changes the nodebox of the fancy beds.

All this is in the OP

EDIT: Looks like the simple beds do use the wood texture from the original mod
and Colored_Beds mod #001 need one of the side textures rotated.

Image
screenshot_20200627_164630.png
screenshot_20200627_164630.png (228.36 KiB) Viewed 2652 times

Post Reply

Who is online

Users browsing this forum: Bing [Bot] and 32 guests