# Migration Guide

{% hint style="success" %}
**Back up your project before upgrading!**
{% endhint %}

The new version has changed the multiplayer mode. Therefore, if you are developing competitive multiplayer, then do not update to the new version, you should wait for the Advanced Multiplayer add-on to be released.

Also, if you didn't work much with the 1.6.5 version, then it's better to install the new 1.7 release into an empty project.

But if you've already done a lot of work in the 1.6.5 release, follow these steps:

* Delete all USK tools, leaving only the following folders and your things

![](/files/V9sV4ijp0lYXrLSMMz8R)

* Import the new version (following the [installation manua](/installation.md)l)
* If you used AI opponents, you need to set up the scene using new tools.

{% content-ref url="/pages/-LzqmNXQZBNmxB5RRHgA" %}
[Adding to the Game](/enemies/adding-to-the-game.md)
{% endcontent-ref %}

* In some cases, you'll need to set some parameters in scripts again (spawn points, effects, animations, etc)

{% hint style="success" %}
If you have any problems, please contact us - **<gercstudio@gmail.com>**
{% endhint %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.gercstudio.com/migration-guide.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
