-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
107 lines (95 loc) · 3.42 KB
/
index.html
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
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
<!DOCTYPE html>
<html class="main-theme">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>RL2.ModLoader</title>
<link rel="icon" type="image/x-icon" href="https://raw.githubusercontent.com/RL2-API/RL2.ModLoader/main/Assets/ModLoaderIcon-NoText-700x700.png">
<link rel="stylesheet" href="styles/shared.css">
<link rel="stylesheet" href="styles/links.css">
<link rel="stylesheet" href="styles/index.css">
<link href='https://fonts.googleapis.com/css?family=JetBrains Mono' rel='stylesheet'>
</head>
<body class="base-layout">
<!-- Navbar -->
<nav class="navbar">
|
<div class="navbar-element">
<a href="https://github.com/RL2-API/RL2.ModLoader/releases/latest" class="accented">
<h2>Download</h2>
</a>
</div>
|
<div class="navbar-element">
<img src="https://raw.githubusercontent.com/RL2-API/RL2.ModLoader/main/Assets/ModLoaderIcon-NoText-700x700.png" width=50/>
  
<a href="/" class="accented">
<h2>RL2.ModLoader</h2>
</a>
</div>
|
<div class="navbar-element">
<a href="/mods/" class="accented">
<h2>Mods</h2>
</a>
</div>
|
</nav>
<!-- Header -->
<header>
<!-- Intro -->
<h1> What is <a href="https://github.com/RL2-API/RL2.ModLoader" class="accented">RL2.ModLoader</a>? </h1>
<div class="element-layout">
<img src="https://cdn1.epicgames.com/offer/4966d5da285c4f2c876937844b0e23ee/RL2wide_2560x1440-c4a1a4bd16f3b4a05e766b81ee4a1232" class="rl2-banner" tabindex="0" />
<p class="enlargeable left-aligned width-320" tabindex="0">
RL2.ModLoader is a custom mod loader, written by me,
for <a href="https://roguelegacy2.com/" class="accented">Rogue Legacy 2</a> - a roguelite
created by Cellar Door Games. The project provides a way to
load specially prepared modifications into the game.
</p>
</div>
</header>
<!-- Main -->
<main>
<hr class="width-250">
<!-- The why -->
<h1>Why was <a href="https://github.com/RL2-API/RL2.ModLoader" class="accented">RL2.ModLoader</a> created?</h1>
<div class="element-layout">
<p class="enlargeable right-aligned width-320" tabindex="0">
In May of 2023, I started creating modifications for <a href="https://roguelegacy2.com/" class="accented">Rogue Legacy 2</a>
and sharing them in the Cellar Door Games Discord server. The main modding method at the time was
directly modifying the games assembly or assets. This meant that a player was unable to use more than one mod
altering the same files. This project was created to lift this restriction.
</p>
<img src="https://raw.githubusercontent.com/RL2-API/RL2.ModLoader/main/Assets/ModLoaderIcon-NoText-700x700.png" class="rl2-ml-logo" tabindex="0"/>
</div>
<hr class="width-250">
<h1>How to install?</h1>
<iframe src="https://www.youtube.com/embed/KXa7LqFYy5o" class="video"></iframe>
</main>
<!-- Footer -->
<footer>
<!-- Socials and shit -->
<hr class="width-250"/>
How to find us: <br>
<!-- YouTube channel -->
<a href="https://www.youtube.com/channel/UChKqsjhVlw6D7Wn03FCcmHg" class="accented youtube-link">
Taco
</a>
 | 
<!-- GitHub account -->
<a href="https://www.github.com/RL2-API" class="accented github-link">
RL2.API
</a>
 | 
<a href="/" class="accented website-link">
Website
</a>
 | 
<a href="https://discord.com/invite/cellardoorgames" class="accented discord-link">
CDG Discord server
</a>
</footer>
</body>
</html>