Skip to content

Commit

Permalink
Initial
Browse files Browse the repository at this point in the history
  • Loading branch information
SweptWasTaken committed Dec 28, 2020
1 parent 5354bfe commit 3e1b769
Show file tree
Hide file tree
Showing 77 changed files with 3,168 additions and 18 deletions.
8 changes: 4 additions & 4 deletions content/about/download/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,19 +12,19 @@ type = "about"

<div id="download-container">
<div class="download">
<a href="https://steamcommunity.com/sharedfiles/filedetails/?id=1752864297"><img src="/images/steam.svg" class="download-image"/></a>
<a href="https://steamcommunity.com/sharedfiles/filedetails/?id=1752864297"><img src="/images/steam.png" class="download-image"/></a>
<small>Steam Workshop</small>
<a class="download-link" href="https://steamcommunity.com/sharedfiles/filedetails/?id=1752864297">Link</a>
<small><strong><a href=""></a></strong></small>
</div>
<div class="download">
<a href="https://github.com/Parexy/Multiplayer/releases"><img src="/images/github.svg" class="download-image"/></a>
<a href="https://github.com/rwmt/Multiplayer/releases"><img src="/images/github.png" class="download-image"/></a>
<small>Github Release</small>
<a class="download-link" href="https://github.com/Parexy/Multiplayer/releases">Link</a>
<a class="download-link" href="https://github.com/rwmt/Multiplayer/releases">Link</a>
<small><strong><a href=""></a></strong></small>
</div>
<div class="download">
<a href="https://ludeon.com/forums/index.php?topic=49142.0"><img src="/images/ludeon.svg" class="download-image"/></a>
<a href="https://ludeon.com/forums/index.php?topic=49142.0"><img src="/images/ludeon.png" class="download-image"/></a>
<small>Ludeon Forums</small>
<a class="download-link" href="https://ludeon.com/forums/index.php?topic=49142.0">Link</a>
<small><strong><a href=""></a></strong></small>
Expand Down
39 changes: 27 additions & 12 deletions content/about/faq/_index.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
+++
title = "Frequency Asked Questions"
title = "Frequently Asked Questions"
date = "2019-03-28"
type = "about"
+++
Expand All @@ -15,15 +15,27 @@ type = "about"

### Q: Where is Zetrith?

A: No idea.
A: He disappeared in February of 2019. We haven't had contact from him since. We hope he's ok and doing well.

### Q: Is the mod dead?

A: No. There will be a formal announcement if the mod ever dies. No-progress does not mean the death of the mod. The mod is developed by the community, who all have lives outside of the mod. If you want something in the mod so badly, code it yourself! We review and merge any constructive PRs.

### Q: How can I contribute?

Check out our [Contributing Guidelines](https://github.com/rwmt/Multiplayer/blob/master/CONTRIBUTORS.md) and then check our documentation for more developer focused information on the mod. The best way to get in contact with fellow developers is on the #modders channel on our discord.

### Q: Where can I find documentation on the mod?

A: Detailed Documentation can be found on our [HackMD Wiki](https://hackmd.io/Gd_gueokTNui_fqzOSG2Tg?view#Dev-MP-Wiki).

### Q: How can players connect to each other?

A: Players can connect through Steam, LAN, or Direct. To use direct connect, portforward 30502 through UDP or use a software like Hamachi.

### Q: Does it work between different operating systems?
### Q: Is there PVP?

A: Currently everyone is cooperatively playing exactly the same game, with same maps, in the same faction. PVP is planned at a later date.
A: No. Currently everyone is playing in the same faction cooperatively.

### Q: Can mods be used in multiplayer?

Expand All @@ -33,7 +45,12 @@ A: Yes, but not all mods will work in multiplayer. We have many resources for de

A: 0 is untested, 1 is not working, 2 is major issue, 3 is minor issues, and 4 is no issues and working fine.

### Q: What is save replay?
### Q: What kind of mods are compatible?

A: Any mod coded in XML is automatically compatible with Rimworld Multiplayer. Mods coded in C# need to be manually
checked and will probably not work without compatibility patches.

### Q: What is a save replay?

A: A multiplayer save game.

Expand All @@ -47,7 +64,7 @@ A: Yes, this should not cause any problems even with a lot of other mods enabled

### Q: Which RimWorld version should I be using?

A: Current Version.
A: Rimworld Multiplayer supports 1.0 and 1.1 with Royalty.

### Q: What is the maximum amount of players that can be in a game?

Expand All @@ -63,7 +80,8 @@ A: Simulations takes place from the last autosave made, so if you do /autosave i

### Q: Is this mod fully vanilla compatible?

A: No, currently there are a few features that don't work in multiplayer. Faction renaming, and some caravan events are disabled.
A: No, currently there are a few features that don't work in multiplayer. Faction renaming, and some caravan events are disabled. Since Royalty has a ton of quests, some of them might not have been checked and might desync. Report them in our
discord server if this happens.

### Q: How do I convert a Multiplayer game back to Singleplayer?

Expand All @@ -75,11 +93,8 @@ A: This can help you if you're having trouble loading Rimworld or in resolving D

### Q: Can I donate?

<script type='text/javascript' src='https://ko-fi.com/widgets/widget_2.js'></script><script type='text/javascript'>kofiwidget2.init('Support RWMP on Ko-fi', '#46b798', 'L4L1117BB');kofiwidget2.draw();</script>

### Q: What will donations be used for?

A: Donations are used for hosting the website. Any excess donations we receive will be used to put bounties on mods that are not compatible. This will hopefully encourage community developers to work on making mods compatible.
We've closed donations for now. If you have money burning a hole in your pocket though, consider donating to NotFood. She's
our headcoder/maintainer. https://ko-fi.com/notfood

&nbsp;

Expand Down
61 changes: 61 additions & 0 deletions content/post/20_04_17_royalty.md
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

&nbsp;

&nbsp;

&nbsp;

&nbsp;

&nbsp;

&nbsp;

&nbsp;
4 changes: 2 additions & 2 deletions layouts/partials/footer.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
<footer class="bottom-links">
<ul>
<li><a href="https://discord.gg/S4bxXpv">Discord</a></li>
<li><a href="https://github.com/Parexy/Multiplayer">GitHub</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://ko-fi.com/rimworldmultiplayermod">Donate</a></li>
<li><a href="https://spacestation14.io/">SS14</a></li>
<li><a href="/index.xml">RSS</a></li>
</ul>
</footer>
Expand Down
74 changes: 74 additions & 0 deletions public/404.html
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>

1 change: 1 addition & 0 deletions public/CNAME
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
rimworldmultiplayer.com
95 changes: 95 additions & 0 deletions public/about/credits/index.html
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>&nbsp;</p>

<p>&nbsp;</p>

<p>&nbsp;</p>

<h3 id="credits">Credits</h3>

<p>&nbsp;</p>

<p>&nbsp;</p>

<p>&nbsp;</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>

14 changes: 14 additions & 0 deletions public/about/credits/index.xml
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>
Loading

0 comments on commit 3e1b769

Please sign in to comment.