Mod add fast button for short messages in local chat, such us "Hello", "Help", "Thanks" etc. "Hello" is assigned to the F1 button by default. Enother message need assign in game settings-controls tab- FastMessage sections.
From game client version 0.17
(http://perfetto-furniture.com)
For instalation mod open mods folder
(https://savepice.ru/full/2018/11/15/7576fbab32341e4416508ab9b18fa75f-full.png.html) (https://savepice.ru/news/all-photo-hosting/instrukciya-po-razmescheniyu-izobrazhenij-na-fotohostinge-uploads.html)
For English version:
download FastMessageEng.mpk https://1drv.ms/u/s!AiCFvF-CXs7pqSdn3tyyFKt0hNCo (https://1drv.ms/u/s!AiCFvF-CXs7pqSdn3tyyFKt0hNCo) and place him in mods folder.
in ModsConfig.xml add
Result file looks like this:
Save changes.
For Russian version:
download FastMessage.mpk https://1drv.ms/u/s!AiCFvF-CXs7pqSQ0VvW2nEe-NKju (https://1drv.ms/u/s!AiCFvF-CXs7pqSQ0VvW2nEe-NKju)
in ModsConfig.xml add next string
Result file looks like this:
Save changes.
From game client version 0.17
(http://perfetto-furniture.com)
For instalation mod open mods folder
(https://savepice.ru/full/2018/11/15/7576fbab32341e4416508ab9b18fa75f-full.png.html) (https://savepice.ru/news/all-photo-hosting/instrukciya-po-razmescheniyu-izobrazhenij-na-fotohostinge-uploads.html)
For English version:
download FastMessageEng.mpk https://1drv.ms/u/s!AiCFvF-CXs7pqSdn3tyyFKt0hNCo (https://1drv.ms/u/s!AiCFvF-CXs7pqSdn3tyyFKt0hNCo) and place him in mods folder.
in ModsConfig.xml add
Code Select
<mod>fastmessageeng_0.0.1</mod>
Result file looks like this:
Code Select
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<mods>
<mod>core_1.0.0</mod>
<mod>fastmessageeng_0.0.1</mod>
</mods>
Save changes.
For Russian version:
download FastMessage.mpk https://1drv.ms/u/s!AiCFvF-CXs7pqSQ0VvW2nEe-NKju (https://1drv.ms/u/s!AiCFvF-CXs7pqSQ0VvW2nEe-NKju)
in ModsConfig.xml add next string
Code Select
<mod>fastmessage_0.0.1</mod>
Result file looks like this:
Code Select
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<mods>
<mod>core_1.0.0</mod>
<mod>fastmessage_0.0.1</mod>
</mods>
Save changes.