Skip to content

Conversation

@jpiolho
Copy link
Contributor

@jpiolho jpiolho commented Oct 19, 2024

Noticed when playing DMC that all the bots would just use gordon player model, and tracked it down to the cause that dmc/models/player contained a remapped.bmp file, which appears to be generated by the engine when changing player models.

The fact that this folder existed was enough to make the bots use the dmc/models/player folder to get the list of which models to use. This folder contained no models, and thus every bot defaulted to "gordon" player model.

This PR adds another check to see if there's any sub-folders inside models/player before it decides to use it.

This was tested on DMC but I suspect it might impact other mods if they follow the same logic.

@APGRoboCop
Copy link
Owner

Thanks for that

@APGRoboCop APGRoboCop closed this Sep 12, 2025
APGRoboCop added a commit that referenced this pull request Sep 13, 2025
https: //github.com//pull/12
Co-Authored-By: jpiolho <783467+jpiolho@users.noreply.github.com>
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.

2 participants