Lena reports: suggested mod, player animatio ... #777

Closed
opened 2021-07-30 14:02:57 +00:00 by yourland-report · 8 comments

Lena reports a bug:

suggested mod, player animations: https://github.com/minetest-mods/playeranim

Player position:

{
	y = 14.5,
	x = 2005.080078125,
	z = 1150.8599853516
}

Player look:

{
	y = -0.52502608299255,
	x = -0.080685831606388,
	z = 0.8472529053688
}

Player information:

{
	min_rtt = 0.032999999821186,
	max_rtt = 1.1890000104904,
	connection_uptime = 111,
	max_jitter = 1.0099999904633,
	minor = 3,
	major = 5,
	ip_version = 6,
	formspec_version = 3,
	patch = 0,
	protocol_version = 39,
	serialization_version = 28,
	lang_code = "",
	version_string = "5.3.0",
	avg_rtt = 0.037000000476837,
	state = "Active",
	avg_jitter = 0.0010000020265579,
	min_jitter = 0
}

Player meta:

{
	fields = {
		["3d_armor_inventory"] = "return {\"3d_armor:leggings_crystal 1 625\", \"3d_armor:boots_crystal 1 625\", \"3d_armor:chestplate_crystal 1 625\", \"3d_armor:helmet_crystal 1 625\", \"\", \"\"}",
		yl_commons_player_joined = "1627653731",
		jointime = "1627499360",
		played_time = "16228",
		["stamina:level"] = "19",
		xp = "187",
		arenalib_infobox_arenaID = "0",
		inflicted_damage = "882",
		crafted = "19",
		punch_count = "55",
		digged_nodes = "118",
		hud_state = "on",
		repellant = "0",
		bitten = "0",
		["unified_inventory:bags"] = "return {\"unified_inventory:bag_large\", \"unified_inventory:bag_large\", \"unified_inventory:bag_large\", \"unified_inventory:bag_large\"}",
		yl_commons_player_created = "1627499360"
	}
}

Log identifier


[MOD] yl_report log identifier = srOx5dKgIKo2Co5vBUBauqcmqG4cZjz0

Profiler save:

profile-20210730T160257.json_pretty

Status:

# Server: version=5.4.1-yl, uptime=121404, max_lag=2.60244, clients={Lena, Duximagnus, coodre, Nibsokube, Artruc, void, mose, phillip, AspireMint, abhinav, Probator, AliasAlreadyTaken, Bailiff, Service}
Lena reports a bug: > suggested mod, player animations: https://github.com/minetest-mods/playeranim Player position: ``` { y = 14.5, x = 2005.080078125, z = 1150.8599853516 } ``` Player look: ``` { y = -0.52502608299255, x = -0.080685831606388, z = 0.8472529053688 } ``` Player information: ``` { min_rtt = 0.032999999821186, max_rtt = 1.1890000104904, connection_uptime = 111, max_jitter = 1.0099999904633, minor = 3, major = 5, ip_version = 6, formspec_version = 3, patch = 0, protocol_version = 39, serialization_version = 28, lang_code = "", version_string = "5.3.0", avg_rtt = 0.037000000476837, state = "Active", avg_jitter = 0.0010000020265579, min_jitter = 0 } ``` Player meta: ``` { fields = { ["3d_armor_inventory"] = "return {\"3d_armor:leggings_crystal 1 625\", \"3d_armor:boots_crystal 1 625\", \"3d_armor:chestplate_crystal 1 625\", \"3d_armor:helmet_crystal 1 625\", \"\", \"\"}", yl_commons_player_joined = "1627653731", jointime = "1627499360", played_time = "16228", ["stamina:level"] = "19", xp = "187", arenalib_infobox_arenaID = "0", inflicted_damage = "882", crafted = "19", punch_count = "55", digged_nodes = "118", hud_state = "on", repellant = "0", bitten = "0", ["unified_inventory:bags"] = "return {\"unified_inventory:bag_large\", \"unified_inventory:bag_large\", \"unified_inventory:bag_large\", \"unified_inventory:bag_large\"}", yl_commons_player_created = "1627499360" } } ``` Log identifier ``` [MOD] yl_report log identifier = srOx5dKgIKo2Co5vBUBauqcmqG4cZjz0 ``` Profiler save: ``` profile-20210730T160257.json_pretty ``` Status: ``` # Server: version=5.4.1-yl, uptime=121404, max_lag=2.60244, clients={Lena, Duximagnus, coodre, Nibsokube, Artruc, void, mose, phillip, AspireMint, abhinav, Probator, AliasAlreadyTaken, Bailiff, Service} ```
AliasAlreadyTaken was assigned by yourland-report 2021-07-30 14:02:58 +00:00
LeniOwO added the
1. kind/enhancement
label 2021-09-13 17:42:40 +00:00
Owner

