Coop mod/missions suggestions/testing

Moderators: speed2, KeyBlue

Re: Coop mod/missions suggestions/testing

Postby ScArides » 21 Mar 2016, 13:21

Hi, I'm probably missing something obvious, but my commander doesn't spawn.

We ran a coop map (Black Dawn) with my brother, based on the first speed2's post on this forum. All seemed to go really well, the map started small, units were patrolling... and after that nothing ever happened. No intro, no gunships, no spawning commander, nothing. We could observe the patrolling units, but nothing more.
- We tried several maps and commander factions, all with the same result.

Did we miss something obvious? If not, I'll re-test it and attach the fresh logs as required; however since it's obviously working for everyone else on this forum, it seemed to me like I might just have forgotten something essential, so I'm asking first. Anyone encountered this yet?
ScArides
 
Posts: 3
Joined: 18 Mar 2016, 10:13
Has liked: 1 time
Been liked: 0 time
FAF User Name: ScArides

Re: Coop mod/missions suggestions/testing

Postby speed2 » 21 Mar 2016, 13:24

Fastest way to find out what went wrong is to post the log else we can just guess.
User avatar
speed2
Contributor
 
Posts: 3189
Joined: 05 Jan 2013, 15:11
Has liked: 636 times
Been liked: 1119 times
FAF User Name: speed2

Re: Coop mod/missions suggestions/testing

Postby ScArides » 21 Mar 2016, 20:30

Today I ran one campaign map (Black Dawn) in skirmish mode, and the commander failed to spawn. The map starts properly small, the units are patrolling, however the commander doesn't spawn, no animation/dialogue happens, no gunships, gate still standing. Seems like i'm an observer.

Previously I had the same problem when trying to play the coop campaign in multiplayer (which is my goal, obviously :)). Repeated attempts after restart / more attempts / different maps all yield the same result - map is shown, commander doesn't spawn.

Log attached.
Attachments
speed2coop.log
(68.82 KiB) Downloaded 83 times
ScArides
 
Posts: 3
Joined: 18 Mar 2016, 10:13
Has liked: 1 time
Been liked: 0 time
FAF User Name: ScArides

Re: Coop mod/missions suggestions/testing

Postby Kaskouy » 21 Mar 2016, 22:43

Hello,

As I had the same problem and found the solution (As nobody else complained about this I thought I was the only one in this case), here it is:

You first have to open the script, it's located under the map directory:
C:\Users\<username>\Documents\My Games\Gas Powered Games\Supreme Commander Forged Alliance\Maps\X1CA_Coop_001 (path for Windows 7).

Open file X1CA_Coop_001_script.lua, and look at the beginning of the script, there is a section lookliking this:

Code: Select all
---------
-- Globals
---------
ScenarioInfo.Player = 1
ScenarioInfo.Seraphim = 2
ScenarioInfo.Order = 3
ScenarioInfo.UEF = 4
ScenarioInfo.Civilians = 5
ScenarioInfo.Coop1 = 6
ScenarioInfo.Coop2 = 7
ScenarioInfo.Coop3 = 8


All you have to do is to add this line at the end of this section:

Code: Select all
ScenarioInfo.HumanPlayers = {}


This may fix your error, but it's a bit strange that this script doesn't work for everybody...

For your information, I have the same error on the others mission scripts too. Same error, same correction :)

This will allow you to play for the moment, but I don't know if it's the way it's supposed to be done, speed2 should know better about this...

MOD EDIT: Is incorrect, breaks things, refer to speed's post below
Kaskouy
 
Posts: 8
Joined: 19 Mar 2016, 16:17
Has liked: 0 time
Been liked: 3 times

Re: Coop mod/missions suggestions/testing

Postby speed2 » 21 Mar 2016, 22:46

Don't apply this fix, table with human players got moved out of the map scripts, the problem is caused by coop mod not loading properly.

New version of the mod V10 can be found in the first post.
User avatar
speed2
Contributor
 
Posts: 3189
Joined: 05 Jan 2013, 15:11
Has liked: 636 times
Been liked: 1119 times
FAF User Name: speed2

Re: Coop mod/missions suggestions/testing

Postby speed2 » 21 Mar 2016, 23:22

Kaskouy wrote:Hi Speed2,

Thank you for all the fixes on the campaign! I found another bug on the FA campaign mission 1, which probably occurs only when player is UEF (it's linked to the truck mission). Map does not expand after killing Gari.

I had a look at the script and found what is wrong. The problem comes from line 2024 of the script:

Code: Select all
ScenarioFramework.Dialogue(VoiceOvers.TruckThread, nil, false, ScenarioInfo.OrderCDR)


VoiceOvers.TruckThread is nil, and so the script goes on error. From there it's possible to continue playing, but no more dialogue will be shown because the flag ScenarioInfo.DialogueLock is not reset (as it is normally at the end of each dialogue). As I said you can continue playing, but the script gets stucked when reaching line 2156:

Code: Select all
            while(ScenarioInfo.DialogueLock) do
                WaitSeconds(0.2)
            end


This loop is used at the beginning of IntroMission4 to wait the end of current dialogs before continuing, but because of the bug described above, the loop never ends and the script gets stucked.

To correct this, just delete line 2024, and everything works fine, I have tested it with success. I could finally wipe out that damned seraphim commander :lol:

I'll let you know if I find another bug.

Kaskouy

Proper fix will be to replace
Code: Select all
ScenarioFramework.Dialogue(VoiceOvers.TruckThread, nil, false, ScenarioInfo.OrderCDR)

to this:
Code: Select all
ScenarioFramework.Dialogue(VoiceOvers.AeonTruckThreat, nil, false, ScenarioInfo.OrderCDR)

will be ready in next update of maps.
User avatar
speed2
Contributor
 
Posts: 3189
Joined: 05 Jan 2013, 15:11
Has liked: 636 times
Been liked: 1119 times
FAF User Name: speed2

Re: Coop mod/missions suggestions/testing

Postby speed2 » 21 Mar 2016, 23:25

McGeifer wrote:Hello!

After trying to start a mission FAF crahses in the connecting screen. Set the last skirmish to sandbox. File paths in the log file seems ok to me. Any suggestions?

Code: Select all
info: DISK: AddSearchPath: 'd:\dokumente\my games\gas powered games\supreme commander forged alliance\maps\scca_coop_a01', mounted as '/maps/scca_coop_a01/'
info: DISK: AddSearchPath: 'd:\dokumente\my games\gas powered games\supreme commander forged alliance\maps\scca_coop_a02', mounted as '/maps/scca_coop_a02/'
info: DISK: AddSearchPath: 'd:\dokumente\my games\gas powered games\supreme commander forged alliance\maps\scca_coop_a03', mounted as '/maps/scca_coop_a03/'
info: DISK: AddSearchPath: 'd:\dokumente\my games\gas powered games\supreme commander forged alliance\maps\scca_coop_a04', mounted as '/maps/scca_coop_a04/'
info: DISK: AddSearchPath: 'd:\dokumente\my games\gas powered games\supreme commander forged alliance\maps\scca_coop_a05', mounted as '/maps/scca_coop_a05/'
info: DISK: AddSearchPath: 'd:\dokumente\my games\gas powered games\supreme commander forged alliance\maps\scca_coop_a06', mounted as '/maps/scca_coop_a06/'
info: DISK: AddSearchPath: 'd:\dokumente\my games\gas powered games\supreme commander forged alliance\maps\scca_coop_e01', mounted as '/maps/scca_coop_e01/'
info: DISK: AddSearchPath: 'd:\dokumente\my games\gas powered games\supreme commander forged alliance\maps\scca_coop_e02', mounted as '/maps/scca_coop_e02/'
info: DISK: AddSearchPath: 'd:\dokumente\my games\gas powered games\supreme commander forged alliance\maps\scca_coop_e03', mounted as '/maps/scca_coop_e03/'
info: DISK: AddSearchPath: 'd:\dokumente\my games\gas powered games\supreme commander forged alliance\maps\scca_coop_e04', mounted as '/maps/scca_coop_e04/'
info: DISK: AddSearchPath: 'd:\dokumente\my games\gas powered games\supreme commander forged alliance\maps\scca_coop_e05', mounted as '/maps/scca_coop_e05/'
info: DISK: AddSearchPath: 'd:\dokumente\my games\gas powered games\supreme commander forged alliance\maps\scca_coop_e06', mounted as '/maps/scca_coop_e06/'
info: DISK: AddSearchPath: 'd:\dokumente\my games\gas powered games\supreme commander forged alliance\maps\scca_coop_r01', mounted as '/maps/scca_coop_r01/'
info: DISK: AddSearchPath: 'd:\dokumente\my games\gas powered games\supreme commander forged alliance\maps\scca_coop_r02', mounted as '/maps/scca_coop_r02/'
info: DISK: AddSearchPath: 'd:\dokumente\my games\gas powered games\supreme commander forged alliance\maps\scca_coop_r03', mounted as '/maps/scca_coop_r03/'
info: DISK: AddSearchPath: 'd:\dokumente\my games\gas powered games\supreme commander forged alliance\maps\scca_coop_r04', mounted as '/maps/scca_coop_r04/'
info: DISK: AddSearchPath: 'd:\dokumente\my games\gas powered games\supreme commander forged alliance\maps\scca_coop_r05', mounted as '/maps/scca_coop_r05/'
info: DISK: AddSearchPath: 'd:\dokumente\my games\gas powered games\supreme commander forged alliance\maps\scca_coop_r06', mounted as '/maps/scca_coop_r06/'
info: DISK: AddSearchPath: 'd:\dokumente\my games\gas powered games\supreme commander forged alliance\maps\setons miniclutch aix', mounted as '/maps/setons miniclutch aix/'
info: DISK: AddSearchPath: 'd:\dokumente\my games\gas powered games\supreme commander forged alliance\maps\x1ca_coop_001', mounted as '/maps/x1ca_coop_001/'
info: DISK: AddSearchPath: 'd:\dokumente\my games\gas powered games\supreme commander forged alliance\maps\x1ca_coop_002', mounted as '/maps/x1ca_coop_002/'
info: DISK: AddSearchPath: 'd:\dokumente\my games\gas powered games\supreme commander forged alliance\maps\x1ca_coop_003', mounted as '/maps/x1ca_coop_003/'
info: DISK: AddSearchPath: 'd:\dokumente\my games\gas powered games\supreme commander forged alliance\maps\x1ca_coop_004', mounted as '/maps/x1ca_coop_004/'
info: DISK: AddSearchPath: 'd:\dokumente\my games\gas powered games\supreme commander forged alliance\maps\x1ca_coop_005', mounted as '/maps/x1ca_coop_005/'
info: DISK: AddSearchPath: 'd:\dokumente\my games\gas powered games\supreme commander forged alliance\maps\x1ca_coop_006', mounted as '/maps/x1ca_coop_006/'
info: DISK: AddSearchPath: 'd:\dokumente\fa', mounted as '/'
info: DISK: AddSearchPath: 'c:\programdata\faforever\gamedata\lobby_coop.cop', mounted as '/'
info: DISK: AddSearchPath: 'c:\programdata\faforever\gamedata\effects.nx2', mounted as '/'
info: DISK: AddSearchPath: 'c:\programdata\faforever\gamedata\env.nx2', mounted as '/'
info: DISK: AddSearchPath: 'c:\programdata\faforever\gamedata\etc.nx2', mounted as '/'
info: DISK: AddSearchPath: 'c:\programdata\faforever\gamedata\loc.nx2', mounted as '/'
info: DISK: AddSearchPath: 'c:\programdata\faforever\gamedata\lua.nx2', mounted as '/'
info: DISK: AddSearchPath: 'c:\programdata\faforever\gamedata\meshes.nx2', mounted as '/'
info: DISK: AddSearchPath: 'c:\programdata\faforever\gamedata\modules.nx2', mounted as '/'
info: DISK: AddSearchPath: 'c:\programdata\faforever\gamedata\projectiles.nx2', mounted as '/'
info: DISK: AddSearchPath: 'c:\programdata\faforever\gamedata\schook.nx2', mounted as '/'
info: DISK: AddSearchPath: 'c:\programdata\faforever\gamedata\textures.nx2', mounted as '/'
info: DISK: AddSearchPath: 'c:\programdata\faforever\gamedata\units.nx2', mounted as '/'
info: DISK: AddSearchPath: 'e:\steam\steamapps\common\supreme commander forged alliance\gamedata\ambience.scd', mounted as '/'
info: DISK: AddSearchPath: 'e:\steam\steamapps\common\supreme commander forged alliance\gamedata\editor.scd', mounted as '/'
info: DISK: AddSearchPath: 'e:\steam\steamapps\common\supreme commander forged alliance\gamedata\effects.scd', mounted as '/'
info: DISK: AddSearchPath: 'e:\steam\steamapps\common\supreme commander forged alliance\gamedata\env.scd', mounted as '/'
info: DISK: AddSearchPath: 'e:\steam\steamapps\common\supreme commander forged alliance\gamedata\loc_de.scd', mounted as '/'
info: DISK: AddSearchPath: 'e:\steam\steamapps\common\supreme commander forged alliance\gamedata\lua.scd', mounted as '/'
info: DISK: AddSearchPath: 'e:\steam\steamapps\common\supreme commander forged alliance\gamedata\meshes.scd', mounted as '/'
info: DISK: AddSearchPath: 'e:\steam\steamapps\common\supreme commander forged alliance\gamedata\mods.scd', mounted as '/'
info: DISK: AddSearchPath: 'e:\steam\steamapps\common\supreme commander forged alliance\gamedata\mohodata.scd', mounted as '/'
info: DISK: AddSearchPath: 'e:\steam\steamapps\common\supreme commander forged alliance\gamedata\moholua.scd', mounted as '/'
info: DISK: AddSearchPath: 'e:\steam\steamapps\common\supreme commander forged alliance\gamedata\objects.scd', mounted as '/'
info: DISK: AddSearchPath: 'e:\steam\steamapps\common\supreme commander forged alliance\gamedata\projectiles.scd', mounted as '/'
info: DISK: AddSearchPath: 'e:\steam\steamapps\common\supreme commander forged alliance\gamedata\props.scd', mounted as '/'
info: DISK: AddSearchPath: 'e:\steam\steamapps\common\supreme commander forged alliance\gamedata\schook.scd', mounted as '/'
info: DISK: AddSearchPath: 'e:\steam\steamapps\common\supreme commander forged alliance\gamedata\skins.scd', mounted as '/'
info: DISK: AddSearchPath: 'e:\steam\steamapps\common\supreme commander forged alliance\gamedata\textures.scd', mounted as '/'
info: DISK: AddSearchPath: 'e:\steam\steamapps\common\supreme commander forged alliance\gamedata\units.scd', mounted as '/'
info: DISK: AddSearchPath: 'c:\programdata\faforever\extra', mounted as '/'
info: DISK: AddSearchPath: 'e:\steam\steamapps\common\supreme commander forged alliance', mounted as '/'
warning: Search path element "C:\movies" does not match any files
info: Hooked /lua/userInit.lua with /schook/lua/userInit.lua
info: Hooked /lua/globalInit.lua with /schook/lua/globalInit.lua
info: Hooked /loc/us/strings_db.lua with /mods/coop/hook/loc/us/strings_db.lua
info: MD5 of global settings: d2a23d6464d3fd77956e7648c43b5077
info: IsStreamingWaveBank("/sounds/aeonselect.xwb") => false
debug: Wavebank prepared: 491fdd0
debug: SND: Loaded WaveBank 'aeonselect' at 491fdd0
info: IsStreamingWaveBank("/sounds/ambienttest.xwb") => false
debug: Wavebank prepared: 491ff00
debug: SND: Loaded WaveBank 'ambienttest' at 491ff00
info: IsStreamingWaveBank("/sounds/cybranselect.xwb") => false
debug: Wavebank prepared: 4920030
debug: SND: Loaded WaveBank 'cybranselect' at 4920030
info: IsStreamingWaveBank("/sounds/explosions.xwb") => false
debug: Wavebank prepared: 4920160
debug: SND: Loaded WaveBank 'explosions' at 4920160
info: IsStreamingWaveBank("/sounds/explosionsstream.xwb") => true
debug: SND: Loaded WaveBank 'explosionsstream' at 4920290
info: IsStreamingWaveBank("/sounds/fmv_bg.xwb") => true
debug: SND: Loaded WaveBank 'fmv_bg' at 4921430
info: IsStreamingWaveBank("/sounds/impacts.xwb") => false
debug: Wavebank prepared: 49225d0
debug: SND: Loaded WaveBank 'impacts' at 49225d0
info: IsStreamingWaveBank("/sounds/interface.xwb") => false
debug: Wavebank prepared: 4922700
debug: SND: Loaded WaveBank 'interface' at 4922700
info: IsStreamingWaveBank("/sounds/music.xwb") => true
debug: SND: Loaded WaveBank 'music' at 4922830
info: IsStreamingWaveBank("/sounds/op_briefing.xwb") => true
debug: SND: Loaded WaveBank 'op_briefing' at 49239d0
info: IsStreamingWaveBank("/sounds/seraphimselect.xwb") => false
debug: Wavebank prepared: 4924b70
debug: SND: Loaded WaveBank 'seraphimselect' at 4924b70
info: IsStreamingWaveBank("/sounds/uaa.xwb") => false
debug: Wavebank prepared: 4924ca0
debug: SND: Loaded WaveBank 'uaa' at 4924ca0
info: IsStreamingWaveBank("/sounds/uaadestroy.xwb") => false
debug: Wavebank prepared: 4924dd0
debug: SND: Loaded WaveBank 'uaadestroy' at 4924dd0
info: IsStreamingWaveBank("/sounds/uaaweapon.xwb") => false
debug: Wavebank prepared: 4924f00
debug: SND: Loaded WaveBank 'uaaweapon' at 4924f00
info: IsStreamingWaveBank("/sounds/uab.xwb") => false
debug: Wavebank prepared: 4925030
debug: SND: Loaded WaveBank 'uab' at 4925030
info: IsStreamingWaveBank("/sounds/ual.xwb") => false
debug: Wavebank prepared: 4925160
debug: SND: Loaded WaveBank 'ual' at 4925160
info: IsStreamingWaveBank("/sounds/ualdestroy.xwb") => false
debug: Wavebank prepared: 4925290
debug: SND: Loaded WaveBank 'ualdestroy' at 4925290
info: IsStreamingWaveBank("/sounds/ualweapon.xwb") => false
debug: Wavebank prepared: 49253c0
debug: SND: Loaded WaveBank 'ualweapon' at 49253c0
info: IsStreamingWaveBank("/sounds/uas.xwb") => false
debug: Wavebank prepared: 49254f0
debug: SND: Loaded WaveBank 'uas' at 49254f0
info: IsStreamingWaveBank("/sounds/uasdestroy.xwb") => true
debug: SND: Loaded WaveBank 'uasdestroy' at 4925620
info: IsStreamingWaveBank("/sounds/uasweapon.xwb") => false
debug: Wavebank prepared: 49267c0
debug: SND: Loaded WaveBank 'uasweapon' at 49267c0
info: IsStreamingWaveBank("/sounds/uea.xwb") => false
debug: Wavebank prepared: 49268f0
debug: SND: Loaded WaveBank 'uea' at 49268f0
info: IsStreamingWaveBank("/sounds/ueadestroy.xwb") => false
debug: Wavebank prepared: 4926df0
debug: SND: Loaded WaveBank 'ueadestroy' at 4926df0
info: IsStreamingWaveBank("/sounds/ueaweapon.xwb") => false
debug: Wavebank prepared: 4926a48
debug: SND: Loaded WaveBank 'ueaweapon' at 4926a48
info: IsStreamingWaveBank("/sounds/ueb.xwb") => false
debug: Wavebank prepared: 4927198
debug: SND: Loaded WaveBank 'ueb' at 4927198
info: IsStreamingWaveBank("/sounds/uefselect.xwb") => false
debug: Wavebank prepared: 4927678
debug: SND: Loaded WaveBank 'uefselect' at 4927678
info: IsStreamingWaveBank("/sounds/uel.xwb") => false
debug: Wavebank prepared: 4927408
debug: SND: Loaded WaveBank 'uel' at 4927408
info: IsStreamingWaveBank("/sounds/ueldestroy.xwb") => false
debug: Wavebank prepared: 4926f28
debug: SND: Loaded WaveBank 'ueldestroy' at 4926f28
info: IsStreamingWaveBank("/sounds/uelweapon.xwb") => false
debug: Wavebank prepared: 4927540
debug: SND: Loaded WaveBank 'uelweapon' at 4927540
info: IsStreamingWaveBank("/sounds/ues.xwb") => false
debug: Wavebank prepared: 49272d0
debug: SND: Loaded WaveBank 'ues' at 49272d0
info: IsStreamingWaveBank("/sounds/uesdestroy.xwb") => true
debug: SND: Loaded WaveBank 'uesdestroy' at 4927a28
info: IsStreamingWaveBank("/sounds/uesweapon.xwb") => false
debug: Wavebank prepared: 49277b0
debug: SND: Loaded WaveBank 'uesweapon' at 49277b0
info: IsStreamingWaveBank("/sounds/unitrumble.xwb") => false
debug: Wavebank prepared: 49278e8
debug: SND: Loaded WaveBank 'unitrumble' at 49278e8
info: IsStreamingWaveBank("/sounds/unitsglobal.xwb") => false
debug: Wavebank prepared: 4927060
debug: SND: Loaded WaveBank 'unitsglobal' at 4927060
info: IsStreamingWaveBank("/sounds/ura.xwb") => false
debug: Wavebank prepared: 4926b80
debug: SND: Loaded WaveBank 'ura' at 4926b80
info: IsStreamingWaveBank("/sounds/uradestroy.xwb") => false
debug: Wavebank prepared: 4926cb8
debug: SND: Loaded WaveBank 'uradestroy' at 4926cb8
info: IsStreamingWaveBank("/sounds/uraweapon.xwb") => false
debug: Wavebank prepared: 49290d0
debug: SND: Loaded WaveBank 'uraweapon' at 49290d0
info: IsStreamingWaveBank("/sounds/urb.xwb") => false
debug: Wavebank prepared: 49296e8
debug: SND: Loaded WaveBank 'urb' at 49296e8
info: IsStreamingWaveBank("/sounds/url.xwb") => false
debug: Wavebank prepared: 4928d28
debug: SND: Loaded WaveBank 'url' at 4928d28
info: IsStreamingWaveBank("/sounds/urldestroy.xwb") => false
debug: Wavebank prepared: 492a318
debug: SND: Loaded WaveBank 'urldestroy' at 492a318
info: IsStreamingWaveBank("/sounds/urlweapon.xwb") => false
debug: Wavebank prepared: 4929d00
debug: SND: Loaded WaveBank 'urlweapon' at 4929d00
info: IsStreamingWaveBank("/sounds/urs.xwb") => false
debug: Wavebank prepared: 4929478
debug: SND: Loaded WaveBank 'urs' at 4929478
info: IsStreamingWaveBank("/sounds/ursdestroy.xwb") => true
debug: SND: Loaded WaveBank 'ursdestroy' at 492abd0
info: IsStreamingWaveBank("/sounds/ursstream.xwb") => true
debug: SND: Loaded WaveBank 'ursstream' at 492bd70
info: IsStreamingWaveBank("/sounds/ursweapon.xwb") => false
debug: Wavebank prepared: 49295b0
debug: SND: Loaded WaveBank 'ursweapon' at 49295b0
info: IsStreamingWaveBank("/sounds/xaa_weapon.xwb") => false
debug: Wavebank prepared: 492a588
debug: SND: Loaded WaveBank 'xaa_weapon' at 492a588
info: IsStreamingWaveBank("/sounds/xab.xwb") => false
debug: Wavebank prepared: 492a1e0
debug: SND: Loaded WaveBank 'xab' at 492a1e0
info: IsStreamingWaveBank("/sounds/xal.xwb") => false
debug: Wavebank prepared: 4928e60
debug: SND: Loaded WaveBank 'xal' at 4928e60
info: IsStreamingWaveBank("/sounds/xal_weapon.xwb") => false
debug: Wavebank prepared: 4929958
debug: SND: Loaded WaveBank 'xal_weapon' at 4929958
info: IsStreamingWaveBank("/sounds/xas.xwb") => false
debug: Wavebank prepared: 4929820
debug: SND: Loaded WaveBank 'xas' at 4929820
info: IsStreamingWaveBank("/sounds/xas_weapons.xwb") => false
debug: Wavebank prepared: 4929a90
debug: SND: Loaded WaveBank 'xas_weapons' at 4929a90
info: IsStreamingWaveBank("/sounds/xea.xwb") => false
debug: Wavebank prepared: 492a7f8
debug: SND: Loaded WaveBank 'xea' at 492a7f8
info: IsStreamingWaveBank("/sounds/xea_weapons.xwb") => false
debug: Wavebank prepared: 4929208
debug: SND: Loaded WaveBank 'xea_weapons' at 4929208
info: IsStreamingWaveBank("/sounds/xeb.xwb") => false
debug: Wavebank prepared: 492a450
debug: SND: Loaded WaveBank 'xeb' at 492a450
info: IsStreamingWaveBank("/sounds/xel.xwb") => false
debug: Wavebank prepared: 4929f70
debug: SND: Loaded WaveBank 'xel' at 4929f70
info: IsStreamingWaveBank("/sounds/xel_weapons.xwb") => false
debug: Wavebank prepared: 4928f98
debug: SND: Loaded WaveBank 'xel_weapons' at 4928f98
info: IsStreamingWaveBank("/sounds/xes.xwb") => false
debug: Wavebank prepared: 492a930
debug: SND: Loaded WaveBank 'xes' at 492a930
info: IsStreamingWaveBank("/sounds/xes_destroy.xwb") => true
debug: SND: Loaded WaveBank 'xes_destroy' at 492cf10
info: IsStreamingWaveBank("/sounds/xes_weapons.xwb") => false
debug: Wavebank prepared: 4928bf0
debug: SND: Loaded WaveBank 'xes_weapons' at 4928bf0
info: IsStreamingWaveBank("/sounds/xra.xwb") => false
debug: Wavebank prepared: 4929bc8
debug: SND: Loaded WaveBank 'xra' at 4929bc8
info: IsStreamingWaveBank("/sounds/xra_weapon.xwb") => false
debug: Wavebank prepared: 4929340
debug: SND: Loaded WaveBank 'xra_weapon' at 4929340
info: IsStreamingWaveBank("/sounds/xrb.xwb") => false
debug: Wavebank prepared: 4929e38
debug: SND: Loaded WaveBank 'xrb' at 4929e38
info: IsStreamingWaveBank("/sounds/xrl.xwb") => false
debug: Wavebank prepared: 492a0a8
debug: SND: Loaded WaveBank 'xrl' at 492a0a8
info: IsStreamingWaveBank("/sounds/xrl_stream.xwb") => true
debug: SND: Loaded WaveBank 'xrl_stream' at 492e0b0
info: IsStreamingWaveBank("/sounds/xrl_weapon.xwb") => false
debug: Wavebank prepared: 492a6c0
debug: SND: Loaded WaveBank 'xrl_weapon' at 492a6c0
info: IsStreamingWaveBank("/sounds/xrs.xwb") => false
debug: Wavebank prepared: 492aa68
debug: SND: Loaded WaveBank 'xrs' at 492aa68
info: IsStreamingWaveBank("/sounds/xrs_weapon.xwb") => false
debug: Wavebank prepared: 492fd70
debug: SND: Loaded WaveBank 'xrs_weapon' at 492fd70
info: IsStreamingWaveBank("/sounds/xsa.xwb") => false
debug: Wavebank prepared: 492fb00
debug: SND: Loaded WaveBank 'xsa' at 492fb00
info: IsStreamingWaveBank("/sounds/xsa_destroy.xwb") => false
debug: Wavebank prepared: 4930d48
debug: SND: Loaded WaveBank 'xsa_destroy' at 4930d48
info: IsStreamingWaveBank("/sounds/xsa_weapon.xwb") => false
debug: Wavebank prepared: 492fea8
debug: SND: Loaded WaveBank 'xsa_weapon' at 492fea8
info: IsStreamingWaveBank("/sounds/xsb.xwb") => false
debug: Wavebank prepared: 492f758
debug: SND: Loaded WaveBank 'xsb' at 492f758
info: IsStreamingWaveBank("/sounds/xsb_weapon.xwb") => false
debug: Wavebank prepared: 49309a0
debug: SND: Loaded WaveBank 'xsb_weapon' at 49309a0
info: IsStreamingWaveBank("/sounds/xsl.xwb") => false
debug: Wavebank prepared: 492f4e8
debug: SND: Loaded WaveBank 'xsl' at 492f4e8
info: IsStreamingWaveBank("/sounds/xsl_destroy.xwb") => false
debug: Wavebank prepared: 492f890
debug: SND: Loaded WaveBank 'xsl_destroy' at 492f890
info: IsStreamingWaveBank("/sounds/xsl_weapon.xwb") => false
debug: Wavebank prepared: 4930e80
debug: SND: Loaded WaveBank 'xsl_weapon' at 4930e80
info: IsStreamingWaveBank("/sounds/xss.xwb") => false
debug: Wavebank prepared: 492fc38
debug: SND: Loaded WaveBank 'xss' at 492fc38
info: IsStreamingWaveBank("/sounds/xss_destroy.xwb") => true
debug: SND: Loaded WaveBank 'xss_destroy' at 4931258
info: IsStreamingWaveBank("/sounds/xss_weapon.xwb") => false
debug: Wavebank prepared: 492f9c8
debug: SND: Loaded WaveBank 'xss_weapon' at 492f9c8
debug: SND: Loaded SoundBank 'ambienttest'
debug: SND: Loaded SoundBank 'explosions'
debug: SND: Loaded SoundBank 'fmv_bg'
debug: SND: Loaded SoundBank 'impacts'
debug: SND: Loaded SoundBank 'interface'
debug: SND: Loaded SoundBank 'music'
debug: SND: Loaded SoundBank 'op_briefing'
debug: SND: Loaded SoundBank 'seraphimselect'
debug: SND: Loaded SoundBank 'uaa'
debug: SND: Loaded SoundBank 'uaadestroy'
debug: SND: Loaded SoundBank 'uaaweapon'
debug: SND: Loaded SoundBank 'uab'
debug: SND: Loaded SoundBank 'ual'
debug: SND: Loaded SoundBank 'ualdestroy'
debug: SND: Loaded SoundBank 'ualweapon'
debug: SND: Loaded SoundBank 'uas'
debug: SND: Loaded SoundBank 'uasdestroy'
debug: SND: Loaded SoundBank 'uasweapon'
debug: SND: Loaded SoundBank 'uea'
debug: SND: Loaded SoundBank 'ueadestroy'
debug: SND: Loaded SoundBank 'ueaweapon'
debug: SND: Loaded SoundBank 'ueb'
debug: SND: Loaded SoundBank 'uel'
debug: SND: Loaded SoundBank 'ueldestroy'
debug: SND: Loaded SoundBank 'uelweapon'
debug: SND: Loaded SoundBank 'ues'
debug: SND: Loaded SoundBank 'uesdestroy'
debug: SND: Loaded SoundBank 'uesweapon'
debug: SND: Loaded SoundBank 'unitrumble'
debug: SND: Loaded SoundBank 'unitsglobal'
debug: SND: Loaded SoundBank 'ura'
debug: SND: Loaded SoundBank 'uradestroy'
debug: SND: Loaded SoundBank 'uraweapon'
debug: SND: Loaded SoundBank 'urb'
debug: SND: Loaded SoundBank 'url'
debug: SND: Loaded SoundBank 'urldestroy'
debug: SND: Loaded SoundBank 'urlweapon'
debug: SND: Loaded SoundBank 'urs'
debug: SND: Loaded SoundBank 'ursdestroy'
debug: SND: Loaded SoundBank 'ursstream'
debug: SND: Loaded SoundBank 'ursweapon'
debug: SND: Loaded SoundBank 'xaa'
debug: SND: Loaded SoundBank 'xaa_weapon'
debug: SND: Loaded SoundBank 'xab'
debug: SND: Loaded SoundBank 'xal'
debug: SND: Loaded SoundBank 'xal_weapon'
debug: SND: Loaded SoundBank 'xas'
debug: SND: Loaded SoundBank 'xas_weapon'
debug: SND: Loaded SoundBank 'xca'
debug: SND: Loaded SoundBank 'xcb'
debug: SND: Loaded SoundBank 'xcl'
debug: SND: Loaded SoundBank 'xcs'
debug: SND: Loaded SoundBank 'xea'
debug: SND: Loaded SoundBank 'xea_weapon'
debug: SND: Loaded SoundBank 'xeb'
debug: SND: Loaded SoundBank 'xel'
debug: SND: Loaded SoundBank 'xel_weapons'
debug: SND: Loaded SoundBank 'xes'
debug: SND: Loaded SoundBank 'xes_destroy'
debug: SND: Loaded SoundBank 'xes_weapons'
debug: SND: Loaded SoundBank 'xra'
debug: SND: Loaded SoundBank 'xra_weapon'
debug: SND: Loaded SoundBank 'xrb'
debug: SND: Loaded SoundBank 'xrl'
debug: SND: Loaded SoundBank 'xrl_destroy'
debug: SND: Loaded SoundBank 'xrl_stream'
debug: SND: Loaded SoundBank 'xrl_weapon'
debug: SND: Loaded SoundBank 'xrs'
debug: SND: Loaded SoundBank 'xrs_weapon'
debug: SND: Loaded SoundBank 'xsa'
debug: SND: Loaded SoundBank 'xsa_destroy'
debug: SND: Loaded SoundBank 'xsa_weapon'
debug: SND: Loaded SoundBank 'xsb'
debug: SND: Loaded SoundBank 'xsb_weapon'
debug: SND: Loaded SoundBank 'xsl'
debug: SND: Loaded SoundBank 'xsl_destroy'
debug: SND: Loaded SoundBank 'xsl_weapon'
debug: SND: Loaded SoundBank 'xss'
debug: SND: Loaded SoundBank 'xss_destroy'
debug: SND: Loaded SoundBank 'xss_weapon'
debug: MEM: -21557440 bytes SND
info: MD5 of global settings: d2a23d6464d3fd77956e7648c43b5077
info: IsStreamingWaveBank("/sounds/voice/us/a01_vo.xwb") => false
debug: Wavebank prepared: 492f3b0
debug: SND: Loaded WaveBank 'a01_vo' at 492f3b0
info: IsStreamingWaveBank("/sounds/voice/us/a02_vo.xwb") => false
debug: Wavebank prepared: 4930250
debug: SND: Loaded WaveBank 'a02_vo' at 4930250
info: IsStreamingWaveBank("/sounds/voice/us/a03_vo.xwb") => false
debug: Wavebank prepared: 4930ad8
debug: SND: Loaded WaveBank 'a03_vo' at 4930ad8
info: IsStreamingWaveBank("/sounds/voice/us/a04_vo.xwb") => false
debug: Wavebank prepared: 4930388
debug: SND: Loaded WaveBank 'a04_vo' at 4930388
info: IsStreamingWaveBank("/sounds/voice/us/a05_vo.xwb") => false
debug: Wavebank prepared: 49305f8
debug: SND: Loaded WaveBank 'a05_vo' at 49305f8
info: IsStreamingWaveBank("/sounds/voice/us/a06_vo.xwb") => false
debug: Wavebank prepared: 4930118
debug: SND: Loaded WaveBank 'a06_vo' at 4930118
info: IsStreamingWaveBank("/sounds/voice/us/briefings.xwb") => true
debug: SND: Loaded WaveBank 'briefings' at 4950968
info: IsStreamingWaveBank("/sounds/voice/us/c01_vo.xwb") => false
debug: Wavebank prepared: 4930fb8
debug: SND: Loaded WaveBank 'c01_vo' at 4930fb8
info: IsStreamingWaveBank("/sounds/voice/us/c02_vo.xwb") => false
debug: Wavebank prepared: 4930c10
debug: SND: Loaded WaveBank 'c02_vo' at 4930c10
info: IsStreamingWaveBank("/sounds/voice/us/c03_vo.xwb") => false
debug: Wavebank prepared: 49304c0
debug: SND: Loaded WaveBank 'c03_vo' at 49304c0
info: IsStreamingWaveBank("/sounds/voice/us/c04_vo.xwb") => false
debug: Wavebank prepared: 4930730
debug: SND: Loaded WaveBank 'c04_vo' at 4930730
info: IsStreamingWaveBank("/sounds/voice/us/c05_vo.xwb") => false
debug: Wavebank prepared: 4930868
debug: SND: Loaded WaveBank 'c05_vo' at 4930868
info: IsStreamingWaveBank("/sounds/voice/us/c06_vo.xwb") => false
debug: Wavebank prepared: 492f278
debug: SND: Loaded WaveBank 'c06_vo' at 492f278
info: IsStreamingWaveBank("/sounds/voice/us/e01_vo.xwb") => false
debug: Wavebank prepared: 492f620
debug: SND: Loaded WaveBank 'e01_vo' at 492f620
info: IsStreamingWaveBank("/sounds/voice/us/e02_vo.xwb") => false
debug: Wavebank prepared: 49310f0
debug: SND: Loaded WaveBank 'e02_vo' at 49310f0
info: IsStreamingWaveBank("/sounds/voice/us/e03_vo.xwb") => false
debug: Wavebank prepared: 492ffe0
debug: SND: Loaded WaveBank 'e03_vo' at 492ffe0
info: IsStreamingWaveBank("/sounds/voice/us/e04_vo.xwb") => false
debug: Wavebank prepared: 4952ad0
debug: SND: Loaded WaveBank 'e04_vo' at 4952ad0
info: IsStreamingWaveBank("/sounds/voice/us/e05_vo.xwb") => false
debug: Wavebank prepared: 49524b8
debug: SND: Loaded WaveBank 'e05_vo' at 49524b8
info: IsStreamingWaveBank("/sounds/voice/us/e06_vo.xwb") => false
debug: Wavebank prepared: 4953220
debug: SND: Loaded WaveBank 'e06_vo' at 4953220
info: IsStreamingWaveBank("/sounds/voice/us/seraphim_language.xwb") => true
debug: SND: Loaded WaveBank 'seraphim_language' at 4953ad8
info: IsStreamingWaveBank("/sounds/voice/us/x01_vo.xwb") => true
debug: SND: Loaded WaveBank 'x01_vo' at 49550a0
info: IsStreamingWaveBank("/sounds/voice/us/x02_vo.xwb") => true
debug: SND: Loaded WaveBank 'x02_vo' at 4954f38
info: IsStreamingWaveBank("/sounds/voice/us/x03_vo.xwb") => true
debug: SND: Loaded WaveBank 'x03_vo' at 4955640
info: IsStreamingWaveBank("/sounds/voice/us/x04_vo.xwb") => true
debug: SND: Loaded WaveBank 'x04_vo' at 49557a8
info: IsStreamingWaveBank("/sounds/voice/us/x05_vo.xwb") => true
debug: SND: Loaded WaveBank 'x05_vo' at 49554d8
info: IsStreamingWaveBank("/sounds/voice/us/x06_vo.xwb") => true
debug: SND: Loaded WaveBank 'x06_vo' at 4955910
info: IsStreamingWaveBank("/sounds/voice/us/x1t_vo.xwb") => true
debug: SND: Loaded WaveBank 'x1t_vo' at 4955208
info: IsStreamingWaveBank("/sounds/voice/us/x_fmv.xwb") => true
debug: SND: Loaded WaveBank 'x_fmv' at 4955a78
info: IsStreamingWaveBank("/sounds/voice/us/xgg.xwb") => true
debug: SND: Loaded WaveBank 'xgg' at 4955370
debug: SND: Loaded SoundBank 'a01_vo'
debug: SND: Loaded SoundBank 'a02_vo'
debug: SND: Loaded SoundBank 'a03_vo'
debug: SND: Loaded SoundBank 'a04_vo'
debug: SND: Loaded SoundBank 'a05_vo'
debug: SND: Loaded SoundBank 'a06_vo'
debug: SND: Loaded SoundBank 'briefings'
debug: SND: Loaded SoundBank 'c01_vo'
debug: SND: Loaded SoundBank 'c02_vo'
debug: SND: Loaded SoundBank 'c03_vo'
debug: SND: Loaded SoundBank 'c04_vo'
debug: SND: Loaded SoundBank 'c05_vo'
debug: SND: Loaded SoundBank 'c06_vo'
debug: SND: Loaded SoundBank 'e01_vo'
debug: SND: Loaded SoundBank 'e02_vo'
debug: SND: Loaded SoundBank 'e03_vo'
debug: SND: Loaded SoundBank 'e04_vo'
debug: SND: Loaded SoundBank 'e05_vo'
debug: SND: Loaded SoundBank 'e06_vo'
debug: SND: Loaded SoundBank 'x01_vo'
debug: SND: Loaded SoundBank 'x02_vo'
debug: SND: Loaded SoundBank 'x03_vo'
debug: SND: Loaded SoundBank 'x04_vo'
debug: SND: Loaded SoundBank 'x05_vo'
debug: SND: Loaded SoundBank 'x06_vo'
debug: SND: Loaded SoundBank 'x1t_vo'
debug: SND: Loaded SoundBank 'x_fmv'
debug: SND: Loaded SoundBank 'xgg'
debug: MEM: -796091502 bytes SND
info: MD5 of global settings: d2a23d6464d3fd77956e7648c43b5077
debug: MEM: -796091502 bytes SND
debug: Loading module '\000/lua/sim/buffdefinitions.lua\000'
debug: Loading module '\000/lua/sim/adjacencybuffs.lua\000'
debug: Loading module '\000/lua/sim/adjacencybufffunctions.lua\000'
info: Hooked /lua/sim/adjacencybufffunctions.lua with /schook/lua/sim/adjacencybufffunctions.lua
debug: Loading module '\000/lua/sim/cheatbuffs.lua\000'
debug: Loading module '\000/lua/ui/uiutil.lua\000'
debug: Loading module '\000/lua/lazyvar.lua\000'
debug: Loading module '\000/lua/maui/layouthelpers.lua\000'
debug: Loading module '\000/lua/maui/group.lua\000'
debug: Loading module '\000/lua/maui/control.lua\000'
debug: Loading module '\000/lua/maui/text.lua\000'
debug: Loading module '\000/lua/maui/multilinetext.lua\000'
debug: Loading module '\000/lua/maui/button.lua\000'
debug: Loading module '\000/lua/maui/bitmap.lua\000'
debug: Loading module '\000/lua/maui/dragger.lua\000'
debug: Loading module '\000/lua/maui/edit.lua\000'
debug: Loading module '\000/lua/ui/controls/checkbox.lua\000'
debug: Loading module '\000/lua/maui/radiobuttons.lua\000'
debug: Loading module '\000/lua/maui/checkbox.lua\000'
debug: Loading module '\000/lua/maui/border.lua\000'
debug: Loading module '\000/lua/maui/scrollbar.lua\000'
debug: Loading module '\000/lua/maui/cursor.lua\000'
debug: Loading module '\000/lua/user/prefs.lua\000'
debug: Loading module '\000/lua/options/optionslogic.lua\000'
debug: Loading module '\000/lua/ui/controls/border.lua\000'
debug: Loading module '\000/lua/ui/controls/ninepatch.lua\000'
debug: Loading module '\000/lua/maui/itemlist.lua\000'
debug: Loading module '\000/lua/skins/layouts.lua\000'
debug: Loading module '\000/lua/ui/controls/popups/popup.lua\000'
debug: Loading module '\000/lua/ui/dialogs/eschandler.lua\000'
debug: Loading module '\000/lua/system/utils.lua\000'
debug: Loading module '\000/lua/ui/controls/popups/inputdialog.lua\000'
debug: Loading module '\000/lua/skins/skins.lua\000'
info: adding font file /fonts/arial.ttf
info: adding font file /fonts/arialbd.ttf
info: adding font file /fonts/arialbi.ttf
info: adding font file /fonts/ariali.ttf
info: adding font file /fonts/arialn.ttf
info: adding font file /fonts/arialnb.ttf
info: adding font file /fonts/arialnbi.ttf
info: adding font file /fonts/arialni.ttf
info: adding font file /fonts/ariblk.ttf
info: adding font file /fonts/arlrdbd.ttf
info: adding font file /fonts/butterbe.ttf
info: adding font file /fonts/vdub.ttf
info: adding font file /fonts/wintermu.ttf
info: adding font file /fonts/zeroes_3.ttf
debug: Loading module '\000/lua/keymap/keynames.lua\000'
debug: Loading module '\000/lua/keymap/keymapper.lua\000'
debug: Loading module '\000/lua/keymap/keyactions.lua\000'
info: Compiled shader: /effects/cartographic.fx
info: Compiled shader: /effects/frame.fx
info: Compiled shader: /effects/mesh.fx
info: Compiled shader: /effects/particle.fx
info: Compiled shader: /effects/primbatcher.fx
info: Compiled shader: /effects/range.fx
info: Compiled shader: /effects/sky.fx
info: Compiled shader: /effects/terrain.fx
info: Compiled shader: /effects/ui.fx
info: Compiled shader: /effects/vision.fx
info: Compiled shader: /effects/water2.fx
info: SHADERS COMPILED
debug: Loading module '\000/lua/options/options.lua\000'
debug: Loading module '\000/lua/usermusic.lua\000'
debug: Wavebank prepared: 4920290
debug: Wavebank prepared: 4921430
debug: Wavebank prepared: 4922830
debug: Wavebank prepared: 49239d0
debug: Wavebank prepared: 4925620
debug: Wavebank prepared: 4927a28
debug: Wavebank prepared: 492abd0
debug: Wavebank prepared: 492bd70
debug: Wavebank prepared: 492cf10
debug: Wavebank prepared: 492e0b0
debug: Wavebank prepared: 4931258
debug: Wavebank prepared: 4950968
debug: Wavebank prepared: 4953ad8
debug: Wavebank prepared: 4954f38
debug: Wavebank prepared: 4955640
debug: Wavebank prepared: 49557a8
debug: Wavebank prepared: 49554d8
debug: Wavebank prepared: 4955910
debug: Wavebank prepared: 4955208
debug: Wavebank prepared: 4955a78
debug: Loading module '\000/lua/maui/frame.lua\000'
debug: Loading module '\000/lua/ui/uimain.lua\000'
debug: Loading module '\000/lua/multiplayer/onlineprovider.lua\000'
debug: Loading module '\000/lua/ui/campaign/campaignmanager.lua\000'
debug: Loading module '\000/lua/ui/splash/splash.lua\000'
debug: Loading module '\000/lua/maui/movie.lua\000'
debug: OpenMovie /movies/thqlogo.sfd: 1
debug: Preparing movie /movies/thqlogo.sfd: 1
debug: Preparing movie /movies/thqlogo.sfd: 1
debug: Preparing movie /movies/thqlogo.sfd: 1
debug: Preparing movie /movies/thqlogo.sfd: 1
debug: Preparing movie /movies/thqlogo.sfd: 1
debug: Preparing movie /movies/thqlogo.sfd: 1
debug: Wavebank prepared: 49550a0
debug: Wavebank prepared: 4955370
debug: Playing movie e:\steam\steamapps\common\supreme commander forged alliance\movies\thqlogo.sfd: 4
debug: OpenMovie /movies/fmv_scx_intro.sfd: 40
debug: Preparing movie /movies/fmv_scx_intro.sfd: 40
debug: Preparing movie /movies/fmv_scx_intro.sfd: 40
debug: Preparing movie /movies/fmv_scx_intro.sfd: 40
debug: Preparing movie /movies/fmv_scx_intro.sfd: 40
debug: Preparing movie /movies/fmv_scx_intro.sfd: 40
debug: Preparing movie /movies/fmv_scx_intro.sfd: 40
debug: Playing movie e:\steam\steamapps\common\supreme commander forged alliance\movies\fmv_scx_intro.sfd: 43
debug: Loading module '\000/lua/keymap/defaultkeymap.lua\000'
debug: Loading module '\000/lua/ui/menus/main.lua\000'
debug: Loading module '\000/lua/maui/effecthelpers.lua\000'
debug: Loading module '\000/lua/ui/menus/menucommon.lua\000'
debug: Loading module '\000/lua/ui/game/tooltip.lua\000'
debug: Loading module '\000/lua/ui/help/tooltips.lua\000'
debug: Loading module '\000/lua/ui/maputil.lua\000'
info: Hooked /lua/ui/maputil.lua with /mods/coop/hook/lua/ui/maputil.lua
debug: Loading module '\000/etc/faf/mapblacklist.lua\000'
debug: Loading module '\000/lua/mods.lua\000'
debug: Loading module '\000/lua/system/setutils.lua\000'
debug: Loading module '\000/lua/version.lua\000'
debug: Loading module '\000/lua/ui/game/gamemain.lua\000'
debug: Loading module '\000/lua/ui/game/wlduiprovider.lua\000'
debug: Loading module '\000/lua/ui/game/gamecommon.lua\000'
debug: Loading module '\000/lua/ui/game/chat.lua\000'
debug: Loading module '\000/lua/uiutilssorian.lua\000'
debug: Loading module '\000/lua/maui/window.lua\000'
info: Hooked /lua/maui/window.lua with /schook/lua/maui/window.lua
debug: Loading module '\000/lua/ui/controls/combo.lua\000'
debug: Loading module '\000/lua/maui/slider.lua\000'
debug: Loading module '\000/lua/factions.lua\000'
warning: Alt-D is already bind
warning: Alt-T is already bind
warning: Alt-W is already bind
debug: OpenMovie /movies/main_menu.sfd: 64
debug: Preparing movie /movies/main_menu.sfd: 64
debug: Preparing movie /movies/main_menu.sfd: 64
debug: Preparing movie /movies/main_menu.sfd: 64
debug: Preparing movie /movies/main_menu.sfd: 64
debug: Preparing movie /movies/main_menu.sfd: 64
debug: Preparing movie /movies/main_menu.sfd: 64
debug: Playing movie e:\steam\steamapps\common\supreme commander forged alliance\movies\main_menu.sfd: 64
debug: Loading module '\000/lua/ui/help/eula.lua\000'
debug: Loading module '\000/lua/ui/lobby/lobby.lua\000'
info: Hooked /lua/ui/lobby/lobby.lua with /mods/coop/hook/lua/ui/lobby/lobby.lua
debug: Loading module '\000/lua/ui/controls/radiobutton.lua\000'
debug: Loading module '\000/lua/ui/controls/mappreview.lua\000'
debug: Loading module '\000/lua/ui/controls/resmappreview.lua\000'
debug: Loading module '\000/lua/ui/texturepool.lua\000'
debug: Loading module '\000/lua/ui/controls/acubutton.lua\000'
debug: Loading module '\000/lua/ui/lobby/data/playerdata.lua\000'
debug: Loading module '\000/lua/ui/lobby/data/watchedvalue/watchedvaluetable.lua\000'
debug: Loading module '\000/lua/ui/lobby/data/watchedvalue/watchedvalue.lua\000'
debug: Loading module '\000/lua/ui/lobby/data/gamedata.lua\000'
debug: Loading module '\000/lua/ui/lobby/data/watchedvalue/watchedvaluearray.lua\000'
debug: Loading module '\000/lua/ui/controls/togglebutton.lua\000'
debug: Loading module '\000/lua/ui/lobby/lobbycomm.lua\000'
info: Hooked /lua/ui/lobby/lobbycomm.lua with /mods/coop/hook/lua/ui/lobby/lobbycomm.lua
debug: Loading module '\000/lua/ui/controls/textarea.lua\000'
debug: Loading module '\000/lua/ui/lobby/trueskill.lua\000'
debug: Loading module '\000/etc/faf/blacklist.lua\000'
debug: Loading module '\000/lua/ui/help/tooltips-country.lua\000'
debug: Loading module '\000/lua/system/dkson.lua\000'
debug: Loading module '\000/lua/ui/lobby/lobbyoptions.lua\000'
info: Hooked /lua/ui/lobby/lobbyoptions.lua with /mods/coop/hook/lua/ui/lobby/lobbyoptions.lua
debug: Loading module '\000/lua/gamecolors.lua\000'
info: /country
info: /init
info: /ratingcolor
info: /numgames
info: /mean
info: /clan
info: /deviation
info: LOBBY: Game port 0[None] opened.
info: LOBBY: assigning ourselves the uid of 0
warning: {
warning: }
warning: {
warning: }
warning: {
warning:     MEAN = 1500
warning:     StartSpot = 1
warning:     ArmyColor = 1
warning:     PlayerClan = ""
warning:     NG = 0
warning:     Team = 1
warning:     Ready = false
warning:     PlayerColor = 1
warning:     Country = "world"
warning:     PlayerName = "McGeifer"
warning:     AIPersonality = ""
warning:     ObserverListIndex = -1
warning:     BadMap = false
warning:     Civilian = false
warning:     Faction = 1
warning:     OwnerID = "0"
warning:     RC = "ffffffff"
warning:     PL = 0
warning:     DEV = 500
warning:     Human = true
warning: }
info: SetGameOption(key="UnitCap",val="1000")
info: SetGameOption(key="ShareUnitCap",val="none")
info: SetGameOption(key="FogOfWar",val="explored")
info: SetGameOption(key="Victory",val="sandbox")
info: SetGameOption(key="Timeouts",val="3")
info: SetGameOption(key="GameSpeed",val="adjustable")
info: SetGameOption(key="AllowObservers",val=true)
info: SetGameOption(key="CheatsEnabled",val="false")
info: SetGameOption(key="CivilianAlliance",val="enemy")
info: SetGameOption(key="RevealCivilians",val="Yes")
info: SetGameOption(key="PrebuiltUnits",val="Off")
info: SetGameOption(key="NoRushOption",val="Off")
info: SetGameOption(key="RandomMap",val="Off")
info: SetGameOption(key="Score",val="no")
info: SetGameOption(key="Share",val="yes")
info: SetGameOption(key="Difficulty",val=3)
info: SetGameOption(key="TeamSpawn",val="fixed")
info: SetGameOption(key="TeamLock",val="locked")
info: SetGameOption(key="AutoTeams",val="none")
info: SetGameOption(key="ScenarioFile",val="/maps/scca_coop_r01/scca_coop_r01_scenario.lua")
debug: Loading module '\000/lua/maui/statusbar.lua\000'
debug: Loading module '\000/lua/ui/controls/columnlayout.lua\000'
info: SetGameOption(key="AllowObservers",val=true)
info: Popup.OnClosed
debug: Loading module '\000/lua/ui/lobby/changelog.lua\000'
debug: Loading module '\000/lua/ui/lobby/aitypes.lua\000'
debug: Loading module '\000/lua/ai/customais_v2/sorianai.lua\000'
debug: Loading module '\000/lua/ui/dialogs/mapselect.lua\000'
info: Hooked /lua/ui/dialogs/mapselect.lua with /mods/coop/hook/lua/ui/dialogs/mapselect.lua
debug: Loading module '\000/lua/ui/lobby/modsmanager.lua\000'
warning: {
warning: }
warning: {
warning: }
info: SetGameOption(key="GameSpeed",val="normal")
info: SetGameOption(key="ScenarioFile",val="/maps/scca_coop_a01/scca_coop_a01_scenario.lua")
info: SetGameOption(key="AllowObservers",val={
info:   help="<LOC lobui_0595>Observers are not allowed",
info:   key=false,
info:   text="<LOC _No>No"
info: })
warning: Error running OnRelease script in <deleted object>: invalid kind of argument to GpgNetSend(): can only deal with ints and strings.
         stack traceback:
            [C]: in function `GpgNetSend'
            d:\dokumente\fa\lua\ui\lobby\lobby.lua(3981): in function `SetGameOptions'
            d:\dokumente\fa\lua\ui\lobby\lobby.lua(2436): in function <d:\dokumente\fa\lua\ui\lobby\lobby.lua:2420>
            d:\dokumente\fa\lua\ui\dialogs\mapselect.lua(649): in function `OnClick'
            d:\dokumente\fa\lua\maui\button.lua(85): in function <d:\dokumente\fa\lua\maui\button.lua:78>
debug: Loading module '\000/lua/ui/lobby/ainames.lua\000'
debug: OpenMovie /movies/UEF_load.sfd: 1269
debug: Preparing movie /movies/UEF_load.sfd: 1269
debug: Preparing movie /movies/UEF_load.sfd: 1269
debug: Preparing movie /movies/UEF_load.sfd: 1269
debug: Preparing movie /movies/UEF_load.sfd: 1269
debug: Preparing movie /movies/UEF_load.sfd: 1269
debug: Preparing movie /movies/UEF_load.sfd: 1269
debug: Playing movie e:\steam\steamapps\common\supreme commander forged alliance\movies\uef_load.sfd: 1269
info: Starting background task "Map loader /maps/scca_coop_a01/scca_coop_a01.scmap"
info: Background task "Map loader /maps/scca_coop_a01/scca_coop_a01.scmap" running.
info: Active game mods for blueprint loading: \000{ }
info: Loading blueprints...
info: Extracting mesh blueprints.
info: Modding blueprints.
info: Registering blueprints...
info: Blueprints loaded
debug: MEM: -31 bytes RULE
info: Hooked /lua/SessionInit.lua with /schook/lua/SessionInit.lua
info: Hooked /lua/userInit.lua with /schook/lua/userInit.lua
info: Hooked /lua/globalInit.lua with /schook/lua/globalInit.lua
info: Hooked /loc/us/strings_db.lua with /mods/coop/hook/loc/us/strings_db.lua
debug: Loading module '\000/lua/sim/buffdefinitions.lua\000'
debug: Loading module '\000/lua/sim/adjacencybuffs.lua\000'
debug: Loading module '\000/lua/sim/adjacencybufffunctions.lua\000'
info: Hooked /lua/sim/adjacencybufffunctions.lua with /schook/lua/sim/adjacencybufffunctions.lua
debug: Loading module '\000/lua/sim/cheatbuffs.lua\000'
debug: Loading module '\000/lua/ui/uiutil.lua\000'
debug: Loading module '\000/lua/lazyvar.lua\000'
debug: Loading module '\000/lua/maui/layouthelpers.lua\000'
debug: Loading module '\000/lua/maui/group.lua\000'
debug: Loading module '\000/lua/maui/control.lua\000'
debug: Loading module '\000/lua/maui/text.lua\000'
debug: Loading module '\000/lua/maui/multilinetext.lua\000'
debug: Loading module '\000/lua/maui/button.lua\000'
debug: Loading module '\000/lua/maui/bitmap.lua\000'
debug: Loading module '\000/lua/maui/dragger.lua\000'
debug: Loading module '\000/lua/maui/edit.lua\000'
debug: Loading module '\000/lua/ui/controls/checkbox.lua\000'
debug: Loading module '\000/lua/maui/radiobuttons.lua\000'
debug: Loading module '\000/lua/maui/checkbox.lua\000'
debug: Loading module '\000/lua/maui/border.lua\000'
debug: Loading module '\000/lua/maui/scrollbar.lua\000'
debug: Loading module '\000/lua/maui/cursor.lua\000'
debug: Loading module '\000/lua/user/prefs.lua\000'
debug: Loading module '\000/lua/options/optionslogic.lua\000'
debug: Loading module '\000/lua/ui/controls/border.lua\000'
debug: Loading module '\000/lua/ui/controls/ninepatch.lua\000'
debug: Loading module '\000/lua/maui/itemlist.lua\000'
debug: Loading module '\000/lua/skins/layouts.lua\000'
debug: Loading module '\000/lua/ui/controls/popups/popup.lua\000'
debug: Loading module '\000/lua/ui/dialogs/eschandler.lua\000'
debug: Loading module '\000/lua/system/utils.lua\000'
debug: Loading module '\000/lua/ui/controls/popups/inputdialog.lua\000'
debug: Loading module '\000/lua/skins/skins.lua\000'
debug: Loading module '\000/lua/mods.lua\000'
debug: Loading module '\000/lua/system/setutils.lua\000'
info: Active mods in session: \000{ }
info: Hooked /lua/UserSync.lua with /schook/lua/UserSync.lua
info: Hooked /lua/UserSync.lua with /schook/lua/UserSync.lua
debug: MEM: -5247026 bytes STIMap
debug: MEM: -5247026 bytes LoadTexturing
debug: MEM: -5247026 bytes WaterMask
debug: MEM: -12252683 bytes TERRAIN
info: Background task "Map loader /maps/scca_coop_a01/scca_coop_a01.scmap" finished.
info: Saving replay to "D:\Dokumente\My Games\Gas Powered Games\Supreme Commander Forged Alliance\replays\McGeifer\LastGame.SCFAReplay"

Try to host game on FAF, set to sandbox, enable observers and then try again.
User avatar
speed2
Contributor
 
Posts: 3189
Joined: 05 Jan 2013, 15:11
Has liked: 636 times
Been liked: 1119 times
FAF User Name: speed2

Re: Coop mod/missions suggestions/testing

Postby Kaskouy » 21 Mar 2016, 23:31

Hi speed2,

I've just tested, and it works better indeed. Thanks for the fix, and sorry for my bad fix above :D
Kaskouy
 
Posts: 8
Joined: 19 Mar 2016, 16:17
Has liked: 0 time
Been liked: 3 times

Re: Coop mod/missions suggestions/testing

Postby ScArides » 22 Mar 2016, 08:44

speed2 wrote:Don't apply this fix, table with human players got moved out of the map scripts, the problem is caused by coop mod not loading properly.

New version of the mod V10 can be found in the first post.


I can confirm that the fix works - the game now starts, the dialogue gets triggered, commander spawns, all is good.
Thank you for your help, speed2!
And even though it wasn't used in the end, thanks for the workaround as well, Kaskouy.
ScArides
 
Posts: 3
Joined: 18 Mar 2016, 10:13
Has liked: 1 time
Been liked: 0 time
FAF User Name: ScArides

Re: Coop mod/missions suggestions/testing

Postby Kaskouy » 25 Mar 2016, 13:32

Hi Speed2,

I just found another small bug in FA campaign mission 4. The dialogue saying that the hive is unlocked plays even if you are not cybran.

I had a quick look at the code, and the problem is there:

Code: Select all
function M1UnitReveal()
    -- UEF Engineering Station 1-2
    ScenarioFramework.UnrestrictWithVoiceover(categories.xeb0104, "uef", OpStrings.X04_M01_012)
    ScenarioFramework.RemoveRestrictionForAllHumans(categories.xeb0204)

    -- Cybran Engineering Station 1-3
    ScenarioFramework.Dialogue(OpStrings.X04_M01_013)  -- DELETE THIS LINE
    ScenarioFramework.UnrestrictWithVoiceover(categories.xrb0104, "cybran", OpStrings.X04_M01_013)
    ScenarioFramework.RemoveRestrictionForAllHumans(categories.xrb0204)
    ScenarioFramework.RemoveRestrictionForAllHumans(categories.xrb0304)
end


I let you verify that this is the correct fix, as you know better the code than I do ;)

Kaskouy
Kaskouy
 
Posts: 8
Joined: 19 Mar 2016, 16:17
Has liked: 0 time
Been liked: 3 times

PreviousNext

Return to Coop

Who is online

Users browsing this forum: No registered users and 1 guest