-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathRON_git_download.html
56 lines (56 loc) · 3.2 KB
/
RON_git_download.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
<!DOCTYPE html>
<html>
<link rel="stylesheet" href="RON_apply.css">
<link rel="stylesheet" href="RON_dm_lm.css">
<head>
<title>Rise of Nations: GitHub</title>
<link rel="icon" type="image/x-icon" href="ron.ico">
</head>
<body>
<header>
<h1>Rise of Nations GitHub</h1>
<ul>
<a href=RON_homepage.html>Homepage</a>
<a href=RON_apply.html>Applications</a>
<a href=RON_changelogs.html>Changelogs</a>
<a href=RON_credits.html>Credits</a>
<a href=RON_diaries.html>Dev Diaries</a>
<a href=RON_faq.html>FAQ</a>
</ul>
<nav>
<a href=https://steamcommunity.com/sharedfiles/filedetails/?id=2026448968>Steam</a>
<a href=https://discord.com/invite/wW3nmgP4Vd>Discord</a>
<a href=RON_git_download.html>GitHub</a>
<a href=https://www.youtube.com/channel/UCgWkliJFfrhy4yHePtkmrzw>YouTube</a>
<a href=https://twitter.com/TK20302>Twitter/X</a>
</nav>
</header>
<main>
<div class=”row”>
<p>
<h1>GitHub links:</h1>
<h2><a href=https://github.com/DexertCz/Rise-of-Nations>Rise of Nations</a></h2>
<h2><a href=https://github.com/Xaelorichero-02/Rise-Of-Nations>Rise of Nations Website</a></h2>
<h1>RON GitHub Download Guide</h1>
<h2>Step 1</h2>
<div>Download and Install <a href=https://desktop.github.com>Github Desktop</a></div>
<h2>Step 2</h2>
<div>Clone the <a href=https://github.com/stuffi3000/Rise-of-Nations>RoN Repository</a> to this path on Windows: "C:\Users\%USERNAME%\Documents\Paradox Interactive\Hearts of Iron IV\mod".</div>
<h3>Debugging Step 2</h3>
<div>If you're unable to clone the repository download <a href=https://drive.google.com/file/d/1DVAcPJZgwbCRw4sBKPnFyxEQlAV5T9K2/view?usp=sharing>this file</a> and put it into: "C:\Users\%USERNAME%\Documents\Paradox Interactive\Hearts of Iron IV\mod\Rise-of-Nations".</div>
<h2>Step 3</h2>
<div>Download the <a href=https://cdn.discordapp.com/attachments/1303462718212280330/1318671492711714837/Rise-of-nations.mod?ex=67632c07&is=6761da87&hm=29e2af74b0cba29a0e1b1593dc2e4c9cb18fd59848bbf5cced7853e0f2fc8d5a&>mod descriptor file</a> and put it into the: "C:\Users\%USERNAME%\Documents\Paradox Interactive\Hearts of Iron IV\mod" folder and replace "%USERNAME%" in the file with your local account name on your device.</div>
<h2>Results</h2>
<div>You should have these two files in your mod folder</div>
<img src="git/image.png" width="900">
<h2>Play</h2>
<div>Open your HOI4 Paradox Launcher and select Rise of Nations with the folder icon (not steam logo or RoN logo icon)</div>
<img src="git/image - Copy.png" width="900">
<h2>Still having issues?</h2>
<div>If you still have any issues (loading vanilla, crashing to desktop) go on <a href=https://discord.com/invite/wW3nmgP4Vd>our Discord</a> to #technical-problems and ping any active developer</div>
</p>
</main>
<footer>
</footer>
</body>
</html>