Every appinfo change SteamRaw has observed, grouped by changelist. Tags, features, languages, builds, depots, prices and any other key Steam publishes. Tracking since 2026-09-11 22:24 UTC.
No changes recorded since SteamRaw first saw this app. Every future PICS change will be listed here.
2026-09-02 10:02 UTC · Community Announcements · DanielDev
Four more destructive tools available!As promised, there have been some more workshop items published! Get ready for some crazy more destruction that will challenge your desktop's resistance! I'm sure you'll smash it to the ground!Alien mineSome crazy scientists found this ancient alien technology and managed to replicate it. A desastrous tool indeed, following the target until collission - unleashing a beautiful but destructive detonation!Beleth the infernalRisen from the underworld, Beleth the infernal has gathered all their power to bring forth their wrath upon your desktop! This dark lord
2026-04-25 11:45 UTC · Community Announcements · DanielDev
Treasure Chest Workshop ItemAs I mentioned in the last news article, I want to put more focus on creating more workshop items. So, after a while, I released the first workshop item in 2026! ːsteamhappyːMeet the Treasure Chest!An old, mysterious chest, waiting to be placed on your screen... and unleashed... What will happen? Will it supply you with ancient riches that have long been forgotten? Or is it not what it seems to be?You'll find out eventually... ːsteamhappyːGet the treasure chest from the Steam Workshop:https://steamcommunity.com/sharedfiles/filedetails/?id=3713516651Have fun!Kind reg
2026-02-14 11:23 UTC · Community Announcements · DanielDev
Hey guys,It's Casual Desktop Game's birthday today. Yay! 🥳Six years ago, Casual Desktop Game transitioned from Early Access to Full Release on Steam. I'm really happy how the game evolved in the last years. And I'm also very happy and thankful for your support though the years. Thank you! Altough, I haven't made any content ready for this year's birthday, I still wanted to post a news for this wonderful occasion. I hope you're all having a great weekend and valentines' day.There will definitely be more updates soon. Since the core game is in a very stable state, I want to focus more on commun
2025-12-15 18:02 UTC · Community Announcements · DanielDev
Patch 2025 is now live!The latest patch will introduce awesome gameplay updates that will further expand your gameplay experience. 🕹️ With this update you'll now be able to save / load scenes using the blueprint feature. This will allow you to create cool battle scenes that you can just quickly load and save, and alter whenever you want. A blueprint state will include all combat entities as well as the current selected background (if any). Another cool thing - that was also requested by the community - is the pause key toggle. This is especially useful if you want to take a longer look at a f
2025-11-02 01:31 UTC · Community Announcements · DanielDev
Hey guys,wow, it's been a while since the last game update. Fortunately, I've got great news for you: A new update is in the making!The next update will contain a feature which will enable a new level of enjoyable gameplay sessions:The Blueprint featureWith blueprints you can save all current spawned entities as well as the current selected background. This way you can create cool scenes that you can save and load whenever you want. There will be a special menu section "Blueprints" that allows you to load or remove blueprints. If you want to save a current blueprint state, you can just press S
2025-09-04 11:34 UTC · Community Announcements · DanielDev
Hey guys,I've established a discord server for my development acitvities, including a dedicated section for Casual Desktop Game! Please join the discord server in order to support my development activities. https://discord.gg/kc6xGmjzVSKind Regards
2025-06-23 18:02 UTC · Community Announcements · DanielDev
Hey guys,I've published two new workshop items.UFO laser guyIt's similar to the bee tool. However it flies from right to left on your screen on the Y coordinate where you click on your screen. It will permanently shoot laser bullets in a circular way while flying. UFO Laser GuyBarrelThe barrel guarantees for chain reactions! The barrel is highly explosive and you can trigger cool chain reactions with it. Try it out!BarrelHave fun!
2025-02-14 11:25 UTC · Community Announcements · DanielDev
Today Casual Desktop Game celebrates its 5th year on Steam! When I published the game 5 years ago, I didn't expect it to become as popular as it is today. But I'm very happy that this fan remake is so well recieved by its community. A huge thank you to everyone who supports the game - whether it's playing, upvoting, commenting, reviewing or even recommending it. Here is to another 5 years! And beyond! Let's celebrate by smashing some virtual desktops and upload some screenshots! Happy destruction!
2024-12-30 11:53 UTC · Community Announcements · DanielDev
Hey guys, I've just published an update to the 2025 upgrade version with some changes: Fixed that some decals would not be shown Fixed some broken guns New tool: Cluster Grenade! Check it out ;-) There are also two new workshop items added by me: Potato Masher: https://steamcommunity.com/sharedfiles/filedetails/?id=3395271240 Thompson SMG: https://steamcommunity.com/sharedfiles/filedetails/?id=3395381789 Have fun and I wish you a happy new year!
2024-12-16 17:12 UTC · Community Announcements · DanielDev
Hey fellow desktop destroyers! I am with great pleasure to announce that the big update of Casual Desktop Game for 2025 is now ready and published! I know that I originally wanted to wait for 14th of February, but this update is too big and important to postpone when it is already ready! So, that's why I've published the update just now! First of all I want to thank everyone who has been so supportive of this small retro project. I am aware of all the nice people upvoting any news I post, commenting on news I post and simply just playing the game! The game wouldn't be where it is now with all
2024-12-01 01:30 UTC · Community Announcements · DanielDev
Hey guys, in the light of the upcoming anniversary update, I figured I wanted to share a nice change with you all. One of the cool updates also affects the fireworks tool, which is included by default within the game. Until now the tool was, frankly, very boring and unspectacularly. But not anymore. I improved the fireworks tool greatly and I believe that you will like it, too. At least I hope so. :) Honestly before the update, I considered removing the fireworks tool from the game, because I really found it bad and was afraid it could put a bad light on the game. I really wanted to improve it
2024-11-15 13:06 UTC · Community Announcements · DanielDev
Hey guys, as already mentioned earlier, the next update will contain some breaking changes for the tools API and thus as a mod developer you will need to update your tools in order to let them keep being functional. I've just published an upgrade guide that will help you updating your mods. Please read it carefully if you have published mods to the workshop and update your contributions accordingly! Link to guide: https://steamcommunity.com/sharedfiles/filedetails/?id=3366108118 If you have any questions, please comment here or create a topic in the discussion section. Kind Regards
2024-11-03 00:01 UTC · Community Announcements · DanielDev
Hey there, good news! The update for February 14th, 2025 is almost done. This update will be a celebration of 5 years of Casual Desktop Game on Steam. Due to this update, there were some changes to the Tools API, specifically two new methods were added to the IScriptedEntity interface that need to be implemented by classes that implement that interface. Here are the two new methods: //Can be used to overwrite the current position with the given position void SetPosition(const Vector& in) //Can be used to overwrite the current rotation with the given rotation void SetRotation(float fRotation) A
2024-10-30 13:10 UTC · Community Announcements · DanielDev
Hey guys, it's been a while since the last news or updates were published. Sorry about that! I'm very busy with various projects, BUT I've made quite an extensive list of updates planned for Casual Desktop Game! The year 2025 is approaching and with it also February 14th... This means 5 years of Casual Desktop Game on Steam! That's why the next update is planned for this historical date - to celebrate 5 years of the Casual Desktop Game full version! Also if you want, feel free to follow the new Mastodon profile for the game: https://mastodon.social/@casual_desktop_game New screenshots publishe
2024-06-02 12:15 UTC · Community Announcements · DanielDev
Hey there, It's been a while since the last news were posted. So here are some small news. Did you already notice the backgrounds feature? You can set custom backgrounds ingame. This can expand your gaming experience further. Imagine having a battlefield background for your next tank battle? Or a nostalgic background from the old Windows XP era? All that is possible. You can obtain some backgrounds from the official Casual Desktop Game website. It is planned to also integrate the backgrounds feature with Steam Workshop, but this might take a while. We do also have a Mastodon account now. It's
Full appinfo as delivered by Steam PICS, changenumber 38534931. Also at /api/app/1001860/raw.
{
"appid": "1001860",
"common": {
"name": "Casual Desktop Game",
"type": "Game",
"oslist": "windows",
"osarch": "64",
"logo": "54866aa39fd86b73c492b24185014f8275706d28",
"logo_small": "54866aa39fd86b73c492b24185014f8275706d28_thumb",
"clienticon": "d9d3251e5683702eac130a4760ad5aa90cbe42e3",
"clienttga": "2344b05b3171ba20a60b699dd38c458d7a962464",
"icon": "fd8440084b76f527eb41f9f5d2c7d32441ea0191",
"releasestate": "released",
"steam_deck_compatibility": {
"category": "2",
"steamos_compatibility": "2",
"steam_machine_compatibility": "2",
"test_timestamp": "1771372800",
"tested_build_id": "20872656",
"tests": {
"0": {
"display": "3",
"token": "#SteamDeckVerified_TestResult_ControllerGlyphsDoNotMatchDeckDevice"
},
"1": {
"display": "4",
"token": "#SteamDeckVerified_TestResult_DefaultControllerConfigFullyFunctional"
},
"2": {
"display": "4",
"token": "#SteamDeckVerified_TestResult_InterfaceTextIsLegible"
},
"3": {
"display": "4",
"token": "#SteamDeckVerified_TestResult_DefaultConfigurationIsPerformant"
}
},
"steam_machine_tests": {
"0": {
"display": "3",
"token": "#SteamMachine_TestResult_ControllerGlyphsDoNotMatchDevice"
},
"1": {
"display": "4",
"token": "#SteamMachine_TestResult_DefaultControllerConfigFullyFunctional"
},
"2": {
"display": "4",
"token": "#SteamMachine_TestResult_DefaultConfigurationIsPerformant"
}
},
"steamos_tests": {
"0": {
"display": "3",
"token": "#SteamOS_TestResult_GameStartupFunctional"
}
},
"configuration": {
"supported_input": "other",
"requires_manual_keyboard_invoke": "0",
"requires_non_controller_launcher_nav": "0",
"primary_player_is_controller_slot_0": "0",
"non_deck_display_glyphs": "1",
"small_text": "0",
"requires_internet_for_setup": "0",
"requires_internet_for_singleplayer": "0",
"recommended_runtime": "proton-stable",
"requires_h264": "0",
"requires_voice_files": "0",
"gamescope_frame_limiter_not_supported": "1",
"hdr_support": "0",
"requires_proton_soundfonts": "0"
}
},
"metacritic_name": "Casual Desktop Game",
"small_capsule": {
"english": "4796a8a2afd91c347c8eb85f6051ddce9bc4582c/capsule_231x87.jpg"
},
"header_image": {
"english": "220206ff2d70717ba3fd66a472734a3ffad3f0f4/header.jpg"
},
"library_assets": {
"library_capsule": "en",
"library_hero": "en",
"library_hero_blur": "en",
"library_logo": "en",
"library_header": "en",
"logo_position": {
"pinned_position": "BottomLeft",
"width_pct": "33.40961098398171",
"height_pct": "46.58054727105383"
}
},
"library_assets_full": {
"library_capsule": {
"image2x": {
"english": "bdbe52d895e2afc48f59760b52c2dd6eee1c2cd6/library_600x900_2x.jpg"
},
"image": {
"english": "bdbe52d895e2afc48f59760b52c2dd6eee1c2cd6/library_600x900.jpg"
}
},
"library_hero": {
"image2x": {
"english": "0da464589893efd4ad5e2db611431d0b331ce892/library_hero_2x.jpg"
},
"image": {
"english": "0da464589893efd4ad5e2db611431d0b331ce892/library_hero.jpg"
}
},
"library_hero_blur": {
"image": {
"english": "0da464589893efd4ad5e2db611431d0b331ce892/library_hero_blur.jpg"
}
},
"library_logo": {
"image": {
"english": "87e3d8314231cae2e5021a8a89e861beda737085/logo.png"
},
"image2x": {
"english": "87e3d8314231cae2e5021a8a89e861beda737085/logo_2x.png"
},
"logo_position": {
"pinned_position": "BottomLeft",
"width_pct": "33.40961098398171",
"height_pct": "46.58054727105383"
}
},
"library_header": {
"image": {
"english": "220206ff2d70717ba3fd66a472734a3ffad3f0f4/library_header.jpg"
},
"image2x": {
"english": "220206ff2d70717ba3fd66a472734a3ffad3f0f4/library_header_2x.jpg"
}
}
},
"store_asset_mtime": "1788340408",
"associations": {
"0": {
"type": "developer",
"name": "Daniel Brendel"
},
"1": {
"type": "publisher",
"name": "Daniel Brendel"
}
},
"primary_genre": "4",
"genres": {
"0": "1",
"1": "4",
"2": "23",
"3": "37"
},
"category": {
"category_2": "1",
"category_30": "1",
"category_62": "1"
},
"supported_languages": {
"english": {
"supported": "true"
}
},
"steam_release_date": "1581720873",
"workshop_visible": "1",
"community_hub_visible": "1",
"gameid": "1001860",
"store_tags": {
"0": "597",
"1": "3810",
"2": "1669",
"3": "14720",
"4": "4004",
"5": "1320952",
"6": "6691",
"7": "7743",
"8": "3916",
"9": "19",
"10": "492",
"11": "113",
"12": "10397",
"13": "5363",
"14": "4182",
"15": "1773",
"16": "3964",
"17": "4255",
"18": "3871",
"19": "493"
},
"review_score": "8",
"review_percentage": "87"
},
"extended": {
"developer": "Daniel Brendel",
"publisher": "Daniel Brendel",
"homepage": "https://www.casual-desktop-game.com/",
"isfreeapp": "1"
},
"config": {
"installdir": "Casual Desktop Game",
"launch": {
"0": {
"executable": "dnyCasualDeskGame.exe",
"description": "Run Game",
"type": "default",
"config": {
"oslist": "windows",
"osarch": "64"
}
}
}
},
"depots": {
"228986": {
"config": {
"oslist": "windows"
},
"depotfromapp": "228980",
"sharedinstall": "1"
},
"228987": {
"config": {
"oslist": "windows"
},
"depotfromapp": "228980",
"sharedinstall": "1"
},
"228988": {
"config": {
"oslist": "windows"
},
"depotfromapp": "228980",
"sharedinstall": "1"
},
"228990": {
"config": {
"oslist": "windows"
},
"depotfromapp": "228980",
"sharedinstall": "1"
},
"1001861": {
"config": {
"oslist": "windows",
"osarch": "64"
},
"manifests": {
"public": {
"gid": "8970075995899876265",
"size": "47372553",
"download": "23710704"
},
"beta": {
"gid": "8970075995899876265",
"size": "47372553",
"download": "23710704"
}
}
},
"workshopdepot": "1001860",
"branches": {
"public": {
"buildid": "20872656",
"timeupdated": "1765808071",
"timebuildupdated": "1763632326"
},
"beta": {
"buildid": "20872656",
"description": "Beta for December 2025 Update",
"timeupdated": "1763632365",
"timebuildupdated": "1763632326"
}
}
},
"ufs": {
"quota": "100000000000",
"maxnumfiles": "10000"
}
}