-
Notifications
You must be signed in to change notification settings - Fork 4
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
Create shared scientist models. #97
Comments
Please, can you review the following models in branch model-scientist and confirm if they can be merged ? Each model contains all custom scientist sequences. |
I've checked out the models and they all look fine, although i think we should rely on the default scientist model for the Opposing Force and Blue Shift campaigns. If all of the variants are functionally identical then there's no reason to have the others. Just an LD and HD variant will do. |
I have released a minor update for HD scientists and LD Blue Shift. I tweaked the fps for I adjusted the LD Blue Shift I will check each cinematic sequence (not used by AI) that has a different fps, see if it's used in game and adjust if the result is not too different. Unused sequences will be set to default scientist sequence fps. Detailsc1a0_catwalk
c1a0_catwalkidle
|
The HL1 and Op4 LD/HD scientist now use one model. The I will inspect Blue Shift models and see if I can standardize fps for cinematic sequences so it's consistent across all games. Once this is done, I will merge the I created #27 that documents changes that will need to be made to maps to ensure the correct sequences play. Further required changes will be documented. |
The scientist models have been updated. The following changes were made:
Tested:
Untested:
Please can you confirm if I can close the issue ? |
I think the scientist models have everything they need, so yeah you can close the issue. |
HL1 LD <-> Op4 LD
HL1 LD <-> Blue Shift LD
HL1 HD <-> Op4 HD
HL1 HD <-> Blue Shift HD
Additional information
1 - Slick head is used as 4th model head. Rosenberg will be moved to a separate model.
2 - HL1 LD scientist mouth bone controller max value is 20 while max in Blue Shift is 16. This will work as long as the max value is used when calling
SetBodygroup()
3 - In Op4
crouch_idle
sequences, the hands are a bit offset away from the head. The HL1 corresponding sequences will be used since they have correct hand placement.4 -
In Op4, the sequenceHL1 and Op4 now use the same model.fall_elevator
is identical tofall
in HL1. The sequencefall.smd
is reused without changing the sequence name.fall_elevator
is unused in Op4.5 - In Op4 HD, the fifth head (clipboard) uses Glasses while the LD uses Einstein. For consistency, Einstein is used since the LD came before HD.
6 - The following sequences were not available in HL1 HD and were converted from HL1 LD:
7 - The following sequences were empty in Op4 HD and were replaced by those in HL1 HD:
8 - The following sequences were empty in Op4 HD and were converted from Op4 LD:
9 - LD -> HD sequences do not animate the scientist tie in HD. The tie can sometimes be seen clipping through the body. Fixing this issue requires manually animating the sequence. At least, those sequences are not used in the game so this can be fixed later. See #28
10 - Blue Shift skeleton hierarchy is different from normal HL1 and has different bone length for the most part. When converting from Blue Shift LD -> HL1 LD, the bones length is recalculated to use the target length (HL1). In some animations, the hands and feet may not entirely match the position of the original animation. In almost all situations, the pelvis is translated to the original animation pelvis position, then the following adjustments are made for specific sequences:
In addition, for converted sequences, and because LD/HD meshes have different size and volume, the hands can sometimes end up clipping through the body. Fixing this may require translating hands at specific frames, or manually editing the animation.
Tasks:
Add Op4 sequences:
Add Cleansuit scientist sequences:
Add Blue Shift sequences:
Add Civilian scientist sequences:
Add Civilian newspaper scientist sequences:
Add Civilian console scientist sequences:
Add Gordon scientist sequences:
Add Cower scientist sequences:
The text was updated successfully, but these errors were encountered: