Tabletop Simulator

Tabletop Simulator

Nemesis Retaliation (Script assisted)
384개 중 131~140개 표시 중
< 1 ... 12  13  14  15  16 ... 39 >
업데이트: 2025년 7월 15일 @ 오전 4시 13분

-Fixed NailGun not breaking on rolling 4 with Burst Dice.

-AutoExplore reposition of tiles to fix a desync with clients will now use the setPositionSmooth function, maybe it works better, I dunno why these are bugged specifically but I know most objects I place are with SetPositionSmooth and I never had any complaints before so we'll try that and I'll be on the watch for other reports.

-Changed the font size of some buttons.

As reported by Jutruxx:
-Xyrian Activation card that removes tactical tokens, will now also check the position of these tokens before removing them (to not remove the tactical tokens on player boards)

As requested by BBQuasar:

-Script will now broadcast Xyrian allegiance being available in the Xyrian Allegiance Token room.

-Added a toggle next to burst and shoot dices so script expect these dices to roll for Burst and Shoot.

-Clicking the toggle also reveals a button so the user can choose whether to have dices rolling automatically or manually by throwing them with the mouse cursor. Manual Roll is on by default.

-Added quality of life function to check the dice value, works better when thrown manually since the automatic throw is a vertical one... I could make an horizontal one too but it's kinda redundant since TabletopSimulator already has a roll function (and I expect BBQuasar to use the manual one anyway).

-Added new rotation values to Burst and Shoot dice.

-Shooting and bursting by clicking the weapon buttons with Roll Anim Expected will bring out a bowl with the expected dice next to the player target. If Automatic Roll is on, the dice will roll right away. If Manual Roll is on then the script will start checking the dice positions and values only after a player picked and dropped it (with the force of their liking).

업데이트: 2025년 7월 13일 @ 오후 2시 19분

-Changed Neoflesh Queen Health cards wording for more clarity.
-Added a Neoflesh Queen Health card.

업데이트: 2025년 7월 13일 @ 오후 1시 24분

-Changed Xyrian Event New Commands picture.
-Changed Xyrian Event New Commands script.
-Changed Neoflesh Event Sabotage Protocol picture... But I can't script it properly because I don't have the Room ID Numbers for now ... Oops.

업데이트: 2025년 7월 13일 @ 오전 6시 52분

-Added Neoflesh attack card variants for Slash!, Clank!, Boom!, Rat-tat-tat!

업데이트: 2025년 7월 12일 @ 오후 2시 58분

-Changed Neoflesh Event Long-Range Defense Protocol picture and tags.

업데이트: 2025년 7월 12일 @ 오후 2시 14분

Since I got the info from BBQuasar, I might aswell add it:
-Script will now add the Xyrian Allegiance Token into the newly explored room after drawing Xyrian Exploration "Something's Out There" .

업데이트: 2025년 7월 12일 @ 오후 1시 17분

As requested by BBQuasar:
-Added a step to check whether or not a dropped intruder or xyrian is above a Room or a Corridor, if so we allow walk sounds to be played (the check is only done once and allowed to be done one second later to avoid raycasting spam if a player grabbed multiple intruders at once; cheap and safe).

업데이트: 2025년 7월 12일 @ 오전 10시 10분

-Fixed critical on xyrian missing room reference when being killed. (that's because I turned it into a function without changing the local references)

-Fixed Marked xyrian status using the autoMove function even though it had nothing to move. (now that's just because I didn't test it with one xyrian dead)

-Script will now prevent security token being added into a xyrian room.

업데이트: 2025년 7월 11일 @ 오전 1시 30분

As requested by BBQuasar:
-Added a toggle button next to exploration deck to enable or disable auto noise roll upon exploring.

업데이트: 2025년 7월 10일 @ 오전 8시 02분

-Script will prevent weapon button creation for weapon Security System Control when hovering an intruder in a Room.

-autoDestruction event will first check if the autoDestruction token is still valid before executing.