Using Sparkleshare (our own Dropbox) to share WIP assets

Post all of your progress here about official assets, and receive feedback from our team.
Post Reply
kangz
Programmer
Posts: 178
Joined: Mon Feb 18, 2013 12:10 am UTC

Using Sparkleshare (our own Dropbox) to share WIP assets

Post by kangz »

Apparently using dropbox to share assets is a pain because you don't have much storage and it reduces your own dropbox space between other things. We set up a Sparkleshare (cloud storage) to replace it, this allows you to upload, keep in sync and share your assets with other members of the team. In addition a version of a file cannot be deleted so you'll have the full history of your work. It is super simple to use too!

To download it go to the Sparkleshare's website and choose the right version for your OS. Once installed you can add the shared folder by choosing Add a hosted project then choosing On my own server. Then fill the address field with "ssh://sparkleshare@stark.kangz.net" and the remote path with "/home/sparkleshare/unv-assets". At this point Sparklshare gives you a key that looks like "ssh-rsa <meaningless text>" please paste it in the forum using like this (this is my key, as an example):

Code: Select all

[noparse][CODE]
ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDbkpLWhn5LxBozk/vjHp60nCc0SquOxg+EjTFvJboY0GU2OYlLK6VyrpVeKNn7U2TOSgbVsJacaKFc59+ZmklAkwuezCNhjJpxX3lT99dX+gxknQaONH8H7cdAcj59hmCkalMfXJIZXrj0aWzNqV8Aund/5Hf99/2Mn1F07nzT8+20OLrrpkRfnwuIX3rLlNBbf0xG3Ll8LnnmQp7XzWG7KQpo43MYo+eM2KF5I+WUDNcX6Af3/N3bhfm8PNWJKEFTc6wbWLHRk/T4r5wHaQDUVYyejRsMi0ARtGQVFY7ecHoud0B1uvHSny726G6VT5b/3DW9ELhyWeYWWA/Cwxzl rostam

[/noparse][/code]
which will show as

Code: Select all

ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDbkpLWhn5LxBozk/vjHp60nCc0SquOxg+EjTFvJboY0GU2OYlLK6VyrpVeKNn7U2TOSgbVsJacaKFc59+ZmklAkwuezCNhjJpxX3lT99dX+gxknQaONH8H7cdAcj59hmCkalMfXJIZXrj0aWzNqV8Aund/5Hf99/2Mn1F07nzT8+20OLrrpkRfnwuIX3rLlNBbf0xG3Ll8LnnmQp7XzWG7KQpo43MYo+eM2KF5I+WUDNcX6Af3/N3bhfm8PNWJKEFTc6wbWLHRk/T4r5wHaQDUVYyejRsMi0ARtGQVFY7ecHoud0B1uvHSny726G6VT5b/3DW9ELhyWeYWWA/Cwxzl rostam

Once you have done that I can give you access to the shared folder and you will be able to find a unv-assets directory inside your Sparkleshare folder.

Guidelines to use this folder are:

  • Create a folder with your name and put everything you do in it.

  • Even if it is not limited in space, try not to put huge, useless files

  • In particular do not work directly in the Sparkleshare folder.

  • Also try to not change big files often (because we keep all the history all the versions of the big file are kept around).

User avatar
gavlig
Animator
Posts: 518
Joined: Wed Mar 14, 2012 1:20 pm UTC

Re: Using Sparkleshare (our own Dropbox) to share WIP assets

Post by gavlig »

Code: Select all

ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCX69TgorbvU4yWf28ScSP1H5U2M9a6DL/q10tXekx+Be8PkIkCs+CmtEYdtHJsBVPBl6fmQ2g4LBD6rL38KSaMdGO5KChgV+j6aLsphPPqLL79/OBIiQpSp0z2VeCMZb/CDaNjVVASzMiD5UmRx5JB0FppDrHtyY1CTeIs5ibHym/xjiFGtlurONisEhUELl9aR0ulGI1nQdJ8/GGzHdKoQV/i3nGiInDidGWoTFJBV+gozAbSsXoDjeE0PDm1UiJD1O4lRlRqzFESqZmH9i5Q0AvlHKVFDEDEAFlTZL8h8D1IqLj+f6j1SRqmzbi2lytF7zaEdnWLqZvzNLU4au5d GavligNest

User avatar
Viech
Project Head
Posts: 2139
Joined: Fri Aug 03, 2012 11:50 pm UTC
Location: Berlin

Re: Using Sparkleshare (our own Dropbox) to share WIP assets

Post by Viech »

Code: Select all

ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDIGgN4GBJSfnH/LIjum3ME+0xctS8+j+Hy0ZfcLXDok4h9lQ7A/GmDnrQlv0P4q1QP85wvc5ZFv3hdT4d8MRYlyCijxPU13GtwwQrEKmvc/ut5GpYgLdymfNuoDbLaXVUSGI7+pvbFWWky7ppvOpq65a1C2aWHRwUeLlza8Fq6TPMzdPZrUThA18oAniCf3eo+he9FljgNJQsi7OiWlrKmx51nDWfVqZk5vqRA9YIwFt5KfXFF+7jHWNGsmleem2iXQFPdN3AU5haDBljZ/QMsN5bLMbsWfVfkYcU6L8VmxF9xZEoWlBFH9pvTt75HaLWfcwkUgFTN2WgpjCYzWXnB fuckup

Responsible for: Arch Linux package & torrent distribution, Parpax (map), Chameleon (map texture editor), Sloth (material file generator), gameplay design & programming, artistic direction

User avatar
Amanieu
Programmer
Posts: 44
Joined: Sun Jun 16, 2013 8:28 pm UTC

Re: Using Sparkleshare (our own Dropbox) to share WIP assets

Post by Amanieu »

Code: Select all

ssh-rsa AAAAB3NzaC1yc2EAAAABIwAAAQEAtMWn8YyI0UKgHVRJBOcoCpotYtyur7FIxdTzlYVySZHsFze4wwUc/r6BzTPS6xn5EPCtCScCJtS3iRD5AB8dk6HDCluDZ0exgV8iQJdRdvhemh5+ycGAoz8Vh9zzQlMgfDt0ob0cMtKEsAnHhUWhJz7q0YkdUeLuDg+a2rU6Ow7slQ/jW/oWuLJDvkeH7WGVW9RGDrjE84n84poTXqjrxA0xxvasQ2jPF0rMhCMtkSyqJMbhSIJrVsJ+FOteC4bARRpTc3dpyYYmFxjy+IUu4XkmcrwO5ZMR/YIFHv5uPCstaGBSePPj/xE4MJ+PaeYnLDEbaUr0IqKgtOego4rkbw== amanieu@amanieu-laptop
User avatar
Viech
Project Head
Posts: 2139
Joined: Fri Aug 03, 2012 11:50 pm UTC
Location: Berlin

Re: Using Sparkleshare (our own Dropbox) to share WIP assets

Post by Viech »

From what I know this is outdated/unused and we are going to setup a different asset host soon. Unsticked.

Responsible for: Arch Linux package & torrent distribution, Parpax (map), Chameleon (map texture editor), Sloth (material file generator), gameplay design & programming, artistic direction

User avatar
illwieckz
Project Head
Posts: 718
Joined: Sat Aug 11, 2012 7:22 pm UTC
Location: France
Contact:

Re: Using Sparkleshare (our own Dropbox) to share WIP assets

Post by illwieckz »

See this post for up-to-date git repositories.

This comment is licensed under cc ​​by 4 and antecedent.

Post Reply