Version 0.1.21

Status
Not open for further replies.
I'm suspecting the reason it isn't working for you guys is because the patcher isn't doing what it's supposed to.
Or because you guys are running the patcher, not the bootstrapper (which isn't what you're supposed to be doing!!).
Sigh, seems I'm going to have to put priority into fixing the patcher.
 
I'm suspecting the reason it isn't working for you guys is because the patcher isn't doing what it's supposed to.
Or because you guys are running the patcher, not the bootstrapper (which isn't what you're supposed to be doing!!).
Sigh, seems I'm going to have to put priority into fixing the patcher.

The bootstrap won't work, I have PD installed in my TSOClient folder, where TSO is, but it isn't able find the manifest and any "Maxis products".
 
The bootstrap won't work, I have PD installed in my TSOClient folder, where TSO is, but it isn't able find the manifest and any "Maxis products".
That is actually easily fixable if you know what is wrong (which I do), by the way.
And yes, I do use the Bootstrapper.
 
Open notepad, paste
Code:
Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\Maxis\The Sims Online]
"InstallDir"="C:\\Program Files\\Maxis\\The Sims Online\\"
"GameDir"="TSOClient"
"GameExe"="TSOClient.exe"
"PatchDir"="TSOPatch"
"PatchExe"="TSO.exe"
"ProgramFolder"="Maxis\\The Sims Online\\"
in, go to file save as, change save as type to all files, and enter TSO.reg (or whatever .reg) and save it (doesn't matter where), and double click it. :) If you did NOT use the default install directory, or your drive where it is (probably local disc) is not C, then change installDir accordingly.

This way you don't have to open regedit, since I am assuming you wouldn't know how to use it.
 
Open notepad, paste
Code:
Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\Maxis\The Sims Online]
"InstallDir"="C:\\Program Files\\Maxis\\The Sims Online\\"
"GameDir"="TSOClient"
"GameExe"="TSOClient.exe"
"PatchDir"="TSOPatch"
"PatchExe"="TSO.exe"
"ProgramFolder"="Maxis\\The Sims Online\\"
in, go to file save as, change save as type to all files, and enter TSO.reg (or whatever .reg) and save it (doesn't matter where), and double click it. :)

So, Wherever I save the file, it will appear in regedit?
 
So, Wherever I save the file, it will appear in regedit?
It doesn't matter where it is saved, you just need to save it, then double click it. (assuming your local disc is C) and click yes on the warning saying changing your registry can damage stuff (since this won't damage anything)
 
It doesn't matter where it is saved, you just need to save it, then double click it. (assuming your local disc is C) and click yes on the warning saying changing your registry can damage stuff (since this won't damage anything)

Ok, it can find the Maxis product, what about the manifest?

EDIT: Had to change to (x86) :p
 
Last edited:
I just did. The dropdown thingy doesn't seem to render text. Need to fix it. :\
Just checked, items need to be of the type UIListBoxItem. Nothing needs to be fixed in the UIListBox system, though I would like to modify it to support icons in segments at some point.

var item = new UIListBoxItem(column1, column2, ...);

The listbox has one column, so just use
var item = new UIListBoxItem("bla bla bla");

EDIT: actually I can't get this working right now, give me a second
 
Status
Not open for further replies.
Back
Top