Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
And it's not only for hardcore. To look at your status on this achievement, click the Stats button, then general, then you should see your reputation. In the right corner, it should say "general", click on this, then scroll down till you see something like "health recoved from eating", and it should show you a number beside it.
http://steamcommunity.com/sharedfiles/filedetails/?id=217466835
You could find out if the game is actually tracking it using this console command...
GetPCMiscStat "health from food"
(it isn't case sensitive, so all lower case is fine too)
It should show how many points you have.
If it doesn't show a valid number you could modify it with this command...
ModPCMiscStat "health from food" 0
(this should set the points to 0, but you could check again using the first command)
(Edit: replace 0 with another value, as it actually modifies your points by that value so 0 was in fact doing nothing, oops)
Try injuring yourself then eating some food, then try the first command again to check if it's being tracked properly this time.
http://steamcommunity.com/sharedfiles/filedetails/?id=217516965
maybe it needs a positive or negative number, so try it again using something like...
ModPCMiscStat "health from food" 470 (or -470)
As long as you can get it back to a positive number you should be able to get the stats showing in the pipboy again.
Also remember that using the console disables achievements for that session.