Gold Mining Simulator

Gold Mining Simulator

View Stats:
Bitelchus Aug 9, 2019 @ 5:14am
Bug Tutorial stage 2.
Hello, First I must say I love this game.
I found a bug at tutorial stage 2, I buy all recommended stuff, I charge all into truck's bed, the cargo zone is empty but tutorial still insist in charging all stuff, so I can't continue with tutorial. Hope this helps.
< >
Showing 1-12 of 12 comments
El Pottro Aug 9, 2019 @ 4:15pm 
Pardon?
Metallos Aug 10, 2019 @ 12:35am 
And what is "stage 2" (what do you have to do)?
You can also disable the tutorial mode.
Metallos Aug 10, 2019 @ 2:14pm 
Ok, I started a new game in tutorial and after collecting 23k $ I had to buy the small excavator and some parts in the equipment shop (mobile plant, generator, jerrycan, bucket, cables and hoses). I bought them in the desired quantity, after putting them onto the truck the message which tells I should load the parts onto the truck still remains (even after hooking the MWP on).

Also the tutorial should be upgraded because you don't run water from the river to the mobile plant anymore, since the water system overhaul you take the mobile water tank.
Last edited by Metallos; Aug 10, 2019 @ 2:14pm
mudfarmer Aug 10, 2019 @ 7:36pm 
I'm not sure, I turned the tutorial off before I got that far when I noticed it kept giving me free smelting (once per play session, instead of once ever). In any case you can run water from the river with the pressure system you just need enough hose segments and extenders. The pump only needs to be within about 300 ft of the river, which is most of the way to the dig zone.
Metallos Aug 11, 2019 @ 2:04am 
Then check if the tutorial hasn't beed activated again (in rare cases it can happen).

Originally posted by mudfarmer:
In any case you can run water from the river with the pressure system you just need enough hose segments and extenders. The pump only needs to be within about 300 ft of the river, which is most of the way to the dig zone.
Yes, that's possible and how we did it before the water trailer has been implemented.
Now we've the water trailer which makes long lines across the claim unnecessary and we don't have to run around to start / shut down pumps. And it can deliver water if the river is frozen or dried out which is not possible with the old system.
Last edited by Metallos; Aug 11, 2019 @ 6:01am
Metallos Aug 11, 2019 @ 6:01am 
Maybe I've found out the problem, at the steps where I've to buy the stuff the last two parts (green hose and small diesel pump) are skipped (the dot steps through them to the cashier). With buying these two the "loading onto truck" step will be completed and the next step is hooking on the MWP.

