Garry's Mod
TARDIS
Mostrando 101-110 de 115 aportaciones
< 1 ... 9  10  11  12 >
Actualización: 21 NOV 2014 a las 19:42

Vastly improved collisions[github.com]

Fixed a texture glitch behind the doors. Fixed #16[github.com].

Actualización: 28 OCT 2014 a las 0:41

Fixed button system, model changes[github.com]

Interior door sticker/sign now matches exterior. Fixed and implemented 'double trace' from legacy (properly this time). Going into a tardis while inside a tardis now works better. Added a basic clientside sprite test (thank you vcmod for basic method). Players can now exit using Alt-E on the door instead of interior. Parts system now generates actual entities using base classes instead of using hacky table merging techniques. Fixed bug with multiple TARDISes breaking parts. Updated interior door frame uv wrap and texture.

Actualización: 17 OCT 2014 a las 17:23

Added part system back-end[github.com]

Sign on exterior is now lit by default matching interior doors (will add st john sticker soon). Interior doors are now serverside and have proper collision (uses new part system). Enabled popular double trace feature from legacy. Added ShouldThink hook for various things to try and improve performance for people not in the interior. Added parts system which is a vast improvement on the old version from legacy and includes such things as dark magic, automatic optimisations and a plugin style layout. A test button has been included somewhere on the console. Removed the 'secret wall'.

Actualización: 5 OCT 2014 a las 18:12

TARDIS:

Lots of model changes[github.com]

Netwrapper now handles entities differently to compensate for clients not always having the entity when one is sent. Moved models into models/drmatt/tardis/exterior and /models/drmatt/tardis/2012interior. Materials have been moved similarly. The interior can no longer be seen if the tardis is pointing at the sky, should also slightly increase framerate. All materials are now packed with the addon, legacy tardis no longer required for exterior materials. Updated materials with Benjas latest. Added test texture for door, marking the beginning of interior texturing.

World Portals:

wp.drawingent is now valid during portal drawing[github.com]

This is useful for various things.

Actualización: 5 OCT 2014 a las 7:13

Updated models[github.com]

Repositioned and resized portals on exterior and interior. Adjusted interior to work with new portal position. Exterior now has black walls on the inside so you can't see through it by looking at a very high angle very close to it. Added cool colour changing effect to the screens because why not.

Actualización: 30 SEP 2014 a las 13:32

Hotfix for networking error

Actualización: 30 SEP 2014 a las 12:46

TARDIS:

Improved doors and fixed multiplayer networking[github.com]

Optimised ENT:DoorOpen() and added the function to the interior. Switched networking to use entity indexes rather than actual entities, fixing issues where the client had not yet initialized the entity. Portal no longer renders behind a closed door in the interior (like on the exterior). Updated interior model to include frame around interior doors.

World Portals:

View roll is now smooth[github.com]

It works like portal when you go into an sideways/upside-down portal.

Actualización: 27 SEP 2014 a las 22:11

Doors now work from the inside

New clientside model merges with portal view on exterior and shows on
interior. Visible line from the outside though, looking into it. The two
screens have been 3D2D'd and nearly ready for action. They have a test
screen on them at the moment. Slightly adjusted collision model for
interior.

Actualización: 30 AGO 2014 a las 4:39

Updated interior model and fixed view roll bug. Unfortunately this means that entering a rotated tardis no longer looks as smooth, but this can be fixed with a transition from the initial roll value to 0, as is done in portal itself.

Actualización: 30 AGO 2014 a las 3:20

Hotfix: Reverted interior movetype, fixing interior collision with other props.