Advertisement
Guest User

manifest.sii

a guest
Mar 25th, 2016
358
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.70 KB | None | 0 0
  1. SiiNunit
  2. {
  3. # ".package_name" does not matter as the dot at the beginning of the file means that this unit is anonymous.
  4. # Please keep this form to not make any conflicts with other mod packages (name collisions).
  5. mod_package : .package_name {
  6.  
  7. # Package version can be any string with any length.
  8. package_version: "3.0.0"
  9.  
  10. # Author can be any string with any length.
  11. author: "Michaleczeq"
  12.  
  13. # Categories is an array of strings.
  14. category[]: "interior"
  15. category[]: "tuning_parts"
  16.  
  17. # Icon is a path relative to mod root directory.
  18. icon: "icon.michaleczeq.jpg"
  19.  
  20. # Description file is a path relative to mod root directory.
  21. description_file: "description.txt"
  22. }
  23. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement