-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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
Challenge: overrun. Unable to generate a valid starting location #79176
Comments
/Confirmed I hope it's permitted to confirm the issue based on the fact that the location mentioned in the posted error message exists only in conjunction with the scenario information, but not as any terrain in the JSON files. I guess some rework quite a while ago changed the terrain designations without it being realized it was used for a starting scenario. |
It's a valid start location that targets a valid omt that spawns and none of the ids have changed remotely recently wdym?
I also just spawned in fine 3 tries out of 3 |
Sorry, it seems I did indeed screw up! I guess it needs to be set back to "S1 - Need confirmation". Thus, it seems the issue is that the base wasn't generated nearby, and the follow on question to the author of this report is what parameters were used to generate the world, as I guess some parameters may make the placement of some things impossible or low probability. |
Ye it could be that, you can just get these randomly tho it's all rng after all. I've tried rigging up boosting the priority of the chosen start location omt during initial gen but with how everything is scoped + included it's pretty awkward https://github.com/CleverRaven/Cataclysm-DDA/compare/master...Procyonae:BoostStartLocationPriority?expand=1 |
Couldn't you use Basically set "boost_location" to false default, set it to true when setting up the priority boost stuff, reset it when placing that location, and add it as a condition in You might be able to do it using only |
Game includes start location and overmapbuffer includes game so I think it has to be this way around unless I just slap circular includes on them and hope it "just works". I can make what I have work I just need to move the start locations priorities out of the member bc the member is const when accessed through it's id |
Sorry for the late reply, I tried reinstalling the game yesterday and it's worked perfectly. No idea what the issue was but I'm guessing when I updated the game the install didn't go smoothly. |
Describe the bug
Game refuses to generate a starting location when playing the overrun challenge at the military base.
Attach save file
N/A
Steps to reproduce
Expected behavior
Game fails to generate a starting location. I've tried multiple times with multiple different world and it still fails to generate a starting location.
Screenshots
No response
Versions and configuration
Additional context
No response
The text was updated successfully, but these errors were encountered: