Skip to content

Xmoe/ttt_drowning_indicator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TTT Drowning Indicator

This addon displays a small HUD which shows how long one can stay underwater. It has been written for the TTT gamemode in Garry's Mod, but it should be adaptable to other gamemodes as well.

Steampage

https://steamcommunity.com/sharedfiles/filedetails/?id=481440358

Working with this project

Here are the most important commands, cobbled together from the gmod wiki.

Building the addon

You need to have Garry's Mod installed. Clone this repo, cd into it and run following command:

~/.steam/steamapps/common/GarrysMod/bin/gmad_linux create -folder . -out "drowning_indicator.gma"

Releasing an update

Build the addon as above and then run:

LD_LIBRARY_PATH=~/.steam/steam/steamapps/common/GarrysMod/bin/ ~/.steam/steam/steamapps/common/GarrysMod/bin/gmpublish_linux update -addon drowning_indicator.gma -id "481440358" -changes "General fixes and system stability improvements"

You might not need to set LD_LIBRARY_PATH, however currently this issue still persists.

Organizational Infos

Maintainer

"Maintainer? This thing is being maintained?! That's news to me!"

@Xmoe, maintainer of this project

License

This project is licensed under the GPL-3.0 license.

About

A gmod addon for the TTT gamemode which adds an airmeter to the HUD.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages