[1.1.4 bug] Taxes can go beyond 100%
Moderator: Pandora Moderators
[1.1.4 bug] Taxes can go beyond 100%
By adjusting both global and per-city tax it is possible to set taxes up to 150%.
Re: [1.1.4 bug] Taxes can go beyond 100%
This is not new with 1.1.4.
It's same for 1.1.2.
It's same for 1.1.2.
Re: [1.1.4 bug] Taxes can go beyond 100%
It's a side effect of having both global and city tax rates.
Rok Breulj
Designer and Programmer
Proxy Studios
Designer and Programmer
Proxy Studios
Re: [1.1.4 bug] Taxes can go beyond 100%
Yes, but still a bug, right?
Re: [1.1.4 bug] Taxes can go beyond 100%
It is not an error, we were aware of it when we implemented it.
If you know of a solution that doesn't have a side-effect I'd love to hear of it!
If you know of a solution that doesn't have a side-effect I'd love to hear of it!
Rok Breulj
Designer and Programmer
Proxy Studios
Designer and Programmer
Proxy Studios
Re: [1.1.4 bug] Taxes can go beyond 100%
Suppress the global tax slider?
Re: [1.1.4 bug] Taxes can go beyond 100%
Have actual rate be min(100%, max(0%,A+B-50%)), where A and B are rates on the sliders.
-
- Senior Corporal - Destroyer
- Posts: 100
- Joined: Mon Nov 18, 2013 6:40 pm
Re: [1.1.4 bug] Taxes can go beyond 100%
I'm not really sure how it works currently but I assumed it was City Rate * Global Rate, which should give a 0-100% range, right? That seems to me to be the most intuitive but I guess it must have a side effect! Edit: Ok so that's clearly not how it works... I've just never touched the global rate so never noticed.
If it has to be an addition then I'd probably back player1's suggestion of just capping it at 100%
Edit: Just had a look - the min is already set at 0% so capping the max at 100% should be the simplest fix, right?
If it has to be an addition then I'd probably back player1's suggestion of just capping it at 100%
Edit: Just had a look - the min is already set at 0% so capping the max at 100% should be the simplest fix, right?
Re: [1.1.4 bug] Taxes can go beyond 100%
As already suggested just hard cap it so it can't above 100%. It does hard cap at 0% rather than -50% so surely 100% rather than 150% is also possible?
Re: [1.1.4 bug] Taxes can go beyond 100%
Sounds reasonable!
Rok Breulj
Designer and Programmer
Proxy Studios
Designer and Programmer
Proxy Studios