Since you're working on space, do you think you could do something about the law screen? The fact there aren't three laws in the last row makes me really angry.
I think that would have to wait on two new laws being added to the game, or one being removed.
Do you get bugs where people go to prison in the wrong city, news stories in the wrong place, bizarre things like that?
I've been looking in justice.cpp recently and it looks to me like the function imprison doesn't consider different cities.
Good catch; I've been able to rewire that one. Commit is pending completion of another feature I have half-written.
Edit: Changed my mind, committed the feature incomplete to make sure I don't do another "oops I deleted everything on my desktop" like I did with the old interrogation overhaul. Build should be perfectly stable, just isn't release ready because there's an option that doesn't quite work as advertised.
I have been playing LCS for years and it never occured to me to thank you.
Thank you.
Thank you for playing and sharing your appreciation!
I'm playing now.
Haven't found any bugs yet, but travel menu feels a little wrong.
In the old versions it was easy to find a place, everything was organized. Now, site locations in the city look more random.
It may be me being used to the old way, but I think it's not.
I understand this can be more realistic but please consider another way to do it.
I'm interested in second opinions and ideas on this. It's something I'm concerned about, but I'd like to have more data before feeling certain about any direction. I think the flipside to not knowing where everything is right away is that if the cities are homogenized in their layout they'll feel samey and like carbon copies of each other. I'm not sure how to most elegantly handle this.
New Bug Found!
Greater Hollywood is now a part of Washington D.C.!
Oops! I don't think I even meant for Washington D.C. to be visitable in the last release. One thing that I've struggled with it the districts for different cities; I put way too much time into figuring out what to name the districts and how to lay things out.
Any ideas for how the districts should be named in DC?
Also, this isn't a bug, but I would recommend separating the "Travel to a Different City" command from the rest of the traveling options. Just putting a single space between the options would probably work. Something like this:
A - Downtown
B - University District
C - Industrial District
D - Outskirts
E - Travel to a Different City
Good idea. I'll do this.
Bumping this, and reporting a bug.
If you have the multiple cities turned on, news reports will still list your hometown as the location.
Thanks, this is just the sort of thing I'm trying to make sure to track down all the instances of. I remember fixing it and can't reproduce this issue on my computer, so I'm guessing I fixed this last time I was working on the game. We'll have to verify if it's still fixed for
next release rather than the currently out one.
I sent my leader on a vacation and a few days in the game crashed with a vector subscript out of range error
Thanks, this was easier to fix than most issues like this, because it's consistent -- it happens every time you go on vacation in the latest version, guaranteed. The bad thing is, it borks your save, because the crash only happens a week after the decision to go on vacation is saved. So for now, avoid vacations in this version. I've found the issue, however, and will have it fixed in the next release.