Map Database  •  FAQ  •  RSS  •  Login

KaM Remake nightly build

<<

Lewin

User avatar

KaM Remake Developer

Posts: 3822

Joined: 16 Sep 2007, 22:00

KaM Skill Level: Skilled

ICQ: 269127056

Website: http://lewin.hodgman.id.au

Yahoo Messenger: lewinlewinhodgman

Location: Australia

Post 03 Jul 2014, 01:43

Re: KaM Remake nightly build

GG. It´s because of this error:
That was the rare and unknown error where computers get out of sync in multiplayer, we haven't figured out why that happens yet. It has existed since the first multiplayer demo (it's fairly rare).


:-(
That error causes the game to crash on all clients, it's not really related to replays.
well that is why you crashed, but my replays keep breaking consistently on consistency failure. might the the back to lobby button, i have no idea.
Loading a save (or returning to the lobby) could be causing issues. Was the replay error at the time you returned to the lobby? Did you change anything while in the lobby? These inconsistency errors are really hard to track down, if you can reproduce the error reliably that would be very helpful for me to start debugging it.
<<

pawel95

Castle Guard Swordsman

Posts: 1912

Joined: 03 Oct 2008, 22:00

KaM Skill Level: Skilled

Location: "Pawel95" on Youtube.com

Post 03 Jul 2014, 06:52

Re: KaM Remake nightly build

While he was playing, he returned a few times to the lobby and also let me in, to spectate the game :p that's why I meant, that my error that I got should be in a connection to the error in the replay. He also load an autoave one time as far as I remember.
<<

vovets1

User avatar

Sword Fighter

Posts: 357

Joined: 20 May 2012, 08:59

KaM Skill Level: Veteran

Location: Russia

Post 04 Jul 2014, 08:21

Re: KaM Remake nightly build

Dear developers, the last nightly build is very nice, but it's one problem. You made a new priority, where serfs carry timbers earlier than stones. It's good. But serfs carry timbers earlier than they carry stones to roads!!!
Their algorithm:
1). Serfs bring timbers to houses
2). Serfs bring stones to roads
3). Serfs bring stones to houses.
It's incorrect. Builders start to build a house, they do wooden frame, and go away. To build another wooden frame. And after some frames they can see that stones are in their place and build the house.

How it should be:
1). Serfs bring stones to roads
2). Serfs bring timbers to houses
3). Serfs bring stones to houses.

It would be more comfortable.
<<

pawel95

Castle Guard Swordsman

Posts: 1912

Joined: 03 Oct 2008, 22:00

KaM Skill Level: Skilled

Location: "Pawel95" on Youtube.com

Post 04 Jul 2014, 08:42

Re: KaM Remake nightly build

I brang that idea to deliver wood first, but I haven't seriously noticed that the "bring stone to road"task hasn't the biggest priority anymore :$ good finding.

Sure it should be changed like you said. Bringing wood to houses before finishing new roads would change the system of kams working system drastically :P

However I am not sure anymore how it should be. I think that finishing a house should have a higher priority than finishing roads, right?? However you still found a bug then, becaus the stone-road prio is between the wood-house and the stone-house prio.
<<

vovets1

User avatar

Sword Fighter

Posts: 357

Joined: 20 May 2012, 08:59

KaM Skill Level: Veteran

Location: Russia

Post 04 Jul 2014, 09:23

Re: KaM Remake nightly build

In 5503 serfs bring stones to road before they bring resources (randomly) to houses. I dont mind, it's ok for me. But maybe your priority will be better, who knows?
<<

Lewin

User avatar

KaM Remake Developer

Posts: 3822

Joined: 16 Sep 2007, 22:00

KaM Skill Level: Skilled

ICQ: 269127056

Website: http://lewin.hodgman.id.au

Yahoo Messenger: lewinlewinhodgman

Location: Australia

Post 04 Jul 2014, 13:53

Re: KaM Remake nightly build

Actually building supplies to houses is the same priority as for roads, so it's distance based (with a small random element). Pseudo code:
Bid := Distance + Random(5)
if IsStoneToHouse then Bid := Bid + 10

Lowest bid is chosen. So yes for similar distances stone to houses is a lower priority, but for slightly longer distances it's not so simple. IIRC r5503 was the same, but without the +10 for stone to houses (so houses/roads were the same priority for serfs).
<<

vovets1

User avatar

Sword Fighter

Posts: 357

Joined: 20 May 2012, 08:59

KaM Skill Level: Veteran

Location: Russia

Post 04 Jul 2014, 14:53

Re: KaM Remake nightly build

