Whenever I move cars near the bottom up or down, I get an error that says "Runtime error 9" "Subscript out of range". Is there a fix for this? Or a version made for NASCAR Racing 1?
No, there is no version for N1. But check maybe carset's dat file is read only?
NASCAR Racing 1 is not supported. I know they're supposed to be quite similar to icr2 but I've never seen NASCAR 1 files, so there could be differences that might effect things. I think it should work with 40 car icr2 carsets but I don't honestly remember and I lost the source code over 15 years ago so at this point I can't troubleshoot, sorry.
Pavel, it wouldn't matter if the file is read only. Carset Mgr sets the file attribute to read/write, makes its changes, then sets it back to read only.
I figured out that the "Subscript out of range" error is due to the Drivers2.txt file containing a character the program doesn't like. Specifically on the one I was testing it does not like the use of a "/" anywhere in the file. Replacing this character with a "-" allows the carset to be modified with ICR2mgr
(07-11-2025, 06:11 AM)jxeboy Wrote: [ -> ]I figured out that the "Subscript out of range" error is due to the Drivers2.txt file containing a character the program doesn't like. Specifically on the one I was testing it does not like the use of a "/" anywhere in the file. Replacing this character with a "-" allows the carset to be modified with ICR2mgr
Ah, I know some drivers txt have date of birth and chassis info fileds with "/" symbols. So for Carset Manager I will have to edit them. Thanks for the finding, Jake!