Skip to content

Commit af0e39e

Browse files
committed
improve formattings
1 parent 688fbf6 commit af0e39e

File tree

2 files changed

+23
-6
lines changed

2 files changed

+23
-6
lines changed

home/feature/delta-patch.md

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,9 @@ For more up-to-date links, please [join our Discord server!](https://discord.gg/
3535

3636
[<img width="720" src="https://github.com/user-attachments/assets/70baf253-37da-47a8-a627-f8f0da181153"/>](https://github.com/user-attachments/assets/70baf253-37da-47a8-a627-f8f0da181153)
3737

38-
> 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+
:::
3941

4042
Once you opened the link, you will find the folder which contains each of the version to be updated to.
4143
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
5456
### 2. Move the ``.patch`` (Recipe) file to Game Folder
5557
Once the download has finished, move the ``.patch`` file to the game folder.
5658

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+
:::
5962

6063
### 3. Start the Update
6164
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.
6265

6366
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.
6467

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.
70+
:::
6671

6772
[<img width="1280" src="https://user-images.githubusercontent.com/30566970/171479757-fb49adb9-2658-4c54-b69b-8603d14b3845.png"/>](https://user-images.githubusercontent.com/30566970/171479757-fb49adb9-2658-4c54-b69b-8603d14b3845.png)
6873

home/feature/game-commands.md

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,24 @@ This feature allows you to run a command before game being launched and/or after
88
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.
99
:::
1010

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+
1115
::: warning
1216
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.
1317
:::
1418

1519
Here is what you need to know about this feature:
1620
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.
1721
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

Comments
 (0)