Forged Alliance Forever Forged Alliance Forever Forums 2016-01-02T22:40:52+02:00 /feed.php?f=45&t=11158 2016-01-02T22:40:52+02:00 2016-01-02T22:40:52+02:00 /viewtopic.php?t=11158&p=116917#p116917 <![CDATA[Re: FAF development school]]>
just reporting an issue I encountered when I tried to use the github faf client, the tcp connection was failing and couldn't connect to faf at all, so I checked the logs and it was saying that I needed to update(and it downloaded one), so just go to config/version.py, and replace at line 100 the version by "0.11.3" (so it becomes return "0.11.3") or whatever the last version is. (thx yorick for the tips)


-----
EDIT : So I tried to have the exe to try on another computer, because when you do python src you start directly the faf client. So I've searched for answers, discovered that I have to use appveyor, so there was a appveyor folder, so ofc I've launched the 2 files, but then I don't know, after a while I discovered this link:
https://ci.appveyor.com/project/Sheeo/client

and then I try to do the python setup.py bdist_msi but I don't have bdist_msi and I don't know how to continue... Anyone knows?

EDIT2: Ahah I've understood how it works, so in fact the link I've seen was a website where you can build your application, so in order to build your project :
>Upload your stuff on github
>connect to appveyor website, make an account, add your github account on it, then choose the good repository, and then build thanks to the website. But a problem is still here, the build is done but how do I get it back... oh god.
Of course when the build is over, it seems like it's trying to mmict on my git but it says:
creating "error grabbing git version : list index out of range 0.11.3 +7" release for repository blabla commit blablabla . and in red : error creating github release : error reading repository 401 unauthorized... What a nightmare just to build, wtf.

Statistics: Posted by Masamune — 02 Jan 2016, 22:40


]]>
2015-12-22T01:12:39+02:00 2015-12-22T01:12:39+02:00 /viewtopic.php?t=11158&p=116089#p116089 <![CDATA[Re: FAF development school]]>
I've modded most everything except call-backs at one point or another. Now while I'm not actively modding I could fill-in the blanks as needed.

Cheers

Resin

Statistics: Posted by Resin_Smoker — 22 Dec 2015, 01:12


]]>
2015-12-21T11:23:22+02:00 2015-12-21T11:23:22+02:00 /viewtopic.php?t=11158&p=116020#p116020 <![CDATA[Re: FAF development school]]> Statistics: Posted by Phelom — 21 Dec 2015, 11:23


]]>
2015-12-20T21:59:46+02:00 2015-12-20T21:59:46+02:00 /viewtopic.php?t=11158&p=116002#p116002 <![CDATA[Re: FAF development school]]> Statistics: Posted by Softly — 20 Dec 2015, 21:59


]]>
2015-12-19T17:55:56+02:00 2015-12-19T17:55:56+02:00 /viewtopic.php?t=11158&p=115939#p115939 <![CDATA[Re: FAF development school]]>

If you have this issue, make sure to run the 'vagrant up' command from the client directory (usually Documents\GitHub\client)

Statistics: Posted by Softly — 19 Dec 2015, 17:55


]]>
2015-12-18T17:22:31+02:00 2015-12-18T17:22:31+02:00 /viewtopic.php?t=11158&p=115902#p115902 <![CDATA[Re: FAF development school]]>
I want to join the dev community, so i followed the lesson 1 until i got this Error at the "vagrant up" step

Code:
Windows PowerShell
Copyright (C) 2012 Microsoft Corporation. Tous droits réservés.

C:\Users\AM\Documents\GitHub> vagrant up
Bringing machine 'default' up with 'virtualbox' provider...
==> default: Box 'base' could not be found. Attempting to find and install...
    default: Box Provider: virtualbox
    default: Box Version: >= 0
==> default: Box file was not detected as metadata. Adding it directly...
==> default: Adding box 'base' (v0) for provider: virtualbox
    default: Downloading: base
    default:
An error occurred while downloading the remote file. The error
message, if any, is reproduced below. Please fix this error and try
again.

Couldn't open file /Users/AM/Documents/GitHub/base
C:\Users\AM\Documents\GitHub>




