Dwarf Fortress Bug Tracker - Dwarf Fortress
View Issue Details
0004686Dwarf FortressLanguagepublic2011-06-02 02:122015-12-11 23:56
Captain Mayday 
Toady One 
normalminoralways
resolvedfixed 
0.31.25 
0.42.03 
0004686: [WORD:SUMMER] has no tokens
[WORD:SUMMER] in language_words.txt has no additional tokens.
Suggest replacing with:

[WORD:SUMMER]
    [NOUN:summer:summers]
        [FRONT_COMPOUND_NOUN_SING]
        [REAR_COMPOUND_NOUN_SING]
        [THE_COMPOUND_NOUN_SING]
        [THE_NOUN_SING]
        [OF_NOUN_SING]
        [REAR_COMPOUND_NOUN_PLUR]
        [OF_NOUN_PLUR]
Probable Quick Fix
Issue History
2011-06-02 02:12Captain MaydayNew Issue
2011-06-02 02:56Captain MaydayNote Added: 0017918
2014-07-26 12:20DwarfuAssigned To => Dwarfu
2014-07-26 12:20DwarfuStatusnew => acknowledged
2014-07-26 12:20DwarfuTag Attached: Probable Quick Fix
2015-12-11 23:56Toady OneStatusacknowledged => resolved
2015-12-11 23:56Toady OneFixed in Version => Next Version
2015-12-11 23:56Toady OneResolutionopen => fixed
2015-12-11 23:56Toady OneAssigned ToDwarfu => Toady One

Notes
(0017918)
Captain Mayday   
2011-06-02 02:56   
[WORD:MIGHTINESS]

also left totally empty, just below

[WORD:MIGHTY]
    [NOUN:might:mights]
    [ADJ:mighty]
        [ADJ_DIST:2]
        [FRONT_COMPOUND_ADJ]
        [REAR_COMPOUND_ADJ]
        [THE_COMPOUND_ADJ]

Don't know if it's possible to have multiple nouns on a given word entry, but one of them needs to have [NOUN:mightiness:mightinesses]. If it's possible to have multiple nouns on an entry, might be best to change it to [WORD:MIGHT] and do it that way, though this would likely break save compatibility due to naming changes.


I've also noted a great many nouns that have no plural. Cases such as [NOUN:heat:]. I don't think this has any in-game consequence, but there's a lot of possible plurals left undone there.
I could provide a list, but it's just as easy to search for ':]' in the file, and there's a lot of them.