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

Use correct female inheritance for MP peds #261

Merged
merged 1 commit into from
Aug 26, 2021

Conversation

blattersturm
Copy link
Collaborator

Originally, the female parent list just contained male heads. Use the correct head blend list for males/females, use the clamping values from GTA Online, and set the 'parent' flag so that male model dominance gets removed over 0.5f. Also, correctly label the parents with their real name.

For reference, maintransition.ysc code was used.

Compatibility guarantees:

  • Old peds still work as this data is stored 'raw'.
  • We still support male peds as mother, and female peds as father. This is done so that existing peds can still be edited losslessly.
  • The skin distribution will be clamped on first edit+save of the inheritance, however this may actually lead to peds looking better in the end.
  • New peds still load correctly on old versions, as again, this data is stored 'raw'. This means that a player does not need to play on a server using the new code, as long as they have made their character on a server using the new code.

@blattersturm blattersturm merged commit 91c7d2a into TomGrobbe:development Aug 26, 2021
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

Successfully merging this pull request may close these issues.

None yet

2 participants