Jump to content

The Brenner Pass manager problem?


Recommended Posts

So I'm back doing my every two years or so "Let's play through RRT2 again" run-through, and am coming across a bit of a problem on this campaign.

I've never noticed it before, so I don't know if it is a recent corruption, or a long-existing problem (don't remember noticing it in the past), but when I select the campaign option for Robert Gerwig and +10% speed, it doesn't give me Robert Gerwig as the manager. (It gives me Trethvik, instead.)

Can anyone else verify ... is this actually a game bug, or has something gotten corrupt in my files?

 

Understand, I love this game, shown in the fact that I end up playing through it again every couple of years, but man, there sure seemed to be a lot of bugs in the campaign scenarios!

And I have seen that at least one person posted a corrected scenario, but the corrections they mention do not include the manager issue.

Link to comment
Share on other sites

OK, I managed to fix this one. They were checking the event at the beginning of each month, which meant you would not see the correct manager until the start of the second month, because the month has already begun when you get around to starting your company. So I switched the time check to when a new company is started ... and voila, now I get the proper manager.

I also changed the order of the trigger formula, since in an earlier scenario where it worked correctly, it was in the opposite order, and while it shouldn't have made a difference, I didn't know if it actually did.

(ie CampaignChoice1To3=1 and GameYear>=1853 instead of GameYear>=1853 and CampaignChoice1To3=1)

Hey, I don't know what might affect these things, I just look for differences between what worked and what didn't.

Link to comment
Share on other sites

The evaluation of "and" elements works left to right, aborting at the first false element (won't even look at what comes after it). For instance, one can test for zero before dividing by a variable, and the division will be avoided when it is zero.

For a tiny efficiency gain, something almost always false should be placed ahead of something that could always be true.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...