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

FRM0-5 #7

Open
FakelsHub opened this issue Feb 10, 2019 · 5 comments
Open

FRM0-5 #7

FakelsHub opened this issue Feb 10, 2019 · 5 comments

Comments

@FakelsHub
Copy link
Collaborator

Необходимо решить проблему разделения frm файлов на fr0-5

@NovaRain
Copy link

If you mean the issue with female appearance, I think it's because vanilla player character FRMs have them split, and the filename of .fr0~5 takes precedence over .frm. So when the game tries to load the frames, it will get vanilla ones before the combined .frm.

@FakelsHub
Copy link
Collaborator Author

yes this is the problem.

@FakelsHub
Copy link
Collaborator Author

FakelsHub commented Mar 8, 2019

Dat1
|--- art
|------ x.frm
|
Dat2
|---art
|------ x.fr0
|------ x.frm

При поиске файла x, всегда будет загружен файл x.fr0 из dat2, вместо файла x.frm из dat1 (dat1 имеет приоритет выше dat2).

@NovaRain
Copy link

NovaRain commented Mar 8, 2019

I think it's just like copying and overwriting a folder, the files with same filenames get overwritten and new files get added to the folder.

@FakelsHub
Copy link
Collaborator Author

Если в индификаторе FID используется ID3 то будет загружен .fr# вместо .frm
Разобраться зачем нужно было такое намеренное разделение, и в чем выгода использования .fr файлов.

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

No branches or pull requests

2 participants