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

Support the ability to apply/wear pacs serverside #1337

Open
textstack opened this issue Jan 30, 2024 · 1 comment
Open

Support the ability to apply/wear pacs serverside #1337

textstack opened this issue Jan 30, 2024 · 1 comment

Comments

@textstack
Copy link

The current system for wearing pacs involves composing a table of parts clientside, which a user then sends to the server to be broadcasted to all other players. There's no easy way to make that same table entirely from the server's end to my knowledge.

If there was, say, a console command and/or function on the server's end to apply a pac to a player/entity from file, I'd find that super useful. It would certainly make applying pacs programmatically much easier.

@pingu7867
Copy link
Collaborator

I think we won't be doing that. Forcing pacs on people is not a good idea, therefore it's not in the purview of official pac3. Make a code edit that uses the integration tools and put your own server's outfit presets in the edited pac code, similar to how the examples are stored.

https://github.com/CapsAdmin/pac3/wiki/PAC-in-gamemodes

Pretty sure you know how to make net messages to have players run code upon the request of the server.

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

2 participants