Hello, I can export f1 2021 files to .wem files, however when re-importing I get the following error:
Error: the script uses more array indexes (2288) than available (2288)
Last script line before the error or that produced the error:
241 getarray ZSIZE 5 ZSIZE_ENTRY
Anyone can help me?
F1 2021 speech files
-
- Site Admin
- Posts: 12984
- Joined: Wed Jul 30, 2014 9:32 pm
Re: F1 2021 speech files
That error message seems related to line 241 of my script codemasters_nefs.bms
In my opinion the problem is caused by the usage of a different compression algorithm or something failing there, because that's the only caused of such error (cycle until decompressed size matches the expected one, if it fails the size will never match).
Can you upload/link that archive?
In my opinion the problem is caused by the usage of a different compression algorithm or something failing there, because that's the only caused of such error (cycle until decompressed size matches the expected one, if it fails the size will never match).
Can you upload/link that archive?
-
- Posts: 4
- Joined: Tue Dec 07, 2021 12:28 am
-
- Site Admin
- Posts: 12984
- Joined: Wed Jul 30, 2014 9:32 pm
Re: F1 2021 speech files
No problem here.
-
- Posts: 4
- Joined: Tue Dec 07, 2021 12:28 am
Re: F1 2021 speech files
Did you use reimport.bat?
-
- Posts: 4
- Joined: Tue Dec 07, 2021 12:28 am
Re: F1 2021 speech files
I try again and reimport have the error again.
Error: the script uses more array indexes (2288) than available (2288)
Last script line before the error or that produced the error:
241 getarray ZSIZE 5 ZSIZE_ENTRY
coverage file 0 0% 124991 76340172 . offset 00000114
Error: the script uses more array indexes (2288) than available (2288)
Last script line before the error or that produced the error:
241 getarray ZSIZE 5 ZSIZE_ENTRY
coverage file 0 0% 124991 76340172 . offset 00000114
-
- Site Admin
- Posts: 12984
- Joined: Wed Jul 30, 2014 9:32 pm
Re: F1 2021 speech files
Oh my fault, I missed your mention about "re-importing" in the first post (99% of posts are usually about extraction).
Anyway the bad news is that the format is not valid for reimporting due to these chunked files.
Anyway the bad news is that the format is not valid for reimporting due to these chunked files.