Any idea ?

Statistics: Posted by Phelom — 18 Dec 2015, 17:22


]]>
2015-12-03T22:24:50+02:00 2015-12-03T22:24:50+02:00 /viewtopic.php?t=11158&p=115142#p115142 <![CDATA[Re: FAF development school]]> Statistics: Posted by Softly — 03 Dec 2015, 22:24


]]>
2015-11-27T19:35:46+02:00 2015-11-27T19:35:46+02:00 /viewtopic.php?t=11158&p=114874#p114874 <![CDATA[FAF development school]]>
Comment out lines 1 and 15 to 20 in file src/fa/init_file.py

Navigate to the faf folder in the terminal and execute the following commands:
sudo pip install -r requirements.txt
apt-get remove python-enum (normally you wouldnt have this package)
apt-get install python-enum34
python src

(if you get an error regarding trueskill)
download trueskill and place it in the src folder
https://pypi.python.org/packages/source ... 4.3.tar.gz

if it doesnt work, pm me the error you get.

Statistics: Posted by Stups — 27 Nov 2015, 19:35


]]>
2015-11-24T23:17:47+02:00 2015-11-24T23:17:47+02:00 /viewtopic.php?t=11158&p=114689#p114689 <![CDATA[Re: FAF development school]]>
theManfet wrote:
participants of lesson 1 - if you ask them nicely they maybe can help you if have problems in trying to follow lesson 1 ;)
ZLO
JaggedAppliance
yorick
and me.

if you want to get to the client folder in gitshell you can also start the gitshell normally and then enter "ls" to see all folders and change to folder client by entering "cd client"


Updated main post to let people know how to get git shell going

Statistics: Posted by Softly — 24 Nov 2015, 23:17


]]>
2015-11-24T23:55:04+02:00 2015-11-24T23:12:19+02:00 /viewtopic.php?t=11158&p=114687#p114687 <![CDATA[Re: FAF development school]]>
ZLO
JaggedAppliance
yorick
NiCAD
and me.

if you want to get to the client folder in gitshell you can also start the gitshell normally and then enter "ls" to see all folders and change to folder client by entering "cd client"

Statistics: Posted by theManfet — 24 Nov 2015, 23:12


]]>
2015-11-24T04:06:44+02:00 2015-11-24T04:06:44+02:00 /viewtopic.php?t=11158&p=114642#p114642 <![CDATA[Re: FAF development school]]> Statistics: Posted by IceDreamer — 24 Nov 2015, 04:06


]]>
2015-11-24T03:37:53+02:00 2015-11-24T03:37:53+02:00 /viewtopic.php?t=11158&p=114639#p114639 <![CDATA[Re: FAF development school]]>
Exotic_Retard wrote:
if you could also write down what you teach there in the wiki i would appreciate that.


If you're offering to come and make notes you're more than welcome!

Statistics: Posted by Softly — 24 Nov 2015, 03:37


]]>
2015-11-24T02:25:01+02:00 2015-11-24T02:25:01+02:00 /viewtopic.php?t=11158&p=114636#p114636 <![CDATA[Re: FAF development school]]> Image

Statistics: Posted by Exotic_Retard — 24 Nov 2015, 02:25


]]>
2015-11-24T01:35:14+02:00 2015-11-24T01:35:14+02:00 /viewtopic.php?t=11158&p=114633#p114633 <![CDATA[Re: FAF development school]]>
Aulex wrote:
Make sure you check "Automatically archive my broadcasts" in https://secure.twitch.tv/settings/channel so it can be referenced in the future.


I wasn't going to stream it, but maybe that's a feature we can add to FAF

Statistics: Posted by Softly — 24 Nov 2015, 01:35


]]>
2015-11-24T00:48:10+02:00 2015-11-24T00:48:10+02:00 /viewtopic.php?t=11158&p=114628#p114628 <![CDATA[Re: FAF development school]]> https://secure.twitch.tv/settings/channel so it can be referenced in the future.

Statistics: Posted by Aulex — 24 Nov 2015, 00:48


]]>