Skip to content

Emotes on hotbar are not displayed #456

@Michaelangel007

Description

@Michaelangel007

Issue

Hotbar.js isn't handling emotes on the hotbar, specifically the name mEmoteToActivate.

i.e. Expanded JSON.parse( localStorage.getItem('hotbarsClipboard' ) )[9]:

[
  {
    "values": [
      [
        {
          "name": "mEmoteToActivate",
          "type": "Object",
          "value": {
            "levelName": "",
            "pathName": "/Game/FactoryGame/Emotes/Emote_Heart.Emote_Heart_C"
          }
        }
      ]
    ]
  }
]

Replication

  1. Start Satisfactory.
  2. Load a game or start a new game with [x] Enable to skip the onboard process.
  3. Hold down T to bring up the Emote Wheel (Options > Keybindings > Emote Wheel)
  4. Press a number, such as 9 to assign it to the hotbar.
  5. Save the game.
  6. Load the game into SCIM.
  7. Options > Hotbar.

Actual Result

The emote isn't in the hotbar.

Expected Result

The emote is in the hotbar.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions