How do you Mod?

Started by Wenry_Hill, April 18, 2014, 03:31:06 PM

Previous topic - Next topic

Wenry_Hill

I know a little about coding but i'm not sure which compiler to use or what to code it in. Can anybody help?

mrofa

If your up to more specific stuff you will need a C# compiler for dll and stuff, xml stuff only need a text editor
All i do is clutter all around.

Kilroy232

Quote from: Wenry_Hill on April 18, 2014, 03:31:06 PM
I know a little about coding but i'm not sure which compiler to use or what to code it in. Can anybody help?
For doing XML modding you can use notepad or Notepad++ (http://notepad-plus-plus.org/download/v6.5.5.html)
For .dll modding you can download Microsoft visual studio express 2013 for free. You can do your C# coding and compile the code in this program

NOTE: You need to be one windows to use these programs

Evul

Also a recommendation to learn how to mod:
Look thro files and try find objects and make smal alterations. So you se how and what a alteration do.

I also recommend you to look thro existing mods and codes so you se how they work and what they do. It can also help you out to make you a new mod :)

Wenry_Hill

Alright thanks everybody, i was able to take an existing mod and use it as a template and was successful. I did find i needed to use Gimp to texture it because paint would leave extra white space.