-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathRON_dd_51_24.html
54 lines (54 loc) · 2.73 KB
/
RON_dd_51_24.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
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="RON_apply.css">
<link rel="stylesheet" href="RON_dm_lm.css">
<head>
<title>Rise of Nations: DD 51-24</title>
<link rel="icon" type="image/x-icon" href="ron.ico">
</head>
<body>
<header>
<h1>Rise of Nations Dev Diary - 51st Week of 2024</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>
<div>Welcome to a new dev diary. This will be more of a boring dev diary as we are currently focusing on bugfixes, perfomance and quality of life features.</div>
<h1>Crisis Mechanic Improvements</h1>
<div>If you read our <a href=RON_dd_50_24.html>last dev diary</a> we presented you the Crisis Mechanic by Ant. Well Ant drastically improved this mechanic into it's almost final state.</div>
<div>Here you have for example a scripted crisis for the Sudetenland...</div>
<img src="dev_diary/51_24/image.png" width="900">
<h1>Bloat Cleanup</h1>
<div>In order to decrease our high mod size of 6GB over 1,300 files were deleted representing 200MB. Don't worry it will not affect you negatively at all...</div>
<div>And with this we readded this beauty</div>
<img src="dev_diary/51_24/image (2).png" width="900">
<h1>WW2 Focus Tree Consolidation</h1>
<div>This is more of a long term plan but half of the Nationalist Chinese content mas been merged to one unified tree rather than two focus trees bellow each other.</div>
<img src="dev_diary/51_24/natchitree.png" width="900">
<h1>Map Changes</h1>
<div>Well some map changes occured to make the map more accurate and simply better.</div>
<img src="dev_diary/51_24/map1.png" width="450">
<img src="dev_diary/51_24/map2.png" width="400">
<img src="dev_diary/51_24/map3.png" width="1000">
</p>
</main>
<footer>
</footer>
</body>
</html>