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
- Start Satisfactory.
- Load a game or start a new game with [x] Enable to skip the onboard process.
- Hold down
T to bring up the Emote Wheel (Options > Keybindings > Emote Wheel)
- Press a number, such as
9 to assign it to the hotbar.
- Save the game.
- Load the game into SCIM.
- Options > Hotbar.
Actual Result
The emote isn't in the hotbar.
Expected Result
The emote is in the hotbar.
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
Tto bring up the Emote Wheel (Options > Keybindings > Emote Wheel)9to assign it to the hotbar.Actual Result
The emote isn't in the hotbar.
Expected Result
The emote is in the hotbar.