* Localize RenameCommand and delegate most of the process to MetaDataSystem.SetEntityName() * Make renaming rely on the EntityRenamedEvent. Fix issue where renaming would keep old Examine text Requires engine change * Fix localisation strings * Make PDA search be based on a renamed entity's Uid instead of its old name To do this the pda component now has an PdaOwner field which gets assigned when it is given as a loadout to a player * Fix bad merge??? huh * Use AllEntityQuery
6 lines
303 B
Plaintext
6 lines
303 B
Plaintext
cmd-rename-desc = Renames an entity and its cloner entries, ID cards, and PDAs.
|
|
cmd-rename-help = rename <Username|EntityUid> <New character name>
|
|
cmd-rename-too-long = Name is too long.
|
|
cmd-rename-not-found = Can't find username/uid: {$target}
|
|
cmd-rename-no-entity = {$target} does not have an entity.
|