Skip to content

shadowscion/TankTrackTool

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

80 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Description

With tanks being such a popular thing to build in gmod, it is sad indeed to know that realistic tank tracks are nearly impossible. This tool aims to, mostly, solve that issue. Please post pictures so I can add them to the images!

Concept

  • Wheels are defined
  • A spline is generated around these wheels
  • Models are rendered around this spline
  • An animated scrolling texture is dynamically scaled to fit these models
  • Tank tracks!

Features:

  • Easy to use; spawn, select wheels, edit with context menu, and go!
  • A lot of options so far, and probably more in the future.
  • 100% Clientside (apart from the networked editable options); no more laggy e2 tracks, or, god forbid, physical ones!

Credits:

  • MrWhite; textures
  • DatAmazingCheese; textures
  • Metamist; icon
  • Waxx; server testing
  • Thebutheads; ideas
  • Karbine; ideas
  • dvd_video; wiremod api update and readme

Wiremod API

              Extensions                Out   Description 
image:tanktracktoolCopyValues(image) image Copies the track values from one entity to another
image:tanktracktoolGetLinkNames(image) image Returns an array containing the link names
image:tanktracktoolResetValues(image) image Resets the entity internal track values
image:tanktracktoolSetLinks(image) image Updates the entity links from the table passed
image:tanktracktoolSetValue(image,image) image Updates the values under the specified index
        General functions           Out   Description 
tanktracktoolCanUseValue(image) image Checks the calm down whenever a value can be used
tanktracktoolCreate(image,image,image,image,image) image Create an entity with given class by request

Releases

No releases published

Packages

No packages published

Languages