Difference between revisions of "Create Equipment OXP"

From Elite Wiki
m
 
(One intermediate revision by the same user not shown)
Line 2: Line 2:
  
 
     manifest.plist
 
     manifest.plist
 +
    Config/equipment.plist
 +
    Config/world-scripts.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]]

Latest revision as of 14:07, 20 July 2024

You will need to create this file structure in your AddOns folder:

   manifest.plist
   Config/equipment.plist
   Config/world-scripts.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