Jump to content

changeset 11895 breaks a few Random maps


howlingflute
 Share

Recommended Posts

Other RMS failing (tested all on small 2 players with random seed 0):

- atlas_mountains.js:

ERROR: JavaScript error: maps/random/atlas_mountains.js line 188 ReferenceError: hillSize is not defined @maps/random/atlas_mountains.js:188

The line: var hillSize = PI * radius * radius;

is missing though the changeset doesn't say it should be removed...

- volcanic_lands.js:

ERROR: JavaScript error: maps/random/volcanic_lands.js line 246 ReferenceError: clBaseResources is not defined @maps/random/volcanic_lands.js:246

Just a type: clBaseResource instead of clBaseResources

Edited by FeXoR
Link to comment
Share on other sites

I suggest you revert the changes to cycladic_archipelago.js made in 11895. I have not tested the other random maps but you may want to to make sure it doesn't also break those maps as well.

I fixed them in 11897. Although two more errors appeared. Thanks.

Other RMS failing (tested all on small 2 players with random seed 0):

- atlas_mountains.js:

ERROR: JavaScript error: maps/random/atlas_mountains.js line 188 ReferenceError: hillSize is not defined @maps/random/atlas_mountains.js:188

The line: var hillSize = PI * radius * radius;

is missing though the changeset doesn't say it should be removed...

- volcanic_lands.js:

ERROR: JavaScript error: maps/random/volcanic_lands.js line 246 ReferenceError: clBaseResources is not defined @maps/random/volcanic_lands.js:246

Just a type: clBaseResource instead of clBaseResources

Thank you for your report. It seems last minute changes always end up in disaster. Fixed them in 11899.

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.

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.

 Share

×
×
  • Create New...