𝕵𝖔𝖍𝖆𝖓𝖓𝖊𝖘 𝕱𝖗𝖎𝖙𝖟 MrRar
MrRar pushed to master at MrRar/mcl_custom_skins 2023-06-12 23:41:55 +02:00
23fea69a01 Log a warning when register_simple_skin is missing
MrRar commented on pull request VoxeLibre/VoxeLibre#3770 2023-06-12 20:34:36 +02:00
Added visible items cooking on the fire

52c67005fa/mods/ITEMS/mcl_campfires/api.lua (L57) Storing the entity locations is unnecessary since you can always look up the cooking item index in the food_entity list to get the pos. …

MrRar commented on pull request VoxeLibre/VoxeLibre#3770 2023-06-08 04:59:10 +02:00
Added visible items cooking on the fire

@MrRar It's my first time working with the Minetest API lol, apologies for irregularities as I got help from Chat GPT. Anyhoo yeah I'm not sure about the wield image but I'll look into it here…

MrRar commented on pull request VoxeLibre/VoxeLibre#3770 2023-06-07 05:48:45 +02:00
Added visible items cooking on the fire

Ok I made a new commit, the food items are local to every campfire via the campfire's meta, and there's only one food entity registered for the campfires. There's still issues like for some…

MrRar suggested changes for VoxeLibre/VoxeLibre#3770 2023-05-31 14:57:25 +02:00
Added visible items cooking on the fire

I didn't actually test it but here are a few things that I noticed when looking it over.

MrRar commented on pull request VoxeLibre/VoxeLibre#3770 2023-05-31 14:57:23 +02:00
Added visible items cooking on the fire

Camp fire related stuff should be in mcl_campfires if at all possible.

MrRar commented on pull request VoxeLibre/VoxeLibre#3770 2023-05-31 14:57:22 +02:00
Added visible items cooking on the fire

food_entity needs to be per camp fire. It can't be a global variable like that.

MrRar commented on pull request VoxeLibre/VoxeLibre#3770 2023-05-31 14:57:21 +02:00
Added visible items cooking on the fire

vector.new() please.

MrRar closed issue VoxeLibre/VoxeLibre#3340 2023-05-30 20:19:57 +02:00
Player animation must be preserved after skin change
MrRar commented on issue VoxeLibre/VoxeLibre#3340 2023-05-30 20:19:54 +02:00
Player animation must be preserved after skin change

Fixed by: #3653

MrRar closed issue VoxeLibre/VoxeLibre#3622 2023-05-30 20:12:17 +02:00
Proposition to make offical external custom skins mod
MrRar commented on issue VoxeLibre/VoxeLibre#3622 2023-05-30 20:12:14 +02:00
Proposition to make offical external custom skins mod

It's basically done except for finding a home for mcl_custom_skins

MrRar commented on issue VoxeLibre/VoxeLibre#3766 2023-05-30 14:41:04 +02:00
3px skins will use 4px models in third person view and to other players on a server (fixed, please close)

This issue should be fixed as of: MineClone2/MineClone2#3653

Please try again with the latest master.

MrRar commented on issue VoxeLibre/VoxeLibre#1131 2023-05-29 18:45:47 +02:00
Bug: Crash when enable_damage is set in-game.

With the latest master (and Minetest 5.7.0), I could replicate this by starting the game with "Enable Damage" and "Creative Mode" disabled/un-checked from the Minetest UI, then running…

MrRar commented on pull request VoxeLibre/VoxeLibre#3653 2023-05-29 17:49:32 +02:00
Add support for external custom skins mod

This is the external mod that this is pulled from that is on content DB already?

It's not on CDB and I don't recommend putting it on CDB because updating from CDB will clear out any custom…

MrRar commented on pull request VoxeLibre/VoxeLibre#3761 2023-05-29 17:19:38 +02:00
Fix texture modifiers relying on undocumented behavior

It's a Minetest built-in texture. It's in /usr/share/minetest/textures/base/pack/

I use blank.png. Textures in there are considered fair game I guess.

MrRar commented on pull request VoxeLibre/VoxeLibre#3653 2023-05-29 17:14:19 +02:00
Add support for external custom skins mod

@ancientmarinerdev Thanks for reviewing this PR!

Do you want to put the mcl_custom_skins mod in the MineClone2 organization?

MrRar commented on pull request VoxeLibre/VoxeLibre#3653 2023-05-29 17:12:47 +02:00
Add support for external custom skins mod

Seems to be working ok from my side, minus a long trousers issue that goes over the top. Looks like those trousers seem to go all the way up the top and be on top of (maybe by rank) the…

MrRar commented on pull request VoxeLibre/VoxeLibre#3653 2023-05-26 20:17:23 +02:00
Add support for external custom skins mod

As an aside, it would be cool to save a custom skin as a name, so you can swap between them later. Opens up further down the line to the concept of exporting and loading perhaps.

Outside…

MrRar commented on pull request VoxeLibre/VoxeLibre#3653 2023-05-26 20:15:50 +02:00
Add support for external custom skins mod

Seems to be working ok from my side, minus a long trousers issue that goes over the top. Looks like those trousers seem to go all the way up the top and be on top of (maybe by rank) the…