[solved]:best way to offer a mod(where or how i offer files for upload

User avatar
tkerwel
Member
 
Posts: 213
Joined: Fri Jan 13, 2012 07:35

[solved]:best way to offer a mod(where or how i offer files for upload

by tkerwel » Fri Jan 20, 2012 07:38

update:

i will use sourceforge, get to many failures in github and github is a bit to complicated for a newbie like me.

this thread can be closed by a moderator if needed


*******************************************
i am not sure what is the best way to offer a mod.

should i use something like MediaFire or should i use github.

What you guys think ist the best way to offer a mod?

Thanks in advance for your answers....

greet's from germany/bremen
Thomas
Last edited by tkerwel on Fri Jan 27, 2012 18:17, edited 1 time in total.
++++ Kung walang tiyaga, walang nilaga. ++++
 

User avatar
neko259
Member
 
Posts: 769
Joined: Sun Jun 19, 2011 06:51

by neko259 » Fri Jan 20, 2012 08:59

Using VCS is better, because:
1) People can see your code just in browser and find bugs simply.
2) github, bitbucket and others can offer direct download links. Mediafire and similar sites are very uncomfortable, especially when you try to download files to the server in console.
Bitcoin donations: 18r66dJmUjwTmWRTFnorpGMzs8d4B8jzbw
 

User avatar
neko259
Member
 
Posts: 769
Joined: Sun Jun 19, 2011 06:51

by neko259 » Fri Jan 20, 2012 09:00

And yes, you need to use VCS in all of your projects. If you code enough, you should already understand this :)
Bitcoin donations: 18r66dJmUjwTmWRTFnorpGMzs8d4B8jzbw
 

User avatar
tkerwel
Member
 
Posts: 213
Joined: Fri Jan 13, 2012 07:35

by tkerwel » Fri Jan 20, 2012 09:16

thanks for the advice...

but can you offer a linke to VCS or explain what this short letters are abt ?

cause when i google i got links that are not dealing with programming *lol*

VCS =
www.vcs-ate.ch/ => carclub in swizerland
www.vcs.at/ => club of colour wearing christian students *lol*
www.vcs.de/ => former german stockexchange company.....
www.vcs.net => Valley Christian Schools
++++ Kung walang tiyaga, walang nilaga. ++++
 

User avatar
neko259
Member
 
Posts: 769
Joined: Sun Jun 19, 2011 06:51

by neko259 » Fri Jan 20, 2012 09:19

Version Control System. That's git, mercurial, svn and others.
Bitcoin donations: 18r66dJmUjwTmWRTFnorpGMzs8d4B8jzbw
 

User avatar
tkerwel
Member
 
Posts: 213
Joined: Fri Jan 13, 2012 07:35

by tkerwel » Fri Jan 20, 2012 09:32

neko259 wrote:Version Control System. That's git, mercurial, svn and others.


shame on me......

working since 12 years as projektmanager and testmanager in customsoftware.....and i never heard the shortletters VCS..

of course i am working in the job with something similar, just its not public and in the internet.

sadly i am not that deep into coding anymore, so this (minetest) give me a chance to got back to the roots...and thats a long way back *lol*

i think in the moment i will choose github, cause thats the easiest way to install ...
++++ Kung walang tiyaga, walang nilaga. ++++
 

User avatar
Calinou
Member
 
Posts: 3124
Joined: Mon Aug 01, 2011 14:26
GitHub: Calinou
IRC: Calinou
In-game: Calinou

by Calinou » Sat Jan 21, 2012 16:31

VCS is kinda useless for small projects. Unless you want to make a really, really big mod you usually don't need it - just use mediafire or omploader.
 

User avatar
neko259
Member
 
Posts: 769
Joined: Sun Jun 19, 2011 06:51

by neko259 » Sat Jan 21, 2012 17:04

Calinou wrote:VCS is kinda useless for small projects. Unless you want to make a really, really big mod you usually don't need it - just use mediafire or omploader.

It helps to track changes, show your code to others and make downloads. And you only have to make commits from time to time (1 simple command). Why don't mod developers use that?
Bitcoin donations: 18r66dJmUjwTmWRTFnorpGMzs8d4B8jzbw
 

User avatar
Jordach
Member
 
Posts: 4412
Joined: Mon Oct 03, 2011 17:58
GitHub: Jordach
IRC: Jordach
In-game: Jordach

by Jordach » Sat Jan 21, 2012 17:34

For MarkTracuer:

Why Gitorious?

This sounds way, way way way better.
Last edited by Jordach on Sat Jan 21, 2012 17:35, edited 1 time in total.

( ͡° ͜ʖ ͡°) ( ͡o ͜ʖ ͡o) [$ ( ͡° ͜ʖ ͡°) $] ( ͡$ ͜ʖ ͡$) ヽ༼ຈل͜ຈ༽ノ



My image and media server is back online and is functioning as normal.
 

mahho
Member
 
Posts: 21
Joined: Sun Jan 15, 2012 10:42

by mahho » Sat Jan 21, 2012 19:34

github, i worked with github almost 4 years and... it's perfect :)

Hackeridze created repo with mods and, imo it's working good :)

=> https://github.com/Hackeridze/ru-true_minetest_mods_pack
 

User avatar
kddekadenz
Member
 
Posts: 323
Joined: Mon Jun 27, 2011 17:21
GitHub: tinyworlds

by kddekadenz » Mon Jan 23, 2012 16:31

Use megaupload :D
 

User avatar
dannydark
Member
 
Posts: 428
Joined: Fri Aug 12, 2011 21:28

by dannydark » Mon Jan 23, 2012 16:37

kddekadenz wrote:Use megaupload :D


lol ^_^
 

User avatar
Jordach
Member
 
Posts: 4412
Joined: Mon Oct 03, 2011 17:58
GitHub: Jordach
IRC: Jordach
In-game: Jordach

by Jordach » Mon Jan 23, 2012 16:47

true.

( ͡° ͜ʖ ͡°) ( ͡o ͜ʖ ͡o) [$ ( ͡° ͜ʖ ͡°) $] ( ͡$ ͜ʖ ͡$) ヽ༼ຈل͜ຈ༽ノ



My image and media server is back online and is functioning as normal.
 

User avatar
tkerwel
Member
 
Posts: 213
Joined: Fri Jan 13, 2012 07:35

by tkerwel » Thu Jan 26, 2012 07:54

no way ....

afer that kim dotcom will earn lots of money with minetest, cause he stole the code and sell it as his idea.....

.... or worse ..... FBI will see that all minetester are relatives of bin laden....

back to topic, i will use github....fighting in the moment with this, at least i was already able to put a readme file and start the wiki there....

hard for an old man to catch up with new thins *lol*
++++ Kung walang tiyaga, walang nilaga. ++++
 


Return to Minetest General

Who is online

Users browsing this forum: No registered users and 14 guests

cron