Skip to content

[Teleport Quests] Localization of Objective keyword in ObjectiveGotoPOISDX.cs and related Objective patches.  #127

@flatlanderone

Description

@flatlanderone

ObjectiveGotoPOISDX.cs inherits the localization (ObjectiveRallyPointHeadTo) from ObjectiveRandomGotoSDX.cs.

This creates localization issues as

  1. ObjectiveRallyPointHeadTo is used in vanilla for e.g. Fetch objectives.
  2. The same text ("Head to Rally Point:") will apply to objectives in all kinds of quests based on ObjectiveRandomGotoSDX.cs.

Could you specify distinct keywords for each type of quest based on ObjectiveRandomGotoSDX.cs?

For example:

  1. ObjectiveRandomGotoSDX.cs -
    this.keyword = Localization.Get("ObjectiveRandomGotoSDX");

  2. ObjectiveGotoPOISDX.cs:
    this.keyword = Localization.Get("ObjectiveGotoPOISDX");

  3. ObjectiveRandomPOIGotoSDX.cs:
    this.keyword = Localization.Get("ObjectiveRandomPOIGotoSDX");

  4. ObjectiveRandomTaggedPOIGotoSDX:
    this.keyword = Localization.Get("ObjectiveRandomTaggedPOIGotoSDX");

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions