Better Advanced Tablet

If you liked this item, please rate it up on Steam Workshop page.

Author: silentdeth

Last revision: 18 Nov, 2022 at 11:25 UTC

File size: 1.77 MB

On Steam Workshop

Description:

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
  1. Click BepInEx 5.x[github.com]
  2. Download the appropriate zip file, x64 for Windows, unix for Linux/Mac.
  3. In Steam right click on Stationeers, hover the mouse over "Manage" then, click on "Browse Local Files".
  4. Copy/extract the contents of the zip folder into your Stationeers directory.
  5. You should end up with a BepInEx folder inside your Stationeers directory like:
  6. Run the game once. Then exit. This will initilize BepInEx creating some new folders.
  7. Navigate to the BepInEx folder in your Stationeers directory.
  8. You should have "plugins" and "patchers" folders inside that directory like:
  9. 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.
  10. Navigate to the plugins folders inside the BepInEx folder in your Stationeers directory.
  11. Copy the path to the plugins folder.
  12. Now run the command prompt as an administrator.
  13. Windows: Right click on the start menu, and select "Command Prompt (Admin)"
  14. Mac: Click the Launchpad icon in the Dock, type Terminal in the search field, then click Terminal.
  15. Linux: press the Ctrl+Alt+t keys at the same time.
  16. Type the drive letter of the Stationeers folder, followed by a : and press enter.
  17. Type cd follow by a space, then paste the copied path to the plugins folder and press enter.
  18. Now we need to find our workshop folder for Stationeers.
  19. 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
  20. In the "steamapps" folder, click the "workshop" folder, then the "content" folder, then the "544550" folder. Ex: SteamLibrarysteamappsworkshopcontent544550
  21. Now copy the path of the "544550" folder.
  22. Now we make the link.
  23. Windows: Back in the command prompt type mklink /D workshop " then paste the 544550 folder path, type another " and press enter.
  24. Linux/Mac: In the termal type ln -s "paste/path/to/544550/folder" "paste/path/to/plugins/folder"
  25. 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.
  26. The end result should look something like: