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

Merge Wire Extras' holoAnim core with the vanilla hologram core #3113

Merged
merged 4 commits into from
Aug 8, 2024

Conversation

unknao
Copy link
Contributor

@unknao unknao commented Aug 3, 2024

People have been talking about porting Wire Extras e2 cores on and off on the Wiremod discord for quite a while since Wire Extras might be undesireable for some server owners that don't want the abuseability of some of the other things added by it.

I fixed up the broken pose parameters and added some new functions that should make working with hologram animations easier.

Comment on lines 1289 to 1293
function Holo.ent:Think()
OldThink(self)
self:NextThink(CurTime())
return true
end
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should add some logic for animations to the hologram ENT:Think instead of doing this hackery

@unknao
Copy link
Contributor Author

unknao commented Aug 6, 2024

It would be nice to have the ability to stop the entity from thinking too much when an animation is over, though i don't know any way to check if its over and not screw over looping animations.

@thegrb93 thegrb93 merged commit 40d5f3f into wiremod:master Aug 8, 2024
1 check passed
@unknao unknao deleted the holoanim-merge branch August 8, 2024 16:40
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

Successfully merging this pull request may close these issues.

2 participants