Giter VIP home page Giter VIP logo

exampledllmod's Introduction

ExampleDllMod

This is an example mod to provide an introduction to the RimWorld assembly (.dll) modding part

Excerpt from the forum entry: (https://ludeon.com/forums/index.php?topic=3408.0)

How to make an .dll-mod

Description

This is a small demonstration about how you can make a mod that's using an assembly (.dll). With this little project you learn about the assembly and it's program. Additionally you'll build your own small dark matter generator and an animated wind turbine. :) Note, that this is Windows only, as I have no experience with Linux or Mac. Sorry..

Needed Tools

You need the following tools:

  • Microsoft Visual Studio 2015 Community Edition (free, download here)
  • A basic understanding of C#
  • RimWorld

Download

Download the project from Git-Hub

Preparations

Before you start the project, you need to make the following preparations:

  • Extract the file to a folder of your choice
  • Go into your RimWorld-Folder:
    • Copy ..\RimWorld000Win\RimWorld000Win_Data\Managed\Assembly-CSharp.dll to ..\YourProjectFolder\RimWorld_ExampleProjectDLL\Source-DLLs\
    • Copy ..\RimWorld000Win\RimWorld000Win_Data\Managed\UnityEngine.dll to ..\YourProjectFolder\RimWorld_ExampleProjectDLL\Source-DLLs\

Enter The Project

Now that you've prepared everything, it is time to enter the project and take a look into what makes the pump do, what it does and where the problem is..

So open the project by starting <YourExtractionFolder>\RimWorld_ExampleProjectDLL.sln

If everything is installed correctly, Visual Studio should start up, opening your project. Everything else is described inside. And once you're finished, you have created your very own dark matter generator and maybe an animated wind turbine.

With this in mind.. Have fun exploring the secrets of the RimWorld code. 8)

See you on the other side, Haplo

exampledllmod's People

Contributors

haplox1 avatar rychard avatar radonthetyrant avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.