Matrix Games Forums

Forums  Register  Login  Photo Gallery  Member List  Search  Calendars  FAQ 

My Profile  Inbox  Address Book  My Subscription  My Forums  Log Out

Bug

 
View related threads: (in this forum | in all forums)

Logged in as: Guest
Users viewing this topic: none
  Printable Version
All Forums >> [New Releases from Matrix Games] >> Command: Modern Operations series >> Tech Support >> Bug Page: [1]
Login
Message << Older Topic   Newer Topic >>
Bug - 9/27/2021 10:34:05 AM   
voodoor22

 

Posts: 15
Joined: 9/27/2021
Status: offline
Same exact issue as this guy I don't think it's been resolved yet: [Logged] Another tutorial that doesn't work

Couldn't post the link since I'm a new member but that's the exact title of the thread.

No pop-ups working on the Electronic Warfare tutorial. Pop-ups working so far for every other tutorial I've tried. Disappointing since I'm trying to run through every tutorial and then scenario. Bought all DLCs as well.

If anyone knows of a way to find the document that goes with this tutorial (in the first pop-up message on the menu page it says there's a document that goes with the scenario which contains all the pop-up messages) I'd appreciate being told. If it needs to be downloaded I'd appreciate knowing where.

Thank you

< Message edited by voodoor22 -- 9/27/2021 10:37:24 AM >
Post #: 1
RE: Bug - 9/27/2021 1:02:23 PM   
OldSarge


Posts: 642
Joined: 11/25/2010
From: Albuquerque, NM
Status: offline
You might want to check in Game Options to ensure that the setting for Special Messages allows for rising a popup is set.

I can't seem to locate the document either.

HTH





Attachment (1)

_____________________________

You and the rest, you forgot the first rule of the fanatic: When you become obsessed with the enemy, you become the enemy.
Jeffrey Sinclair, "Infection", Babylon 5

(in reply to voodoor22)
Post #: 2
RE: Bug - 9/27/2021 1:24:31 PM   
voodoor22

 

Posts: 15
Joined: 9/27/2021
Status: offline
Well I did say pop-ups are working on every other tutorial, but yes I did check the game options to make 100% sure I have them displayed anyway.

Try the tutorial yourself. After the first message you won’t get any pop-ups. You can only trigger some of them by doing stuff but they don’t come up automatically in sequence.

(in reply to OldSarge)
Post #: 3
RE: Bug - 9/27/2021 2:29:33 PM   
OldSarge


Posts: 642
Joined: 11/25/2010
From: Albuquerque, NM
Status: offline
It looks like event msg 2 doesn't get fired when it is supposed to at 18:00:40z not immediately clear why.
Other events don't seem to be getting fired either from the looks of it,event msg 3 should've fire when the first civilian ac was detected.


_____________________________

You and the rest, you forgot the first rule of the fanatic: When you become obsessed with the enemy, you become the enemy.
Jeffrey Sinclair, "Infection", Babylon 5

(in reply to voodoor22)
Post #: 4
RE: Bug - 9/27/2021 2:39:13 PM   
voodoor22

 

Posts: 15
Joined: 9/27/2021
Status: offline
It’s definitely not working and I’m not the first to post about it - there’s another thread on here from almost 2 years ago (December 2019) that posted on it and a dev said they’ve noted it but it looks like it was never updated.

Do you know where I might find a doc with the messages so I can run this scenario as it’s meant to be played. Would hate to have to skip it. It’s message file is not in the tutorials folder.

(in reply to OldSarge)
Post #: 5
RE: Bug - 9/27/2021 2:46:14 PM   
OldSarge


Posts: 642
Joined: 11/25/2010
From: Albuquerque, NM
Status: offline
I was able to get it to start displaying the popup by also clicking the 'Raise Popup' box for 'Scenario Events' selection right about 'Special Messages'. I still didn't see msg 2 pop up, but the AC detection msg 3 did fire.

< Message edited by OldSarge -- 9/27/2021 2:48:45 PM >


_____________________________

You and the rest, you forgot the first rule of the fanatic: When you become obsessed with the enemy, you become the enemy.
Jeffrey Sinclair, "Infection", Babylon 5

(in reply to voodoor22)
Post #: 6
RE: Bug - 9/27/2021 4:45:18 PM   
voodoor22

 

Posts: 15
Joined: 9/27/2021
Status: offline
Yep always worked for me as I've always had all messages pop-up enabled, but like you said msg 2 still doesn't fire and I don't know what other ones after msg 4 might not as well.

< Message edited by voodoor22 -- 9/27/2021 4:46:26 PM >

(in reply to OldSarge)
Post #: 7
RE: Bug - 9/27/2021 5:46:56 PM   
OldSarge


Posts: 642
Joined: 11/25/2010
From: Albuquerque, NM
Status: offline
I was able to get it to work correctly by adding a new Msg 2 event and trigger, Msg 2a and Msg 2a Time respectively. They're eactly the same as the originals, so not sure what got nerfed there.


See attached file, remove .txt, I appended test to it so it won't clobber your existing scen file. Or you can create a test folder, which is what I did, and place it there.

HTH


Attachment (1)

_____________________________

You and the rest, you forgot the first rule of the fanatic: When you become obsessed with the enemy, you become the enemy.
Jeffrey Sinclair, "Infection", Babylon 5

(in reply to voodoor22)
Post #: 8
RE: Bug - 9/27/2021 6:57:49 PM   
voodoor22

 

Posts: 15
Joined: 9/27/2021
Status: offline
Very nice! Will take a look thanks.

(in reply to OldSarge)
Post #: 9
RE: Bug - 9/29/2021 5:50:10 AM   
voodoor22

 

Posts: 15
Joined: 9/27/2021
Status: offline
Forgot to say, it works with your edit! Thank you.

(in reply to OldSarge)
Post #: 10
RE: Bug - 9/29/2021 8:09:24 PM   
KnightHawk75

 

Posts: 1450
Joined: 11/15/2018
Status: offline
"not immediately clear why. "
"so not sure what got nerfed there. "
---

It's cause in the shipped version the time based trigger is already flagged as fired, so it never fires again unless it's recreated. That does need to be updated in a future release.

In more detail:
One can see that is the case via doing print(ScenEdit_GetEvent('Msg 2').details.triggers); in the lua console, You'll see the Fired=1 status without having really starting the scene yet. There is no way to reset Fired=1 to 0 without just recreating the entire trigger. What probably happened is the devs\author was testing the scene and saved at some point after the trigger had fired and simply forgot to recreate it as a step before publishing (very very easy to forget this). All that needs to be touched is removing the trigger (ignore in-use warning), recreate the time trigger,re-assign fresh copy to original event.

For scene authors who may have a bunch of such specific time triggers that may need to be reset and want to automate the reset process prior to publishing, search in the Lua Legion area for 'DeleteAndReCreateTimeTrigger' (post #2) code that can be called once for each event needing to be reset, it can save time during development and testing when there are more then just a couple as manually doing gets nauseating.


< Message edited by KnightHawk75 -- 9/29/2021 8:11:32 PM >

(in reply to voodoor22)
Post #: 11
RE: Bug - 9/29/2021 10:44:48 PM   
OldSarge


Posts: 642
Joined: 11/25/2010
From: Albuquerque, NM
Status: offline
That makes sense! I was naively going by the Is Active checkbox thinking that would indicate the current state of the event. So it is good to know there are internal flags to be aware of.

Thanks






Attachment (1)

_____________________________

You and the rest, you forgot the first rule of the fanatic: When you become obsessed with the enemy, you become the enemy.
Jeffrey Sinclair, "Infection", Babylon 5

(in reply to KnightHawk75)
Post #: 12
Page:   [1]
All Forums >> [New Releases from Matrix Games] >> Command: Modern Operations series >> Tech Support >> Bug Page: [1]
Jump to:





New Messages No New Messages
Hot Topic w/ New Messages Hot Topic w/o New Messages
Locked w/ New Messages Locked w/o New Messages
 Post New Thread
 Reply to Message
 Post New Poll
 Submit Vote
 Delete My Own Post
 Delete My Own Thread
 Rate Posts


Forum Software © ASPPlayground.NET Advanced Edition 2.4.5 ANSI

0.797