More resource translations.
This commit is contained in:
parent
473e866791
commit
07b2e0e778
1 changed files with 14 additions and 1 deletions
|
@ -29,6 +29,8 @@ import sys, os, re, getopt, curses.ascii
|
|||
filemoves = {
|
||||
# Older includes all previous to 1.3.1.
|
||||
"older" : (
|
||||
# File naming error made repeatedly in NR and elsewhere.
|
||||
("human-loyalists/human-", "human-loyalists/"),
|
||||
# These are picked to cover as many as possible of the broken
|
||||
# references in UMC on the campaign server. Some things we
|
||||
# don't try to fix include:
|
||||
|
@ -63,6 +65,9 @@ filemoves = {
|
|||
("attacks/throwing-dagger-human.png", "attacks/dagger-thrown-human.png"),
|
||||
("bow-hit.ogg", "bow.ogg"),
|
||||
("bow-hit.wav", "bow.ogg"),
|
||||
("bowman-attack-sword.png", "bowman-sword-1.png"),
|
||||
("bowman-attack1.png", "bowman-ranged-1.png"),
|
||||
("bowman-attack2.png", "bowman-ranged-2.png"),
|
||||
("creepy.ogg", "underground.ogg"),
|
||||
("dwarves/warrior.png", "dwarves/fighter.png"),
|
||||
("eagle.wav", "gryphon-shriek-1.ogg"),
|
||||
|
@ -82,7 +87,8 @@ filemoves = {
|
|||
("human-male-hit.ogg", "human-hit-1.ogg"),
|
||||
("human-male-weak-die.ogg", "human-old-die-1.ogg"),
|
||||
("human-male-weak-hit.ogg", "human-old-hit-1.ogg"),
|
||||
("items/castle-ruins.png", "scenery/castle-ruins.png"),
|
||||
("human-sword.png", "sword-human.png"),
|
||||
("items/castle-ruins.png", "scenery/castle-ruins.png"),
|
||||
("items/fire.png", "scenery/fire1.png"),
|
||||
("items/fire1.png", "scenery/fire1.png"),
|
||||
("items/fire2.png", "scenery/fire2.png"),
|
||||
|
@ -107,6 +113,10 @@ filemoves = {
|
|||
("knife.ogg", "dagger-swish.wav"), # Is this right?
|
||||
("knife.wav", "dagger-swish.wav"), # Is this right?
|
||||
("lightning.wav", "lightning.ogg"),
|
||||
("longbowman-ranged-1.png", "longbowman-bow-attack1.png"),
|
||||
("longbowman-ranged-2.png", "longbowman-bow-attack2.png"),
|
||||
("longbowman-ranged-3.png", "longbowman-bow-attack3.png"),
|
||||
("longbowman-ranged-4.png", "longbowman-bow-attack4.png"),
|
||||
("misc/chest.png", "items/chest.png"),
|
||||
("misc/dwarven-doors.png", "scenery/dwarven-doors-closed.png"),
|
||||
("misc/mine.png", "scenery/mine-abandoned.png"),
|
||||
|
@ -120,6 +130,9 @@ filemoves = {
|
|||
("ork-die-2.ogg", "orc-die-2.ogg"),
|
||||
("pistol.wav", "gunshot.wav"),
|
||||
("spear-miss-1.ogg", "spear-miss.ogg"),
|
||||
("spearman-attack-south-1.png", "spearman-attack-s-1.png"),
|
||||
("spearman-attack-south-2.png", "spearman-attack-s-2.png"),
|
||||
("spearman-attack-south-3.png", "spearman-attack-s-3.png"),
|
||||
("squishy-miss-1.ogg", "squishy-miss.wav"),
|
||||
("sword-swish.wav", "sword-1.ogg"),
|
||||
("sword.wav", "sword-1.ogg"),
|
||||
|
|
Loading…
Add table
Reference in a new issue