Saul_R97

(Kotor 1) kotor tool error when finding game

Recommended Posts

image.png.3b6009d1dbc09dce18374515cf6e8a0d.png

image.png.961b639f693fb7f7650544b404983a09.png

 

Also I need a working link for Microsoft .NET Framework 1.1 as the one i installed I'm not sure if it's working.

Share this post


Link to post
Share on other sites

If you have your registry entries in order then you shouldn't have to mess with the Path Manager.
I don't even have a settings.xml, so not sure what that error is about, maybe a temporary file it creates.

Did you check the Steam guide I linked you?
Not an expert on .NET framework versions, but usually it will not launch a piece of software at all if it's not adequate and give you a notice about it.

Share this post


Link to post
Share on other sites

add this to whatever.reg

 

	Windows Registry Editor Version 5.00
	[HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\LucasArts]
	[HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\LucasArts\KotOR2]
"Path"="E:\\Game Files\\Steam\\steamapps\\common\\Knights of the Old Republic II"

change path= to ur system path to kotor2,save it anywhere then right click it,will prolly prompt a warning,click yes

Share this post


Link to post
Share on other sites
3 hours ago, Effix said:

If you have your registry entries in order then you shouldn't have to mess with the Path Manager.
I don't even have a settings.xml, so not sure what that error is about, maybe a temporary file it creates.

Did you check the Steam guide I linked you?
Not an expert on .NET framework versions, but usually it will not launch a piece of software at all if it's not adequate and give you a notice about it.

Yes. I thought that was only for kotor 2 but I'll try again. this is what my text file in note pad looks like, is it right? and what do i save it as?

 

2 hours ago, Nirran said:

add this to whatever.reg

 


	Windows Registry Editor Version 5.00
	[HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\LucasArts]
	[HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\LucasArts\KotOR2]
"Path"="E:\\Game Files\\Steam\\steamapps\\common\\Knights of the Old Republic II"

change path= to ur system path to kotor2,save it anywhere then right click it,will prolly prompt a warning,click yes

exactly the same for kotor 1 besides game path?

Windows Registry Editor Version 5.00
    [HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\LucasArts]
    [HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\LucasArts\KotOR2]
"Path"="D:\\SteamLibrary\steamapps\\common\\swkotor"

 

like this? then what do I save it as in notepad

Share this post


Link to post
Share on other sites

missread topic,i donno if kotor1 is same,but u need double slashes when messign with regiusrty >\\<

Share this post


Link to post
Share on other sites
On 12/23/2021 at 1:22 AM, Saul_R97 said:

Yes. I thought that was only for kotor 2 but I'll try again. this is what my text file in note pad looks like, is it right? and what do i save it as?

 

exactly the same for kotor 1 besides game path?

Windows Registry Editor Version 5.00
    [HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\LucasArts]
    [HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\LucasArts\KotOR2]
"Path"="D:\\SteamLibrary\steamapps\\common\\swkotor"

 

like this? then what do I save it as in notepad

That's pointing the entry of K2 to the path of K1, better not do that.

You save as whateverdoesntmatter.reg (filename doesn't matter, it's like a recipe to add an entry to the registry).
Double click the file and it asks if you're sure you want to add it to the registry.
In your case it should be something like:
K1

Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\BioWare\SW\KOTOR]
"path"="D:\\SteamLibrary\\steamapps\\common\\swkotor"

K2

Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\LucasArts\KotOR2]
"Path"="D:\\SteamLibrary\\steamapps\\common\\Knights of the Old Republic II"

Note the difference in Bioware/LucasArts.

Or combine things in one file:

Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\BioWare\SW\KOTOR]
"path"="E:\\Games\\SteamLibrary\\steamapps\\common\\swkotor"

[HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\LucasArts\KotOR2]
"Path"="E:\\Games\\SteamLibrary\\steamapps\\common\\Knights of the Old Republic II"




 

Share this post


Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.