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).
(newest | oldest) View (newer 50 | older 50) (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.)
- 03:18, 21 June 2023 Aelanna talk contribs uploaded File:ExamplePlant Theragold.png (A sample asset for the Basic Plant tutorial.)
- 03:18, 21 June 2023 Aelanna talk contribs created page File:ExamplePlant Theragold.png (A sample asset for the Basic Plant tutorial.)
- 03:08, 21 June 2023 Aelanna talk contribs uploaded File:ExamplePlant.png (A screenshot of the Basic Plant tutorial in action.)
- 03:08, 21 June 2023 Aelanna talk contribs created page File:ExamplePlant.png (A screenshot of the Basic Plant tutorial in action.)
- 06:19, 13 June 2023 Aelanna talk contribs created page Modding Tutorials/Mod Folder Structure (First pass at a new consolidated mod folder structure guide)
- 20:28, 12 June 2023 Aelanna talk contribs created page Modding Tutorials/Marked for Deletion (Created page with "<div style="width: 90%; max-width: 600px; margin: 1rem auto; border: solid 2px #000; background: repeating-linear-gradient(135deg, #000, #000 20px, #c00 21px, #c00 41px, #000...")
- 06:42, 5 June 2023 Aelanna talk contribs created page Modding Tutorials/Basic Ranged Weapon (Initial creation)
- 06:40, 5 June 2023 Aelanna talk contribs uploaded File:Example SawBlade.png (A sample texture for the basic ranged weapon tutorial.)
- 06:40, 5 June 2023 Aelanna talk contribs created page File:Example SawBlade.png (A sample texture for the basic ranged weapon tutorial.)
- 06:39, 5 June 2023 Aelanna talk contribs uploaded File:Example SawMelee.ogg (The sound of a saw blade being launched. This effect was sampled from "Circular saw.wav" by tosha73, which was obtained from https://freesound.org/people/tosha73/sounds/533565/ under Creative Commons Attribution 4.0 licensing.)
- 06:39, 5 June 2023 Aelanna talk contribs created page File:Example SawMelee.ogg (The sound of a saw blade being launched. This effect was sampled from "Circular saw.wav" by tosha73, which was obtained from https://freesound.org/people/tosha73/sounds/533565/ under Creative Commons Attribution 4.0 licensing.)
- 06:38, 5 June 2023 Aelanna talk contribs uploaded File:Example SawLauncher.png (A sample texture for the basic ranged weapon tutorial.)
- 06:38, 5 June 2023 Aelanna talk contribs created page File:Example SawLauncher.png (A sample texture for the basic ranged weapon tutorial.)
- 06:37, 5 June 2023 Aelanna talk contribs deleted page File:Example SawBlade.png (Forgot to select a license, reuploading)
- 06:35, 5 June 2023 Aelanna talk contribs deleted page File:Example SawMelee.ogg (Forgot to select a license, reuploading)
- 06:34, 5 June 2023 Aelanna talk contribs uploaded File:Example SawBlade.png (A projectile texture for the basic ranged weapon tutorial.)
- 06:34, 5 June 2023 Aelanna talk contribs created page File:Example SawBlade.png (A projectile texture for the basic ranged weapon tutorial.)
- 06:33, 5 June 2023 Aelanna talk contribs uploaded File:Example SawMelee.ogg (The sound of a saw blade being launched. This effect was sampled from "Circular saw.wav" by tosha73, which was obtained from https://freesound.org/people/tosha73/sounds/533565/ under Creative Commons Attribution 4.0 licensing.)
- 06:33, 5 June 2023 Aelanna talk contribs created page File:Example SawMelee.ogg (The sound of a saw blade being launched. This effect was sampled from "Circular saw.wav" by tosha73, which was obtained from https://freesound.org/people/tosha73/sounds/533565/ under Creative Commons Attribution 4.0 licensing.)
- 06:33, 5 June 2023 Aelanna talk contribs uploaded File:Example SawLaunch.ogg (The sound of a saw blade being launched. This effect was sampled from "Circular saw.wav" by tosha73, which was obtained from https://freesound.org/people/tosha73/sounds/533565/ under Creative Commons Attribution 4.0 licensing.)
- 06:33, 5 June 2023 Aelanna talk contribs created page File:Example SawLaunch.ogg (The sound of a saw blade being launched. This effect was sampled from "Circular saw.wav" by tosha73, which was obtained from https://freesound.org/people/tosha73/sounds/533565/ under Creative Commons Attribution 4.0 licensing.)
- 06:28, 5 June 2023 Aelanna talk contribs uploaded File:ExampleRangedWeapon.png (A screenshot of the example ranged weapon as created via the Basic Ranged Weapon tutorial.)
- 06:28, 5 June 2023 Aelanna talk contribs created page File:ExampleRangedWeapon.png (A screenshot of the example ranged weapon as created via the Basic Ranged Weapon tutorial.)
- 20:00, 4 June 2023 Aelanna talk contribs created page User:Aelanna (Created page with "Head maid for The Eccentric, acting administrator for the colony of Angel's Rest, and independent mod author. Currently spearheading an overhaul of the RimWorld Wiki's Modd...")
- 05:20, 29 May 2023 Aelanna talk contribs created page Modding Tutorials/About.xml (Initial commit)
- 21:20, 26 May 2023 Aelanna talk contribs created page Modding Tutorials/MayRequire (Initial creation)
- 05:24, 26 May 2023 Aelanna talk contribs created page Modding Tutorials/Basic Melee Weapon (Initial test commit)
- 05:18, 26 May 2023 Aelanna talk contribs created page Modding Tutorials/Under Review (Created page with "<div style="width: 90%; max-width: 600px; margin: 1rem auto; border: solid 2px #000; background: repeating-linear-gradient(135deg, #000, #000 20px, #f60 21px, #f60 41px, #000...")
- 04:14, 26 May 2023 Aelanna talk contribs uploaded File:ExampleMeleeWeapon.png (A screenshot of the result of the basic melee weapon tutorial.)
- 04:14, 26 May 2023 Aelanna talk contribs created page File:ExampleMeleeWeapon.png (A screenshot of the result of the basic melee weapon tutorial.)