Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Problem with stonecutter #123

Closed
Nick222 opened this issue Jan 25, 2022 · 15 comments
Closed

Problem with stonecutter #123

Nick222 opened this issue Jan 25, 2022 · 15 comments
Labels
bug Something isn't working Tribes Category: Tribes

Comments

@Nick222
Copy link

Nick222 commented Jan 25, 2022

The stonecutter tries to get out of the hut, reaches the nearest flag - and comes back.
And so on ad infinitum...

@frankystone
Copy link
Contributor

Hi Nick222,

is this related to a widelands add-on? If not this should go into the widelands issue tracker.

Please describe in more detail what is happening, which version do you play, the OS, which add-ons are activated and so on. Also add a save game :-)

@Nick222
Copy link
Author

Nick222 commented Jan 25, 2022

Xubuntu 21.10
Widelands 1.0
European Tribe 2.2.6+88
replays.zip

@frankystone
Copy link
Contributor

Thanks for the information.

I have informed MarcMcWire, who made this add-on :-)

@Noordfrees Noordfrees added bug Something isn't working Tribes Category: Tribes labels Jan 31, 2022
@Noordfrees
Copy link
Member

@MarkMcWire friendly ping :) what is the status here?

@MarkMcWire
Copy link
Contributor

MarkMcWire commented Feb 21, 2022

There is some bug I've created. The advanced_stonecutter can become a advanced_stonemason, also the normal_stonemason can become a advanced_stonemason. This caused a crash in my AI-Test-games, because game can't handle this. (Two workers can become another worker (identical) with experience points.)

But I don't think this is related to the problem from above. Nevertheless, I made several updates, mainly because the German translations were wrong because push_textdomain("europeans_tribe.wad", true) was missing and instead push_textdomain("tribe", true) was in some entries.

Maybe the other bug is gone, too. Newest Version is 2.3.2, i've uploaded moments ago.

@hessenfarmer
Copy link
Contributor

@Nick222 did you test with latest addon version? can this be closed?

@Nick222
Copy link
Author

Nick222 commented Mar 16, 2022

@Nick222 did you test with latest addon version? can this be closed?

Addon version 2.4.5+93 - NO

@MarkMcWire
Copy link
Contributor

Sorry for the late reply. 2 weeks ago my computer broke down and it took me so long to get a new one. Unfortunately, some of my old data has also been lost. I'm trying to take care of the problem.

The Stonecutter currently has two operations. Once he cuts rocks from the map to create granite or marble, or he mines ressource_stone from mountains.

If he cannot find either of these things in the work area, the worker will leave the house briefly and then come back in again.

Although I have programmed a finde resource check, it still behaves like this.

@Nick222
Copy link
Author

Nick222 commented Mar 28, 2022

There is a lot of rocks in stonecutter area - but the worker leave the house briefly and then come back in again.

@MarkMcWire
Copy link
Contributor

There is a lot of rocks in stonecutter area - but the worker leave the house briefly and then come back in again.

I've increased search radius for rock. Did it have any effect on your problem?

@Nick222
Copy link
Author

Nick222 commented Apr 27, 2022

The problem is that at the end of the construction of the quarry, the worker begins to extract stone, however, after extracting 5 units of stone, he stops doing this and enters the cycle I described above.

I think the search radius has nothing to do with it...

@hessenfarmer
Copy link
Contributor

the problem is the mining program of the worker. after a findspace command a walk=object makes no sense but it should have been a walk=coords see fisher programs for example

@Nick222
Copy link
Author

Nick222 commented Apr 29, 2022

Now (version addon 2.4.7+95) mining has begun to go on continuously, but for some reason, a quarry worker extracts quartz and diamonds from the first level, and not, as before, from the second or third...

@MarkMcWire
Copy link
Contributor

MarkMcWire commented May 14, 2022

Now (version addon 2.4.7+95) mining has begun to go on continuously, but for some reason, a quarry worker extracts quartz and diamonds from the first level, and not, as before, from the second or third...

Yes, thats no bug but a feature. Quartz and diamond are necessary for recruiting soldiers and the AI stalls some times, so I expanded the extraction of quartz and diamond to all stonecutters, but with different speeds and frequencies.

@Nick222
Copy link
Author

Nick222 commented May 14, 2022

OK :)

But why normal quarry can only destroy - not to deconstruct ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working Tribes Category: Tribes
Projects
None yet
Development

No branches or pull requests

5 participants