Jump to content

User:Discode/Modding Getting Started: Difference between revisions

m
No edit summary
Line 51: Line 51:
In Visual Studio, right click the name of your project under '''Solution Explorer>Add>New Item'''.
In Visual Studio, right click the name of your project under '''Solution Explorer>Add>New Item'''.
Click '''Data''' on the left and add an '''XML File''', name it '''package.xml'''.
Click '''Data''' on the left and add an '''XML File''', name it '''package.xml'''.
Add this to '''package.xml''':
 
Add this to '''package.xml''': (Version number should match or be close to Elin's version)
  <nowiki>
  <nowiki>
<?xml version="1.0" encoding="utf-8"?>
<?xml version="1.0" encoding="utf-8"?>
13

edits