Skip to content

Commit 2010306

Browse files
committed
Revert "Merge pull request #44 from CollapseLauncher/cool"
This reverts commit c753326, reversing changes made to 92d00ce.
1 parent c753326 commit 2010306

33 files changed

+110
-110
lines changed

home/.data/plugins.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,15 @@
88
"maintainer": {
99
"name": "neon-nyan",
1010
"url": "https://github.com/neon-nyan",
11-
"note": "Coolapse Project"
11+
"note": "Collapse Project"
1212
},
1313
"status": {
1414
"label": "Public Test",
1515
"version": "v0.8.3",
1616
"date": "Sept 29th, 2025"
1717
},
1818
"api": "v0.1-update2",
19-
"launcher": "Coolapse Launcher - v1.83.10 Luna or Above",
19+
"launcher": "Collapse Launcher - v1.83.10 Luna or Above",
2020
"autoUpdate": true,
2121
"regions": [
2222
"Global (Yostar)"
@@ -45,15 +45,15 @@
4545
"maintainer": {
4646
"name": "Cry0",
4747
"url": "https://github.com/Cryotechnic",
48-
"note": "Coolapse Project"
48+
"note": "Collapse Project"
4949
},
5050
"status": {
5151
"label": "Public Test",
5252
"version": "v0.6.3",
5353
"date": "March 26th, 2026"
5454
},
5555
"api": "v0.1-update5",
56-
"launcher": "Coolapse Launcher - v1.83.13 Luna or above",
56+
"launcher": "Collapse Launcher - v1.83.13 Luna or above",
5757
"autoUpdate": true,
5858
"regions": [
5959
"Global"
@@ -82,15 +82,15 @@
8282
"maintainer": {
8383
"name": "gablm",
8484
"url": "https://github.com/gablm",
85-
"note": "Coolapse Project"
85+
"note": "Collapse Project"
8686
},
8787
"status": {
8888
"label": "Public Test",
8989
"version": "v0.6.2",
9090
"date": "Feb 22nd, 2026"
9191
},
9292
"api": "v0.1-update3",
93-
"launcher": "Coolapse Launcher - v1.83.13 Luna or above",
93+
"launcher": "Collapse Launcher - v1.83.13 Luna or above",
9494
"autoUpdate": true,
9595
"regions": [
9696
"Global",
@@ -130,7 +130,7 @@
130130
"date": "Feb 13th, 2026"
131131
},
132132
"api": "v0.1-update3",
133-
"launcher": "Coolapse Launcher - v1.83.13 Luna or above",
133+
"launcher": "Collapse Launcher - v1.83.13 Luna or above",
134134
"autoUpdate": true,
135135
"regions": [
136136
"Global",
@@ -165,7 +165,7 @@
165165
"date": "Feb 13th, 2026"
166166
},
167167
"api": "v0.1-update3",
168-
"launcher": "Coolapse Launcher - v1.83.13 Luna or above",
168+
"launcher": "Collapse Launcher - v1.83.13 Luna or above",
169169
"autoUpdate": true,
170170
"regions": [
171171
"Mainland China",

home/.vitepress/config.mts

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@ import { defineConfig } from 'vitepress'
22

33
// https://vitepress.dev/reference/site-config
44
export default defineConfig({
5-
title: "Coolapse Launcher",
5+
title: "Collapse Launcher",
66
description: "An advanced launcher for HoYoverse Games",
77
head: [
8-
['meta', { property: 'og:title', content: 'Coolapse Launcher' }],
8+
['meta', { property: 'og:title', content: 'Collapse Launcher' }],
99
['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.' }],
1010
['meta', { property: 'og:image', content: 'https://collapselauncher.com/img/banner.webp' }],
1111
['meta', { property: 'og:image:width', content: '1200' }],
@@ -23,14 +23,14 @@ export default defineConfig({
2323
['link', { rel: 'stylesheet', href: 'https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.7.2/css/all.min.css' }],
2424
['link', { rel: 'manifest', href: '/site.webmanifest' }],
2525
['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.' }],
26-
['meta', { name: 'keywords', content: 'HoYoverse, miHoYo, Games, Launcher, Coolapse Launcher, C#, .NET, WinUI, WinUI3, Genshin Impact, Honkai: Impact 3rd, HI3, Honkai: Star Rail, HSR, Zenless Zone Zero, ZZZ' }],
26+
['meta', { name: 'keywords', content: 'HoYoverse, miHoYo, Games, Launcher, Collapse Launcher, C#, .NET, WinUI, WinUI3, Genshin Impact, Honkai: Impact 3rd, HI3, Honkai: Star Rail, HSR, Zenless Zone Zero, ZZZ' }],
2727
['link', { rel: 'canonical', href: 'https://collapselauncher.com' }],
2828
['meta', { name: 'twitter:card', content: 'summary_large_image' }],
29-
['meta', { name: 'twitter:title', content: 'Coolapse Launcher' }],
29+
['meta', { name: 'twitter:title', content: 'Collapse Launcher' }],
3030
['meta', { name: 'twitter:description', content: 'An advanced launcher for HoYoverse Games' }],
3131
['meta', { name: 'twitter:image', content: 'https://collapselauncher.com/img/banner.webp' }],
3232
['meta', { name: 'robots', content: 'index, follow' }],
33-
['meta', { name: 'author', content: 'Coolapse Launcher Team' }],
33+
['meta', { name: 'author', content: 'Collapse Launcher Team' }],
3434
['link', { rel: 'preload', href: '/img/logo.webp', as: 'image'}],
3535
['link', { rel: 'preload', href: 'https://fonts.gstatic.com/s/outfit/v11/QGYvz_MVcBeNP4NJtEtq.woff2', as: 'font', type: 'font/woff2', crossorigin: 'anonymous'}],
3636
['link', { rel: 'preload', href: 'https://fonts.gstatic.com/s/outfit/v11/QGYvz_MVcBeNP4NJuktqQ4E.woff2', as: 'font', type: 'font/woff2', crossorigin: 'anonymous'}],
@@ -99,10 +99,10 @@ export default defineConfig({
9999
{
100100
text: 'For Developers',
101101
items: [
102-
{text: 'Building Coolapse', link: 'docs/building'},
102+
{text: 'Building Collapse', link: 'docs/building'},
103103
{text: 'Contribution Guidelines', link: 'docs/contrib'},
104104
{text: 'Development Workflows', link: 'docs/development-workflows'},
105-
{text: 'Help Localize Coolapse', link: 'https://explore.transifex.com/collapse-launcher/collapse-mainapp/'},
105+
{text: 'Help Localize Collapse', link: 'https://explore.transifex.com/collapse-launcher/collapse-mainapp/'},
106106
{text: 'Disclosing Security Vulnerabilities', link: 'https://github.com/CollapseLauncher/Collapse/blob/main/SECURITY.md'}, // explicitly use GitHub for latest version
107107
]
108108
},

home/.vitepress/theme/transition.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@ watch(() => frontmatter.value, () => {
217217
<template>
218218
<DefaultTheme.Layout>
219219
<template #home-hero-image>
220-
<img class="VPImage image-src" src="/img/logo.webp" srcset="/img/logo.webp 1x, /img/logo@2x.webp 2x" alt="Coolapse Launcher Logo" />
220+
<img class="VPImage image-src" src="/img/logo.webp" srcset="/img/logo.webp 1x, /img/logo@2x.webp 2x" alt="Collapse Launcher Logo" />
221221
</template>
222222
</DefaultTheme.Layout>
223223
</template>

home/docs/building.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
2-
title: Building in your Local Environment | Coolapse Launcher
2+
title: Building in your Local Environment | Collapse Launcher
33
---
44

5-
# Building Coolapse Launcher
5+
# Building Collapse Launcher
66

77
## Tools Needed
88

@@ -21,7 +21,7 @@ Using a lower Visual Studio version (like VS2019) is not possible due to require
2121

2222
## Cloning Repository
2323

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.
2525

2626
```git clone https://github.com/CollapseLauncher/Collapse --recurse-submodules```
2727

home/docs/contrib.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Contribution Guidelines | Coolapse Launcher
2+
title: Contribution Guidelines | Collapse Launcher
33
---
44

55
<MarkdownLoader url="https://raw.githubusercontent.com/CollapseLauncher/Collapse/refs/heads/main/CONTRIBUTING.md" />

home/docs/development-workflows.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
---
2-
title: Development Workflows | Coolapse Launcher
2+
title: Development Workflows | Collapse Launcher
33
---
44

55
# Development Workflows
66
Each big project has development workflows, helping developers ship code in a timely and efficient manner.
77

8-
This section will explain how Coolapse project handle commits and release publishing flows.
8+
This section will explain how Collapse project handle commits and release publishing flows.
99

1010
::: tip
1111
If the images are too small to see, click on them to zoom in!
@@ -15,7 +15,7 @@ If the images are too small to see, click on them to zoom in!
1515

1616
<figure style="text-align: center">
1717
<a>
18-
<img src='/img/docs/Collapse-gitScheme.svg' title="Coolapse code repository scheme" alt="Coolapse code repository scheme" loading="lazy" style="display: block; margin: 0 auto;" width="auto" data-zoomable>
18+
<img src='/img/docs/Collapse-gitScheme.svg' title="Collapse code repository scheme" alt="Collapse code repository scheme" loading="lazy" style="display: block; margin: 0 auto;" width="auto" data-zoomable>
1919
</a>
2020
</figure>
2121

@@ -31,7 +31,7 @@ If the images are too small to see, click on them to zoom in!
3131

3232
<figure style="text-align: center">
3333
<a>
34-
<img src='/img/docs/Collapse-appPublication.svg' title="Coolapse code repository scheme" alt="Coolapse code repository scheme" loading="lazy" style="display: block; margin: 0 auto;" width="auto" data-zoomable>
34+
<img src='/img/docs/Collapse-appPublication.svg' title="Collapse code repository scheme" alt="Collapse code repository scheme" loading="lazy" style="display: block; margin: 0 auto;" width="auto" data-zoomable>
3535
</a>
3636
</figure>
3737

home/docs/faq/game-issues.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Game Common Issues | Coolapse Launcher
2+
title: Game Common Issues | Collapse Launcher
33
---
44

55
# Genshin Impact
@@ -23,7 +23,7 @@ This could be triggered by number of factors, but usually a rouge `.dll` or `.ex
2323
1. You don't put any other dll or exe file anywhere in the game tree unless its the game file
2424
2. Make sure you don't combine other game into the same folder (this applies to any game, please do not do it)
2525

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.
2727

2828
***
2929

@@ -45,7 +45,7 @@ If you still can't find the file culprit, run "Game Files Cleanup" feature in Co
4545
</figure>
4646

4747
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.
4949
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.
5050

5151
2. Trigger complete audio redownload

home/docs/faq/qna.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Frequently Asked Questions | Coolapse Launcher
2+
title: Frequently Asked Questions | Collapse Launcher
33
---
44

55
# Frequently Asked Questions
@@ -11,7 +11,7 @@ As for the long answer:
1111

1212
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.
1313

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.
1515

1616
::: tip
1717
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
2525
You can read our feature list for each supported game/region in our [feature matrix table](/features).
2626
:::
2727

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?
2929
**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.
3131

3232
## Q: What if an update breaks launcher compatibility? How do I get support if something goes wrong?
3333
**A: Update the launcher!**
3434
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).
3535

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.
3737

38-
## Q: What game version(s) do Coolapse support?
38+
## Q: What game version(s) do Collapse support?
3939
**A: Only latest version for the respective game/region.**
4040
As all HoYoverse game are <a href="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.
4141

home/docs/first-launch.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,23 @@
11
---
2-
title: First Launch Setup | Coolapse Launcher
2+
title: First Launch Setup | Collapse Launcher
33
---
44
# 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).
66
Don't worry, this only takes a couple of minutes!
77

88
::: 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`.
1010
```cmd
1111
CollapseLauncher.exe oobesetup
1212
```
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**.
1414
:::
1515

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)
1818

1919
::: 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.
2121
:::
2222

2323
<figure style="text-align: center;">
@@ -28,8 +28,8 @@ You can always move this folder by going into Coolapse's **App Settings** and pr
2828
In this menu, you can set your preferred language, UI size and a download location (CDN, *Content Delivery Network*) for launcher updates.
2929

3030
::: 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.
3333
:::
3434

3535
<figure style="text-align: center;">
@@ -51,7 +51,7 @@ Following that, please select the game you would like to install or locate on yo
5151

5252
## You're done!
5353

54-
Welcome to Coolapse! We hope you enjoy using this launcher! Feel free to report any bugs <a href="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 <a href="https://github.com/neon-nyan/Collapse/issues/new/choose" target=_blank>here</a>.
5555
<br><br>
5656

5757
<figure style="text-align: center;">

0 commit comments

Comments
 (0)