Warband 1.102: strings.txt anomalies.

Users who are viewing this thread

SkyKnight

Recruit
Greetings,

I have occupied myself with 'reverse engineering' the txt files into a workable ModuleSystem.
I'm doing this, since I thought that the Python way of working in MB was very prone to mistakes.
In fact, I have found several anomalies there too, but waited for warband to continue.

The first file I have targeted was the strings.txt, which is a simple file.
However, when doing this, I have encountered several anomalies.
Which may be the reason of several strange situations. (Or not?)

Most of these are typos and c/p issues.
Let me know if this is actually helpful or not.

Anomaly 1:
Duplicate entries:
  line 1247, str_comment_you_were_defeated_allied_unfriendly
  line 1248, str_comment_you_were_defeated_allied
  line 1830, str_score
  line 1923, str_routed
  line 1964, str_wife
  line 1965, str_husband
  line 1966, str_father
  line 1967, str_mother
  line 1968, str_daughter
  line 1969, str_son
  line 1970, str_sister
  line 1971, str_brother
  line 2660, str_s15
  line 2683, str_he
  line 2685, str_she
  line 2809, str_s12
  line 3007, str__family_
  line 3035, str_we_have_assembled_some_vassals
 
Anomaly 2:
Wrong ID names:
  line 998 str_npc2_kingsupport_2
  line 1081 str_npc4_turn_against
  line 1542, str_rebellion_agree_pitiless
  line 1543, str_rebellion_agree_cunning
  line 1544, str_rebellion_agree_sadistic
  line 1545, str_rebellion_agree_goodnatured
  line 1546, str_rebellion_agree_upstanding
  line 2936, str_lord_defects_ordinary
-->
  str_npc2_kingsupport_3
  str_npc5_turn_against
  str_rebellion_refuse_pitiless
  str_rebellion_refuse_cunning
  str_rebellion_refuse_sadistic
  str_rebellion_refuse_goodnatured
  str_rebellion_refuse_upstanding
  str_lord_defects_ordinary_faction (I assume)
 
Anomaly 3:
Duplicate entry, but with different text.
  line 2014, str_trade_explanation_dates
  line 2015, str_trade_explanation_dates

  line 2807, str_s12
  line 2809, str_s12

Regards,
SkyKnight
 
Well, I did not expect Anomaly 1 & 3 to have any effect on the game.
But Anomaly 2 look to me as if they may trigger some very strange texts.

The gameplay itself cannot be altered by texts that are wrong of course.

Should I continue reporting these type of anomalies as I progress through reversing the txt files?
 
Back
Top Bottom