-
Notifications
You must be signed in to change notification settings - Fork 53
Integrating changes into the game
Ben Lubar edited this page Oct 2, 2022
·
4 revisions
This page is documentation for Steamworks admins. If you do not have release publisher access, you likely do not need this page.
-
addons/ExampleAddon/resource/*.txt
- updatetranslations
submodule in staging repo and runcreate_build.py
-
addons/**
- handled by addon authors -
credits/*.txt
- updatetranslations
submodule in staging repo and runcreate_build.py
-
platform/**.txt
- updatetranslations
submodule in staging repo and runcreate_build.py
-
resource/**.txt
- updatetranslations
submodule in staging repo and runcreate_build.py
-
achievements/563560_loc_*.vdf
- upload changed files to https://partner.steamgames.com/apps/loc/563560; changes require Steamworks publish -
community/app_items_563560_*.json
- upload at https://partner.steamgames.com/apps/communityitems/563560; changes apply after a few minutes -
community/inventory_service_tags_*.vdf
- manually copy to https://partner.steamgames.com/apps/inventoryservice/563560#ItemTags; also perform statsweb steps -
community/item-schema.json
- upload at https://partner.steamgames.com/apps/inventoryservice/563560#ItemdefUpload; changes apply immediately; game clients will automatically get new item data, but old item data in memory will not be released until the game is closed -
community/workshop_description_*.txt
- copy changed descriptions to https://partner.steamgames.com/apps/workshop/563560#LanguageStringsControls; changes require Steamworks publish -
community/workshop_tags_*.json
- upload changed files to https://partner.steamgames.com/apps/workshoptags/563560; changes apply after a few hours, category name changes require Steamworks publish -
rich_presence/563560_loc_*.vdf
- upload changed files to https://partner.steamgames.com/apps/richpresence/563560; changes require Steamworks publish -
store_page/store_*.txt
- copy changed descriptions to https://partner.steamgames.com/admin/game/edit/81731?activetab=tab_description and/or https://partner.steamgames.com/contentdescriptors/editsurvey/563560/; changes require store publish
-
community/statsweb_*.vdf
- updatetranslations
submodule in stats site repo and rebuild Docker container