Forged Alliance Forever Forged Alliance Forever Forums 2012-10-24T23:20:31+02:00 /feed.php?f=2&t=2058 2012-10-24T23:20:31+02:00 2012-10-24T23:20:31+02:00 /viewtopic.php?t=2058&p=22176#p22176 <![CDATA[Re: FAF gone serious.]]>
Mr-Smith wrote:
In C:\ProgramData\FAForever\bin you will find a FA exe im not sure if thats already the latest faf verion but you can also add the init_faf.lua file wich will start FA with the latest faf verion for sure
C:\ProgramData\FAForever\gamedata there FAF installes all Mods where you will also find the latest faf verion in case you cant open them directly change their file extension to .zip than you can just un-zip them.
and i think FA is already open surce viewtopic.php?f=45&t=1788 there you also find the lobby code


Awesome thanks a lot and wow wasn't expecting that much support already existing. :)
Also im using notepad++ and winrar atm to mod are these al right. And I haven't been playing around with supcom files in ages ~4years is there anything I should know?

Statistics: Posted by NotAsian — 24 Oct 2012, 23:20


]]>
2012-10-24T23:02:49+02:00 2012-10-24T23:02:49+02:00 /viewtopic.php?t=2058&p=22172#p22172 <![CDATA[Re: FAF gone serious.]]> C:\ProgramData\FAForever\gamedata there FAF installes all Mods where you will also find the latest faf verion in case you cant open them directly change their file extension to .zip than you can just un-zip them.
and i think FA is already open surce viewtopic.php?f=45&t=1788 there you also find the lobby code

Statistics: Posted by Mr-Smith — 24 Oct 2012, 23:02


]]>
2012-10-24T22:43:34+02:00 2012-10-24T22:43:34+02:00 /viewtopic.php?t=2058&p=22171#p22171 <![CDATA[Re: FAF gone serious.]]>
Either way im curious about a few things
When the server is down how do I launch FA with the current FAF version?
Where are the changes to FA stored (.scd)?
Is the source code already open source?

Statistics: Posted by NotAsian — 24 Oct 2012, 22:43


]]>
2012-10-20T21:20:59+02:00 2012-10-20T21:20:59+02:00 /viewtopic.php?t=2058&p=22009#p22009 <![CDATA[Re: FAF gone serious.]]>

Statistics: Posted by uberge3k — 20 Oct 2012, 21:20


]]>
2012-10-17T16:56:37+02:00 2012-10-17T16:56:37+02:00 /viewtopic.php?t=2058&p=21870#p21870 <![CDATA[Re: FAF gone serious.]]>
It will eventually turn into a full open-sourced project.

Statistics: Posted by Ze_PilOt — 17 Oct 2012, 16:56


]]>
2012-10-17T16:55:29+02:00 2012-10-17T16:55:29+02:00 /viewtopic.php?t=2058&p=21869#p21869 <![CDATA[Re: FAF gone serious.]]> Statistics: Posted by Prince__ — 17 Oct 2012, 16:55


]]>
2012-10-17T16:26:37+02:00 2012-10-17T16:26:37+02:00 /viewtopic.php?t=2058&p=21868#p21868 <![CDATA[FAF gone serious.]]> Due to the modularity nature of the server/client, it's really easy to change some components to add functions.

I've used that force to design a new project manager.

In my professional domain, they are a lot of existing solutions, each one with some heavy drawbacks :
- You must model your pipeline to the project manager. It should be the opposite.
- They either do asset management (datas...) OR project management - planning, but rarely do real project management.
- You must build a lot of tools around them to be useful.
- They usually are really expensive (think 5 digits).

ie.
http://www.nxn-software.com/
http://www.shotgunsoftware.com/


We've searched a long time for a good solution, but FAF design is actually the best option :
- It's modular. It's easy to implement things step by step, even project by project.
- It's in python. Every tool we are use are using python too (maya, nuke, hiero, katana,..)
- It has a solid server-client protocol, with a relay server.

Think of it this way :
- The server is like the FAF server. It manage project, do the DB work, dispatch datas to all clients.
- Clients. They display datas using a simple protocol. They are acting as relay between applications and the server.
- Relay. The same code can be used in any application to access any data related to the project.

Capture.PNG
IE. the edit module send an edit file to the server, the server parse it, and send it back to the client for validations.
Once validated, each client is aware of the new range of each shot.

One of the development of this project can eventually ported back to FAF : the auto-reconnection of the client if the server goes down.
That's actually eased in this version of the client as it run as a service.

Statistics: Posted by Ze_PilOt — 17 Oct 2012, 16:26


]]>