Skip to content

Commit 1a8c7c0

Browse files
authored
Update README.md
Update readme with more up to date information.
1 parent 69adb2d commit 1a8c7c0

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

README.md

+3-5
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,22 @@
11
![image](http://freeso.org/wp-content/uploads/2016/03/freeso-logo.png?1)
22

3-
A full reimplementation of The Sims Online, using Monogame. While FreeSO aims to be faithful to the original game, it includes many quality of life changes such as hardware rendering, custom dynamic lighting, hi-res output and >2 floor houses. If you simply wish to play, you can install FreeSO and the original TSO files using our installer on http://freeso.org, and it will connect to our official servers.
3+
A full reimplementation of The Sims Online, using Monogame. While FreeSO aims to be faithful to the original game, it includes many quality of life changes such as hardware rendering, custom dynamic lighting, hi-res output and >2 floor houses. While there used to be an official FreeSO server, FreeSO is now a technology base for other The Sims Online servers to build upon. Please see the https://freeso.org blog for more information. In the future, a client specifically suited to exploring the original FreeSO server alone or with friends will be made available in a different repository.
44

55
FreeSO currently depends on the original game files (objects, avatars, ui) to function, which are available for download from EA servers. FreeSO is simply a game engine, and does not contain any copyrighted material in and of itself.
66

77
![image](http://freeso.org/wp-content/uploads/2017/05/band.png)
88

99
# The Sims 1 via Simitone
1010

11-
FreeSO is additionally a base project for an ongoing re-implementation of The Sims 1's engine, [Simitone](https://github.com/riperiperi/Simitone), targetted mainly at mobile devices.
11+
FreeSO is additionally a base project for an ongoing re-implementation of The Sims 1's engine, [Simitone](https://github.com/riperiperi/Simitone). This project is largely incomplete, but is in interesting novelty in itself.
1212

1313
The content system, HIT VM and SimAntics VM included within this repo support both TSO and TS1 game files - meaning that TS1 will still run in a limited sense under TSO's UI frontend within FreeSO. [Simitone](https://github.com/riperiperi/Simitone) fully restores TS1 gameplay by tying the neighbourhood and game systems together with a suitable UI frontend.
1414

1515
# 3D Mode
1616

1717
![image](https://cdn.discordapp.com/attachments/355135351234494464/355396364349210625/unknown.png)
1818

19-
The FreeSO engine additionally supports an experimental 3D mode, which allows you to see the game from a different perspective. 3D meshes are reconstructed at runtime from the z-buffers included with object sprites. FreeSO also generates 3D geometry for walls and floors at runtime, and switches to an alternate camera with different controls when the mode is enabled.
19+
The FreeSO engine additionally supports a 3D mode, which allows you to see the game from a different perspective. 3D meshes are reconstructed at runtime from the z-buffers included with object sprites. FreeSO also generates 3D geometry for walls and floors at runtime, and switches to an alternate camera with different controls when the mode is enabled.
2020

2121
The mode can be enabled via the launch parameter `-3d`. See the blog for more information. (http://freeso.org/the-impossible/)
2222

@@ -41,8 +41,6 @@ You can contribute to FreeSO by testing cutting edge features in the latest rele
4141

4242
Looking for something to do? Check out the issues tagged as [help wanted](https://github.com/riperiperi/FreeSO/labels/help%20wanted) to get started.
4343

44-
Regarding translations, full object and UI translations should currently be released on the forums. This is far from perfect and is due to be reworked. Stay tuned!
45-
4644
## Prerequisites
4745
* [Visual Studio 2019](https://visualstudio.microsoft.com/vs/)
4846
* [MonoGame](http://www.monogame.net): 3.5 for the iOS and Android VS2015 project types. (optional)

0 commit comments

Comments
 (0)