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

Metahook particles #507

Open
gigirs50 opened this issue Oct 16, 2024 · 2 comments
Open

Metahook particles #507

gigirs50 opened this issue Oct 16, 2024 · 2 comments

Comments

@gigirs50
Copy link

Hello, Is possibile implement a particles system using metahook and maybe amxx or metarender for implement the server side?thanks

@hzqst
Copy link
Owner

hzqst commented Oct 17, 2024

Since there are at least 3 particle systems in game right now: the Quake one, the Half-Life one (TempEntity based) and the particleman.dll which is utilized in Counter-Strike. let along Sven Co-op client has it's own. I don't think there is any need to create an additional one. particleman.dll is the enough in most case.

All you need is to write an interface to create communication with server and particleman.dll. just like what Valve did in cstrike.

see: #467

@gigirs50
Copy link
Author

could you give an example to add effects on a map or entity using amxx and particleman.dll? thanks

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