diff --git a/README.md b/README.md
index a1f52bb95..aca10db80 100644
--- a/README.md
+++ b/README.md
@@ -1,99 +1,37 @@
+# ❄️ Metasiberia - metaverse from Siberia ❄️
-Substrata is an open-source metaverse, developed by Glare Technologies Limited, see https://substrata.info/.
+[](https://isocpp.org/)
+[](https://cmake.org/)
+[](https://www.qt.io/)
+[](https://github.com/shipilovden/sub-metasiberia)
+[](https://github.com/shipilovden/sub-metasiberia/actions/workflows/windows-main-ci.yml)
+[](https://github.com/shipilovden/sub-metasiberia/actions/workflows/cmake-configure-linux.yml)
+[](LICENCE)
+[](https://github.com/shipilovden/sub-metasiberia/stargazers)
+[](https://vr.metasiberia.com/)
+[](https://vr.metasiberia.com/signup)
+[](https://metasiberia.com/)
-The Substrata client and server are native apps written in C++, that support Windows, Mac and Linux.
-There is also an in-development web-client.
+Metasiberia is a virtual world project inspired by and based on the open-source Substrata software.
-You can build the Substrata client or Substrata server from this repository.
+## Quick Access
-
+- **🛠 Admin**: [https://vr.metasiberia.com/](https://vr.metasiberia.com/)
+- **📝 Signup**: [https://vr.metasiberia.com/signup](https://vr.metasiberia.com/signup)
+- **🌐 Web Client**: [https://vr.metasiberia.com/webclient](https://vr.metasiberia.com/webclient)
+- **🏠 Website**: [https://metasiberia.com/](https://metasiberia.com/)
+
-## Usage examples
+## Community and Support
-You can always visit the main Substrata world at substrata.info - this is the server that we run, and the main gathering point for Substrata users. However you are also welcome to run your own server! You can do this using by building the server from this repository, or using one of the prebuilt binaries.
+[](https://vk.com/metasiberia_official)
+[](https://t.me/metasiberia_channel)
-### 3D model Visualisation
+## Credits
-Substrata is perfect for multi-user visualisation of 3d models. Walk around a digital twin model with your team, hosted on an on-premises server!
+**Metasiberia** is inspired and based on **Substrata**.
-### Education
-
-Because Substrata is open source, you can build and run your own world for students without paying any licensing fees.
-
-## Get Involved
-
-We welcome contributions from people!
-
-Chat about Substrata on the Substrata discord here: https://discord.gg/3Ds9cxyEnZ
-
-Feel free to drop a message on the discord if you are having trouble building Substrata, or have any questions about it.
-
-
-
-## Building
-
-See [docs/building.txt](docs/building.txt) for build instructions.
-
-## Features
-
-### High performance, physically-based rendering engine
-
-Substrata uses the Glare engine (https://github.com/glaretechnologies/glare-core), which produces realistic graphics while rendering the entire Substrata world - e.g. over 12000 objects with user-generated content at 200 fps.
-
-* The Glare engine is designed for metaverses, in particular large numbers of varied objects.
-* Automatic level of detail generation
-* Streaming loading and unloading of objects without hitches as the player moves around
-* Physically-based rendering
-* Highly realistic sun/sky/daylight system derived from a multiple scattering ray-tracing atmospheric simulation in https://www.indigorenderer.com/
-* Skeletal animation system with procedural animations and animation retargetting for sharing animation data amongst avatars with varied sizes
-* Runtime texture compression for making best use of GPU memory
-* GLTF, OBJ import, plus supports many image formats
-* Terrain and water rendering
-* Particle system for rendering dust, water splashes, smoke etc.
-
-
-
-
-### Networked physics simulation
-
-We have integrated the Jolt physics engine (https://github.com/jrouwe/JoltPhysics), and have implemented a networked physics simulation on top of it.
-What that means is that multiple players can interact with objects in a world, drive vehicles, push objects etc. in a realistic way.
-
-Physics-based vehicles: (Image links are to videos on YouTube)
-
-
-
-Networked physics:
-
-
-
-
-Handling lots of interactive objects:
-
-
-
-
-### Spatial Audio and Voice Chat
-
-Substrata has built-in spatial audio and voice chat, without using any third-party services or servers.
-
-
-### In-world building
-
-The substrata client has controls for creating and editing objects, as well as for editing voxels
-
-
-
-
-
-
-You can add objects to the world from your local machine, and they will be automatically uploaded to the server and be visible to other users.
-
-## Get help
-
-Chat about Substrata on the Substrata discord here: https://discord.gg/3Ds9cxyEnZ
-
-Feel free to drop a message on the discord if you are having trouble building Substrata, or have any questions about it.
-
-Alternatively, feel free to create a github issue.
+[](https://github.com/glaretechnologies/substrata)
+[](https://x.com/NickChapmn)
+[](https://x.com/denshipilovart)
diff --git a/gui_client/GUIClient.cpp b/gui_client/GUIClient.cpp
index 6073d0685..ec37b0569 100644
--- a/gui_client/GUIClient.cpp
+++ b/gui_client/GUIClient.cpp
@@ -117,7 +117,10 @@ Copyright Glare Technologies Limited 2024 -
#include
#include
#endif
-#include
+#include
+#include
+#include