On the claim I've already the wavetable and magsep with generator because I had enough gold / money (due to nugget events) to buy those at evening on first day and I've set them up because of low temperatures (couldn't dig because river frozen). Maybe this had interfered? But I also had the thick cable on the claim but the step to buy it wasn't skipped.

I can also provide the savegame (standing at the bank before selling the last goldbar to reach the 23k goal) to the devs via email.
Last edited by Metallos; Aug 11, 2019 @ 6:04am
HiSaZuL (Banned) Aug 11, 2019 @ 8:51pm 
@metallos
Do you recall a full list of things it asked you to buy at that exact tutorial stage? I'm in the same boat atm, it absolutely refuses to move past loading crap into truck. Before ordering mobile washer I even tried to completely sell EVERYTHING on the claim, extra buckets I got, crate for hauling buckets, jury cans, small water pump with hoses and filter and so on... I upgraded the t1 for extra experience. But even with utterly blank slate except for truck and cash on hand... wont acknowledge loading no matter what.
Things that it asks me to buy in exact order regardless of what I still have on claim:
1 x mobile wash plant
1 x bucket
1 x water splitter
1 x fat water hose connector
1 x mobile generator
1 x high voltage power cable
1 x jerrycan
3 x fat water hose
1 x thin water hose
1 x small diesel water pump

Sadly do not have save before activating stage 2. Earliest I got I saved right before ordering small excavator. So I may not be able to reset state of things I got to unbug this ♥♥♥♥ show.
Tutorial in this game should be taken outside and put down, blocking ability to use bucket just to force you to follow tutorial? I'm sorry there are no polite words to describe that idea.

Also found it odd that it doesn't tell you to get water filter... how is that even suppose to work?

Edit: Checking a bit further this steps just ♥♥♥♥♥ up loading bay period. When I go to checkout at this tutorial stage, lets say with what it wants me to buy, it comes total to 34 slots, it shows in checkout as 34 slots. Once I pay.... it uses 35 slots. If I go one by ♥♥♥♥♥♥♥ one item checking their slot usage everything checks out... and I'm left with permanently used 1 slot. Something was probably included previously, then taken out and some genius decided tutorial should adjust this stuff manually... because thats obviously very logical.

Edit 2: At least I found out what ♥♥♥♥♥ up shop slots. Mobile wash plant, every time you buy 1, it permamently uses one slot... moving it out of trailer slots does nothing, ♥♥♥♥♥♥♥♥♥♥♥♥♥♥♥♥. Still uses trailer slots properly but... that doesn't really mean much at the end of the day. Also on tutorial part adding wash plant when asked then removing it at register before going to next object, fixes slot usage for a time but it still never moves past loading stuff on truck.

I'm acutely reminded why I despise unity engine. Also looking at their own log... yeah... unity engine at it's fines. Also probably should turn off their auto "crash" report uploads going by log it chokes about every 5 minutes and uploads something... somewhere. Was wondering why my firewall autoblocked this game during first run in first part of tutorial with excavator and stuff. And saves are archived... with a password lol. I get the archiving part since it's unity saves and they are BLOATED(6mb archived still in tutorial stage 2...) but the password... really?

Edit whatever:
Tried at least to find out how quests are processed on memory level since it's unity at least there is some debugging help, so even if you don't really know what your doing you can still find stuff.
Found references to tutorial stages in "Unity.Analytics.StandardEvents" but that never went anywhere since it all links back to core unity modules... probably useful if you know what your doing, not so much for me.
Found fairly expansive references with lots of seemingly functional hooks for a cheat menu... Oh and a gravity gun, that sounded pretty interesting tbh, also there found most of their custom stuff sitting at "Assembly-CSharp" this is where "MissionGR" is, which seems to be the correct thing that handles missions. Grabbing some addresses from class searches found some stuff then looked for the stuff that is at least sort of more probable then others. Lost of crashes later....
Pointers :
MissionGr -> +80 - Current Objective -> +28 - Message -> +10 - Header -> + 10 - Key -> +14 - Value = TUTORIAL_STAGE_TIER2
MissionGr -> +80 - Current Objective -> +28 - Message -> +20 - ObjectiveLine -> +10 - Key -> +14 - Value = TUTORIAL_BUY_BUCKET

Now maybe I can fiddle with it some more and just change the objective pointer to next one... if that works then I just need to fix mobile washer using wrong slots and I can continue with the tutorial...
This is turning more into asm tutorial then a gold mining video game tutorial.
Last edited by HiSaZuL; Aug 12, 2019 @ 5:47am
Metallos Aug 13, 2019 @ 2:51am 
I took the kept savegame I mentioned above (before selling the last gold bar to trigger the 23k gold goal) ant went through the steps. I had no problems except the marker for green hose and small diesel pump steps ahead to the cashier without adding them to the buy list (as mentioned above). I added the green hose and the pump to the buy list and went then to cashier (like it should be), step "load stuff onto truck" came, loaded the stuff onto the truck and then the step with hooking the MWP came.

With the used space (1/48 after emptying all) left it seems to be optical because I loaded the (continued) tutorial game, went to the shop and 0/48 was showed. Maybe after (re)loading the correct value is showed but I haven't tried to buy stuff to the full 48 slots (it came into my mind while writing this post but game is already closed).
Last edited by Metallos; Aug 13, 2019 @ 2:58am
The Lapis Fox Dec 25, 2019 @ 6:24pm 
Sooo, 4 1/2 months later and this tutorial bug still exists with no fix in sight.....
buy a water filter too should work after that.
SoilMoist Feb 25, 2020 @ 7:55pm 
Nope. This happens at any purchasing points in the tutorials. Don't buy anything out of order. Buying things like the wave table will cause the tutorial to stop updating as you buy the next items required. I really hope we'll see some future updates to fix it, but I doubt we'll be seeing any.
Trockenbrot May 16, 2020 @ 12:12pm 
Had this error today, too.
But was able to "fix" it with following steps:
- Loaded a savegame with 23k state.
- bought excavator
- bought everything mentioned in totorial
- bought a waterfilter
- payed
- ! here comes the buged state where you should load the pickup!
I first reset the pickup at this point and then successfully loaded the items
- Tutorial upated to hang the MWP
- next steps worked properly
< >
Showing 1-12 of 12 comments
Per page: 1530 50

Date Posted: Aug 9, 2019 @ 5:14am
Posts: 12