-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
73 lines (70 loc) · 3.78 KB
/
index.html
File metadata and controls
73 lines (70 loc) · 3.78 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
<!DOCTYPE html>
<html lang="en">
<head>
<title>Fuji Mod Loader</title>
<link rel="stylesheet" href="./styles.css">
<meta property="og:title" content="Fuji Mod Loader">
<meta property="og:description"
content="Fuji is a free and open source mod loader for Celeste 64: Fragments of the Mountain.">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description"
content="Fuji is a free and open source mod loader for Celeste 64: Fragments of the Mountain developed by the community.">
</head>
<body>
<div class="content-body">
<div class="content-header">
<h1>Fuji</h1>
<p>Celeste 64 Mod Loader</p>
</div>
<div class="content-main">
<p>Fuji is a free and open source mod loader for <a
href="https://maddymakesgamesinc.itch.io/celeste64">Celeste 64: Fragments of the Mountain</a>.</p>
<div class="fancy-button-container">
<a class="link-button link-button-accent" href="releases" target="_blank">Download it!</a>
<a class="link-button link-button-accent" href="https://gamebanana.com/games/19773" target="_blank">Find
mods on GameBanana</a>
<a class="link-button link-button-accent" href="featured-mods" target="_blank">See Featured
Mods</a>
</div>
<h2>Features</h2>
<ul>
<li>Create and download mods which alter the game or expand it with custom entities, features, and
anything else!</li>
<li>Install and make custom maps</li>
<li>Support for mods to replace the game's default assets</li>
</ul>
<h2>Instructions</h2>
<p>Instead of being a mod in itself like many traditional mod loaders, you can think of Fuji as a custom
client for the game with a mod loader on top, meaning it exists as a separate entity. Your vanilla game
installation and your Fuji installation should not be mixed up.</p>
<p>Click the "Get the latest release" button at the top of the page to be taken to the latest release of
Fuji.</p>
<p>Download the zip file and unzip it, then open the executable to start playing.</p>
<br>
<p>To install mods, download the zip file you got from the mod author, and place it in the game's Mods
folder. Unzipping it is optional.</p>
<h2>Join the community</h2>
<p>Come hang out with us! We have support channels for all areas of modding and a dedicated space for
showing off WIP and finished mods, as well as general channels.</p>
<div class="fancy-button-container">
<a class="link-button link-button-discord" href="https://discord.gg/9NJcbSyuae" target="_blank">Join us
on Discord</a>
</div>
<h2>Contribute</h2>
<p>We're currently in a very early stage of development, so all contributions are very much appreciated.</p>
<p>Project development is hosted on GitHub and coordinated on the Discord (linked above). Feel free to
submit issues and PRs.</p>
<div class="fancy-button-container">
<a class="link-button link-button-gh" href="https://github.com/FujiAPI/Fuji/" target="_blank">View the
repository</a>
</div>
</div>
<div class="content-footer">
<hr>
<p>Celeste 64 is property of Maddy Makes Games, Inc.</p>
<p>Fuji is property of the Fuji contributors.</p>
<p>Fuji is not endorsed by or associated with Maddy Makes Games, Inc.</p>
</div>
</div>
</body>
</html>