Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

holoSetPose constantly flashing pose parameter #110

Closed
diemarthaha opened this issue Apr 24, 2022 · 12 comments
Closed

holoSetPose constantly flashing pose parameter #110

diemarthaha opened this issue Apr 24, 2022 · 12 comments

Comments

@diemarthaha
Copy link

Whenever I use the function it either doesn't work, or just repeatedly flashes the animation for it. I've only used a TF2 model for this

2022-04-24.14-51-09.mp4

.

@thegrb93
Copy link
Contributor

Can you provide some e2 code to test with?

@diemarthaha
Copy link
Author

test.txt

@thegrb93
Copy link
Contributor

I found pose parameters have to get set every frame which kinda explains the flickering. As for why the pose parameter is messing with the animation. idk

@SpaxscE
Copy link

SpaxscE commented Aug 28, 2022

holosetpose in general is very broken ever since #64 when playing on servers

you also sometimes get:
[wire-extras] addons/wire-extras/lua/entities/gmod_wire_expression2/core/custom/cl_holoanim.lua:34: table index is nil

  1. func - addons/wire-extras/lua/entities/gmod_wire_expression2/core/custom/cl_holoanim.lua:34
  2. unknown - lua/includes/extensions/net.lua:33

i reverted the changes of #64 on my private fork which makes holosetpose work flawless again. Its been broken for a very very long time someone should really look into this

@thegrb93
Copy link
Contributor

Sure we can revert it but #55 needs to be fixed at the same time.

@thegrb93
Copy link
Contributor

I went ahead and fixed that lua error

@SpaxscE
Copy link

SpaxscE commented Aug 28, 2022

i never had the issues of #55 back when it was reported. I still have multiple e2s from "back then" that have up to 5 holosetpose run at the same time that are now broken. I think it just has to be called on tick? Anyone who is going to use them will be calling them on tick anyway?

@thegrb93
Copy link
Contributor

Try the example code in it and if it isn't bugged anymore maybe gmod dev fixed and and this can be reverted.

@SpaxscE
Copy link

SpaxscE commented Sep 15, 2024

i dont need the example. I am capable of coding pose parameters myself and i have been using them for many years. Holo pose parameters is still completely broken when playing on servers on this official release. Please revert this change. The flickering has never been an real issue for anyone using it before this person reported it. It is now not working at all. We rather have some wierd flickering we can work around by calling it properly on tick like any animation is intended to be used than a non functioning function that it is now.

bro_pls_fix_its_broken_for_too_many_years.txt

@thegrb93
Copy link
Contributor

Hi, nice 2 years later. I'm not reverting because then people will complain about the revert causing the other issue to pop up. Whatever is broken needs to be debugged and fixed.

@SpaxscE
Copy link

SpaxscE commented Sep 15, 2024

this version doesnt even have holosetpose anymore as it seems #131 and servers are using the workshop version of wiremod so this feature is completely gone now. Nobody else is using it or you would have been bombarded with reports. This feature does not work anymore test it yourself on any dedicated server you can find in the serverbrowser that uses this exact version.

I am using a custom version that still uses the original method that works completely fine to this day. Im sure the other few people that still care or use it are doing the same and dont even bother reporting it to you. The problem the OP had was already on a butchered version #64 . Issue #55 was never a problem in the first place if you used this thing correctly (see the E2 i posted)

Honestly, take a step back. Look at how this doesnt work at all right now (since 2019!!). And then think about how poseparameters are realistically used (made up test scenarios in bug report #55 vs actual ingame useage such as make vehicles steer, make wheels turn or making playermodels move/aim ect)

@SpaxscE
Copy link

SpaxscE commented Sep 15, 2024

The more i dig, the deeper the rabbithole goes. So wiremod ITSELF does in fact have anim/setpose now, however it is not being uploaded to the workshop. wiremod/wire#3113

Workshop reuploads of wire-extras still use the broken version of #64 and they sure will conflict with holoanim from wiremod itself once it is uploaded to workshop. What a complete disaster. This function will remain broken forever on the majority of servers.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants