-
-
Notifications
You must be signed in to change notification settings - Fork 46
Open
Labels
bugSomething isn't workingSomething isn't working
Description
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
Tto bring up the Emote Wheel (Options > Keybindings > Emote Wheel) - Press a number, such as
9to 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.
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working