Search the Community
Showing results for tags 'chat function'.
-
Currently, the only feature in the game for sharing cards are the "request deck" feature, or to just see ingame what card people are using. It would be cool if there was a feature where, just like linking items in MMO's like World of Warcraft for example, you could shift-click a card while typing and it'd put the card in the message you are typing. This way, you will share the card you're putting in where others can then click on the message link and it'll show the card shared. Additionally, players could right click the shared card link and have options like "search in marketplace".
-
Disable autojoin chat function in config.json
Mynoduesp posted a topic in New Player Help and Guides
Due to popular request, here's a short tutorial on how to disable the autojoin chat funciton in Battlefoge: If you follow the steps you'll be able to disable or enable the autojoin function for every chat individually and don't have to type "/leave XY" every time you start up Battlefoge. 1. Open your Battlefoge folder and search for the file config.json 2. Open the config.json file with an editor 3. Add or edit the highlighted part below. To disable the autojoin funciton (does not join chat on startup) replace true with false on the corresponding line. To enable the autojoin function (automaticly joins chat on startup) replace false with true on the corresponding line. "chat": { "autojoinbeginner": true, "autojoinlfg": true, "autojoinstrategy": true, "autojointrade": true, "fontsize": 0 }, 4. Save config.json 5. Start-up Battleforge and enjoy your new settings If you have difficulties reply to this thread or directly msg me on the forum. Additional information: Check out other chat functions ingame by clicking on the speakbouble in the bottom left corner of the chat window.