Skip to content

Commit 2cfeafa

Browse files
committed
Update URL references.
1 parent 3f03021 commit 2cfeafa

File tree

7 files changed

+19
-19
lines changed

7 files changed

+19
-19
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
1-
[![Github Actions Build Status Badge](https://github.com/ActualMandM/cemu_graphic_packs/workflows/Build%20Process/badge.svg)](https://github.com/ActualMandM/cemu_graphic_packs/actions)
2-
[![Github Releases Badge](https://img.shields.io/github/downloads/ActualMandM/cemu_graphic_packs/total.svg)](https://github.com/ActualMandM/cemu_graphic_packs/releases/latest)
3-
[![Contributions Welcome](https://img.shields.io/badge/contributions-welcome-brightgreen.svg?style=flat)](https://github.com/ActualMandM/cemu_graphic_packs/issues)
1+
[![Github Actions Build Status Badge](https://github.com/cemu-project/cemu_graphic_packs/workflows/Build%20Process/badge.svg)](https://github.com/cemu-project/cemu_graphic_packs/actions)
2+
[![Github Releases Badge](https://img.shields.io/github/downloads/cemu-project/cemu_graphic_packs/total.svg)](https://github.com/cemu-project/cemu_graphic_packs/releases/latest)
3+
[![Contributions Welcome](https://img.shields.io/badge/contributions-welcome-brightgreen.svg?style=flat)](https://github.com/cemu-project/cemu_graphic_packs/issues)
44

55
------
66
### Information
77
------
88
Cemu Graphic Packs is a repository where you can find graphic packs that can upscale, modify or improve most Wii U games that work on [Cemu](https://github.com/cemu-project/Cemu/) ([Website](https://cemu.info/)).
99

10-
It's made by the Cemu community so you're also free to [contribute to the project](https://github.com/ActualMandM/cemu_graphic_packs/wiki/How-to-create-resolution-packs) if you wish.
10+
It's made by the Cemu community so you're also free to [contribute to the project](https://github.com/cemu-project/cemu_graphic_packs/wiki/How-to-create-resolution-packs) if you wish.
1111

1212
### Downloads
13-
You can download the latest graphic packs via Cemu's Graphic Pack window directly or download them manually from [our website](https://ActualMandM.github.io/cemu_graphic_packs/)!
13+
You can download the latest graphic packs via Cemu's Graphic Pack window directly or download them manually from [our website](https://cemu-project.github.io/cemu_graphic_packs/)!

docs/_FAQ/Why does game X not have graphic packs for 1.14.0 and newer.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ This is due to the full reimplementation of the texture system in Cemu 1.14.0.
77
This also changed a lot of the aspects with textures and made all previous graphic packs that changed textures outdated.
88

99
Hence, why some games have their graphic packs missing in the new versions for now..
10-
You can search which games are supported above or see [this project page](https://github.com/ActualMandM/cemu_graphic_packs/projects/5?fullscreen=true) for more detailed information.
10+
You can search which games are supported above or see [this project page](https://github.com/cemu-project/cemu_graphic_packs/projects/5?fullscreen=true) for more detailed information.

docs/_config.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
title: Cemu Graphic Packs
22
description: Official website of the Community Graphic Packs for Cemu, used to upscale and/or change your favorite Wii U games.
3-
url: https://ActualMandM.github.io/cemu_graphic_packs/
4-
repository: ActualMandM/cemu_graphic_packs
3+
url: https://cemu-project.github.io/cemu_graphic_packs/
4+
repository: cemu-project/cemu_graphic_packs
55

66
author:
7-
name: "M&M, Crementif and other contributors"
7+
name: "Cemu Team and community contributors"
88

99
collections:
1010
- FAQ

docs/assets/javascript/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// Download latest version
22

3-
fetch("https://api.github.com/repos/ActualMandM/cemu_graphic_packs/releases/latest").then(fetchRes => fetchRes.json()).then(fetchJson => {
3+
fetch("https://api.github.com/repos/cemu-project/cemu_graphic_packs/releases/latest").then(fetchRes => fetchRes.json()).then(fetchJson => {
44
console.debug("Fetched releases from github...");
55
document.getElementById("primary_download").href = fetchJson.assets[0].browser_download_url;
66
return;

docs/index.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ <h3>Downloads</h3>
1414
<p class="pt-2 mb-1"><strong>Select the download for your Cemu version</strong></p>
1515
<a id="primary_download" class="btn some-shadow" href="{{ site.github.latest_release.assets[0].browser_download_url }}">Cemu 1.21.0 and newer (version 6)</a> <button id="older_download" class="btn dropdown-toggle some-shadow" type="button" id="dropdownMenuButton" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">Older versions</button>
1616
<div class="dropdown-menu some-shadow" aria-labelledby="dropdownMenuButton">
17-
<a class="dropdown-item" href="https://github.com/ActualMandM/cemu_graphic_packs/releases/download/Github708/graphicPacks708.zip">Cemu 1.14.0 through 1.20.2 (version 3 and 4)</a>
18-
<a class="dropdown-item" href="https://github.com/ActualMandM/cemu_graphic_packs/releases/download/Travis100/graphicPacks100_Uncommon.zip">Cemu 1.8.0 through 1.13.2 (version 2)</a>
19-
<a class="dropdown-item" href="https://github.com/ActualMandM/cemu_graphic_packs/releases/download/1/graphicPacks.zip">Cemu 1.7.0 through 1.7.5 (version 1)</a>
17+
<a class="dropdown-item" href="https://github.com/cemu-project/cemu_graphic_packs/releases/download/Github708/graphicPacks708.zip">Cemu 1.14.0 through 1.20.2 (version 3 and 4)</a>
18+
<a class="dropdown-item" href="https://github.com/cemu-project/cemu_graphic_packs/releases/download/Travis100/graphicPacks100_Uncommon.zip">Cemu 1.8.0 through 1.13.2 (version 2)</a>
19+
<a class="dropdown-item" href="https://github.com/cemu-project/cemu_graphic_packs/releases/download/1/graphicPacks.zip">Cemu 1.7.0 through 1.7.5 (version 1)</a>
2020
</div>
2121
</div>
2222

@@ -128,6 +128,6 @@ <h3>Past versions</h3>
128128
<div class="jumbotron pt-4 pb-4" style="background-color: #37474f">
129129
<h3>Our contributors</h3>
130130
{% for contributor in site.github.contributors %}
131-
<a href="https://github.com/ActualMandM/cemu_graphic_packs/commits?author={{ contributor.login }}"><img class="img-thumbnail contributor-avatar-img mt-1 ml-1 mr-1 mb-2" src="{{ contributor.avatar_url }}&size=70" alt="{{ contributor.login }}'s avatar"></a>
131+
<a href="https://github.com/cemu-project/cemu_graphic_packs/commits?author={{ contributor.login }}"><img class="img-thumbnail contributor-avatar-img mt-1 ml-1 mr-1 mb-2" src="{{ contributor.avatar_url }}&size=70" alt="{{ contributor.login }}'s avatar"></a>
132132
{% endfor %}
133133
</div>

docs/v4-converter/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
These scripts can be used to convert graphic packs that contain old shaders that were only meant for OpenGL to shaders that are cross-compatible with both of Cemu's render API's. The script isn't meant for speed or ease-of-use, so read the instructions below if you are planning on doing anything with it.
33

44
#### Setup
5-
First of all, install [Node.js](https://nodejs.org) (use the current version). Then, I would suggest you download a zipped version of the [graphic pack repository code](https://github.com/ActualMandM/cemu_graphic_packs/archive/master.zip). Extract it somewhere logical, because you'll use this as your working directory.
5+
First of all, install [Node.js](https://nodejs.org) (use the current version). Then, I would suggest you download a zipped version of the [graphic pack repository code](https://github.com/cemu-project/cemu_graphic_packs/archive/master.zip). Extract it somewhere logical, because you'll use this as your working directory.
66
After that, you need to [download the latest glslang](https://github.com/KhronosGroup/glslang/releases) and put the `glslangValidator.exe` and `spirv-remap.exe` from that zip's `bin` folder into that working directory you made above. The final step here is to copy the `convert-packs.js` and the `verify-graphicPacks.js` into that same working directory. Here's a screenshot of what it should look like at this point:
77
![working directory](https://i.imgur.com/B2CLjFy.png).
88

@@ -16,7 +16,7 @@ So, basically, you'll first want to open the convert-packs.js script and scroll
1616

1717
Now that you've set it all up, you can open up a command console in that folder and run the script using `node convert-packs.js`. It'll then start doing it's chaotic thing where it shows a bunch of information. Just make sure that there's no "error while compiling this shader" shenanigans. The rest of the warnings can mostly be ignored. Then, wait for it to finish executing (hopefully without any errors from the script itself). If there was an error in the shaders themselves, it should output them in an `error` folder in your working directory.
1818

19-
If there's an error in any of the shaders, you'll have to debug the shader. Maybe it was the shader itself being wrong or it doing something funky with it's lines that should really be fixed in the shader itself. If you think that the shader doesn't do anything weird, please report it to me via the [Github issue](https://github.com/ActualMandM/cemu_graphic_packs/issues/408) or via Cemu's Discord in the gfx-packs channel.
19+
If there's an error in any of the shaders, you'll have to debug the shader. Maybe it was the shader itself being wrong or it doing something funky with it's lines that should really be fixed in the shader itself. If you think that the shader doesn't do anything weird, please report it to me via the [Github issue](https://github.com/cemu-project/cemu_graphic_packs/issues/408) or via Cemu's Discord in the gfx-packs channel.
2020

2121
If nothing errored (hurray), you'll now have all of the converted graphic packs in a new folder called `graphicPacks` inside your working directory! See the next two steps with how to continue.
2222

@@ -29,11 +29,11 @@ After you've created a decent dump, move your `dump` folder to your working dire
2929
Hopefully you're now satisfied by the amount of shaders that were verified (there's a change that some shaders are just not being used anymore in recent versions and therefor aren't able to be verified). If there was an invalid shader it'll be outputted to the `manual` folder in your graphic pack repository. Then you can keep them side-by-side to compare them, or use something like [Meld](https://meldmerge.org/) to see the exact difference between them. After you manually edited them you want to replace the invalid shader with your manually corrected shader in the `graphicPacks` folder. After all of that, let's go to the next step.
3030

3131
##### Add the packs
32-
_Just as a small notice for people who want to upload these converted packs to the [community graphic pack repository](https://github.com/ActualMandM/cemu_graphic_packs), it's very appreciated if you were to use pull requests before merging them directly into the main branch to prevent breaking people their graphic packs and us needing to revert changes and such. Also, please keep it to one game per pull request._
32+
_Just as a small notice for people who want to upload these converted packs to the [community graphic pack repository](https://github.com/cemu-project/cemu_graphic_packs), it's very appreciated if you were to use pull requests before merging them directly into the main branch to prevent breaking people their graphic packs and us needing to revert changes and such. Also, please keep it to one game per pull request._
3333

3434
Once you've got a set of fully (verified and) converted shaders, you should be able to use the graphic packs from `graphicPacks` in your own Cemu folder! Would probably not hurt checking them with the game themselves obviously!
3535

3636
If you're gonna contribute to community graphic packs you should just be able to go to your git folder and paste the files from the `graphicPacks` folder in there since it doesn't remove or create files. Just overwrite any existing files. Then, you can start to make a pull request or commit. When making the description of those, please include whether you used the verify-graphicPacks.js script to verify the converted packs, and if yes, which shaders were unverified in the summary and which were invalid (you shouldn't really have any of these ofcourse).
3737

3838
-----
39-
### Please report any issues with this script via this [Github issue](https://github.com/ActualMandM/cemu_graphic_packs/issues/408) or via Cemu's Discord server in the #gfx-packs channel.
39+
### Please report any issues with this script via this [Github issue](https://github.com/cemu-project/cemu_graphic_packs/issues/408) or via Cemu's Discord server in the #gfx-packs channel.

src/BreathOfTheWild/Mods/ExtendedMemory/rules.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,5 @@ mapping1 = 0xA0000000-0xE0000000 # extend overlay region (default range is 0xA00
1111
# BotW (and other games might) require additional modifications to the code to utilize this extra ram.
1212

1313

14-
# If you've got any improvements for this pack (since it's currently work-in-progress), please let us know in the Cemu Graphic Packs github (https://github.com/ActualMandM/cemu_graphic_packs) via an issue.
14+
# If you've got any improvements for this pack (since it's currently work-in-progress), please let us know in the Cemu Graphic Packs github (https://github.com/cemu-project/cemu_graphic_packs) via an issue.
1515
# Also, it'd be appreciated if the code for this graphic pack wasn't included inside of mods for the sake of mod compatibility.

0 commit comments

Comments
 (0)