Skip to content

Releases: tuntematonjr/Tun-Respawn-System

v1.7.1 Contested rewrite

27 Nov 17:07
Compare
Choose a tag to compare

ReWritten contested checks and how markers & respawn pos is handled.

Full Changelog: v1.7.0...v1.7.1

v1.7.0 Player Tickets

24 Nov 18:00
Compare
Choose a tag to compare

Resets respawn type to default!!

  • New respawn type. Player tickest, each player has own ticket pool.
  • Updated this to update AAR at mission start.
  • Less logs
  • Added 5s delay before you are moved to spectator

Full Changelog: v1.6.5...v1.7.0

v1.6.5

01 Oct 11:48
Compare
Choose a tag to compare

-Hotfix for fix what was outsourced

Full Changelog: v1.6.4...v1.6.5

v1.6.4

01 Oct 10:10
Compare
Choose a tag to compare

-Fixed TFAR LR error when changing settings.
-Fix Save Gear option not giving binoculars to respawners #13 Thanks to @rundabollen

Full Changelog: v1.6.2...v1.6.4

v1.6.3

06 May 09:27
Compare
Choose a tag to compare

Add fix what fixed thing, but i removed fix and it needed fixing again, so here is the fix.

v1.6.2

04 May 13:05
Compare
Choose a tag to compare

more debug

v1.6.1

20 Mar 15:25
78ab7f6
Compare
Choose a tag to compare

-Fixed main base flag pole actions

v1.6.0

20 Feb 13:41
a0b2ef5
Compare
Choose a tag to compare

Full Changelog: v1.5.1...v1.6.0

  • RPT will have now all kind of logs.
  • There is now auto generated briefing notes.
    • Can be modified in cba settings
  • Units waiting respawn are stored in variables now.
    • This allows me to some point add way to respawn single unit etc. Also it is easier way to mission makers to get accses to who are in respawn.
//Units who are going to be respawned in next wave 
Tun_respawn_waitingRespawnWest 
Tun_respawn_waitingRespawnEast
Tun_respawn_waitingRespawnGuer
Tun_respawn_waitingRespawnCiv

//Units who are in delayed respawn wave
Tun_respawn_waitingRespawnDelayedWest
Tun_respawn_waitingRespawnDelayedEast
Tun_respawn_waitingRespawnDelayedGuer
Tun_respawn_waitingRespawnDelayedCiv

MSP things

  • Added checks to make sure that MSP classname exist.
    • Now it will just skip it and makes error to RPT.
    • Thanks tanaaKa for reporting
  • Re structured contested check
    • It should be now 4 100 000 Nanoseconds faster
    • Contested check can be disabled and re-enabled at mid mission Tun_msp_disableContestedCheck = true;

Something that forgot. I should start make better notes for myself.

v1.5.1

02 Oct 19:29
Compare
Choose a tag to compare

Will break old missions due cba settings modification.

(hotfix for save gear system)

v1.5.0

02 Oct 16:43
Compare
Choose a tag to compare

Will break old missions due cba settings modification.