-
-
Notifications
You must be signed in to change notification settings - Fork 94
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Permissions using Districts #221
Comments
A better solution would be using the tiles to seperate cities like in Sim City, but denser. This could be achieved by actively desyncing the tiles so that every player has its own starting tile. A player shouldn't have access to an occupied tile and shouldn't be able to buy an occupied, but any other, to his tile(s) adjacent, tile. For this to work you would need a (custom?) map that allows at least road access to every possible tile (I think 25 tiles would be the perfect size). Possible issues:
The demand for residential, commercial and industrial buildings should still be shared between all players. |
While that certainly could work to some extent... I strongly disagree that that would be a better solution. You're essentially not sharing the city on any other level than name and demands. Using districts would be easily manageable, and you'd actually play together in one city. If you're playing on different tiles (areas), then you can't connect your electricity or water together. And the services like garbage disposal, schools, health care and police force don't really cover anything over the highway. |
Would it be possible to add another way of creating a district, but instead of a district it will be your claimed land. I think that creating districts with their own financial and stuff would work fine until citizens start travelling, from your part of the city to your friend's part. For example if your friend has some high density commercial that your citizens like to travel to, or if some event is going on, that's going to have a negative (At least financial) impact on the district in which the residents leave from. Just some thoughts. But didn't think too hard about it. |
How about using permission as in a goverment. The host would still be the god-mayor, and the other clients would be ministers. I think it is easier because the pool of the money is the shared the same (adv. feature - you can give money for each minister but the minister can not get new money?). Just a thought. |
Summary
If this mod is pottentially getting a dedicated server support. We should look into permissions management since if you'd want to use a dedicated server then you're most likely more then two and play on different hours etc.
What I am thinking, would be using Districts to allow and disallow access to parts of the city.
This permissions management could be overhauled with permissions for what you're allowed to place and remove exactly. But, I think that just simply just using Districts to allow or deny any access is good enough as a start.
It should cover most needs.
Issues
Some issues with something like this would be money, how it would be shared and used. But if you think of the different Districts as groups. Then you would have multiple accounts so to speak, and where you spend the money ( in what District it is placed ) would determine what group.
A whole other problem is loans and where that money would go. But this relates to #220, so any discussion regarding that should take place there.
The text was updated successfully, but these errors were encountered: