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

A list of issues with Visual Scale Transform effects #672

Open
merricksdad opened this issue Oct 7, 2024 · 1 comment
Open

A list of issues with Visual Scale Transform effects #672

merricksdad opened this issue Oct 7, 2024 · 1 comment
Labels
game Issues with the game code.

Comments

@merricksdad
Copy link

Describe the bug

  1. does not modify personal or creature spacing. These should flex at the same value of the transform, but we should also be able to mod those with nwscript like how they're modified with NWNx. Other related stats not modified are creature height, camera height, hit distance, preferred attack distance, and a few more below. See server portals force character selection even with sent bic #2.

  2. does not modify walkdist or rundist. These should also flex at the same value of the transform, but again we should be able to modify those with nwscript. Since these set the gait to animation rate of walk/run, if they don't transform, then the creature always animates fast for walk/run. This can be partially managed by applying EffectMoveSpeedDecrease() but has its own bugs. See nui: missing sounds #5.

  3. does not scale the cutoff between run/walk animations. The cutoff value should scale, and again we should be able to modify that value with nwscript. NWNx is able to modify that cutoff using NWNX_Creature_SetWalkRateCap.

  4. does not scale base movement rate or update movement rate factor. Base rate should be modified by the transform value, and automatically updated by the rate factor.

  5. applying Visual Scale Transform in unison with EffectMoveSpeedDecrease() results in wonky walking due to wrong value for walk rate cap. It does otherwise fix the animation rate. Just using the wrong animation.

  6. current workaround for all of this is a second modified 2da line for every creature appearance ever to be used with visual scale transforms.

Custom content or overrides used

None

Game version

At least 36=? to 37-11

First seen on game version

Not a regression. Has been around since visual transforms were available.

OS

Windows

Distribution

Steam

@merricksdad merricksdad added the game Issues with the game code. label Oct 7, 2024
@merricksdad
Copy link
Author

I guess I cannot say # anything or it grabs prior issues and inserts them. Just take them as bullet 2 and 5.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
game Issues with the game code.
Projects
None yet
Development

No branches or pull requests

1 participant