/nms-base-builder-presets

A place to store community presets for the No Man's Sky Base Builder!

No Man's Sky Base Builder Presets

A central place for the Blender community to store presets for the No Man's Sky Base Builder

If you're looking for Presets to download, please visit the user-friendly website.

Navigation

1. Ask to be a contributor.

Please message me through GitHub to be given contributor access to the Repository. You must do this before proceeding to the next steps.


2. Adding a Category

Follow these steps for creating categories for image thumbnails too.

Skip these steps if a category already exists for your Preset.

  1. At the top of this page, press the button that says "Create new file."
  2. In the field that says "Name your file...". Type in the name of the category.
  3. Type a forward slash "/". This will tell Git to treat the name as a folder.
  4. After the slash. Type "readme.md".
  5. Scroll to the bottom of the page (leave the contents blank).
  6. Make sure the checkbox is set to "Create a new branch ..."
  7. Press the Propose new file button to get to the next page.
  8. Press the Create pull request button.

This will notify me of a new category. Now all you need to do is wait for it to be approved!


2. Adding Presets.

  1. Scroll to the top of the page and select the category you want to add files to.
  2. Select the button that says Upload Files.
  3. Prepare your preset files...
    • Presets should be named following the naming convention (Author_Description.json).
    • Don't forget the .json file extension!
    • For example...
    djmonkey_Cafe.json
    djmonkey_Dome.json
    djmonkey_Food.json
    djmonkey_Pilon.json
    djmonkey_Store.json
  1. Make sure the checkbox is set to "Create a new branch ..."
  2. Press the Propose changes button to get to the next page.
  3. Press the Create pull request button.

This will notify me of the new presets. Now all you need to do is wait for it to be approved!

If you haven't followed the naming guide lines then I may ask you to try again.


3. Adding Thumbnails.

  1. Scroll to the top of the page and select the images folder.
  2. Select the category folder that your preset was placed under.
  3. Select the button that says Upload Files.
  4. Prepare and upload your images...
    • The preferred image size has a 800x450 resolution.
    • The name should follow the naming convention (Author_Description.jpg)
    • Images should use the .jpg file extension.
    • For example...
    djmonkey_Cafe.jpg
    djmonkey_Dome.jpg
    djmonkey_Food.jpg
    djmonkey_Pilon.jpg
    djmonkey_Store.jpg
  1. Make sure the checkbox is set to "Create a new branch ..."
  2. Press the Propose changes button to get to the next page.
  3. Press the Create pull request button.

This will notify me of the new thumbnails. Now all you need to do is wait for it to be approved!


4. Expert Mode

If you're already familiar and comfortable using Git. Feel free to clone, create branches and pull requests as you please, as long as you follow the naming convention.