starwolfy / steam-ts

Steam integration for TeamSpeak 3
MIT License
62 stars 9 forks source link

Steam Name: #9

Closed ZeroTaps closed 8 years ago

ZeroTaps commented 8 years ago

Hi,

Love using this Node.js plugin

just a question how do I change the name of my bots steam name I change via steam but when I start it. it gets renamed

starwolfy commented 8 years ago

You'd have to navigate to the lib folder and open up 'launch.js' then replace line number 134.

From:

steamClient.setPersona(1, config.clanabbreviation + " bot (" + pjson.version + ")");

To:

steamClient.setPersona(1);