Skip to content

angel-git/give-ui

Repository files navigation

GIVE-UI

Simple UI for the SPT GIVE command.

recording.gif

How it works

  1. With the server and preferably with Tarkov running, open the app
  2. Use the form to connect to the server and select your character

Features

Adding items

items.png

  • Select the item you want to receive. The quantity, by default, is always set to the maximum stack size

User weapons presets

user-presets.png

  • When you have saved weapons presets you can add them to your character with a single click

Skills

skills.png

  • Update profile level
  • Update skills level

Traders

traders.png

  • Update the reputation of the traders
  • Update the money spent on the traders

Installation

  • unzip it in your SPT root folder

Development

TEMPL_EXPERIMENT=rawgo templ fmt components/templates.templ && TEMPL_EXPERIMENT=rawgo templ generate && wails dev -devserver 0.0.0.0:34115

Release

  • Update version in wails.json
  • Update version in server-mod/package.json
  • commit and push (TODO: automate this in future)
  • Create a new release with proper tag
  • Github action will take over and upload the zip