* 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 请自行用翻译软件进行翻译 今后都在这个地址发布...
new UpdateWeaponVariablesPatch().Enable(); new SetAimingSlowdownPatch().Enable(); new PwaWeaponParamsPatch().Enable(); new UpdateSwayFactorsPatch().Enable(); new GetOverweightPatch().Enable(); new SetOverweightPatch().Enable(); new BreathProcessPatch().Enable(); new CamRecoilPatch().Enable...
Client-side BepInEx patches for SPTRM: https://hub.sp-tarkov.com/files/file/606-spt-realism-mod/#versions - Update License.txt · Faupi-SPTarkov/SPT-Realism-Mod-Client@e58aa63
* 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 请自行用翻译软件进行翻译 今后都在这个地址发布...
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...