Facepunch / sbox-issues

175 stars 12 forks source link

Move CharacterController to Base Library so we can edit and make our own versions of it #4227

Open Xenthio opened 10 months ago

Xenthio commented 10 months ago

What it is?

It would be nice if this class (and CharacterControllerHelper) wasn't compiled into a dll so we can make our own useful versions of it.

What should it be?

the old equivalent of these classes (movehelper) was in Base Library so this should be too.

garrynewman commented 10 months ago

I don't want to move it to the base addon. I think we need to have the base functionality of this stuff hard coded. We can find a way to share these files so you can make your own versions though.

Xenthio commented 10 months ago

Having it available somewhere somehow would be cool then