Skip to content

Update Layouts for SC 3.12 (new actionmaps) #103

@bm98

Description

@bm98

SC Alpha 3.12 has two more actionmaps that will not show up in Layout - per default.

You may go to the graphics\layouts folder where the program is located
then look for a file named LayoutGroups.json and add the two lines manually (use only Notepad not a word processor)

The two actionmaps are "tractor_beam" and "hacking"

Add a comma after "spaceship_mining" , - then add the line "tractor_beam"
"SpaceMining": [
"spaceship_mining" ,
"tractor_beam"
],

The same for "hacking" - add the comma after "player_input_optical_tracking" , - then add the line "hacking"

"Player": [
"default",
"prone",
"player",
"player_choice",
"player_emotes",
"player_input_optical_tracking" ,
"hacking"
],

THEN copy the file into your personal \Documents\SCJMapper folder (there are some layout... files - backups from your work)

For a next release the default list will be updated

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions