Status
SteamPeaks
ChartsSalesUpcomingPatchesNewsCalculator
New on SteamEvery app, DLC and depot the minute Steam creates itAppsEvery app on Steam, newest change firstPackagesSubs and bundles, and what each containsDepotsDepots, manifests and install sizesTagsSteam's user tags and the games under themDevelopers & publishersCompanies and their cataloguesTechnologiesEngines, SDKs and anti-cheat found in the filesChange historyEvery PICS changelist as it lands
SignalsNineteen readings of the whole catalogueCompareAny games side by sideRecordsAll-time peaks and the days they were setReportsWeekly and monthly write-upsAlerts & newsroomWatch a game, get told when it movesSteam statusIs Steam up, right nowWeb API explorerTry the endpoints in the browser
NewsSteam's own announcements and the sales calendarCalculatorWhat a Steam account is worth, and its pile of shame
/
Sign in
/
SteamPeaks
The ultimate resource for Steam data.
ExploreChartsSalesSales and festsUpcomingPatchesNewsRecordsTrendingSignals
DatabaseAppsPackagesDepotsTagsDevelopersTechnologiesChange history
ToolsCalculatorCompareSearchAlertsSteam statusAPI
SiteMethodologyFAQDiscordSupportSign in via Steam
Not affiliated with Valve or Steam. Game names and artwork belong to their owners. All times UTC.
PrivacyCookiesFair useStatus
Hard TimesNewsReleased Alpha 0.0.2 b.4243142
In-game event

Released Alpha 0.0.2 b.4243142

Hard Times · published 30 Sep 2019, 17:10 UTC

All newsPlayers around this dateRead on Steam

Hi everyone! Ivan's here.

So i'm pushing this small update with some new features and a small improvement.

In the church of Father Squid


Have you ever been in the church of father Squid?

In case you haven't yet you should go and check it out, cause you could find different ways of helping your street survival there.

Go and look for it in the big metropolis of indifference.

A new furniture type


This quite easy, to create some props in the church of father squid i implemented a new kind of furniture: "DescriptionFurniture".
What it does is simply displaying it's own name and description in a UI window. It's now usable also in mods. For example:


{
"furnitureId": "church_candles",
"furnitureType": "DescriptionFurniture",
"boxedItemAncestorName": "base_container_boxed",
"boxedItemAncestorType": "BoxedFurnituresItem",
"furnitureArchetipusName": "FurnitureArchetipus",
"furnitureSpriteName": "church_candles.png",
"furnitureColliderRadius": 1,
"isPackable": false,
"freezePosition": true,
"furnitureUiPanelName": "FurnitureDescriptionPanel",
"achievementsOnUse": "",
"mass": 20,
"positionRestrictions": ["outdoor"],
"extras": []
}


Refer to the Hard Times wiki for more info about modding, or ping for help in the Hard Times Discord Server.

Improved the Effects log panel


I just added a small red bullet style dot next to every entry of the effects log panel. It should improve the overall readability of the feature. Remember, anyway, that you can disable it from the options menu in the main menu and in the pause menu.

Thats all for this patch note! As always thanks a lot for your support and for enjoying the game!

Happy Hard Times everybody!
iv.

More from Hard Times

Other announcements

All news
In-game event27 Apr 2020New update, new Polish localizationHi everyone! Ivan's here. In this springey update i will be introducing some new features, a lot of fixes and the super mega awesome Polish localization made by Cubey!! Let's go! · Polish localization: hey, our community member Cubey made this awesome thing come true! He translated the full game to Polish, so now we have a third language supported, apart from English and Italian. I'm so gratefu…In-game event19 Apr 2020The console update!Hi everyone, Ivan's here! In this update i'm releasing the new command line console, which is an aid tool intended to help out for testing, modding and everything you want. There are also other implementations and a number of fixes. So let's list them all: · The new console is available to the public branch from this update. Use F6 to open it and type 'Help' to start with a list of all the avai…In-game event17 Apr 2020Command line console in the beta branchI've pushed on the Beta branch the "console update". Now there's a command line console in-game (press F6 to open it) which you could use to manipolate doors and spawn items. The console backbone is there and is working, but there are few commands implemented. Another notable thing is that the console is fully moddable. You can write you own customized commands in c# and feed them to the moddin…