Garry's Mod

Garry's Mod

TARDIS
Showing 61-70 of 118 entries
< 1 ... 5  6  7  8  9 ... 12 >
Update: May 15, 2020 @ 5:09am

Day 2 patch[github.com]

Thanks to Win7yes for these changes

Update: May 13, 2020 @ 10:01am

Day 1 patches[github.com]

Thanks to Win7yes[github.com] for this update

Update: May 12, 2020 @ 3:33pm

Added a bunch of features from legacy[github.com]

A massive thank you to Win7yes[github.com] for this update, please check the link above for details on the changes. You can also check the Addon Updates discussion.

Also in this update

Fixed Alt + E into TARDIS[github.com]

Thanks to Dodobro[github.com] for this update

Update: May 12, 2020 @ 3:32pm

Accidental push

Update: Jan 19, 2019 @ 5:10pm

Various additions by Win7yes[github.com]

While the TARDIS Rewrite is in Extended Support, 'Win' (or Win7yes as you might know him) has stepped in to make some nice changes:

Power system: This system (currently accessible from the 'New features fallback' screen but can be implemented into interiors by extension devs now) functions very similarly to the power system in the legacy, switching off all the sounds, lights, ability to fly/teleport. It also has a cool sound.

Saved destinations: The destination system has been extended to allow the saving/loading of locations very similarly to how it worked in the legacy. When you first run up the game, it will do a one-time import of your legacy locations (as the save data is unfortunately incompatible) and then they are saved separately to the legacy locations data.

Destination snap-to-floor: Pressing R (by default) while in the 3D destination selector will snap the ghost to the floor, allowing easy positioning.

Fast return: This allows the player to (fairly) quickly return to where they last dematerialised from. Note: this isn't the same as the fast return system from the legacy, at least yet. It's more like an auto-remat at the moment.

Exterior door collisions: Not much that needs to be said, it is now there when it wasn't previously. Note: the capaldi interior seems to have an odd exterior collision that allows you to crouch under it currently.

Again special thanks to Win for writing these changes and being very patient in my admittedly tedious code reviews. I hope he decides to do more changes, and if he does I very much look forward to them!

Update: Nov 26, 2018 @ 7:30pm

Moved YouTubeDL provider from https://abyss.mattjeanes.com:8090 to https://youtubedl.mattjeanes.com to keep it working when the original server shuts down in the next few weeks.

This addon is in Extended Support - only updates to keep it working will be made when broken by GMod updates etc.

Update: May 2, 2017 @ 3:33pm

Destinations and various improvements[github.com]

This update introduces a major new feature, 'destinations'. This allows you to fly around completely client side in a sort-of 'ghost mode' much like the DeLoreans teleport mode in SCars. You can then set your destination precisely anywhere in the map even through walls.

It also includes some nice fixes and improvements, most notably the map no longer appears through the vortex and is much more immersive. There's also some new features for developers such as 'interior portals' which will allow interior devs to make extra portals inside their interiors, as well as some bug fixes.

Update: Sep 6, 2016 @ 3:30pm

Hopefully fix vortex shadow again[github.com]

Update: Sep 4, 2016 @ 11:21pm

Disable vortex shadow[github.com]

Update: Sep 4, 2016 @ 10:31pm

Added visual time vortex and lock[github.com]

This update primarily contains the visual time vortex (#54[github.com]) but also contains a few other little features such as a basic lock, door sounds and customizable exterior light colour. It also has a few improvements for developers so they can improve their extensions - for example the ability to move the exterior light and change the sounds.

- Added customization for exterior light (fixes #172[github.com])
- Added lock and lock menu for screen, also can be called from sonic (fixes #160[github.com])
- Added customizable visual time vortex (fixes #54[github.com])
- Added developer error if two hooks share the same name and id or if parameters are wrong
- Added support for customizable interior lights, can be multiple ones now too (fixes #156[github.com])
- Removed portal draw overrides as no longer needed
- Added support for color options, first one is exterior light color
- Added developer customization for teleport sounds
- Fix not being able to access client->server networked settings locally
- Add support for Pre/PostDraw on parts and basic model scaling
- Added ability to temporarily flash exterior light (used in lock)
- Add optional sound when opening/closing doors (fixes #173[github.com])
- Moved all sounds into metadata.Exterior/Interior.Sounds
- Add sound and light flash when locking/unlocking
- Fix requiring legacy for some sounds
- Moved idle flight sound to T.Exterior/Internet.Sounds but left backwards compatibility for old method
- Added ability to disable parts in derived interiors
- Fix client settings not appearing on other clients