Hehe, you just added extra number to StoneToHouse, and serfs now bring stones if they can bring timbers to building what places further that 10 tiles, or they can't bring it in principle :)
I think to hard to make priorites as i said + what Lewin said. But i hope that devs will solve this problem. Otherwise the old system is better. I prefer to wait one timber instead of wait all stones.
<<

Lewin

User avatar

KaM Remake Developer

Posts: 3822

Joined: 16 Sep 2007, 22:00

KaM Skill Level: Skilled

ICQ: 269127056

Website: http://lewin.hodgman.id.au

Yahoo Messenger: lewinlewinhodgman

Location: Australia

Post 04 Jul 2014, 15:07

Re: KaM Remake nightly build

Hehe, you just added extra number to StoneToHouse, and serfs now bring stones if they can bring timbers to building what places further that 10 tiles, or they can't bring it in principle :)
I think to hard to make priorites as i said + what Lewin said. But i hope that devs will solve this problem. Otherwise the old system is better. I prefer to wait one timber instead of wait all stones.
I can make WoodToHouse = +10 and StoneToHouse = +20, then roads of a similar distance will be delivered first, then wood to houses, then stone to houses. However, this is quite different from the old r5503 system where all 3 were the same priority... (roads were not preferred over houses in r5503)
<<

vovets1

User avatar

Sword Fighter

Posts: 357

Joined: 20 May 2012, 08:59

KaM Skill Level: Veteran

Location: Russia

Post 04 Jul 2014, 16:10

Re: KaM Remake nightly build

Good idea :)
<<

pawel95

Castle Guard Swordsman

Posts: 1912

Joined: 03 Oct 2008, 22:00

KaM Skill Level: Skilled

Location: "Pawel95" on Youtube.com

Post 04 Jul 2014, 18:11

Re: KaM Remake nightly build

I just had my first serious eco game in the newest nightly and indeed it´s a bit strange. I had like school finished(perfect, wood before stone) but with a normal "TS" gameplay building like forester and stonemeasons in the same time for example i had this situation:


2 stonemeasons with each 3 wood
1 forester with 3 wood and 1 stone

While the forester was made a bit earlier and has way closer distance to the storehouse.
<<

Lewin

User avatar

KaM Remake Developer

Posts: 3822

Joined: 16 Sep 2007, 22:00

KaM Skill Level: Skilled

ICQ: 269127056

Website: http://lewin.hodgman.id.au

Yahoo Messenger: lewinlewinhodgman

Location: Australia

Post 05 Jul 2014, 02:40

Re: KaM Remake nightly build

But would it cause more problems if roads become a higher priority for serfs than houses? In r5503 people expect to see materials being delivered to houses at equal priority as delivering stones to roads (when the distances are similar).
<<

vovets1

User avatar

Sword Fighter

Posts: 357

Joined: 20 May 2012, 08:59

KaM Skill Level: Veteran

Location: Russia

Post 05 Jul 2014, 05:17

Re: KaM Remake nightly build

Hmm. Really, i thought that stones to road was in higher priority, but if this is wrong....
We can alwaus return to old system. Also, we can test others models.
<<

Krom

User avatar

Knights Province Developer

Posts: 3280

Joined: 09 May 2006, 22:00

KaM Skill Level: Fair

Location: Russia

Post 05 Jul 2014, 09:02

Re: KaM Remake nightly build

IMHO that is much too many micro. Having all to be the same priority would be okay, what do you say?
Knights Province at: http://www.knightsprovince.com
KaM Remake at: http://www.kamremake.com
Original MBWR/WR2/AFC/FVR tools at: http://krom.reveur.de
<<

sado1

User avatar

Council Member

Posts: 1430

Joined: 21 May 2012, 19:13

KaM Skill Level: Skilled

Post 05 Jul 2014, 09:31

Re: KaM Remake nightly build

But would it cause more problems if roads become a higher priority for serfs than houses? In r5503 people expect to see materials being delivered to houses at equal priority as delivering stones to roads (when the distances are similar).
We have direct control over placing road plans. Therefore, if I want serfs to bring stuff to the building sites, I can simply stop making more plans. This is actually what everyone is/should be doing in competitive multiplayer - avoid placing hundreds of road plans at once, so maybe such a change would have a positive impact on players when they would notice that they are building roads only for all the time (although for randoms it happens all the time and they don't notice it anyway, so maybe hope is lost for them :P). So roads as a priority make sense to me.
<<

vovets1

User avatar

Sword Fighter

Posts: 357

Joined: 20 May 2012, 08:59

KaM Skill Level: Veteran

Location: Russia

Post 05 Jul 2014, 09:52

Re: KaM Remake nightly build

Vote for old random system =)

Return to “General / Questions”

Who is online

Users browsing this forum: No registered users and 16 guests