CoAの表示不具合

Issue #320 resolved
Tokiuji Yamana created an issue

CoAの表示不具合

「立ち沢瀉」(texture=16, texture_internal=20)の表示がおかしい

Dynastyの記述例

283 = {
    name="Hashiba"
    culture = western_chubu
    coat_of_arms = {
        template = 0
        layer = {
            texture = 16
            texture_internal = 20   # Tachi Omodaka
            emblem = 0
            color = 5   # Sable (Black)
            color = 1   # Argent (White)
            #color = 0
        }
    }
    used_for_random = no
}

表示例

TachiOmodaka.jpg

「庵に木瓜」(texture=17, texture_internal=40)の表示がおかしい

Dynastyの記述例

6000 = {
    name="Kudo" # Fujiwara Tamenori blanch
    coat_of_arms = {
        template = 0
        layer = {
            texture = 17
            texture_internal = 40   # Iori ni Mokkou
            emblem = 0
            color = 5   # Sable (Black)
            color = 1   # Argent (White)
            #color = 0
        }
    }
    used_for_random=yes
}

表示例

coa_error_1.jpg

Comments (8)

  1. hamane hamata

    家紋が正常に表示されないのは、三段目の"color = 0"がコメントアウトされているのが原因ではないかと思います。

    試しに三段目の"color = 0"のコメントアウトを外したところ、以下のように表示されました。

    00000家紋.jpg

  2. Tokiuji Yamana reporter

    検証ありがとうございます 👑 なるほど! 3つめのcolorとは盲点でした。 後刻こちらでも確認して、修正のPRを出そうと思います。

  3. Tokiuji Yamana reporter

    hamaneさんの方法で「立ち沢瀉」(texture=16, texture_internal=20)の改善を確認しました。

  4. Tokiuji Yamana reporter

    白いピクセルが一つあり、それを塗ったところ「庵に木瓜」(texture=17, texture_internal=40)の表示が改善されました。

  5. Tokiuji Yamana reporter

    [update] Dynastyを更新

    三淵氏にCoAを設定 堺会合衆の今井氏、近江の堀氏、荒木村重の荒木氏、摂津池田、和田惟政の和田氏にCoAを設定 不破、金森、佐久間、佐々、林の諸氏にCoAを追加、山口氏のDynastyNameが間違っていたので修正

    [update] タイトル履歴更新

    上杉謙信死後、西頸城が上杉景虎領になるように変更

    [fix] タイトル履歴修正

    🐛 紀伊国日高のタイトル保持者のIDが間違っていたので修正

    [add] タイトル履歴追加

    飛騨国大野、益田にタイトル保持者の空白があったので追加 伊勢国桑名のタイトル保持者に、服部友貞、願勝寺を追加

    [fix] DynastyCoAを修正

    🐛 fixed #320 CoAの指定方法が間違っていたので修正

    [update] キャラクター情報更新

    上杉景虎の養子関係、婚姻関係を追加

    [add] キャラクター追加

    伊賀服部氏の初期のキャラクターを追加 尾張国荷ノ上の土豪・服部党の当主、服部友貞一族を追加 願証寺実淳、願証寺実恵、願証寺実如、願証寺実妙、願証寺鎮永尼、願証寺妙祐、願証寺証恵、願証寺延深、願証寺証淳、願証寺如栄、願証寺証意、願証寺顕忍、願証寺顕恵を追加 北条家臣の富永一族を、沼田城代猪俣氏の為に追加。富永実吉、富永重勝、富永実常、富永能登守、富永能登守、富永能登守、富永助盛、富永助重を追加 能登畠山家臣の遊佐続光を追加

    [add] プロヴィンス情報追加

    伊勢国桑名の首都セツルメントの変遷を追加

    [update] Dynasty更新

    土肥氏、河田氏、北条氏、安田氏にCoAを設定 山県氏にCoAを設定 興福寺、堀内、湯川、十市、松永氏にCoAを設定 庵原氏、瀬名氏にCoAを設定 前波氏のCoAを設定

    [fix] Localization Key

    🐛 fixed Duplicate text-key

    [fix] キャラクターファイル修正

    🐛 fix Typo

    [fix] タイトル履歴修正

    🐛 信濃国諏訪の重複を削除 [titlehistory.cpp:169]: Unborn title holder Title: c_suwa(21003) in history/titles/c_suwa.txt Date: 1470.1.1 Character ID: 21003, Birth date: 1473.1.1 対処療法 [titlehistory.cpp:169]: Unborn title holder Title: c_nagusa(48550) in history/titles/c_nagusa.txt Date: 1531.1.1 Character ID: 48550, Birth date: 1534.1.1 [titlehistory.cpp:163]: Invalid character 59200 in history/titles/c_muko.txt [titlehistory.cpp:163]: Invalid character 59200 in history/titles/c_muko.txt 🐛 [titlehistory.cpp:169]: Unborn title holder Title: d_shinano(1003766) in history/titles/d_shinano.txt Date: 882.1.27 Character ID: 1003766, Birth date: 1262.1.1 🐛 [titlehistory.cpp:169]: Unborn title holder Title: d_omi(1003603) in history/titles/d_omi.txt Date: 810.10.15 Character ID: 1003603, Birth date: 963.1.1 🐛 fix Typo 🐛 [titlehistory.cpp:169]: Unborn title holder Title: d_mino(1003671) in history/titles/d_mino.txt Date: 1079.6.26 Character ID: 1003671, Birth date: 1100.1.1 🐛 [titlehistory.cpp:169]: Unborn title holder Title: d_hida(1000652) in history/titles/d_hida.txt Date: 1233.5.26 Character ID: 1000652, Birth date: 1255.1.1

    [update] Dynasty更新

    駿河の大森氏と北条家臣大道寺氏にCoAを設定

    → <<cset 9aeec38dce35>>

  6. chatnoir17 Sengoku

    [update] Dynastyを更新

    三淵氏にCoAを設定 堺会合衆の今井氏、近江の堀氏、荒木村重の荒木氏、摂津池田、和田惟政の和田氏にCoAを設定 不破、金森、佐久間、佐々、林の諸氏にCoAを追加、山口氏のDynastyNameが間違っていたので修正

    [update] タイトル履歴更新

    上杉謙信死後、西頸城が上杉景虎領になるように変更

    [fix] タイトル履歴修正

    🐛 紀伊国日高のタイトル保持者のIDが間違っていたので修正

    [add] タイトル履歴追加

    飛騨国大野、益田にタイトル保持者の空白があったので追加 伊勢国桑名のタイトル保持者に、服部友貞、願勝寺を追加

    [fix] DynastyCoAを修正

    🐛 fixed #320 CoAの指定方法が間違っていたので修正

    [update] キャラクター情報更新

    上杉景虎の養子関係、婚姻関係を追加

    [add] キャラクター追加

    伊賀服部氏の初期のキャラクターを追加 尾張国荷ノ上の土豪・服部党の当主、服部友貞一族を追加 願証寺実淳、願証寺実恵、願証寺実如、願証寺実妙、願証寺鎮永尼、願証寺妙祐、願証寺証恵、願証寺延深、願証寺証淳、願証寺如栄、願証寺証意、願証寺顕忍、願証寺顕恵を追加 北条家臣の富永一族を、沼田城代猪俣氏の為に追加。富永実吉、富永重勝、富永実常、富永能登守、富永能登守、富永能登守、富永助盛、富永助重を追加 能登畠山家臣の遊佐続光を追加

    [add] プロヴィンス情報追加

    伊勢国桑名の首都セツルメントの変遷を追加

    [update] Dynasty更新

    土肥氏、河田氏、北条氏、安田氏にCoAを設定 山県氏にCoAを設定 興福寺、堀内、湯川、十市、松永氏にCoAを設定 庵原氏、瀬名氏にCoAを設定 前波氏のCoAを設定

    [fix] Localization Key

    🐛 fixed Duplicate text-key

    [fix] キャラクターファイル修正

    🐛 fix Typo

    [fix] タイトル履歴修正

    🐛 信濃国諏訪の重複を削除 [titlehistory.cpp:169]: Unborn title holder Title: c_suwa(21003) in history/titles/c_suwa.txt Date: 1470.1.1 Character ID: 21003, Birth date: 1473.1.1 対処療法 [titlehistory.cpp:169]: Unborn title holder Title: c_nagusa(48550) in history/titles/c_nagusa.txt Date: 1531.1.1 Character ID: 48550, Birth date: 1534.1.1 [titlehistory.cpp:163]: Invalid character 59200 in history/titles/c_muko.txt [titlehistory.cpp:163]: Invalid character 59200 in history/titles/c_muko.txt 🐛 [titlehistory.cpp:169]: Unborn title holder Title: d_shinano(1003766) in history/titles/d_shinano.txt Date: 882.1.27 Character ID: 1003766, Birth date: 1262.1.1 🐛 [titlehistory.cpp:169]: Unborn title holder Title: d_omi(1003603) in history/titles/d_omi.txt Date: 810.10.15 Character ID: 1003603, Birth date: 963.1.1 🐛 fix Typo 🐛 [titlehistory.cpp:169]: Unborn title holder Title: d_mino(1003671) in history/titles/d_mino.txt Date: 1079.6.26 Character ID: 1003671, Birth date: 1100.1.1 🐛 [titlehistory.cpp:169]: Unborn title holder Title: d_hida(1000652) in history/titles/d_hida.txt Date: 1233.5.26 Character ID: 1000652, Birth date: 1255.1.1

    [update] Dynasty更新

    駿河の大森氏と北条家臣大道寺氏にCoAを設定

    → <<cset 9aeec38dce35>>

  7. Log in to comment