Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Playing with kilograms, the game wants 20 pounds of salt in mission log. #74463

Open
Brambor opened this issue Jun 11, 2024 · 2 comments
Open
Labels
Missions Quests and missions (P4 - Low) Low priority issues: things which are e.g exotic, minor and/or hard to encounter (S2 - Confirmed) Bug that's been confirmed to exist

Comments

@Brambor
Copy link
Contributor

Brambor commented Jun 11, 2024

Describe the bug

image

Attach save file

N/A

Steps to reproduce

  1. Have the Mass units option to kg.
  2. Get the mission.
  3. Look at it in the mission menu.
  4. Observe that you will need to convert from pounds to kilograms.

Expected behavior

I want the game to translate it for me.

Screenshots

No response

Versions and configuration

  • OS: Windows
    • OS Version: 10.0.19045.4412 (22H2)
  • Game Version: 0.G-10098-g9e287b8451 [64-bit] - master was 5d0da40
  • Graphics Version: Tiles
  • Game Language: English [en]
  • Mods loaded: [
    Dark Days Ahead [dda],
    Disable NPC Needs [no_npc_food],
    Portal Storms Ignore NPCs [personal_portal_storms],
    Slowdown Fungal Growth [no_fungal_growth]
    ]

Additional context

No response

@Brambor Brambor added (S1 - Need confirmation) Report waiting on confirmation of reproducibility Missions Quests and missions labels Jun 11, 2024
@PatrikLundell
Copy link
Contributor

/Confirmed (not that particular mission, but I've seen stupid pounds of some kind of metal sheets and gravel in the last week).

Doesn't really matter, since weight units are useless to the player anyway. The metric the player actually needs is the number of units. Fortunately, the cases I encountered had the number of units in the mission (but not the dialog).

There are really two issues here:

  • Allow dialog and mission logs to respect the game unit settings (and then convert existing dialog to use the new functionality).
  • Get mission authors to ensure the mission log (at least) specifies the number of items required so the player won't have to find an item, look at its weight (or volume, if there are any such cases), and then calculate the number of units required from that.

@github-actions github-actions bot added (S2 - Confirmed) Bug that's been confirmed to exist and removed (S1 - Need confirmation) Report waiting on confirmation of reproducibility labels Jun 12, 2024
@RenechCDDA RenechCDDA added the (P4 - Low) Low priority issues: things which are e.g exotic, minor and/or hard to encounter label Jun 13, 2024
@RenechCDDA
Copy link
Member

The simple way to resolve this: Change the description and mentions of "pounds" to something which is independent of measurement systems.

The good(?) way to resolve this: Some sort of json <tag> which resolves between weight measurements.

Here's links to the mentions in the JSON for anyone who wants a go.

"description": "Find 20 pounds of salt.",

"offer": "I know this doesn't sound important, but I am running low on salt. We don't just need it as a seasoning, it's also vital for food preservation. Could you find about 20 pounds of salt for me?",

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Missions Quests and missions (P4 - Low) Low priority issues: things which are e.g exotic, minor and/or hard to encounter (S2 - Confirmed) Bug that's been confirmed to exist
Projects
None yet
Development

No branches or pull requests

3 participants