[ARCHIVE] Road to Live Release

Status
Not open for further replies.
Had some playtest time and it was very fun.
Sadly the game froze on me twice and that repeating audio bug happens every time XD
Also noticed that if you interact with a Pizza machine you can't greet or interact with players and that boards aren't able to be written on.
I had 8 people on a lot. It felt so amazing!
Thank you guys for making this dream come true!
Yeah I think the pizza thing is on the list of to dos :) and it was fun haha let me know when your hosting again!
 
How could it possibly affect zooming in and out, and not anything else...
 
[Quote = "zc456, mensaje: 16747, miembro de: 586"] Esto también funciona:
diPOzUw.png

f = pantalla completa, w = ventana. [/ quote]
thank you! Now I only find out the full screen resolution for my screen (800x600 seen me cut)
 
Go into \Maxis\The Sims Online\TSOClient
FreeSO.exe.config edit with Notepad ++ and go under
Code:
            <setting name="Windowed" serializeAs="String">
                <value>True</value>
            </setting>
            <setting name="GraphicsWidth" serializeAs="String">
                <value>1024</value>
            </setting>
            <setting name="GraphicsHeight" serializeAs="String">
                <value>768</value>
            </setting>
change it into

Code:
            <setting name="Windowed" serializeAs="String">
                <value>True</value>
            </setting>
            <setting name="GraphicsWidth" serializeAs="String">
                <value>800</value>
            </setting>
            <setting name="GraphicsHeight" serializeAs="String">
                <value>600</value>
            </setting>
and if you want Fullscreen change True into False
Thanks for your help!!
As for "full screen" How did I do? True in to what is false?
 
Okay, I get it. But it is not put to full screen uu
Turn for Fullscreen it into
Code:
 <setting name="Windowed" serializeAs="String">
                <value>False</value>
            </setting>
            <setting name="GraphicsWidth" serializeAs="String">
                <value>1024</value>
            </setting>
            <setting name="GraphicsHeight" serializeAs="String">
                <value>768</value>
for 1024x768 and
for 800 x600
Code:
 <setting name="Windowed" serializeAs="String">
                <value>True</value>
            </setting>
            <setting name="GraphicsWidth" serializeAs="String">
                <value>800</value>
            </setting>
            <setting name="GraphicsHeight" serializeAs="String">
                <value>600</value>

Or add after "Ziel" (Target)
Fullscreen.png
add your resolution and w for windowed or f for fullscreen
like 1024x768 f
1024x768 w
i have 1920x1080 f
 
Question: Are we only allowed one sim and one house right now?
I built a replica of my house in BF on the empty lot .... only to find my old AV house gone and this one in it's place :eek: :*(
 
Houses are saved to house_00.xml, all the time. If you want to save multiple lots, you will have to rename your old house_00.xml.
 
Turn for Fullscreen it into
Code:
 <setting name="Windowed" serializeAs="String">
                <value>False</value>
            </setting>
            <setting name="GraphicsWidth" serializeAs="String">
                <value>1024</value>
            </setting>
            <setting name="GraphicsHeight" serializeAs="String">
                <value>768</value>
for 1024x768 and
for 800 x600
Code:
 <setting name="Windowed" serializeAs="String">
                <value>True</value>
            </setting>
            <setting name="GraphicsWidth" serializeAs="String">
                <value>800</value>
            </setting>
            <setting name="GraphicsHeight" serializeAs="String">
                <value>600</value>

Or add after "Ziel" (Target)
View attachment 1282
add your resolution and w for windowed or f for fullscreen
like 1024x768 f
1024x768 w
i have 1920x1080 f

THANK YOU VERY VERY MUCH!! *////*
 
Houses are saved to house_00.xml, all the time. If you want to save multiple lots, you will have to rename your old house_00.xml.
I was tought about why not change the World Exporter path to relative, that way you can save multiple houses and do not need to rename those..
 
Status
Not open for further replies.
Back
Top