scfmod / FS22_TerraFarm

FS22 TerraFarm
163 stars 75 forks source link

0.04 settings - need to be moved to dedicated server admin only #53

Closed alexanderweide closed 2 years ago

alexanderweide commented 2 years ago

Hey,

I found out that the settings for unloading as well as other options can be set on a player by player basis on the server. -> the problem with that is that dedicated players are able to cheat because of those settings.

it would probably be better to make those settings only avaliable for administrators of dedi servers.

in the filltypes xml i added more values to exclude cheatable options such as:

TerraFarmFillTypes.EXCLUDE = { ....

['LIME'] = true,
['SNOW'] = true,
['ROADSALT'] = true,
['MANURE'] = true,
--[''] = true,
scfmod commented 2 years ago

Various permissions for MP is planned for 0.7.0.0, but it could be a long way away and not prioritized. Closing this issue for now.