-
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
5354bfe
commit 3e1b769
Showing
77 changed files
with
3,168 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,61 @@ | ||
+++ | ||
title = "Update 0.5.0 | 1.1 and Royalty Patch" | ||
author = "Swept" | ||
date = 2020-04-17 | ||
categories = [ | ||
"Update" | ||
] | ||
reddit = "" | ||
+++ | ||
|
||
|
||
Sorry for the radio silence and lack of updates. The 1.1 update together with Royalty compatibility was a pretty tricky patch, as the update broke a lot of stuff and even now we're still finding new things that need syncing/fixing. Anyway our "stable" build will be uploaded to Steam *sometime after this blog post is posted*, so have fun and report ANYTHING WRONG in our discord so we can fix it. | ||
|
||
<!--more--> | ||
|
||
|
||
## Patchnotes | ||
|
||
- Improved Desync Debugging | ||
- Fixed White Window Bug | ||
- Backwards compatibility with 1.0 | ||
- Fix infinite research dialog creation | ||
- Synced many Royalty specific events and quests | ||
- Async Time now has a button to enable | ||
- Added Finnish, Ukranian, Italian and Czech translations. | ||
- In-game mod compatibility checker. | ||
- Lots of background synching and bug fixing for 1.1 compatibility. | ||
- Auto-sync for mod configs <- might be fucky. | ||
- Auto mod downloading button on mod definition mismatch. | ||
|
||
The protocol version is now 18. | ||
|
||
## Other notes | ||
|
||
Firstly the Rimworld Multiplayer Github Repo has been moved *for the final time* to a proper organization. The old fork of the mod by Parexy was messy and was not a proper fork of Zetrith's original mod. This has since been fixed and we now have a nice and official looking [Github Organization](https://github.com/rwmt). Super handy as we can now just stick all our resources underneath one banner. (Including this website!) | ||
|
||
Secondly, you may have noticed that there's been some fresh members in our organization. Nebual, lofi, and pudgy turtle were all part of the push for 1.1 and Royalty compatibility and they worked hard to get it working. | ||
|
||
We've also been updating our background infrastructure for finding compatible mods so they're more stable and easier to contribute to. If you find a mod that's compatible please report it on our discord. | ||
|
||
Thirdly it is in our best interest to state that the mod might break again soon. We don't know what Tynan has planned for Rimworld but he's been very sporadic with his updates in the last few weeks and anything he decides to add could break the mod again. I'm not saying it'll happen but it might happen. | ||
|
||
|
||
|
||
|
||
|
||
Cheers | ||
|
||
| ||
|
||
| ||
|
||
| ||
|
||
| ||
|
||
| ||
|
||
| ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,74 @@ | ||
<!DOCTYPE html> | ||
<html lang="en-US"> | ||
<head> | ||
<meta charset="utf-8" /> | ||
|
||
<meta name="X-UA-Compatible" content="IE=Edge"/> | ||
<meta property="og:title" content="404 Page not found" /> | ||
<meta property="og:url" content="https://rimworldmultiplayer.com/404.html" /> | ||
<meta property="og:type" content="website" /> | ||
<meta property="og:site_name" content="RWMP" /> | ||
<meta property="og:image" content="https://rimworldmultiplayer.com/images/icon.png" /> | ||
<meta property="og:image:width" content="135" /> | ||
<meta property="og:image:height" content="135" /> | ||
<meta property="og:image:type" content="image/png" /> | ||
<meta property="og:image:alt" content="The RWMP icon." /> | ||
|
||
|
||
<base href="https://rimworldmultiplayer.com/" /> | ||
<title>404 Page not found - Rimworld Multiplayer</title> | ||
<link rel="canonical" href="https://rimworldmultiplayer.com/404.html" /> | ||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
<link href="https://fonts.googleapis.com/css?family=Roboto&display=swap" rel="stylesheet" /> | ||
<link rel="stylesheet" type="text/css" href="/css/all.min.css" /> | ||
<script async src="/js/main.min.js"></script> | ||
|
||
</head> | ||
<body lang="en"> | ||
<div id="background"> </div> | ||
<div id="centercolumn"> | ||
<nav id="header"> | ||
<header class="left"> | ||
<a href="/" id="name"> | ||
Rimworld Multiplayer | ||
</a> | ||
<br> | ||
<span id="subname"> | ||
|
||
<br> | ||
</span> | ||
</header> | ||
<div class="right"> | ||
<a class="navlink" href="/about/">About</a> | ||
<a class="navlink" href="/about/download/">Download</a> | ||
<a class="navlink" href="/about/faq/">FAQ</a> | ||
|
||
|
||
</div> | ||
</nav> | ||
<main> | ||
|
||
|
||
404 - Not found. | ||
|
||
</main> | ||
<footer class="bottom-links"> | ||
<ul> | ||
<li><a href="https://discord.gg/S4bxXpv">Discord</a></li> | ||
<li><a href="https://github.com/rwmt/Multiplayer">GitHub</a></li> | ||
<li><a href="https://rimworldgame.com/">Buy Rimworld</a></li> | ||
<li><a href="https://spacestation14.io/">SS14</a></li> | ||
<li><a href="/index.xml">RSS</a></li> | ||
</ul> | ||
</footer> | ||
</div> | ||
</body> | ||
</html> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
rimworldmultiplayer.com |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,95 @@ | ||
<!DOCTYPE html> | ||
<html lang="en-US"> | ||
<head> | ||
<meta charset="utf-8" /> | ||
|
||
<meta name="X-UA-Compatible" content="IE=Edge"/> | ||
<meta property="og:title" content="Credits" /> | ||
<meta property="og:url" content="https://rimworldmultiplayer.com/about/credits/" /> | ||
<meta property="og:type" content="website" /> | ||
<meta property="og:site_name" content="RWMP" /> | ||
<meta property="og:image" content="https://rimworldmultiplayer.com/images/icon.png" /> | ||
<meta property="og:image:width" content="135" /> | ||
<meta property="og:image:height" content="135" /> | ||
<meta property="og:image:type" content="image/png" /> | ||
<meta property="og:image:alt" content="The RWMP icon." /> | ||
|
||
|
||
<base href="https://rimworldmultiplayer.com/" /> | ||
<title>Credits - Rimworld Multiplayer</title> | ||
<link rel="canonical" href="https://rimworldmultiplayer.com/about/credits/" /> | ||
|
||
<link href="https://rimworldmultiplayer.com/about/credits/index.xml" rel="alternate" type="application/rss+xml" title="Rimworld Multiplayer" /> | ||
<link href="https://rimworldmultiplayer.com/about/credits/index.xml" rel="feed" type="application/rss+xml" title="Rimworld Multiplayer" /> | ||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
<link href="https://fonts.googleapis.com/css?family=Roboto&display=swap" rel="stylesheet" /> | ||
<link rel="stylesheet" type="text/css" href="/css/all.min.css" /> | ||
<script async src="/js/main.min.js"></script> | ||
|
||
</head> | ||
<body lang="en"> | ||
<div id="background"> </div> | ||
<div id="centercolumn"> | ||
<nav id="header"> | ||
<header class="left"> | ||
<a href="/" id="name"> | ||
Rimworld Multiplayer | ||
</a> | ||
<br> | ||
<span id="subname"> | ||
|
||
<br> | ||
</span> | ||
</header> | ||
<div class="right"> | ||
<a class="navlink" href="/about/">About</a> | ||
<a class="navlink" href="/about/download/">Download</a> | ||
<a class="navlink" href="/about/faq/">FAQ</a> | ||
|
||
|
||
</div> | ||
</nav> | ||
<main> | ||
|
||
|
||
</nav> | ||
<article> | ||
|
||
|
||
<p> </p> | ||
|
||
<p> </p> | ||
|
||
<p> </p> | ||
|
||
<h3 id="credits">Credits</h3> | ||
|
||
<p> </p> | ||
|
||
<p> </p> | ||
|
||
<p> </p> | ||
|
||
</article> | ||
|
||
</main> | ||
<footer class="bottom-links"> | ||
<ul> | ||
<li><a href="https://discord.gg/S4bxXpv">Discord</a></li> | ||
<li><a href="https://github.com/rwmt/Multiplayer">GitHub</a></li> | ||
<li><a href="https://rimworldgame.com/">Buy Rimworld</a></li> | ||
<li><a href="https://spacestation14.io/">SS14</a></li> | ||
<li><a href="/index.xml">RSS</a></li> | ||
</ul> | ||
</footer> | ||
</div> | ||
</body> | ||
</html> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
<?xml version="1.0" encoding="utf-8" standalone="yes" ?> | ||
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"> | ||
<channel> | ||
<title>Credits on Rimworld Multiplayer</title> | ||
<link>https://rimworldmultiplayer.com/about/credits/</link> | ||
<description>Recent content in Credits on Rimworld Multiplayer</description> | ||
<generator>Hugo -- gohugo.io</generator> | ||
<language>en-us</language> | ||
|
||
<atom:link href="https://rimworldmultiplayer.com/about/credits/index.xml" rel="self" type="application/rss+xml" /> | ||
|
||
|
||
</channel> | ||
</rss> |
Oops, something went wrong.