Skip to content

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.

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