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

patch: change origin for point entities (like info_target and etc) #664

Open
0x4E69676874466F78 opened this issue Nov 22, 2023 · 2 comments
Labels
patching Related to pathing vanilla game data

Comments

@0x4E69676874466F78
Copy link
Collaborator

0x4E69676874466F78 commented Nov 22, 2023

в конец c1a0e.patch

{
"_xvk_ent_id" "35"
"origin" "1663 619 -446"
}

Сейчас в рамках точечных энтити такое работает только для источников света.

Как видно лучи некрасиво обрываются и не проникают внутрь:
image

@0x4E69676874466F78 0x4E69676874466F78 added the patching Related to pathing vanilla game data label Nov 22, 2023
@0x4E69676874466F78
Copy link
Collaborator Author

0x4E69676874466F78 commented Nov 22, 2023

Возможно связано #550

@w23
Copy link
Owner

w23 commented Nov 30, 2023

Our best bet here is likely trying to find a patch for the entity we read origin from on this line:

else VectorCopy( ent->origin, pt );

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
patching Related to pathing vanilla game data
Projects
Status: 🔖 Ready
Development

No branches or pull requests

2 participants