Fulqrum Publishing Home   |   Register   |   Today Posts   |   Members   |   UserCP   |   Calendar   |   Search   |   FAQ

Go Back   Official Fulqrum Publishing forum > Fulqrum Publishing > IL-2 Sturmovik: Cliffs of Dover > FMB, Mission & Campaign builder Discussions

Reply
 
Thread Tools Display Modes
  #1  
Old 02-04-2012, 05:45 AM
Smokeynz Smokeynz is offline
Approved Member
 
Join Date: Apr 2011
Posts: 106
Default

Have you tried compiling the whole cs, including the new loaded sub mis into one complete cs?

As it stands the triggers are a little buggy, especially as dedicated style hosting. I suspect the DS is simplified allowing for basic operation and missing many advanced ops awaiting final Dedicated proper to be created.

I have been trying to get passthru triggers too work for players, proved to be quite difficult but have something semi functioning now.
Reply With Quote
  #2  
Old 02-04-2012, 07:39 AM
Gromic's Avatar
Gromic Gromic is offline
Approved Member
 
Join Date: Aug 2010
Posts: 77
Default

Fixed.

But don't ask me why as I can't explain it. I figured if it's not the script itself then maybe there's a problem with the trigger itself (although I couldn't find any). So I deleted the 3 triggers (LW_Spawn_7C / LW_Spawn_7B / LW_Spawn_7A) using the FMB, saved the mission, restarted the game and proceeded to create them again using the exact same groups, times, etc. I didn't have much to lose after wasting a day banging my head on the table over this problem.

Sure enough. The triggers fired as they had always done with the side effect of the groups actually spawning and the mission purring along as initially intended. At this point my house was filled with loud, booming vocal expletives #censored# because it made absolutly no sense whatsoever and (repeat) - scratch one day with the kind help of CloDs FMB.

This morning I decided to compare the mission files themselves since I make regular 2 hour incremental backups with storagecraft and therefore always have a copy of any files past gone. There is no deviation between yesterday (mission not working) and todays (mission working) portions of the mis file that pertain to the triggers except for the listed order.

Code:
Excerpt from triggers and actions group in non working .mis:

[Trigger]
  LW_Spawn_7C TTime 15
  LW_Spawn_7B TTime 25
  LW_Spawn_7A TTime 65
  GB_Radio_7B TPassThrough 1 BoB_LW_ErprGr210.22 206231 212690 2000
  GB_Radio_7A TPassThrough 1 BoB_LW_ErprGr210.36 178666 197324 2000
  LW_Radio_7A TPassThrough 1 BoB_LW_ErprGr210.22 202886 180347 2000
  GB_Radio_7D TPassThrough 1 BoB_LW_ErprGr210.02 217559 252014 1900
  GB_Radio_7C TPassThrough 1 BoB_LW_ErprGr210.12 246488 235993 2000
  ALL_Radio_7A TPassThrough 1 BoB_LW_ErprGr210.12 262178 197723 2000
[Action]
  LW_Spawn_7C ASpawnGroup 0 BoB_LW_ErprGr210.12
  LW_Spawn_7B ASpawnGroup 0 BoB_LW_ErprGr210.02
  LW_Spawn_7A ASpawnGroup 0 BoB_LW_ErprGr210.36
  GB_Radio_7C ASpawnGroup 0 Empty
  LW_Radio_7A ASpawnGroup 0 Empty
  GB_Radio_7A ASpawnGroup 0 Empty
  GB_Radio_7B ASpawnGroup 0 Empty
  GB_Radio_7D ASpawnGroup 0 Empty
  ALL_Radio_7A ASpawnGroup 0 Empty

Excerpt from triggers and actions group in working .mis:

[Trigger]
  GB_Radio_7B TPassThrough 1 BoB_LW_ErprGr210.22 206231 212690 2000
  GB_Radio_7A TPassThrough 1 BoB_LW_ErprGr210.36 178666 197324 2000
  LW_Radio_7A TPassThrough 1 BoB_LW_ErprGr210.22 202886 180347 2000
  GB_Radio_7D TPassThrough 1 BoB_LW_ErprGr210.02 217559 252014 1900
  GB_Radio_7C TPassThrough 1 BoB_LW_ErprGr210.12 246488 235993 2000
  LW_Spawn_7C TTime 15
  ALL_Radio_7A TPassThrough 1 BoB_LW_ErprGr210.12 262178 197723 2000
  LW_Spawn_7B TTime 25
  LW_Spawn_7A TTime 65
[Action]
  GB_Radio_7C ASpawnGroup 0 Empty
  LW_Radio_7A ASpawnGroup 0 Empty
  GB_Radio_7A ASpawnGroup 0 Empty
  GB_Radio_7B ASpawnGroup 0 Empty
  LW_Spawn_7C ASpawnGroup 1 BoB_LW_ErprGr210.12
  GB_Radio_7D ASpawnGroup 0 Empty
  ALL_Radio_7A ASpawnGroup 0 Empty
  LW_Spawn_7A ASpawnGroup 1 BoB_LW_ErprGr210.36
  LW_Spawn_7B ASpawnGroup 1 BoB_LW_ErprGr210.02
There's a lesson of insanity in all this. FMB scripted missions don't function properly using logical (human) load orders. They need anarchy to work properly.

<sideswipe> Probably the reason why the patch is taking so long </sideswipe>

Hats off and cheers to all you masochistic FMB junkies out there

Grom
__________________
I5-750 @ 3,8GHz / MSI P55-GD65 / MSI GTX570 Twin Frozr II / 4x2GB G.Skill 1600MHz / Corsair TX650 PSU / RAID 0 2x640GB WD Black
W7 Pro x64 SP1 / MS FFB2 +Saitek X45 / Freetrack + NP Clip Pro + PS3 Eye / Samsung BX2450 24" HDMI LED
Reply With Quote
  #3  
Old 02-04-2012, 07:51 AM
Ataros Ataros is offline
Approved Member
 
Join Date: Jun 2010
Location: USSR
Posts: 2,439
Default

S!

Try loading an airgroup via loading sub-submission with the airgroup, not via action included into the submision. It may be more reliable.

Every time you open a trigger/action window in FMB you have to save it even if you do not edit it. Otherwise it may revert to some default values.
Also clearing cache folder may help.

Last edited by Ataros; 02-04-2012 at 07:54 AM.
Reply With Quote
  #4  
Old 02-04-2012, 12:11 PM
Osprey's Avatar
Osprey Osprey is offline
Approved Member
 
Join Date: Jan 2010
Location: Gloucestershire, England
Posts: 1,264
Default

Stirling work for the war effort there Gromic. Whilst I was out partying on my 1 day pass into the City I had no idea that you boffins were working so hard at it breaking the Jerry code. Top work and a 3 day pass with skirt thrown in for you.
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 09:16 PM.


Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright © 2007 Fulqrum Publishing. All rights reserved.