[0.13.0] 'Watch your step' achievement

This subforum contains all the issues which we already resolved.
Post Reply
User avatar
Kayanor
Global Moderator
Global Moderator
Posts: 565
Joined: Sat May 10, 2014 7:20 am
Contact:

[0.13.0] 'Watch your step' achievement

Post by Kayanor »

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.
Image
The achievement is still unlocked on Steam.
Former moderator.

safan
Fast Inserter
Fast Inserter
Posts: 126
Joined: Mon Dec 23, 2013 7:26 pm
Contact:

archievement bug

Post by safan »

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 ..
Attachments
firstbug.jpg
firstbug.jpg (38.24 KiB) Viewed 6878 times

User avatar
TruePikachu
Filter Inserter
Filter Inserter
Posts: 978
Joined: Sat Apr 09, 2016 8:39 pm
Contact:

Re: archievement bug

Post by TruePikachu »

Confirmed, already made seperate thread for the "modded game" problem.
Image

someloser
Inserter
Inserter
Posts: 24
Joined: Mon May 26, 2014 5:37 am
Contact:

Re: [0.13.0] 'Watch your step' achievement

Post by someloser »

i got the same thing just by generating a new map
DT-Extend - DyTech ores and other things.

devilwarriors
Filter Inserter
Filter Inserter
Posts: 311
Joined: Sat Jan 09, 2016 1:11 am
Contact:

Re: [0.13.0] 'Watch your step' achievement

Post by devilwarriors »

same here

User avatar
Kayanor
Global Moderator
Global Moderator
Posts: 565
Joined: Sat May 10, 2014 7:20 am
Contact:

Re: [0.13.0] 'Watch your step' achievement

Post by Kayanor »

Merged "archievement bug" in here, it's the same bug.
Former moderator.

engin33rguy
Burner Inserter
Burner Inserter
Posts: 7
Joined: Sat Apr 09, 2016 4:55 pm
Contact:

Re: [0.13.0] 'Watch your step' achievement

Post by engin33rguy »

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)

Cutemine
Inserter
Inserter
Posts: 45
Joined: Mon Jun 27, 2016 8:00 pm
Contact:

Re: [0.13.0] 'Watch your step' achievement

Post by Cutemine »

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!

Nymru
Manual Inserter
Manual Inserter
Posts: 3
Joined: Mon Jun 27, 2016 10:53 pm
Contact:

[0.13] Watch your step achievement bugged

Post by Nymru »

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

Mazian
Burner Inserter
Burner Inserter
Posts: 9
Joined: Mon Jun 27, 2016 11:23 pm
Contact:

Re: [0.13] Watch your step achievement bugged

Post by Mazian »

Image

slindenau
Long Handed Inserter
Long Handed Inserter
Posts: 73
Joined: Fri Mar 25, 2016 1:46 pm
Contact:

Re: [0.13] Watch your step achievement bugged

Post by slindenau »

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
Same issue here...actually getting killed by a train also does nothing (not reported to steam).
Please fix :)
My mod: "Auto Deploy Destroyers" (follower robots) viewtopic.php?f=97&t=24545

vtx
Fast Inserter
Fast Inserter
Posts: 150
Joined: Tue Jun 28, 2016 9:48 am
Contact:

Re: [0.13.0] 'Watch your step' achievement

Post by vtx »

I fixed it in my game.

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",
  },
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.

kovarex
Factorio Staff
Factorio Staff
Posts: 8078
Joined: Wed Feb 06, 2013 12:00 am
Contact:

Re: [0.13.0] 'Watch your step' achievement

Post by kovarex »

Thanks for the report, it is fixed for 0.13.1 now.

solntcev
Long Handed Inserter
Long Handed Inserter
Posts: 81
Joined: Tue Jun 21, 2016 8:37 am
Contact:

Re: [0.13.0] 'Watch your step' achievement

Post by solntcev »

Will it be retroactive fix (clear achievement status from loaded save) or will we need to start new map for this achievement?

KeyszerS
Burner Inserter
Burner Inserter
Posts: 9
Joined: Tue Aug 18, 2015 1:12 pm
Contact:

Re: [0.13.0] 'Watch your step' achievement

Post by KeyszerS »

solntcev wrote:Will it be retroactive fix (clear achievement status from loaded save) or will we need to start new map for this achievement?
Delete the file "achievements.dat" from %appdata%\Factorio

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)

slindenau
Long Handed Inserter
Long Handed Inserter
Posts: 73
Joined: Fri Mar 25, 2016 1:46 pm
Contact:

Re: [0.13.0] 'Watch your step' achievement

Post by slindenau »

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

User avatar
y.petremann
Filter Inserter
Filter Inserter
Posts: 407
Joined: Mon Mar 17, 2014 4:24 pm
Contact:

Re: [0.13.0] 'Watch your step' achievement

Post by y.petremann »

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)?
Same for me, I tried the fix (modifying minimum damage to 1) and it crashed my game (but I still got the achievement)

Post Reply

Return to “Resolved Problems and Bugs”