Difference between revisions of "Create Equipment OXP"
From Elite Wiki
Wildeblood (talk | contribs) |
|||
Line 2: | Line 2: | ||
manifest.plist | manifest.plist | ||
+ | Config/equipment.plist | ||
+ | Config/worldscripts.plist | ||
+ | Scripts/example_conditions.js | ||
+ | Scripts/example_equipment.js | ||
+ | Scripts/example_worldscript.js | ||
Go to the Oolite forum and beg some user to give you a ZIP archive with template files. | Go to the Oolite forum and beg some user to give you a ZIP archive with template files. | ||
See also [[OXP#Locating_your_AddOns_folder|Locating your AddOns folder]] | See also [[OXP#Locating_your_AddOns_folder|Locating your AddOns folder]] |
Revision as of 10:24, 20 July 2024
You will need to create this file structure in your AddOns folder:
manifest.plist Config/equipment.plist Config/worldscripts.plist Scripts/example_conditions.js Scripts/example_equipment.js Scripts/example_worldscript.js
Go to the Oolite forum and beg some user to give you a ZIP archive with template files.
See also Locating your AddOns folder