Jump to content
dave_beastttt

Dialog Map.widthRailWay issue since Arma 3 1.90 update

Recommended Posts

To fix, you must find your RscMapControl array in dialog and add
 

widthRailWay = 1;

 

  • Like 3
  • Thanks 4

Share this post


Link to post
Share on other sites

wait a moment.

 

did they just give away the experimental DLC topic through an update bug?

 

 

all aboard the hype train 😆

 

(this is pure speculation but its odd. a change in railway display is one of the last things I would expect changes in Arma in)

  • Like 2
  • Haha 2

Share this post


Link to post
Share on other sites


Take on Trains !!! 🤣🤣

Share this post


Link to post
Share on other sites

Seems like this thread went off the rails, but it can still get back on tracks.

  • Haha 2

Share this post


Link to post
Share on other sites
Just now, Muzzleflash said:

Seems like this thread went off the rails, but it can still get back on tracks.


OH NO HE DIDN'T!!! 🤣🤣

Nothing like a good train pun to let off some steam!

 

  • Haha 1

Share this post


Link to post
Share on other sites
5 hours ago, nomisum said:

did they just give away the experimental DLC topic through an update bug?


Bohemia Interactivencompetence  :happyagentSmith:

  • Haha 1

Share this post


Link to post
Share on other sites

Anyway, on the map, railway lines used to be black. Since 1.9, they are orange.

Share this post


Link to post
Share on other sites
14 hours ago, dave_beastttt said:

To fix, you must find your RscMapControl array in dialog and add
 


widthRailWay = 1;

 

I haven't come across this issue in any map controls in my dialog's. :shrug:

Share this post


Link to post
Share on other sites
1 minute ago, cb65 said:

I haven't come across this issue in any map controls in my dialog's. :shrug:

Any dialogue that has RscMapControl in it needs it or, you'll get a screen error pop up when you trigger it. Just search your mission for RscMapControl. Maybe you haven't got any. If you do, try triggering that dialogue in game

Share this post


Link to post
Share on other sites
Just now, gogsworld said:

Any dialogue that has RscMapControl in it needs it or, you'll get a screen error pop up when you trigger it. Just search your mission for RscMapControl. Maybe you haven't got any. If you do, try triggering that dialogue in game

Is this in Dev build or main build because I've been doing a lot of dialog work lately and haven't come across it at all.

Share this post


Link to post
Share on other sites
5 minutes ago, gogsworld said:

Any dialogue that has RscMapControl in it needs it or, you'll get a screen error pop up when you trigger it. Just search your mission for RscMapControl. Maybe you haven't got any. If you do, try triggering that dialogue in game

Quote

/controls/map.widthRailWay'.

 

2 minutes ago, cb65 said:

Is this in Dev build or main build because I've been doing a lot of dialog work lately and haven't come across it at all.

I had it to add it. Are you using ctrlCreate command?

Share this post


Link to post
Share on other sites
7 minutes ago, HazJ said:

 

I had it to add it. Are you using ctrlCreate command?

 

No I'm using createDialog.

Share this post


Link to post
Share on other sites

Are you sure your defines doesn't have it already? This is for RscMapControl type.

Share this post


Link to post
Share on other sites
1 minute ago, HazJ said:

Are you sure your defines doesn't have it already? This is for RscMapControl type.

Might already have it i'll check.

 

Also I use ctrlShow true or false.

Share this post


Link to post
Share on other sites
7 minutes ago, HazJ said:

Are you sure your defines doesn't have it already? This is for RscMapControl type.

 

Checked my defines and they don't have it in the RscMapControl.

 

But I have custom named my defines to CB_RscMapControl if that makes any difference.

 

Definately not getting this issue with any of my dialog's yet.

Share this post


Link to post
Share on other sites

widthRailWay has been in before this patch, i already have it in my own default defines, its not new this patch.

Default is...

widthRailWay = 4;

 

  • Like 2

Share this post


Link to post
Share on other sites

@Larrow - I use your defines from your Dropbox. However, I had to manually add it.as I was using old version. How did you gather all those defines anyway since the BIS function is broken? At least last time I checked.

Share this post


Link to post
Share on other sites

Used the output from BI's function and then reordered the classes to remove the inheritance errors. Plus added RscControlsTable which it misses.

widthRailWay has definitely been in since at least 15/12/2018 as thats the last time I update the defines in dropbox, and that has it.

  • Like 1

Share this post


Link to post
Share on other sites

Ah, so manual process hehe.

@dave_beastttt - This means there is no trains DLC now... 🤣😋

Share this post


Link to post
Share on other sites
10 minutes ago, Larrow said:

widthRailWay has been in before this patch, i already have it in my own default defines, its not new this patch.

Default is...


widthRailWay = 4;

 

Why do you think I'm not having this issue then ? :shrug:

 

I'll put it in anyway.

 

Where does it go within the class structure ?

Share this post


Link to post
Share on other sites
1 minute ago, cb65 said:

Where does it go within the class structure ?

Straight in the root of the class...

class RscMapControl {
	widthRailWay = 4;
};

 

  • Thanks 1

Share this post


Link to post
Share on other sites

My apologies everyone I didn't realize that I hadn't played arma 3 since before the recent update 1.90.

 

I just updated now and I got the screen error pop up straight away when I started my dialog.

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now

×