* Old profiles aren't compatible, you must create a new profile * Old mods aren't compatible, modders must update their mod * The tarkov version required is the following: 0.12.11.7.15261 * This update does not contain dailies or weekly quests 请自行用翻译软件进行翻译 今后都在这个地址发布...
sp-tarkov / build Public Notifications Fork 0 Star 19 License MIT license 19 stars 0 forks Branches Tags Activity Star Notifications sp-tarkov/build main BranchesTags Code Folders and files Latest commit History304 Commits .github/workflows .vscode static-assets .dockerignore .git...
new UpdateWeaponVariablesPatch().Enable(); new SetAimingSlowdownPatch().Enable(); new PwaWeaponParamsPatch().Enable(); new UpdateSwayFactorsPatch().Enable(); new GetOverweightPatch().Enable(); new SetOverweightPatch().Enable(); new BreathProcessPatch().Enable(); new CamRecoilPatch().Enable...
public float yOffset = 1f; private void Update() { lineRenderer.SetPosition(0, startObject.transform.position + new Vector3(0, yOffset, 0)); lineRenderer.SetPosition(1, endObject.transform.position + new Vector3(0, yOffset, 0)); } /// /// Sets the color of the line renderer mate...