#10 Empty event in module break the rollback from po

已關閉
LecygneNoir4 年前建立 · 3 則留言
擁有者

It appears there are empty event in some modules:

-- [EVENT] --DemonEncounterBase(0)
[/EVENT]

As they are empty, these events are not added in the po and just ignored.

But, when we reconstruct the txt from the pot file, we do not know about these event, so they are missing, and it break the game.

Indeed, the game ignore the (X) balise which is the number of the event, and instead use them sequentially.
In the exemple above, as the (0) event is missing, everything are in the wrong order... translation for (1) event is considered as (0), (2) event is considered as (1), etc

Thus, all quests and choices are wrong and has no sense :-/

I join a screenshot to illustrate.

We need to find a way to remember empty events when rollbacking pot to txt, in order to have all info.

I see two possibilities:

  1. Using the original txt when rollbacking as a base to know about empty events
  2. Storing information about empty event in the .po to have it when rollbacking
It appears there are empty event in some modules: ``` -- [EVENT] --DemonEncounterBase(0) [/EVENT] ``` As they are empty, these events are not added in the po and just ignored. But, when we reconstruct the txt from the pot file, we do not know about these event, so they are missing, and it break the game. Indeed, the game ignore the `(X)` balise which is the number of the event, and instead use them sequentially. In the exemple above, as the (0) event is missing, everything are in the wrong order... translation for (1) event is considered as (0), (2) event is considered as (1), etc Thus, all quests and choices are wrong and has no sense :-/ I join a screenshot to illustrate. We need to find a way to remember empty events when rollbacking pot to txt, in order to have all info. I see two possibilities: 1. Using the original txt when rollbacking as a base to know about empty events 2. Storing information about empty event in the .po to have it when rollbacking
發佈者
擁有者

I already used base module xml for the DATABASE files, but for event it's pretty harder, the rollback algorithm I have to write is absolutely not adapted to that, performance should be very poor :-/

So I choose the solution 2.

It force to add translation that are not really translation in Zanata, but I think it's not too disturbing, regarding the time gained for rollback

I already used base module xml for the DATABASE files, but for event it's pretty harder, the rollback algorithm I have to write is absolutely not adapted to that, performance should be very poor :-/ So I choose the solution 2. It force to add translation that are not really translation in Zanata, but I think it's not too disturbing, regarding the time gained for rollback
發佈者
擁有者

For example, in the pot:

#. #-#-#-#-#  Bandits attack.pot  #-#-#-#-#
#. -- [EVENT] --BanditsAttackDiff7(13)EMPTY@@[EMPTY]0@@[EMPTY]0
msgid "[SPECIAL EMPTY EVENT STRING]"
msgstr "[SPECIAL EMPTY EVENT STRING]"
For example, in the pot: ``` #. #-#-#-#-# Bandits attack.pot #-#-#-#-# #. -- [EVENT] --BanditsAttackDiff7(13)EMPTY@@[EMPTY]0@@[EMPTY]0 msgid "[SPECIAL EMPTY EVENT STRING]" msgstr "[SPECIAL EMPTY EVENT STRING]" ```
發佈者
擁有者

With little adaptation, the scripts used to work on event now managed empty event correctly 👍

With little adaptation, the scripts used to work on event now managed empty event correctly :+1:
LecygneNoir 關閉了這個問題 4 年前
登入 才能加入這對話。
未選擇標籤
未選擇里程碑
沒有成員
1 參與者
通知
截止日期

未設定截止日期。

先決條件

此問題目前沒有任何先決條件。

載入中…
尚未有任何內容