Topic: start for 5 player, 7 player and 8 player map
gnarfk![]() Topic Opener |
Posted at: 2019-11-26, 21:58
Hello, with a python script, i created some balanced maps using translations and symmetries. What do you think of it ? ![]() ![]() |
WorldSavior![]() |
Posted at: 2019-11-28, 21:30
I really like the idea to create periodical / symmetrical maps that way. A disadvantage of these uploaded maps here is that they don't contain starting positions. Nevertheless they look nice Wanted to save the world, then I got widetracked ![]() ![]() |
gnarfk![]() Topic Opener |
Posted at: 2019-11-28, 21:45
It is easy to set a few starting positions manually with the editor. My script saves a lot of work for all the rest of the map to make it balanced. ![]() ![]() |
the-x![]() |
Posted at: 2019-11-28, 21:47
its epic, especially creation of new concepts ![]() ![]() |
gnarfk![]() Topic Opener |
Posted at: 2019-11-28, 22:13
thanks to the advices of the-x , i made some improvements. (repartition of gold/iron/coal ...) Here is a balanced map for 7 players, with starting positions. ![]() ![]() |
Tribal-Chief![]() |
Posted at: 2019-12-02, 11:42
With the maps you created by script I get these errors - Fatal exception: Tribe 'barbarians' has no indicators for amount 60 of resource 'stones' (highest possible amount is 0)! FATAL ERROR - game crashed. Attempting emergency save. Game: Writing Preload Data ... Segmentation fault (core dumped) I changes the tribe to whatever I am playing. ![]() ![]() |
gnarfk![]() Topic Opener |
Posted at: 2019-12-02, 12:50
i don't understand, there is stone in the map ... why do you get this message ? ![]() ![]() |
Nordfriese![]() |
Posted at: 2019-12-02, 13:48
Probably an issue with your installation. Please check whether your data/tribes/barbarians.lua looks like this
and your data/world/resources/init.lua like this:
Edited: 2019-12-02, 13:53
![]() ![]() |
Tribal-Chief![]() |
Posted at: 2019-12-02, 15:42
The barbarians.lua is OK, so is frisians.lua which also gives the error. the world/resources/init.lua is also OK. I only get this error on two maps from gnarfk, which tends to imply it is something with these maps not my install. ![]() ![]() |
Nordfriese![]() |
Posted at: 2019-12-02, 15:53
Okay I can reproduce in-game on 7lakes. Probably the script sets invalid resource amounts? @gnarfk: The highest permitted amounts for iron, coal, stones and gold is 20, please check if it´s your script ![]() ![]() |