All public logs

Jump to navigation Jump to search

Combined display of all available logs of RimWorld Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
(newest | oldest) View (newer 20 | ) (20 | 50 | 100 | 250 | 500)
  • 19:31, 13 March 2024 Aelanna talk contribs created page Modding Tutorials/RimWorld 1.5 Mod Updates (Initial commit)
  • 22:48, 10 February 2024 Aelanna talk contribs created page Modding Tutorials/Defs (Created page with "{{DISPLAYTITLE:XML Defs}} {{BackToTutorials}} {{:Modding_Tutorials/Under_Review}} XML Definitions (or just "Defs") are used to add new content to RimWorld. Almost all vanil...")
  • 21:25, 10 February 2024 Aelanna talk contribs deleted page Modding Tutorials/Weapons (content was: "{{BackToTutorials}} {{Credit|Cala13er}}<br/><br/> In this tutorial, we'll make a new weapon. ==Prerequisites== You should have read the Getting Started tutorial, which gets you up to speed with how mods are structured in RimWorld. You should also have a good understanding of where files are located (such as <code>About.xml</code>, def XML files, where you should put textures, and so on). == Making the folders == If you haven't already...")
  • 21:22, 10 February 2024 Aelanna talk contribs deleted page Modding Tutorials/Plague Gun (old) (content was: "{{Obsolete|reason='''This page is obsolete for the current version of RimWorld and is kept as a resource for modders of previous versions. For the current version see: Plague Gun (1.1)'''}} This tutorial was originally written by Jecrell. {{LudeonThread|33219}}. =Introduction= In this tutorial we're going to create a weapon that covers many different aspects of RimWorld's systems. This provides us with a clearer understanding of how RimWorld works for modding. By follow...")
  • 21:22, 10 February 2024 Aelanna talk contribs deleted page Modding Tutorials/Plague Gun (old)/Required Items (content was: "{{Obsolete|reason='''This page is obsolete for the current version of RimWorld and is kept as a resource for modders of previous versions. For the current version see: Plague Gun (1.1)'''}} {{Merge|destination=Modding Tutorials/Plague Gun (old)|reason=Consider merging into single page}} This tutorial was originally written by Jecrell. {{LudeonThread|33219}}. =Required Items= {| class="wikitable" |- | [https://notepad-plus-plus.org/ Notepad++] or [https://atom.io Atom] or...")
  • 21:22, 10 February 2024 Aelanna talk contribs deleted page Modding Tutorials/Plague Gun (old)/XML Stage (content was: "{{Obsolete|reason='''This page is obsolete for the current version of RimWorld and is kept as a resource for modders of previous versions. For the current version see: Plague Gun (1.1)'''}} {{Merge|destination=Modding Tutorials/Plague Gun (old)|reason=Consider merging into single page}} This tutorial was originally written by Jecrell. {{LudeonThread|33219}}. =XML Stage= # Create a mod folder. <br /><nowiki /><!-- --><small>RimWorld>Mods>PlagueGun</small> #* Go to your Ri...")
  • 21:22, 10 February 2024 Aelanna talk contribs deleted page Modding Tutorials/Plague Gun (old)/Connecting XML and Csharp (content was: "{{Obsolete|reason='''This page is obsolete for the current version of RimWorld and is kept as a resource for modders of previous versions. For the current version see: Plague Gun (1.1)'''}} {{Merge|destination=Modding Tutorials/Plague Gun (old)|reason=Consider merging into single page}} This tutorial was originally written by Jecrell. {{LudeonThread|33219}}. =Connecting XML and C#= {{Main|Modding Tutorials/Linking XML and C#}} For the next part of the tutorial, we are goin...")
  • 21:22, 10 February 2024 Aelanna talk contribs deleted page Modding Tutorials/Plague Gun (old)/Csharp Assembly Setup (content was: "{{Obsolete|reason='''This page is obsolete for the current version of RimWorld and is kept as a resource for modders of previous versions. For the current version see: Plague Gun (1.1)'''}} {{Merge|destination=Modding Tutorials/Plague Gun (old)|reason=Consider merging into single page}} This tutorial was originally written by Jecrell. {{LudeonThread|33219}}. =Setting up the C# Assembly= {{Main|Modding Tutorials/Setting up a solution}} # Open your compiler of choice for C#....")
  • 21:22, 10 February 2024 Aelanna talk contribs deleted page Modding Tutorials/Plague Gun (old)/Csharp Coding (content was: "{{Obsolete|reason='''This page is obsolete for the current version of RimWorld and is kept as a resource for modders of previous versions. For the current version see: Plague Gun (1.1)'''}} {{Merge|destination=Modding Tutorials/Plague Gun (old)|reason=Consider merging into single page}} This tutorial was originally written by Jecrell. {{LudeonThread|33219}}. '''Editors note''': There are a couple of parts in this tutorial that differ from the original to reflect changes ma...")
  • 21:22, 10 February 2024 Aelanna talk contribs deleted page Modding Tutorials/Plague Gun (old)/Localisation (content was: "{{Obsolete|reason='''This page is obsolete for the current version of RimWorld and is kept as a resource for modders of previous versions. For the current version see: Plague Gun (1.1)'''}} {{Merge|destination=Modding Tutorials/Plague Gun (old)|reason=Consider merging into single page}} This tutorial was originally written by Jecrell. {{LudeonThread|33219}}. =Translations= # Now it's time to turn our project's C# strings into text that everyone can translate if they swit...")
  • 21:00, 10 February 2024 Aelanna talk contribs created page Modding Tutorials/Textures (Created page with "{{DISPLAYTITLE:Mod Textures}} {{BackToTutorials}} (Work in progress) This is a guide for creating and adding textures to RimWorld mods. == Creating Mod Textures == As a Un...")
  • 20:30, 10 February 2024 Aelanna talk contribs uploaded File:SampleBuilding2x2.png (A sample building texture with tile gridlines shown for reference.)
  • 20:30, 10 February 2024 Aelanna talk contribs created page File:SampleBuilding2x2.png (A sample building texture with tile gridlines shown for reference.)
  • 01:32, 21 January 2024 Aelanna talk contribs created page Modding Tutorials/Localization (Created page with "{{BackToTutorials}} (This is a stub page and needs to be more fleshed out.) [https://en.wikipedia.org/wiki/Internationalization_and_localization Localization] refers to the...")
  • 23:01, 28 August 2023 Aelanna talk contribs created page Modding Tutorials/Application Startup (Created page with "{{DISPLAYTITLE:Application Startup}} {{BackToTutorials}} {{:Modding_Tutorials/Under_Review}} This guide explains the application startup sequence of RimWorld. This can be us...")
  • 06:51, 21 June 2023 Aelanna talk contribs created page Modding Tutorials/Basic Plant (Created page with "{{DISPLAYTITLE:Basic Plant}} {{BackToTutorials}} {{:Modding_Tutorials/Under_Review}} This is a basic RimWorld mod tutorial for the purpose of creating a custom plant. We wil...")
  • 03:18, 21 June 2023 Aelanna talk contribs uploaded File:ExamplePlant RawTheragold.png (A sample asset for the Basic Plant tutorial.)
  • 03:18, 21 June 2023 Aelanna talk contribs created page File:ExamplePlant RawTheragold.png (A sample asset for the Basic Plant tutorial.)
  • 03:18, 21 June 2023 Aelanna talk contribs uploaded File:ExamplePlant ImmatureTheragold.png (A sample asset for the Basic Plant tutorial.)
  • 03:18, 21 June 2023 Aelanna talk contribs created page File:ExamplePlant ImmatureTheragold.png (A sample asset for the Basic Plant tutorial.)
(newest | oldest) View (newer 20 | ) (20 | 50 | 100 | 250 | 500)