Abandoned - intended to fix up the gamemode but never changed beyond a few fixes
Queuenard 7452c62a61 Cleanup | 1 year ago | |
---|---|---|
Bricks | 1 year ago | |
Computers | 1 year ago | |
Destiny | 1 year ago | |
Horiz | 1 year ago | |
Libraries | 1 year ago | |
Milky_Way | 1 year ago | |
Sounds | 1 year ago | |
Blue2.dml | 1 year ago | |
BotMALP.cs | 1 year ago | |
DHD.cs | 1 year ago | |
Description.txt | 1 year ago | |
Environ.cs | 1 year ago | |
Events.cs | 1 year ago | |
Functions.cs | 1 year ago | |
List.txt | 1 year ago | |
MALP_AI.cs | 1 year ago | |
Painting.cs | 1 year ago | |
Preferences.cs | 1 year ago | |
README.md | 1 year ago | |
Server.cs | 1 year ago | |
Slate_Storm.dml | 1 year ago | |
Stargate.cs | 1 year ago | |
TTasphalt01.jpg | 1 year ago | |
Tutorial.cs | 1 year ago | |
Vehicles.cs | 1 year ago | |
cement-pebbled.jpg | 1 year ago | |
preview.jpg | 1 year ago | |
stargatewandering.cs | 1 year ago | |
thumb.jpg | 1 year ago | |
todo list.txt | 1 year ago |
Attempting to get the Stargate gamemode working again
README from Hit's repository:
In the summer of 2016, after hosting his Stargate server for a while, Xalos decided to openly release the Stargate add-on to the public. (you can find it in here)
Since then though, he has applied numerous bug fixes to his own copy of the add-on and has hosted his Stargate server throughout the years, but hasn't re-released it. I'm aiming to fix some prevalent bugs and also refactor some of the code and add new features that should help new players and make them less confused. Xalos was also going to make a Tutorial for the Stargate gamemode, but he hasn't made it, so I'll try to do that in the future as well.
NOTE: If you're hosting your own Stargate server from scratch, I strongly advise you to use a bigger seed than the one currently in the code (around line 1221ish in Stargate.cs). There's a bug where there are duplicate hidden system gates and the only way to fix it is to either make the RNG seed bigger than 671, or change the RNG methods found in Libraries/Port_Rand.cs (see branch RNG_fix for the fix). Or you could do both. But if you're hosting a Stargate server with builds on them and are using this exact seed, do not use the RNG_fix branch.