No no no. You should make program - full featured map editor - to work on his computer!Inferis said:Okay, fine, I'll make the program so that it won't work on your pc.
No no no. You should make program - full featured map editor - to work on his computer!Inferis said:Okay, fine, I'll make the program so that it won't work on your pc.
Inferis said:Okay, fine, I'll make the program so that it won't work on your pc.
Lord Ederon said:No no no. You should make program - full featured map editor - to work on his computer!![]()
![]()
Hive said:I don't get it...![]()
Nikolai II said:Me neither - unless it is some convoluted method to say - make an editor that only Hive can use, and watch him be swamped by requests for mapchanges from everyone and their dog..
Hive said:Requests? My standard answer to that would be "talk to the hand".![]()
Van Engel said:Looks cool! I bow to you O Inferis.![]()
tombom said:Very interesting. Even after reading the explanations, I still don't know why we have to have Jaron with everything though. You could have tried something interesting like the letter 'A'.
Nah... It's not just you.Hive said:Jaron is obsessed with the Roman Empire and even claimed to decend from Byzantines or some shit, IIRC... so I find it sort of amusing that he renamed 'Thrace' to 'Jaron'... but eh, maybe that's just me.![]()
Inferis said:Also, there are still minor glitches having to do with borders (you can see this when loading up the game and looking at the Jaron province: the borders are not how they should be). This probably has something to do with the "finding the closest land" algorithm used when compressing.
Hive said:Jaron is obsessed with the Roman Empire and even claimed to decend from Byzantines or some shit, IIRC... so I find it sort of amusing that he renamed 'Thrace' to 'Jaron'... but eh, maybe that's just me.![]()
Fireblade said:lol Havard, your sig.. is that what you PM to people right before you ban them?![]()
That is awesomeInferis said:Okay, I finally got the complete algorithm to work!
I had a look at this: problem seems to be in block (333,73) where you have descriptors for connecting to province #357 (Thrace). Thrace shouldn't be referenced in this block since it's only the border between #356 (Bulgaria) and #358 (Macedonia). The descriptors are index numbers 1,3,6,7. If you compare with the original data, there are only 6 descriptors in this block rather than the 10 you have. I hope this information is useful to you.Inferis said:Also, there are still minor glitches having to do with borders (you can see this when loading up the game and looking at the Jaron province: the borders are not how they should be). This probably has something to do with the "finding the closest land" algorithm used when compressing.
WiSK said:I had a look at this: problem seems to be in block (333,73) where you have descriptors for connecting to province #357 (Thrace). Thrace shouldn't be referenced in this block since it's only the border between #356 (Bulgaria) and #358 (Macedonia). The descriptors are index numbers 1,3,6,7. If you compare with the original data, there are only 6 descriptors in this block rather than the 10 you have. I hope this information is useful to you.