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

Add support of uniformscale for older games #273

Open
notfoundname opened this issue May 9, 2024 · 1 comment
Open

Add support of uniformscale for older games #273

notfoundname opened this issue May 9, 2024 · 1 comment

Comments

@notfoundname
Copy link

Hello
Is it possible to add support of prop scaling from CS:GO for older games? If propcombine works by decompiling models during its process, can the same be done but after that it would add "scale" k/v to .qc at the top?

@TeamSpen210
Copy link
Owner

That part is definitely doable, the problem is that static props are stored in a separate part of the BSP, so any custom keyvalues don't get saved. I'll first need to implement my own instance collapsing logic, so the compiler can see the original entities.

@TeamSpen210 TeamSpen210 transferred this issue from TeamSpen210/srctools Jul 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants