smcameron / space-nerds-in-space

Multi-player spaceship bridge simulator game. Captain your starship through adventures with your friends. See https://smcameron.github.io/space-nerds-in-space
GNU General Public License v2.0
729 stars 73 forks source link

[Suggestion] Move SCAD/STL (& OGG) files into a subfolder #12

Closed kwadroke closed 11 years ago

kwadroke commented 11 years ago

Put 3D models in a sub-folder to clean up main directory and allow future mods.

Move .stl, .scad (and *.ogg) files into a sub-directories so it will be easier for Mods to be created

Something simular to this: /home/user/space-nerds-in-space/snis

Sub-directories for the files themselves /home/user/space-nerds-in-space/snis/audio/ for .ogg */home/user/space-nerds-in-space/snis/models/ for .scad & .stl

This would allow directories for Mods such as the below to be created to house their models and audio

/home/user/space-nerds-in-space/startrek /home/user/space-nerds-in-space/starwars /home/user/space-nerds-in-space/babylon5 /home/user/space-nerds-in-space/bsg

smcameron commented 11 years ago

This seems like a good idea. Thanks.

-- steve

smcameron commented 11 years ago

Done. Sounds are now in share/snis/sounds, stl and scad files are now in share/snis/models. You can use something other than share/snis by:

export SNIS_ASSET_DIR="whatever-you-like", and then put your models and sounds in whatever-you-like/models and whatever-you-like/sounds.