updated links to copyparty public share

This commit is contained in:
2026-03-14 09:32:36 +01:00
parent c63aeabb6c
commit 757510744f
3 changed files with 10 additions and 10 deletions

View File

@@ -50,7 +50,7 @@
description: "Find things I've put for download on my Copyparty instance", description: "Find things I've put for download on my Copyparty instance",
img: "main/hypertext.webp", img: "main/hypertext.webp",
altText: "Screenshot of Hypertext Unity level. Crates are strewn across the floor, Waluigi is flying in front of the camera, and text such as 'COME AND TRY OUR ALL-NEW BLENDER' and 'omg! it's the brandenburg er tor!' is displayed.", altText: "Screenshot of Hypertext Unity level. Crates are strewn across the floor, Waluigi is flying in front of the camera, and text such as 'COME AND TRY OUR ALL-NEW BLENDER' and 'omg! it's the brandenburg er tor!' is displayed.",
link: "https://files.denizk0461.dev/", link: "https://files.denizk0461.dev/public/",
}, },
{ {
title: "Gitea", title: "Gitea",

View File

@@ -4,19 +4,19 @@
let builds: LinkEntry[] = [ let builds: LinkEntry[] = [
{ {
text: "2023-10-07 (Protagonist #1)", text: "2023-10-07 (Protagonist #1)",
link: "https://files.denizk0461.dev/projectn5/2023-10-07.zip", link: "https://files.denizk0461.dev/public/projectn5/2023-10-07.zip",
}, },
{ {
text: "2023-12-23 (Protagonist #2)", text: "2023-12-23 (Protagonist #2)",
link: "https://files.denizk0461.dev/projectn5/2023-12-23.zip", link: "https://files.denizk0461.dev/public/projectn5/2023-12-23.zip",
}, },
{ {
text: "2024-03-25 (Protagonist #3 with jump animations)", text: "2024-03-25 (Protagonist #3 with jump animations)",
link: "https://files.denizk0461.dev/projectn5/2024-03-25.zip", link: "https://files.denizk0461.dev/public/projectn5/2024-03-25.zip",
}, },
{ {
text: "2025-08-16 (Laura era) [same build as the web version]", text: "2025-08-16 (Laura era) [same build as the web version]",
link: "https://files.denizk0461.dev/projectn5/2025-08-16.zip", link: "https://files.denizk0461.dev/public/projectn5/2025-08-16.zip",
}, },
]; ];
</script> </script>
@@ -35,7 +35,7 @@ I decided to upload some playable builds of **Project N5**! Now that the website
The game, in its state from 2025-05-16 (before the reboot), is available to play in-browser [right here!](https://apps.denizk0461.dev/projectn5) It's not a terribly great experience, though. Loading times are significantly longer and shader compilation regularly freezes the game for longer than in a locally-saved copy. Some shaders are also not functioning as intended, though this only has a minor visual impact. The game was never optimised to work on the web, after all. The game, in its state from 2025-05-16 (before the reboot), is available to play in-browser [right here!](https://apps.denizk0461.dev/projectn5) It's not a terribly great experience, though. Loading times are significantly longer and shader compilation regularly freezes the game for longer than in a locally-saved copy. Some shaders are also not functioning as intended, though this only has a minor visual impact. The game was never optimised to work on the web, after all.
I've also uploaded old builds of the game [here](https://files.denizk0461.dev/projectn5). You'll find the following builds, one for each protagonist: I've also uploaded old builds of the game [here](https://files.denizk0461.dev/public/projectn5). You'll find the following builds, one for each protagonist:
<LinkList entries={builds} /> <LinkList entries={builds} />

View File

@@ -82,7 +82,7 @@ export const games: Project[] = [
}, },
{ {
text: "Download the <b>old Windows builds</b>", text: "Download the <b>old Windows builds</b>",
link: "https://files.denizk0461.dev/projectn5", link: "https://files.denizk0461.dev/public/projectn5",
}, },
], ],
status: ProjectStatus.ACTIVE, status: ProjectStatus.ACTIVE,
@@ -189,7 +189,7 @@ export const hardware: Project[] = [
}, },
{ {
text: "Get the <b>PCB and STL files</b>", text: "Get the <b>PCB and STL files</b>",
link: "https://files.denizk0461.dev/daisyfm/", link: "https://files.denizk0461.dev/public/daisyfm/",
}, },
{ {
text: "View the code files on <b>Codeberg</b>", text: "View the code files on <b>Codeberg</b>",
@@ -317,7 +317,7 @@ export const music: Project[] = [
links: [ links: [
{ {
text: "Listen & download on my <b>copyparty</b> instance", text: "Listen & download on my <b>copyparty</b> instance",
link: "https://files.denizk0461.dev/my_tracks/Dreamworld/", link: "https://files.denizk0461.dev/public/my_tracks/Dreamworld/",
}, },
], ],
status: ProjectStatus.FINISHED, status: ProjectStatus.FINISHED,
@@ -337,7 +337,7 @@ export const music: Project[] = [
links: [ links: [
{ {
text: "Listen & download on my <b>copyparty</b> instance", text: "Listen & download on my <b>copyparty</b> instance",
link: "https://files.denizk0461.dev/my_tracks/A%20New%20Beginning/", link: "https://files.denizk0461.dev/public/my_tracks/A%20New%20Beginning/",
}, },
], ],
status: ProjectStatus.FINISHED, status: ProjectStatus.FINISHED,