tamiya9202
Pinball Nudger
- Joined
- Jan 4, 2006
- Messages
- 6
- Reaction score
- 0
- Points
- 2
On PD’s “Breakshotâ€, the table is tripping over this line of code with a “Path not Found†error when trying to initialize:
BreakShotSetOptions : SaveValue cRegistryName, "Options", BreakShotOptions
If I understand correctly, it’s using “UserDirectory†as the path to the “vpreg.stg†file, but it seems to be “hard-coded†somewhere and cannot be modified unless explicitly defining it in the script. On other tables I have with similar issues, I added the two lines below and it’s worked (that is the real path on my PC), but on this table I still get the error. Did try both “user\†and “userâ€, neither works.
-----------------------------
Dim UserDirectory
UserDirectory = “c:\program files\visual pinball\user\â€
-----------------------------
Question 1: Am I just missing something obvious here (wouldn’t be the first time)?
Question 2: What is the “proper†path for “UserDirectory�
Question 3: Do I plain not know what the hell I’m talking about?
Any and all enlightenment is welcomed.
Thanks.
BreakShotSetOptions : SaveValue cRegistryName, "Options", BreakShotOptions
If I understand correctly, it’s using “UserDirectory†as the path to the “vpreg.stg†file, but it seems to be “hard-coded†somewhere and cannot be modified unless explicitly defining it in the script. On other tables I have with similar issues, I added the two lines below and it’s worked (that is the real path on my PC), but on this table I still get the error. Did try both “user\†and “userâ€, neither works.
-----------------------------
Dim UserDirectory
UserDirectory = “c:\program files\visual pinball\user\â€
-----------------------------
Question 1: Am I just missing something obvious here (wouldn’t be the first time)?
Question 2: What is the “proper†path for “UserDirectory�
Question 3: Do I plain not know what the hell I’m talking about?
Any and all enlightenment is welcomed.
Thanks.