[0.13.0] 'Watch your step' achievement
[0.13.0] 'Watch your step' achievement
The 'Watch your step' achievement (getting killed by train) is unlocked. Even though I don't even have a train on any of my maps.
The achievement is still unlocked on Steam.
The achievement is still unlocked on Steam.
Former moderator
archievement bug
so somehow i already have the dead by train archievement while i still have to build research. Also it claims i have a modded game while there are no mods yet?
wierd ..
wierd ..
- Attachments
-
- firstbug.jpg (38.24 KiB) Viewed 7953 times
- TruePikachu
- Filter Inserter
- Posts: 978
- Joined: Sat Apr 09, 2016 8:39 pm
- Contact:
Re: archievement bug
Confirmed, already made seperate thread for the "modded game" problem.
Re: [0.13.0] 'Watch your step' achievement
i got the same thing just by generating a new map
DT-Extend - DyTech ores and other things.
-
- Filter Inserter
- Posts: 311
- Joined: Sat Jan 09, 2016 1:11 am
- Contact:
Re: [0.13.0] 'Watch your step' achievement
Merged "archievement bug" in here, it's the same bug.
Former moderator
-
- Burner Inserter
- Posts: 7
- Joined: Sat Apr 09, 2016 4:55 pm
- Contact:
Re: [0.13.0] 'Watch your step' achievement
One thing I found is that if there is *any* data in your \mods folder, even if all mods are disabled at the menu screen on launch, it will still say that achievements are disabled. Once I moved everything out of my mods folder and re-launched it showed up fine. (Train achievement still unlocked though)
Re: [0.13.0] 'Watch your step' achievement
This might be related: I've got the "Watch your step" Achievement the way you should: by getting killed by a train. I however didn't get the achievement popup and it's not listed in steam as completed (neither is the "Smoke me a kipper, I'll be back for breakfast" (finish the game) Achievement, where i did get a popup).
Nevertheless: great update! Thanks for this amazing game!
Nevertheless: great update! Thanks for this amazing game!
[0.13] Watch your step achievement bugged
Hello guys,
I'd like to report a (small) bug related to achievements. The watch your step achievement seems to be bugged? It's unlocked at the start of every game (modded or unmodded), and won't unlock on steam.
If you need more info, please let me know.
-Nymru
I'd like to report a (small) bug related to achievements. The watch your step achievement seems to be bugged? It's unlocked at the start of every game (modded or unmodded), and won't unlock on steam.
If you need more info, please let me know.
-Nymru
Re: [0.13] Watch your step achievement bugged
Same issue here...actually getting killed by a train also does nothing (not reported to steam).Nymru wrote:Hello guys,
I'd like to report a (small) bug related to achievements. The watch your step achievement seems to be bugged? It's unlocked at the start of every game (modded or unmodded), and won't unlock on steam.
If you need more info, please let me know.
-Nymru
Please fix
My mod: "Auto Deploy Destroyers" (follower robots) viewtopic.php?f=97&t=24545
Re: [0.13.0] 'Watch your step' achievement
I fixed it in my game.
Folder : base\prototypes
File : achievements.lua
By looking that I think almost everyone will see the problem.
Change minimum_damage = 1,
It's seem because you receive 0 damage when you start a new game it's proc the achievement. I did some test and with that change the achievement only proc for damage from train.
Also delete achievements.dat from users folder to resync your achievements with steam. Little side note Achievement in-game are linked with steam. Once you have achievement on steam you have it automatically in-game either that you restart a game with mod or not.
Also fun fact modifying directly base mod didn't activate achievement protection from mod.
Folder : base\prototypes
File : achievements.lua
By looking that I think almost everyone will see the problem.
Code: Select all
{
type = "player-damaged-achievement",
name = "watch-your-step",
order = "b[exploration]-f[watch-your-step]",
type_of_dealer = "locomotive",
minimum_damage = 0,
should_survive = false,
icon = "__base__/graphics/achievement/watch-your-step.png",
},
It's seem because you receive 0 damage when you start a new game it's proc the achievement. I did some test and with that change the achievement only proc for damage from train.
Also delete achievements.dat from users folder to resync your achievements with steam. Little side note Achievement in-game are linked with steam. Once you have achievement on steam you have it automatically in-game either that you restart a game with mod or not.
Also fun fact modifying directly base mod didn't activate achievement protection from mod.
Re: [0.13.0] 'Watch your step' achievement
Thanks for the report, it is fixed for 0.13.1 now.
Re: [0.13.0] 'Watch your step' achievement
Will it be retroactive fix (clear achievement status from loaded save) or will we need to start new map for this achievement?
Re: [0.13.0] 'Watch your step' achievement
Delete the file "achievements.dat" from %appdata%\Factoriosolntcev wrote:Will it be retroactive fix (clear achievement status from loaded save) or will we need to start new map for this achievement?
This will reset all the achievements back to null. Of course, wait for the fix before doing that, or manually fix your game for now (as posted in an earlier post in this same thread)
Re: [0.13.0] 'Watch your step' achievement
Updated to 0.13.1, removed the achievements.dat file, the achievement is now visible ingame as "not yet achieved". However, now it seems impossible to actually get it (tried getting killed by a moving train multiple times)?
My mod: "Auto Deploy Destroyers" (follower robots) viewtopic.php?f=97&t=24545
- y.petremann
- Filter Inserter
- Posts: 421
- Joined: Mon Mar 17, 2014 4:24 pm
- Contact:
Re: [0.13.0] 'Watch your step' achievement
Same for me, I tried the fix (modifying minimum damage to 1) and it crashed my game (but I still got the achievement)slindenau wrote:Updated to 0.13.1, removed the achievements.dat file, the achievement is now visible ingame as "not yet achieved". However, now it seems impossible to actually get it (tried getting killed by a moving train multiple times)?