Better Advanced Tablet
Increased the number of cartridges to four. Use left click to switch cartridges, left click + quantity modifier key [default C] for previous cartridge (BepInEx version only). Fixes the save bug with Advanced Tablets not correctly remembering which cartridge was last used. When switching cartridges empty cartridge slots are skipped.
—
WARNING: This mod will not work unless you install Stationeers.Addons[github.com] OR BepInEx 5.x[github.com]. Read how to install Stationeers.Addons by clicking the link above. For BepInEx scroll down.
—
Support me on
[www.patreon.com]
BepInEx Install Instructions
- Click BepInEx 5.x[github.com]
- Download the appropriate zip file, x64 for Windows, unix for Linux/Mac.
- In Steam right click on Stationeers, hover the mouse over "Manage" then, click on "Browse Local Files".
- Copy/extract the contents of the zip folder into your Stationeers directory.
- You should end up with a BepInEx folder inside your Stationeers directory like:
- Run the game once. Then exit. This will initilize BepInEx creating some new folders.
- Navigate to the BepInEx folder in your Stationeers directory.
- You should have "plugins" and "patchers" folders inside that directory like:
- Now we have to jump through some hoops to get BepInEx to work with Steam Workshop. To tell BepInEx to look in our workshop folders we need to make a symbolic link to that folder. A symbolic link is like a advanced shortcut. You only need to do this once to get all BepInEx workshop mods to work.
- Navigate to the plugins folders inside the BepInEx folder in your Stationeers directory.
- Copy the path to the plugins folder.
- Now run the command prompt as an administrator.
- Windows: Right click on the start menu, and select "Command Prompt (Admin)"
- Mac: Click the Launchpad icon in the Dock, type Terminal in the search field, then click Terminal.
- Linux: press the Ctrl+Alt+t keys at the same time.
- Type the drive letter of the Stationeers folder, followed by a : and press enter.
- Type cd follow by a space, then paste the copied path to the plugins folder and press enter.
- Now we need to find our workshop folder for Stationeers.
- From the Stationeers folder, navigate up (the up arrow by to the left of the path) to the "common" folder, then up again to the "steamapps" folder
- In the "steamapps" folder, click the "workshop" folder, then the "content" folder, then the "544550" folder. Ex: SteamLibrarysteamappsworkshopcontent544550
- Now copy the path of the "544550" folder.
- Now we make the link.
- Windows: Back in the command prompt type mklink /D workshop " then paste the 544550 folder path, type another " and press enter.
- Linux/Mac: In the termal type ln -s "paste/path/to/544550/folder" "paste/path/to/plugins/folder"
- Repeat steps 10 to 24 for the StationeersBepInExpatchers folder. Hint, you can press the up arrow a couple of time to repeat the mklink command.
- The end result should look something like: