Forged Alliance Forever Forged Alliance Forever Forums 2015-10-01T15:30:31+02:00 /feed.php?f=63&t=10898 2015-10-01T15:30:31+02:00 2015-10-01T15:30:31+02:00 /viewtopic.php?t=10898&p=111446#p111446 <![CDATA[Re: H > Coop + FAF Offline?]]>
  • make sure you have downloaded all the missions via FAF lobby
  • make sure that last hosted game was coop
  • use this to launch coop https://mega.nz/#!Ax5SBCJT!EkvBm0dEXjvQ ... OO13tyU5QU
  • in main menu click on skirmish (NOT campaign) choose the map and play

  • its really nothing more than shortcut to file located here
    Code:
    C:\ProgramData\FAForever\bin\ForgedAlliance.exe

    and the stuff you need like init coop
    Code:
    C:\ProgramData\FAForever\bin\ForgedAlliance.exe /init init_coop.lua /showlog

    Statistics: Posted by speed2 — 01 Oct 2015, 15:30


    ]]>
    2015-10-01T13:58:05+02:00 2015-10-01T13:58:05+02:00 /viewtopic.php?t=10898&p=111440#p111440 <![CDATA[Re: H > Coop + FAF Offline?]]> I wish to use it this way can you help me?

    Code:
    dev_path = 'C:\\Documents and Settings\\All Users\\FAForever\\FAF'

    -- this imports a path file that is written by Forged Alliance Forever right before it starts the game.
    dofile(InitFileDir .. '\\..\\fa_path.lua')
    path = {}
    local function mount_dir(dir, mountpoint)
        table.insert(path, { dir = dir, mountpoint = mountpoint } )
    end
    local function mount_contents(dir, mountpoint)
        LOG('checking ' .. dir)
        for _,entry in io.dir(dir .. '\\*') do
            if entry != '.' and entry != '..' then
                local mp = string.lower(entry)
                mp = string.gsub(mp, '[.]scd$', '')
                mp = string.gsub(mp, '[.]zip$', '')
                mount_dir(dir .. '\\' .. entry, mountpoint .. '/' .. mp)
            end
        end
    end
    -- these are the classic supcom directories. They don't work with accents or other foreign characters in usernames
    mount_contents(SHGetFolderPath('PERSONAL') .. 'My Games\\Gas Powered Games\\Supreme Commander Forged Alliance\\mods', '/mods')
    mount_contents(SHGetFolderPath('PERSONAL') .. 'My Games\\Gas Powered Games\\Supreme Commander Forged Alliance\\maps', '/maps')
    -- these are the local FAF directories. The My Games ones are only there for people with usernames that don't work in the uppder ones.
    mount_contents(InitFileDir .. '\\..\\user\\My Games\\Gas Powered Games\\Supreme Commander Forged Alliance\\mods', '/mods')
    mount_contents(InitFileDir .. '\\..\\user\\My Games\\Gas Powered Games\\Supreme Commander Forged Alliance\\maps', '/maps')
    mount_dir(dev_path, '/')
    -- these are using the newly generated path from the dofile() statement at the beginning of this script
    mount_dir(fa_path .. '\\gamedata\\*.scd', '/')
    mount_dir(fa_path, '/')
    hook = {
        '/schook'
    }
    protocols = {
        'http',
        'https',
        'mailto',
        'ventrilo',
        'teamspeak',
        'daap',
        'im',
    }



    2
    Init_coop.lua is not working
    It loads and run but campaign is old one
    And skirmish has no map or ai

    Statistics: Posted by utofaery — 01 Oct 2015, 13:58


    ]]>
    2015-10-01T08:38:44+02:00 2015-10-01T08:38:44+02:00 /viewtopic.php?t=10898&p=111409#p111409 <![CDATA[Re: H > Coop + FAF Offline?]]> http://wiki.faforever.com/index.php?tit ... t_missions

    Statistics: Posted by speed2 — 01 Oct 2015, 08:38


    ]]>
    2015-10-01T06:56:14+02:00 2015-10-01T06:56:14+02:00 /viewtopic.php?t=10898&p=111404#p111404 <![CDATA[H > Coop + FAF Offline?]]> but I need help to start coop with FAF changes Offline.


    "C:/Documents and Settings/All Users/FAForever/bin/ForgedAlliance.exe /init init_faf.lua /EnableDiskWatch"

    Currently is what I would use to start the game with but I have no idea
    on how to combine init_coop.lua with init_faf.lua
    and start a coop mission map which I downloaded
    and place in the right place in My Games folder

    Please help me to make it work on my Desktop computer.
    Mum forbid that I have any internet access on that computer.

    Statistics: Posted by utofaery — 01 Oct 2015, 06:56


    ]]>