Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Messages - Dante King

#181
Awwww, why no one comment and give me advice!
#182
Outdated / [MOD] [A9] DK's Mods O' Plenty!
March 24, 2015, 05:58:35 PM
Adds a new storyteller: Mene Many, she likes to have a big colony and throw a lot of big and bad things and a colony, quickly.
DELETED FOR NOW

Massive buff to the default Charge Rifle
https://www.dropbox.com/sh/nwykx5kmox0r0os/AAAmZqRtxDcy_31ilov13ZO3a?dl=0
#183
Help / Re: XML?
March 24, 2015, 05:08:23 PM
Ok then, I've added the HumanBaseGun code piece, and ending code bit, testing out now.

EDIT: It works! My first mod! Now, dropbox account made, how do I upload a folder instead of a file?
#184
Help / Re: XML?
March 23, 2015, 08:39:29 PM
I figured this out with some help a few minutes ago, now, after I fixed the .XML issue, I have a "Charge Rifle has null ThingClass" in the console when I activate my mod, AND the charge rifle is gone from the dev spawn menu. I C&P'ed the Charge rifle from Weapons_Guns in ThingDefs and changed some stats, what is wrong?
#185
Help / Re: XML?
March 23, 2015, 05:28:43 PM
Quote from: ItchyFlea on March 23, 2015, 04:51:27 PM
Quote from: Dante King on March 23, 2015, 11:43:32 AM
How do I make a XML file then? Can I use notepad, because I've been seeing them in notepad with a little bit of code at the front: <?xml version="1.0" encoding="utf-8" ?> Does this mean that it is a XML file? The other bits of coding I can figure out, it's just XML files and textures.
You can use notepad and yes that means it's an XML file.

Notepad++ is being suggested because it makes reading XML files easier. (There are many other features that you'll discover over time that also make it better than notepad)

Here's one of the core files in Notepad:
http://i.imgur.com/19cpPzM.jpg
And here's the same file in Notepad++:
http://i.imgur.com/BUbdXGR.jpg
Ok then, I get XML files, SO HAPPY! Now, onto textures, GIMP is good from what I hear

EDIT: How do I make the .TXT files with <?xml version="1.0" encoding="utf-8" ?>  at the top into a XML file, because they are being made into .TXT files

EDIT 2: Here is my code:



[attachment deleted due to age]
#186
Help / Re: XML?
March 23, 2015, 11:43:32 AM
How do I make a XML file then? Can I use notepad, because I've been seeing them in notepad with a little bit of code at the front: <?xml version="1.0" encoding="utf-8" ?> Does this mean that it is a XML file? The other bits of coding I can figure out, it's just XML files and textures.
#187
Help / XML?
March 23, 2015, 11:17:34 AM
What is XML? I've seen it in Defs and stuff but I don't know how to use or make it. Any help?