View Issue Details
ID | Project | Category | Date Submitted | Last Update | |
---|---|---|---|---|---|
0010433 | Valley 2 | Suggestion - UI Ideas | Jan 22, 2013 11:38 pm | Jan 23, 2013 10:39 am | |
Reporter | theqmann | Assigned To | |||
Status | closed | Resolution | not fixable | ||
Product Version | 0.717 | ||||
Summary | 0010433: Add shard filename to debug screen | ||||
Description | It might be useful to add the filename of the current shard to the debug screen so that they can be fixed with just a screenshot instead of a save. | ||||
Tags | No tags attached. | ||||
Internal Weight | New | ||||
|
Unfortunately, this is easier said than done, for a couple reasons. First, the game actually doesn't know what slice the player is in. The generator throws the slices together, then gives the entire chunk to the game. Secondly, the other problem is that sometimes the problem isn't in the slice you are in, but it's in the next one. There is no one more familiar with slices than me, and I often have to guess at which slice on the screen is actually the problem one. |