Version 0.1.21

Status
Not open for further replies.
By the way, shouldn't a blue box with the word "Retrieving..." appear when hovering over a lot? I could code that in for you! :)
 
So I would delete it and I can get into Lot Debug/Simantics right?

no, DON'T. Lot Debug will crash without it, it's part of the code to load the Lot.

Check the directory: TSOClient\userdata\houses

Then have a look for defaulthouse.bmp.

The reason that file is there is that it's a placeholder picture of a lot, and will stay like it until the server sends an actual picture of the lot. How the picture is made i don't know.
 
View attachment 244
First parameter is a data value, which is the data representation when the row is selected. Really the definition should be like this:

var item = new UIListBoxItem(data, col1, col2, col3, ...);

for the above, I used:
var msgStyleSim = script.Create<UIListBoxTextStyle>("SelectionSimColors", MenuListBox.FontStyle);
var item = new UIListBoxItem("yo", "testerino");
item.CustomStyle = msgStyleSim;

MenuListBox.Items.Add(item);
Thanks! :D
 
I can still get in fine ... can type in the inbox window but it won't enter the word. Still errors when I minimize the game. Awesome stuff guys ... Love it!
 
Minimize doesn't work in the city.
Blayer helped me fix the patcher last night, so the next update will include a patcher that works in 64bit systems.
As for the chat system, I can now start implementing that, but it'll take a while.
 
Minimize doesn't work in the city.
Blayer helped me fix the patcher last night, so the next update will include a patcher that works in 64bit systems.
As for the chat system, I can now start implementing that, but it'll take a while.

I could help you with that. :3
 
İm click Project dollhouse client and all update completed İ dont click TSOClient İ click project dollhouse client

C:\Program Files\Maxis\The Sims Online\TSOClient
Project dollhuse client :)
 
More updates! :D Woohoo Love it :D
Inbox is not working for me though. Is it because nobody is online?
Also when I Create a 2nd Sim, it replaces the first slot Sim.
Thanks everyone Love the update :D
 
Minimize doesn't work in the city.
Blayer helped me fix the patcher last night, so the next update will include a patcher that works in 64bit systems.
As for the chat system, I can now start implementing that, but it'll take a while.
So this means I update the game and the game will work with 64bit system?
 
Got this version running on Wine - kinda...
Everything up to the lot debug works just fine, however upon trying to log in I get the same crash some Windows users are getting
There are some minor issues with getting sound to work while my G930's are plugged in because of a combination of the laughauble processor I have to use right now and the audio mess on Linux.

Used hardware is an Intel Atom N550 coupled with a G210M (16 CUDA core version) running Manjaro Linux (Arch distro).
Used Wine version is the latest from the community repo, installed along with mono, gecko and winetricks.
I installed .Net 2.0, 4.0 and DirectX using winetricks, but had to install 3.5 manually due to some weird issue.
XNA 3.1 installed beautifully from the PD installer and didn't throw a tamper-tantrum.

That's pretty much everything requiring some sort of braincell I had to do to get it running and take these screenshots:
1.png 2.png 3.png
 
Status
Not open for further replies.
Back
Top