makes scenario_20_training1 playable again for non-english-languages#2095
makes scenario_20_training1 playable again for non-english-languages#2095daid merged 2 commits intodaid:masterfrom
Conversation
|
|
||
| Here's your chance to beat up some helpless opponents. | ||
| Commander Saberhagen out.]])) | ||
| globalMessage("Test") |
There was a problem hiding this comment.
Oops - Sorry that was a debugging remnant, I just removed it.
|
I do wonder if there isn't just a simpler fix, where we say |
|
That would still leave 3 other errors on lines with setModelDataName, though. |
|
also fixable with nil checks, but I understand that that isn't great. I'll think a bit about it and most likely accept your pull request. The database modification from scripts are messy, so maybe having less of them is better right now. |
|
Especially for that scenario, I don't see much benefit for those db modifications considering the problems. It is literally just the same ship with the same db entry just copied into the exuari category with another name. I am not sure if that feature is worth the hassle. And the custom typenames are very descriptive, so sourcing them out to the descriptions wouldn't be that bad IMO. |
…aid#2095) * makes scenario_20_training1 playable again for non-english-languages * remove debug message --------- Co-authored-by: aBlueShadow <falter@mxdreamer>
This addresses #1686 and especially #1686 (comment) , as that scenario became unplayable for non-english languages.
This PR does not try to fix the actual issue (which seems to be very persistent) but offers a workaround, to make it at least playable again.