-
Notifications
You must be signed in to change notification settings - Fork 155
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
Market issues #613
Comments
I don't know the current status too well (I'm more eyeing on code quality improvements and the early game). My guess is that the energy is too low and filling up the terminal is not properly done (because the terminal was move closed to the mineral and the mineral creep was not updated). When I implemented it (long long ago), the idea was something like:
After that, there were a couple of contributions regarding minerals and the market, which I didn't follow up too much. I think the mineral and market need a lot of rework or even a complete rewrite. If you or someone else is interested, go ahead, I'm excited to see what your approach will be. The next step which I would have done is moving the labs to the terminal (place them at the end of the path |
Thank you for your message. I can wait more time and give further update if something changes. I am totally happy to keep contributing to the project but I think I am still too new to the game mechanics and this code to undertake a complete rewrite of this feature. But I will try to look into it and see if I can do something! |
Well, it helps me usually to have a certain task to explore a code base better. The mineral handling and creep were initially written by me and I just wanted to have something somehow running. (translates to 'I think the implementation and logic is shitty') And is mostly separated from everything else, it works with different resources (ok a bit of energy), and it uses different mechanics (mineral creep has the only proper state machine). I hope this gives you a bit of motivation. |
I am on the current master, and last market commits did not solve the problem I am experiencing for more than a week.
The script never managed to buy elements and neither sell them. However I keep getting spammed in the console messages like this:
In the meantime my terminal has more than 100k mined oxigen and 10k energy but I think that the script never tried to sell its resources. (my Cr balance is 0)
The text was updated successfully, but these errors were encountered: