You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
> Link will not be provided here no more due to changes that might need to be checked before a patch can apply. Please join the server for more up-to-date announcements.
38
+
::: info
39
+
Link will not be provided here no more due to changes that might need to be checked before a patch can apply. Please join the server for more up-to-date announcements.
40
+
:::
39
41
40
42
Once you opened the link, you will find the folder which contains each of the version to be updated to.
41
43
For example, if you wanted to update your game to version 7.8, then go to ``7.7.0 - 7.8.0`` folder, etc.
@@ -54,15 +56,18 @@ The following region codes are used to identify regions which are compatible wit
54
56
### 2. Move the ``.patch`` (Recipe) file to Game Folder
55
57
Once the download has finished, move the ``.patch`` file to the game folder.
56
58
57
-
> To find out where your game is installed, open Collapse, select the correct game & region, and click on the ``Game Settings`` button and find the ``Open Game Folder``
58
-
> button to open the game folder.
59
+
::: tip
60
+
To find out where your game is installed, open Collapse, select the correct game & region, and click on the ``Game Settings`` button and find the ``Open Game Folder`` button to open the game folder.
61
+
:::
59
62
60
63
### 3. Start the Update
61
64
Once you have successfully moved the file to your game directory, Collapse will automatically detect click on the Delta-patch file. If it does not, please restart the launcher before attempting the update operation.
62
65
63
66
Once the file has been detected, click on the ``Update Game`` button and click ``Yes`` at the dialog. While the process is running, please **DO NOT CLOSE** the launcher and **Do not Panic** if the progress bar does not move or the program becomes unresponsive.
64
67
65
-
> There is a high chance of your game files being corrupted if you interrupt this process. You **cannot** downgrade to a previous version once you update your game. However, you can convert back to your previous version by downloading the correct recipe file. Collapse is not responsible for game data corruption. Update time varies depending on system configuration.
68
+
::: warning
69
+
There is a high chance of your game files being corrupted if you interrupt this process. You **cannot** downgrade to a previous version once you update your game. Collapse is not responsible for game data corruption. Update time varies depending on system configuration.
Copy file name to clipboardExpand all lines: home/feature/game-commands.md
+14-2Lines changed: 14 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,12 +8,24 @@ This feature allows you to run a command before game being launched and/or after
8
8
We are not responsible for what you are running and it's consequence to your system and/or game accounts. You are on your own.
9
9
:::
10
10
11
+
::: danger
12
+
Any program run from this feture will have **ADMINISTRATOR LEVEL PRIVILEGE**. Make sure you have ABSOLUTE TRUST to anything you are going to run with this feature.
13
+
:::
14
+
11
15
::: warning
12
16
Collapse team does not endorse running any commands that injects or modify the game in any way. We are in any way not responsible for anything that happened to your game should you choose to do so.
13
17
:::
14
18
15
19
Here is what you need to know about this feature:
16
20
1. If the command you are running is a CLI (Command Line Interface) application, do note that it will be non-interactable. Meaning you cannot input anything to the console of the command.
17
21
2. Working directory of the launch commands will be set to where the CollapseLauncher.exe is located. If the application you are trying to run needs to be run in its own directory (e.g. having its own dependencies), you have to add some commands to change it beforehand.
18
-
> Example `cd /d C:/testapp/ && C:/testapp/run.exe`
19
-
3. This feature will not allow you to change the way Collapse will run the game (e.g. change the executable to be run instead of the game exe itself)
22
+
23
+
::: info
24
+
Example
25
+
26
+
```cmd
27
+
cd /d C:/testapp/ && C:/testapp/run.exe
28
+
```
29
+
:::
30
+
31
+
3. This feature by default will not allow you to change the way Collapse will run the game (e.g. change the executable to be run instead of the game exe itself)
0 commit comments