User Tools

Site Tools


japanesemanual:ja_newspapereditor

This is an old revision of the document!


新聞エディター

プレイヤーが新聞を開くとき、ゲームの世界ではあまり何も起きていない可能性が高いです。プレイヤーに空っぽの新聞を与える代わりに、地元の新聞に載っているような些細なチラシ記事で新聞を埋め尽くします。

これらのチラシ記事は、このエディターのリストからランダムに選択されます。歴史的な出来事やプレイヤー/aiの行動に関する記事は、それぞれターンイベントやゲームファイルで生成されます。



ファイルとその仕組み

ゲーム開始時に、NewspaperArticles.xmlファイルが読み込まれ、ゲームに保存されます。newspaper.htmlファイルが生成されると、紙面を埋めるのに十分な記事がない場合、ゲームはこのリストから年の範囲内の記事をランダムに選択します。その記事がゲーム内に表示されます。

The articles themselves are html. As such you can use html styling when creating the articles.



The Editor

The following picture is of the newspaper editor. Below it we will break down the parts of this editor.

 Newspaper Editor

  1. This creates a new newspaper list by clearing out the existing data in the editor
  2. This opens an existing newspaper list.
  3. This saves the newspaper list to an xml file.
  4. Returns you to the previous editor or the main menu.
  5. This is a list of the newspaper articles currently in the editor. Selecting an entry from this list will fill the information below.
  6. This is the body of the newspaper article. The article is in html4, as such html tags will work. Any images should be include in your turnevents newspaper images mod files.
  7. Checking this box will mean that the body of the newspaper article text is localized in the localization files. As such, the body of the newspaper article should be the ID number of the localization text.
  8. Start year is the first year in which this newspaper article can appear in the newspaper. End year is the last year that the article can appear.
  9. Adds the article to the list of articles.
  10. Removes the selected article from the list of articles.



Examples

Video Tutorials Coming Eventually.



Troubleshooting

Articles are Not Appearing in the Newspaper

Be sure that your included the NewspaperArticle.xml in a place that the game can see it. For example if you're making a mod file, include it with the mod and load the mod.

japanesemanual/ja_newspapereditor.1749344768.txt.gz · Last modified: 2025/06/07 21:06 by nichirinmotor