LazyDuchess / OpenTS2

Open source re-implementation of The Sims 2 in Unity
Mozilla Public License 2.0
221 stars 17 forks source link

Add loading of neighborhood terrain geometry #25

Closed ammaraskar closed 1 year ago

ammaraskar commented 1 year ago

Some screenshots of pleasentview: pleasentview-unity

In-game versus unity: Pleasantview

pleasentview-cliff


Scaling and handling of water etc still needs to be done. I loaded it up as a unity Terrain object which is probably the way to go. I realize SimsPE and wiki calls this a Neighborhood Terrain Geometry file, but in the game it's actually just called Neighborhood Terrain so let's stick with the game's naming scheme for now.

LazyDuchess commented 1 year ago

Will merge this once it's made to use the unity mesh system rather than the terrain system as we discussed, though if you'd prefer I wouldn't mind at all merging it then making the changes myself

ammaraskar commented 1 year ago

Yeah I'm focusing on the gmdc stuff right now so if you'd like to merge and make the change yourself that would be great, otherwise I can get back to it afterwards

LazyDuchess commented 1 year ago

Yeah I'm focusing on the gmdc stuff right now so if you'd like to merge and make the change yourself that would be great, otherwise I can get back to it afterwards

Sure!