Barotrauma

Barotrauma

Not enough ratings
Tag Printer
   
Award
Favorite
Favorited
Unfavorite
File Size
Posted
327.284 KB
6 Aug, 2024 @ 9:47am
1 Change Note ( view )

Subscribe to download
Tag Printer

In 1 collection by Max
Mods That Get the Nod
12 items
Description
Tag Printer can print out the item identifier and tags of any item you interact with. It works client side only, and will work even on vanilla.

"Interact" is vaguely defined in barotrauma code, but basically anything you mouse over. It won't work if its in your inventory, so drop it on the floor if you need its tags.

This is ment as a debugging tool for modmakers or players with a lot of mods. Sometimes its helpful to see this information quickly without digging through the barotrauma github. The mod Storageicons (which I highly recommend) for example needs the item identifer to add or remove items from its whitelist.

In the console (F3) type "tagprinter" to turn it on or off. Its off by default. Tags will begin printing to console.

This mod requires clientside Lua for Barotrauma to work.

Installing Client-side Lua:

Open hosting menu
Select LuaForBarotrauma in ServerExecutable and host a server
While hosting, open the console window (most commonly 'F3')
Type in or copy, then execute the console command:
install_cl_lua
Restart the game