[ARCHIVE] SimAntics & World Development

Status
Not open for further replies.
RIP everything
92736bafd84c657dfddf1774ed86a5dc.gif
 
Wall drawing using commands (line, rect) now working. Walls will now be stored in the VM and uploaded to the World when any changes are made.. The beauty of this is that we can change what we upload to the World to reflect changes that haven't even happened yet (walls that we're drawing don't have to be server synced) using a command list.

I haven't made these backend changes yet, but I do have the wall drawing functions in. Here's the result of a 20x20 rectangle being drawn, and then 8 lines drawn from the same point within it.

upload_2015-7-15_18-34-50.png
 
Rhys said:
Wall drawing using commands (line, rect) now working. Walls will now be stored in the VM and uploaded to the World when any changes are made.
Good work, Why edges are disconnected?? Youre using wall cursor object to draw those??
 
Objects cannot draw walls. These are drawn by the same ("low level") commands that will be used by the real wall tool once everything's in place. The edges are disconnected because walls cannot be placed in a way so that they make an acute angle in The Sims 1. (missing graphics)
 
A term I just made up... Basically like, walls you haven't placed yet? You know when you drag the cursor and it draws the wall...
 
i have these error inmediatly when i open the game, i have the last build
 

Attachments

  • Captura de pantalla (10).png
    Captura de pantalla (10).png
    213.6 KB · Views: 7
If you've downloaded the latest build, make sure you run "tso.client.exe", not "Project Dollhouse Client.exe".

Awesome work, Rhys. Can't wait until this gets pushed to Git. :D
Should be later tonight. I just need to add wall deleting and clean up some things. (right now the wall tool is started by just going into any category, when it should only be started by clicking a wall in the catalog)
 
In tso.client.exe.config You need to set "Windowed" to False, and set the GraphicsWidth and GraphicsHeight to those for your screen.
 
ahhh , wow thanks! :D and how i can play the game in fullscreen? :oops:
Go to application properties > target > [your resolution] f
TTJUIsT.png

If you want to revert back to window mode, same steps only switch f with w.
In tso.client.exe.config You need to set "Windowed" to False, and set the GraphicsWidth and GraphicsHeight to those for your screen.
Or that. xD
 
Last edited:
Status
Not open for further replies.
Back
Top