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
['meta',{property: 'og:description',content: 'An advanced launcher for HoYoverse Games. Built with C#/.NET with WinUI and open sourced. Supports all PC games published by miHoYo/HoYoverse with many advanced features like game repair, delta patch, game settings, etc.'}],
['meta',{name: 'description',content: 'An advanced launcher for HoYoverse Games. Built with C#/.NET with WinUI and open sourced. Supports all PC games published by miHoYo/HoYoverse with many advanced features like game repair, delta patch, game settings, etc.'}],
{text: 'Disclosing Security Vulnerabilities',link: 'https://github.com/CollapseLauncher/Collapse/blob/main/SECURITY.md'},// explicitly use GitHub for latest version
Copy file name to clipboardExpand all lines: home/docs/building.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,8 +1,8 @@
1
1
---
2
-
title: Building in your Local Environment | Coolapse Launcher
2
+
title: Building in your Local Environment | Collapse Launcher
3
3
---
4
4
5
-
# Building Coolapse Launcher
5
+
# Building Collapse Launcher
6
6
7
7
## Tools Needed
8
8
@@ -21,7 +21,7 @@ Using a lower Visual Studio version (like VS2019) is not possible due to require
21
21
22
22
## Cloning Repository
23
23
24
-
- Unless otherwise stated in this project's README, please make sure to clone the source code from the `main` branch using `--recurse-submodules` parameter to pull all the submodules Coolapse needs to compile.
24
+
- Unless otherwise stated in this project's README, please make sure to clone the source code from the `main` branch using `--recurse-submodules` parameter to pull all the submodules Collapse needs to compile.
Copy file name to clipboardExpand all lines: home/docs/faq/game-issues.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
---
2
-
title: Game Common Issues | Coolapse Launcher
2
+
title: Game Common Issues | Collapse Launcher
3
3
---
4
4
5
5
# Genshin Impact
@@ -23,7 +23,7 @@ This could be triggered by number of factors, but usually a rouge `.dll` or `.ex
23
23
1. You don't put any other dll or exe file anywhere in the game tree unless its the game file
24
24
2. Make sure you don't combine other game into the same folder (this applies to any game, please do not do it)
25
25
26
-
If you still can't find the file culprit, run "Game Files Cleanup" feature in Coolapse and delete any detected entry either to Recycle Bin or permanently.
26
+
If you still can't find the file culprit, run "Game Files Cleanup" feature in Collapse and delete any detected entry either to Recycle Bin or permanently.
27
27
28
28
***
29
29
@@ -45,7 +45,7 @@ If you still can't find the file culprit, run "Game Files Cleanup" feature in Co
45
45
</figure>
46
46
47
47
This is caused by the pre-check of the in-game audio patching mechanism detected that the audio asset before patching is not what they expect, causing an error. There are ways to fix these:
48
-
1. (Safest) Do a full repair using Coolapse Launcher.
48
+
1. (Safest) Do a full repair using Collapse Launcher.
49
49
Our launcher repair mechanism is able to fix this using our custom-made metadata. It's usually available the same time when the server is up, so please be patient.
Our team always tries its best to mimic what the official launcher and the games do to their files and configurations (except any feature that is labeled as "Experimental"). We also do not do any game hooking, direct memory read/write operations to the game process, and any assets/game files modification out of the scope for what the game needs to run.
13
13
14
-
Our team has not yet received reports of accounts being banned for strictly using Coolapse as their preferred launcher of choice.
14
+
Our team has not yet received reports of accounts being banned for strictly using Collapse as their preferred launcher of choice.
15
15
16
16
::: tip
17
17
You can read what feature we support and can add to the launcher by reading the "Restrictions for New Feature(s)" section in our [Contribution Guideline](/docs/contrib.html).
@@ -25,17 +25,17 @@ As for trust, the decision rests ultimately on you as the end-user. We have open
25
25
You can read our feature list for each supported game/region in our [feature matrix table](/features).
26
26
:::
27
27
28
-
## Q: Can I use Coolapse alongside the official launcher? Can I migrate all my downloaded games to Coolapse?
28
+
## Q: Can I use Collapse alongside the official launcher? Can I migrate all my downloaded games to Collapse?
29
29
**A: Absolutely!**
30
-
You can use Coolapse to manage all the games installed from the official launcher. Coolapse should automatically detect the game installation when you click "Install/Locate game", but in the event that it doesn't, you can locate the folder containing the game executable yourself.
30
+
You can use Collapse to manage all the games installed from the official launcher. Collapse should automatically detect the game installation when you click "Install/Locate game", but in the event that it doesn't, you can locate the folder containing the game executable yourself.
31
31
32
32
## Q: What if an update breaks launcher compatibility? How do I get support if something goes wrong?
33
33
**A: Update the launcher!**
34
34
We are generally pretty fast at identifying problems and will try our best on retaining compatibility with, at the very least, basic launcher functionality (game download and launch). In the event that a complete breakdown happens, we will usually post announcements and updates to our [Discord server](https://discord.gg/vJd2exaS7j) and to our [status page](https://status.collapselauncher.com). or to [GitHub issues page](https://github.com/CollapseLauncher/Collapse/issues). You can also ask us in our [GitHub discussion page](https://github.com/orgs/CollapseLauncher/discussions).
35
35
36
-
As we are not full time developers working exclusively on Coolapse, we may need extra time to respond due to our real life duties (which come always first).Please be patient and give us time to respond to you.
36
+
As we are not full time developers working exclusively on Collapse, we may need extra time to respond due to our real life duties (which come always first).Please be patient and give us time to respond to you.
37
37
38
-
## Q: What game version(s) do Coolapse support?
38
+
## Q: What game version(s) do Collapse support?
39
39
**A: Only latest version for the respective game/region.**
40
40
As all HoYoverse game are <ahref="https://en.wikipedia.org/wiki/Live_service_game"target="_blank">live service games</a>, changes happens all the time making it hard and/or impossible for supporting old game versions. You also can't play the old versions of games anyways, because the official game servers are only available for latest version.
Copy file name to clipboardExpand all lines: home/docs/first-launch.md
+10-10Lines changed: 10 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,23 +1,23 @@
1
1
---
2
-
title: First Launch Setup | Coolapse Launcher
2
+
title: First Launch Setup | Collapse Launcher
3
3
---
4
4
# First Launch Configuration
5
-
If you are running Coolapse Launcher for the first time, you will be greeted by what's called an *OOBE* (**O**ut **O**f the **B**ox **E**xperience). In these pages, you will set up your launcher preferences such as language, theme, and CDN to be used. We also ask you to read & agree to our [**Privacy Policy**](https://github.com/CollapseLauncher/Collapse/blob/main/PRIVACY.md) and [**Third Party Notices**](https://github.com/CollapseLauncher/Collapse/blob/main/THIRD_PARTY_NOTICES.md).
5
+
If you are running Collapse Launcher for the first time, you will be greeted by what's called an *OOBE* (**O**ut **O**f the **B**ox **E**xperience). In these pages, you will set up your launcher preferences such as language, theme, and CDN to be used. We also ask you to read & agree to our [**Privacy Policy**](https://github.com/CollapseLauncher/Collapse/blob/main/PRIVACY.md) and [**Third Party Notices**](https://github.com/CollapseLauncher/Collapse/blob/main/THIRD_PARTY_NOTICES.md).
6
6
Don't worry, this only takes a couple of minutes!
7
7
8
8
::: tip
9
-
You can always re-run this step in the event that you want to refresh your Coolapse configuration. To do that, launch Coolapse with argument `oobesetup`.
9
+
You can always re-run this step in the event that you want to refresh your Collapse configuration. To do that, launch Collapse with argument `oobesetup`.
10
10
```cmd
11
11
CollapseLauncher.exe oobesetup
12
12
```
13
-
You can also change everything that you've set up in the initial setup by going to the Coolapse**App Settings**.
13
+
You can also change everything that you've set up in the initial setup by going to the Collapse**App Settings**.
14
14
:::
15
15
16
-
## 1. Set Coolapse's App Data Folder
17
-
Start by setting your preferred App Data folder. This folder is where Coolapse will save its supplemental files (e.g. metadata, image caches, etc.) and also where your games' default install location is going to be (you can always select where you want to install your game when pressing "Install Game" button)
16
+
## 1. Set Collapse's App Data Folder
17
+
Start by setting your preferred App Data folder. This folder is where Collapse will save its supplemental files (e.g. metadata, image caches, etc.) and also where your games' default install location is going to be (you can always select where you want to install your game when pressing "Install Game" button)
18
18
19
19
::: tip
20
-
You can always move this folder by going into Coolapse's **App Settings** and pressing the "Move App Data Folder" button, on the right side panel.
20
+
You can always move this folder by going into Collapse's **App Settings** and pressing the "Move App Data Folder" button, on the right side panel.
21
21
:::
22
22
23
23
<figurestyle="text-align: center;">
@@ -28,8 +28,8 @@ You can always move this folder by going into Coolapse's **App Settings** and pr
28
28
In this menu, you can set your preferred language, UI size and a download location (CDN, *Content Delivery Network*) for launcher updates.
29
29
30
30
::: info
31
-
CDN selection does not impact content availability. It is simply to tell Coolapse where to try to fetch update files first. Latency to each source depends on where you are geographically located and any source is subject to removal with or without notice.<br><br>
32
-
Coolapse will try to switch to other CDNs when the one you prefer is not available for you.
31
+
CDN selection does not impact content availability. It is simply to tell Collapse where to try to fetch update files first. Latency to each source depends on where you are geographically located and any source is subject to removal with or without notice.<br><br>
32
+
Collapse will try to switch to other CDNs when the one you prefer is not available for you.
33
33
:::
34
34
35
35
<figurestyle="text-align: center;">
@@ -51,7 +51,7 @@ Following that, please select the game you would like to install or locate on yo
51
51
52
52
## You're done!
53
53
54
-
Welcome to Coolapse! We hope you enjoy using this launcher! Feel free to report any bugs <ahref="https://github.com/neon-nyan/Collapse/issues/new/choose"target=_blank>here</a>.
54
+
Welcome to Collapse! We hope you enjoy using this launcher! Feel free to report any bugs <ahref="https://github.com/neon-nyan/Collapse/issues/new/choose"target=_blank>here</a>.
0 commit comments