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
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
|
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="/style.css">
<link rel="icon" type="image/x-icon" href="/assets/images/favicon.ico">
<title>Blog / beta0.2: The Visual Update is Out! • altaf-creator</title>
<script src="https://kit.fontawesome.com/d279a1f519.js" crossorigin="anonymous"></script>
<style>
.center-grid {
min-height: 0;
}
</style>
</head>
<body onload="addNodes()">
<script defer src="/scripts/scroll.js"></script>
<script defer src="/scripts/onload.js"></script>
<div class="floating-nav-container">
<div class="floating-nav">
<a href="/about/" class="link">About Me</a>
<a href="/projects/" class="link">Projects</a>
<a href="/blog/" class="link">(dev)Blog</a>
</div>
</div>
<div class="sidebar" id="sidebar">
<a href="/">
<img src="/assets/images/hero/logo.png" alt="" class="sidebar-img">
</a>
<span>altaf-creator</span>
</div>
<div class="sidebar-progress-container" id="progressContainer">
</div>
<section style="border-top: none; padding-top: 50px;" class="normal-section">
<div class="banner-shadow">
<img src="/assets/images/blog/beta0.2_banner.png" alt="" class="banner img">
</div>
<div class="center-grid">
<div class="div-sizing">
<div class="flex-container flex-container-column flex" style="gap: 7px; margin-top: 20px;">
<span class="colored-text">simpliCity</span>
<h1 style="text-align: left; margin: 0;">beta0.2: The Visual Update is Out!</h1>
<span style="color: rgba(0, 0, 0, 0.5);">Wednesday, 26 July 2023</span><br>
<span>Written by <span class="colored-text">altaf-creator</span></span>
</div>
</div>
</div>
</section>
<section class="normal-section">
<div class="center-grid">
<div class="div-sizing">
<h1>Introduction</h1>
<p>Hello, friends! Today, I'm excited to announce that simpliCity beta0.2: The Visual Update is OUT NOW!
🥳 <br>This update contains a lot of content features, bugfixes, and improvements from the last
update. </p>
</div>
</div>
</section>
<section class="normal-section">
<div class="center-grid">
<div class="div-sizing">
<h2>Notable Additions</h2>
<p>Starting from NEW buildings, there is now;</p>
<ul>
<li>Factories</li>
<li>A soup restaurant</li>
<li>Restoran Padang</li>
<li>miniMart</li>
<li>Big Ben</li>
<li>Fountains</li>
<li>House remodel + new models</li>
<li>School remodel</li>
<li>Lamp remodel</li>
<li>Connected roads</li>
<li>Fences</li>
</ul>
<p>And then the new game ambience;</p>
<ul>
<li>Better ambient lightning</li>
<li>Better skybox coloring</li>
<li>Clouds!</li>
<li>Better ambience</li>
<li>Window lights</li>
</ul>
<p>Last but certainly not least, big changes to UI!</p>
<ul>
<li>a COMPLETE UI overhaul</li>
<li>Loading screen</li>
<li>UI Sounds</li>
<li>Hotbar organization</li>
</ul>
</div>
</div>
</section>
<section class="normal-section">
<div class="center-grid">
<div class="div-sizing">
<h2>Changes & Bugfixes</h2>
<ul>
<li>Citizen arrival and depart rate modifications</li>
<li>Performance optimizations</li>
<li>Small improvements</li>
<li>Land expansions are now limited to 3x3</li>
<li>Useful tooltips</li>
<li>Better tooltip positioning</li>
<li>Fixed credit overlapping text</li>
</ul>
</div>
</div>
</section>
<section class="normal-section">
<div class="center-grid">
<div class="div-sizing">
<h1>Closing</h1>
<p>
And that's (probably) the end of the beta0.2 update. You can already update the game on steam right
now! I wanted to say thank you everyone for all of your support, suggestions, and help on building
simpliCity. <br><br>
Once again, thank you everyone for reading. <br>
This is Altaf. <br>
Stay safe, and see you in the next update on <a href="/blog/" class="link">The Altaf (dev)Blog</a>!
</p>
<span style="color: rgba(0, 0, 0, 0.5);">Steam News Link: <a
href="https://steamcommunity.com/games/2381230/announcements/detail/3680055105769610135"
class="link">https://steamcommunity.com/games/2381230/announcements/detail/3680055105769610135</a></span>
</div>
</div>
</section>
</body>
</html>
|