Skip to content

Commit

Permalink
Merge pull request #60 from RimNauts/main
Browse files Browse the repository at this point in the history
Minor update
  • Loading branch information
sindre0830 authored Mar 29, 2023
2 parents f5333ab + 57418e2 commit a388fed
Show file tree
Hide file tree
Showing 5 changed files with 28 additions and 2 deletions.
Binary file modified Assemblies/RimNauts2.dll
Binary file not shown.
1 change: 1 addition & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
# Changelog
- Add Rimefeller compatibility to large pod launcher
25 changes: 25 additions & 0 deletions Patches/Rimefeller.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
<?xml version="1.0" encoding="utf-8" ?>
<Patch>
<Operation Class="PatchOperationFindMod">
<mods>
<li>Rimefeller</li>
</mods>
<match Class="PatchOperationSequence">
<success>Always</success>
<operations>
<li Class="PatchOperationAdd">
<xpath>Defs/ThingDef[defName = "RimNauts2_PodLauncher"]/comps</xpath>
<value>
<li Class="Rimefeller.CompProperties_Pipe"/>
</value>
</li>
<li Class="PatchOperationAdd">
<xpath>Defs/ThingDef[defName = "RimNauts2_PodLauncher"]</xpath>
<value>
<tickerType>Normal</tickerType>
</value>
</li>
</operations>
</match>
</Operation>
</Patch>
2 changes: 1 addition & 1 deletion Source/RimNauts2/RimNauts2/Constants.cs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
namespace RimNauts2 {
public static class Info {
public static readonly string name = "RimNauts 2";
public static readonly string version = "4.14.4";
public static readonly string version = "4.15.0";
}

public static class Style {
Expand Down
2 changes: 1 addition & 1 deletion Workshop/description.txt
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ Main programmer: [url=https://ko-fi.com/sindre0830]sindre0830[/url]
Main artist: [url=https://ko-fi.com/detvisor]DetVisor[/url]

Workshop infographic template: [url=https://ko-fi.com/bingbopjeebo8087]Bing Bop Jeebo[/url]

Rimefeller compatibility patch: [url=https://steamcommunity.com/id/Jiopaba/myworkshopfiles/?appid=294100]Jiopaba[/ur]

This mod is a continuation of [url=https://steamcommunity.com/sharedfiles/filedetails/?id=2198026141]RimNauts 1[/url]. Please refer to that page for the original developer team and their contribution (Especially the C# wizard who made it all possible in the first place; [url=https://steamcommunity.com/profiles/76561198032541893/myworkshopfiles/]Nolabritt[/url]). We also continue to use the art created by [url=https://ko-fi.com/kasmex]Kasmex[/url] and [url=https://ko-fi.com/genomex]Genome-X.[/url]

Expand Down

0 comments on commit a388fed

Please sign in to comment.