jpw1991 / chebs-amplified-stations

The Unlicense
0 stars 0 forks source link

Wiki? #4

Open b-morgan opened 2 weeks ago

b-morgan commented 2 weeks ago

Detailed info in the wiki.

There doesn't appear to be a Wiki.

jpw1991 commented 2 weeks ago

I didn't make it yet. Is there something you need to know?

b-morgan commented 2 weeks ago

Is this a client-side or server-side mod? I tried installing on the client-side only, changed the Workbench radius but the range and the dotted line range indicator don't change so I suspect that it requires installation on the server-side as well.

I have dedicated server worlds but no server-side mods as some of the friends I play with are "anti-mod" and are playing vanilla with the only server-side options being the ones that Irongate provides.

My primary motivation for using this mod is so I can repair structures that were built by someone else who picked up the stonecutters / forges after they finished building.

I can use Stations Custom Ranges but it isn't hosted on Thunderstore.

jpw1991 commented 2 weeks ago

It's supposed to be on both server & client but for no good technical reason other than ensuring that everyone gets the same experience (eg. same ranges, etc).

It can be made to work as client-only so that you can use it with your "anti-mod" friends just by changing the line here: https://github.com/jpw1991/chebs-amplified-stations/blob/master/ChebsAmplifiedStations/ChebsAmplifiedStations.cs#L13C7-L13C92

to [NetworkCompatibility(CompatibilityLevel.NotEnforced, VersionStrictness.None)]

I can prepare this for you later if you like.

b-morgan commented 2 weeks ago

Adding that line plus a configuration option to turn it on and off would be fantastic!

I would suggest that you start the Wiki (and any other links that will eventually go somewhere) with an "Under Construction" placeholder. This way anyone clicking links knows that they will eventually will get expanded into their intended content.