Jump to content

michty

Community Members
  • Posts

    8
  • Joined

  • Last visited

Posts posted by michty

  1. I also agree that rams are OP, both their armor and attack against units should be nerfed. dont forget that it is still siege unit, not a tank! As of right now, it is possible to send puraly ram army to attack forts and enemy army. I believe that support of infantry or cavalry should be absolutely necessary for any successful siege operation.

  2. Hi, i had complete the same problem, every time i reopened a random generated map, or i played the map.

    I got the messages like this, sometimes more or less:

    2345.345 javascrip warning: Script value conversion check failed: v.isnumber() (got type object)

    After a little analyse of the .xml file i detect some odd like this,

    because i cant reproduce it on e NEW map WITHOUT random generator.

    <Entity uid="4895">

    <Template>mirage|gaia/flora_tree_pine</Template>

    <Player>0</Player>

    <Position x="753.06516" z="1555.99155"/>

    <Orientation y="-4.31946"/>

    <Actor seed="2935"/>

    </Entity>

    Inserted in a NEW MAP .xml file you get the same errors, and see no tree.

    So you have to delete this "mirage|", then you see the tree and the error is gone. d( ^_^)b

    and should look like this:

    <Entity uid="4895">

    <Template>gaia/flora_tree_pine</Template>

    <Player>0</Player>

    <Position x="753.06516" z="1555.99155"/>

    <Orientation y="-4.31946"/>

    <Actor seed="2935"/>

    </Entity>

    You have to reload the ATLAS, reopen do not work!

    There are different amounts of errors every new random map (1-xxx), so it is the best you get an

    good old editor or an similar one, to delete the "mirage|" all at once. (^_~)

    http://www.crimsoneditor.com/

    Have a good time!

    A really nice game!

    Alpha 17 Quercus / Win7 / 64Bit

    Did you find only one of those? or many? since there are tons of objects on that map

  3. I made my first skirmish map, and everything worked OK when I worked on it the first day, however when I save/reopened it, I was spammed by following warning message every time I click on the ground with move/rotate tools. Same happens, If I try to select entities with rectangular selection (but not if I select entity itself directly). I generated random "rivers" map in fresh file and made no changes to it, to see if it was problem just of that single map, and surprisingly, it was not, after I saved/opened it, I was countered with same warnings.

    I also get spammed with same messages every time I try to play the game, no matter if I play it in single or multiplayer. I can't find any other warnings/errors in my log files, other then the one which spams me.

    The warning message is pasted below:

    javascrip warning: Script value conversion check failed: v.isnumber() (got type object)

    Does anyone have any Idea how to fix it?

    Thanks for any help!

×
×
  • Create New...