I came across this one and loved it, too!
Unfortunately, (and if I don't mix it up with a different animation mod right now) it seems to clash with other mods like the 3D armor one at the current time. We would have to integrate mods with each other and that might take a while.

I came across this one and loved it, too! Unfortunately, (and if I don't mix it up with a different animation mod right now) it seems to clash with other mods like the 3D armor one at the current time. We would have to integrate mods with each other and that might take a while.
Member

using player monoids for player model compositing might be possible, so that the various mods that alter the model don't all have to know about each other.

  • 3d_armor
  • wieldview
  • skins
  • petz (werewolf)
  • petz (mounts)
  • sailing_kit
  • emote
  • playeranim
using player monoids for player model compositing might be possible, so that the various mods that alter the model don't all have to know about each other. * 3d_armor * wieldview * skins * petz (werewolf) * petz (mounts) * sailing_kit * emote * playeranim
flux added this to the (deleted) project 2022-01-05 01:02:13 +00:00
Member

There's no such thing as mesh compositing in minetest, so a monoid doesn't really make much sense. Just tested things, and I'm not sure where the problem originates, but player_anim is entirely non-functional in conjunction w/ the rest of the mods.

There's no such thing as mesh compositing in minetest, so a monoid doesn't really make much sense. Just tested things, and I'm not sure where the problem originates, but player_anim is entirely non-functional in conjunction w/ the rest of the mods.

Probably from the same bug cottages suffereed from? Or a dependency problem with modlib?

player_anim was requested every now and then, but it does not work on clients < 5.3.0

Probably from the same bug cottages suffereed from? Or a dependency problem with modlib? player_anim was requested every now and then, but it does not work on clients < 5.3.0
flux modified the project from (deleted) to flux's TODO list 2022-07-02 23:37:37 +00:00
Member

w/ the glitchwolf fix (#3232), pretty much everything seems to play well together, and w/ playeranim. the exception is riding a horse/camel, which results in a giant player (#276).

w/ the glitchwolf fix (#3232), pretty much everything seems to play well together, and w/ playeranim. the exception is riding a horse/camel, which results in a giant player (#276).

As far as I remember the problem was with older clients. But let's make it a candidate add it to the testserver

As far as I remember the problem was with older clients. But let's make it a candidate add it to the testserver
AliasAlreadyTaken added this to the 1.1.118 milestone 2023-02-22 07:36:53 +00:00

So far, the test went very nice and we'll add it to 1.1.118: https://github.com/minetest-mods/playeranim.git

It worked even with a 5.0.0 client and doesn't cause too much lag. maximum on testserver was 18ms with an avg of 0.012ms

So far, the test went very nice and we'll add it to 1.1.118: https://github.com/minetest-mods/playeranim.git It worked even with a 5.0.0 client and doesn't cause too much lag. maximum on testserver was 18ms with an avg of 0.012ms
AliasAlreadyTaken added the
ugh/QA OK
label 2023-02-22 07:42:18 +00:00
flux added the
5. result/fixed
label 2023-04-25 17:01:58 +00:00
Member

this is live! it breaks the emote mod, but we'll deal w/ that.

this is live! it breaks the emote mod, but we'll deal w/ that.
flux closed this issue 2023-04-25 17:03:01 +00:00
flux removed this from the flux's TODO list project 2023-05-02 20:36:36 +00:00
AliasAlreadyTaken was unassigned by flux 2023-05-02 20:36:42 +00:00
Sign in to join this conversation.
No Milestone
No project
No Assignees
4 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: your-land/bugtracker#777
No description provided.