Files
EpinelPS/nksrv/www/launcher/index.html
2024-07-15 09:04:28 -04:00

27 lines
846 B
HTML

<!DOCTYPE html>
<html>
<head>
<title>Private Nikke Server Launcher</title>
<style>
* {
color: white;
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}
</style>
</head>
<body>
<h1>What's new in Nikke Private Server - v0.1.2</h1>
<ul>
<li>Fixed static download fail</li>
<li>Asset server IP address is no longer hardcoded.</li>
<li>Skipping stages is now implemented via command line interface</li>
<li>Added required messages for ch15+</li>
<li>Fixed XP system</li>
<li>Fixed game crash due to inventory system</li>
<li>Check if game path / launcher path is correct in server selector</li>
<li>Implemented commander level up reward</li>
<li>Began work on admin panel</li>
</ul>
</body>
</html>