simtactics / mysimulation

My Simulation is an experimental open source multiplayer game based upon The Sims Online. It attempts to mimic the original game as closely as possible while extending it with new features.
GNU General Public License v3.0
3 stars 0 forks source link

documentation outdated #7

Open JipBoesenkool opened 5 months ago

JipBoesenkool commented 5 months ago

https://github.com/tonytins/MySimulation/wiki/NioTSO-Compile-Guide

choco cinst is long gone, use choco install. I'm going trough the steps, have a seperate branch where I got it compiling without these install steps, but it took some elbow grease.

Could not test the runtime since I don't have the TSO files needed for the render demo.

tonytins commented 5 months ago

I knew that compile guide was a little dated, but I didn't know by how much. I mostly kept that historical reasons. I'll see what I can do about updating it.

JipBoesenkool commented 5 months ago

Ill try to document what I did, but my environment is not from scratch. Should atleast point out the problems I ran into for when other people hit it.

Ideally I should make a github action to avoid the whole runs on my machine kind of thing.