Tabletop Simulator

Tabletop Simulator

Nemesis Retaliation (Script assisted)
Visar 51–60 av 379 poster
< 1 ... 4  5  6  7  8 ... 38 >
Uppdatering: 18 aug @ 7:22

-Fixed a typo.

Uppdatering: 18 aug @ 7:12

-Cleaned up some redundant parameters.

-Xyrian Allegiance Token is now locked to bypass physics collisions with doors when script moves it.

-Biohazard armor will be checked directly into the addContamination function. Dunno why it wasn't done yet.

-Biohazard related messages will also be unified into this function.

-returnPlayerHealth will now return the minimum value if no health index was found. This will avoid the health marker to be placed back to full health if another health lost is given to a player when he already died. (typically against Xyrian landing 2 hits on a player)

-Reduced autoExplore Noise roll delay, the enemy placement got faster some time ago so the delay was way bigger than necessary.

-Change the function that find a spot for enemies on tiles. (Without breaking anything I hope)
Enemies that can't fit in a Room will now float in the air until they have to move again or if they get killed.

-Changed distanceMath function to ignore Y element of the positions used.

-I had instances of noise token not being deleted in a game but I can't seem to reproduce it....so I can't fix it. Maybe it was lag ?

Uppdatering: 14 aug @ 10:54

-Fixed a typo.

-Fixed intruderAttack buttons height using the roomID button height.

-Changed the way enemies are placed in a Corridor when an exploration card asks for it. The old setup was not consistent when placed in the furthest Corridors from the Figurine bags.

-The rayCast to check the size of the figurine behind the hovering enemy will now be as large as the hovering enemy figure instead of being too thin.

-Increased the offset for the enemy in the middle of the corridor so that they can fit better in hibernatorium corridors, even if the figurines are 6 big Slashers.

Uppdatering: 14 aug @ 6:52

-Changed Yellow Item Robot Controller wording.

-Changed Yellow Item Oxygen Tank picture.

-Changed setupSupportItem function into setupEquipment.

-Gave 'StartItem' tag to all heavy items.

-All drawn heavy items will now have a Select button on their card to place the heavy item in one available Character's Hand.

-Added name 'ARM' to Serious Wounds 'Arm'.

Uppdatering: 13 aug @ 9:05

-Changed Red Item Exploring Drone wording.

-Changed Red Item Grenade picture.

-Changed Red Item Remote Detonator picture.

-Exploring Drone figurine (if used) will reset its position once exploration sequence is over.

Uppdatering: 12 aug @ 14:07

-Fixed some Sangrevores events not checking Noises for Corridor crowd. That most likely happenned when I removed Noises from the Intruders list during autoEvent.
As a result a 7th intruder could get in a Corridor.

Uppdatering: 12 aug @ 12:59

-Reduced Motherbrain arriving sounds length, used to be left for the echo in the distance but... it's a bit too long for what we're doing with it. Especially as a hiss sound when shooting at it.

Uppdatering: 12 aug @ 12:24

-Changed Combat Engineer Tactical Retreat action wording.

-Changed Contractor (Consultant) Always Prepared action wording.

-Changed Contractor (Consultant) Duck&Cover action wording.

-Changed Contractor (Consultant) Computer Skills action picture.

-Changed Contractor (Consultant) Armor item picture.

Uppdatering: 11 aug @ 14:09

-Left clicking an intruder attack button will play the default hiss sounds if it's not a Xyrian attack.

-Cultist arriving sound will use the new Neoflesh default hiss sound.

-Fixed stopSoundBoard not converting integer soundBoardID into string.

-Changed Mission Objective GMNotes to be used with 6 players and more. This selection makes more sense to me right now.

-Changed Mission Objective Self-Serving.

-Changed Personal Objective Quarantine required number of players

-Changed Personal Objective Shutdown picture.

-Changed Personal Objective Lab Rats wording and name into 'Experimental Subjects'.

-Added Personal Objective State's Evidence.

-Changed Mission Task Primary Samples picture.

-Changed Mission Task The Supply Route required number of players

-Changed Mission Task Eradication picture.

-Changed Mission Task Reconnaissance required number of players

Some of these changed cards might get a new picture in the future, it is mechanically correct though.

Uppdatering: 10 aug @ 14:25

-Increase distance radius check for room tiles, this new value works better. This should fixes various instances, the ones I saw recently was the wrong character being designated for an attack and security token not being added in the room when moving cautiously.

-Fixed firespitter not playing the right hiss sound when shooting in a Room.

-Fixed fireSpitter not having any screamSound sometimes when shooting in a Room.

-Fixed the expected range for the 3rd and 4th soundboard to be offsetted by one too many, as a result one of the Motherbrain hiss sound ID was not being used by the right soundboard.

-New attempt at giving Queen sound a priority. I think it's good this time...? But then I thought I had it for the previous attempts...so we'll see.

-Fixed autoMove playing walksounds only for the last member of a moving group; we remove that logic, instead we make it so that each moveGroup plays walkSounds once, regardless of their size.

-Switched the order for the intruder attack buttons, used to be the older ones are moving upward, now it's the recent ones.