tsm.alandfaraway.info
Online players
Online DMs
bg.alandfaraway.info
Online players
Online DMs
ms.alandfaraway.info
Online players
Online DMs
Under construction: The article and the dev environment aren't complete.
We're working on a development environment for ALFA that will make it easy us to all contribute towards the ACR and haks. We do this by using a Git repository located on Github.com.
This environment lets you download the latest haks, build them into a test mod, and commit your changes to ALFA with a few simple commands. Of course the environment is not required (you can still email stuff to the tech staff), but when used properly it makes everyone's life a lot easier.
This guide will help you get started, depending on your level of experience.
Everyone needs to sign up for a Github.com account, and to let the tech team know what your username is so they can add you to the project (without that you won't have the permissions to make any changes).
The repo is here: https://github.com/ALandFarAway/ALFA-Base-Resources/
Get Git for Windows here: http://code.google.com/p/msysgit
If you don't want to mess with ssh keys and auth, you can use https by typing the following and entering your Github password when prompted:
git clone https://YourGithubUsername@github.com/ALandFarAway/ALFA-Base-Resources.git
If you do what to mess with ssh keys and auth, read here for how to set them up: http://help.github.com/win-set-up-git/
If you're familiar with SVN but not Git, try this: http://git.or.cz/course/svn.html
SVN doesn't seem to work well with large commits/updates (our haks are just under 2gb), while Git seems to work flawlessly and has better compression for large pulls/pushes.
Firstly, read this tutorial. It assumes no knowledge of version control systems: http://blogs.sitepoint.com/version-control-git/
Get the latest version of Git for Windows here: http://code.google.com/p/msysgit
You have the option of installing Git with its own bash command prompt, or integrating into the windows command prompt. If you're familiar with bash commands the former is probably the better option. If you don't know what the hell that is, go with the later.
To clone our repository, go to a directory where you want to put it, and type:
git clone https://YourGithubUsername@github.com/ALandFarAway/ALFA-Base-Resources.git
I suggest using SmartGit:
Fix me.
You can always email any submissions to someone who does. It does make our lives a lot easier if you use Git, however.
Powered by Drupal & phpBB3