Counter-Strike Wiki
Advertisement
This article is a candidate for merge with Main menu

Give your opinion on this article's talk page.
Csgo ingame store

In-game Store UI.

The In-game Store is an in-game micropayment feature added in August 14, 2013 Update (Arms Deal Update) to Counter-Strike: Global Offensive.


Overview[]

The in-game store interface allows purchasable items from store using Steam wallet money. It is accessed through a bar on the top of the main menu. Items are found in individual blocks, most with a standard listed price. Containers are also listed in the store, but cannot be purchased directly. Instead, they offer a link to the Steam Market listings of the item.

Behind The Scenes[]

There's earlier Store in-game, these are simply copied from Dota 2 or Team Fortress 2. The only difference is that "slots" has been changed to "room" in the message about not having enough space for an item, Here's example script.

//----------------------------------------------
// Store
"Store_IntroTitle2"			"Welcome!"
"Store_ClassImageMouseover"		"This item can be used by %s1."
"Store_ClassImageMouseoverBundle"		"This bundle contains items that can be used by %s1."
"Store_Zoom"					"Zoom"
"Store_StartShopping"			"START SHOPPING"
"Store_FilterLabel"				"SHOW:"
"Store_DuplicateItemInCart"		"There is already an item of that type in your shopping cart."
"Store_DuplicateItemInBackpack"	"There is already an item of that type in your inventory."
"Store_Close"					"CLOSE"
		
// Store Categories
"Store_Home"			"HOME"
"Store_Wearables"		"WEARABLES"
"Store_Weapons"			"WEAPONS"
"Store_Misc"			"MISC"
"Store_Bundles"			"BUNDLES"

"Store_Price_New"		"NEW!"
"Store_Price_Sale"		"SALE!"
"Store_OK"				"DONE"
"Store_CANCEL"			"CANCEL"
"Store_NowAvailable"	"NOW AVAILABLE"
"Store_ClassFilter_None"		"ALL ITEMS"

"Store_Cart"			"(%s1)"
"Store_Checkout"		"CHECKOUT"
"Store_AddToCart"		"ADD TO CART"

"StoreViewCartTitle"	"Your Shopping Cart"
"Store_ContinueShopping" "CONTINUE SHOPPING"
"Store_CartItems"		"%s1 Items"
"Store_EstimatedTotal"	"ESTIMATED TOTAL"
"Store_WAStateSalesTax"	"Sales tax will be calculated for WA state residents"
"Store_TotalSubtextB"	"All items will be added to your inventory after purchase"
"Store_Remove"			"REMOVE"
"Store_CartIsEmpty"		"You have no items in your cart."
"Store_Wallet"			"Steam Account Balance: $%s1  ($%s2 left after cart)"
"Store_Wallet_EmptyCart" "Steam Account Balance: $%s1"
"Store_FeaturedItem"	"FEATURED ITEM!"
"Store_PreviewItem"		"PREVIEW"
"Store_DetailsItem"		"DETAILS"
"Store_FreeBackpackSpace"	"EMPTY INVENTORY SLOTS: %s1"

"StoreCheckout_NoItems"			"Your shopping cart is empty!"
"StoreCheckout_TooManyItems"	"You have too many items in your shopping cart!"
"StoreCheckout_Loading"			"Checking out..."
"StoreCheckout_Unavailable"		"Checkout unavailable at this time."
"StoreCheckout_Canceling"		"Canceling..."
"StoreScaleform_Title"				"CS:GO Store"
"StoreUpdate_Loading"				"Loading the Store..."
"StoreUpdate_NoGCResponse"			"The Store is currently closed."
"StoreUpdate_NewPriceSheetLoaded"	"The product list has been updated to the latest version."
"StoreUpdate_ContactSupport"		"Please contact customer support to have your Steam wallet configured."
"StoreUpdate_OverlayRequired"		"Making a purchase requires the Steam Community Overlay. Please ensure that the in-game Steam Community is enabled and restart the game to use the Store."
"StoreUpdate_SteamRequired"			"A connection to Steam is required to use the Store."

"StoreCheckout_Fail"				"The In-game Store is currently closed."
"StoreCheckout_InvalidParam"		"A programmer messed up! An invalid parameter was passed to the game coordinator. Try the purchase again."
"StoreCheckout_InternalError"		"There seems to have been an error initializing or updating your transaction. Please wait a minute and try again or contact support for assistance."
"StoreCheckout_ContactSupport"		"There was an error with your transaction. Please contact support for assistance."
"StoreCheckout_NotApproved"			"The game coordinator was unable to approve your transaction with Steam. Please try the purchase again later."
"StoreCheckout_NotLoggedin"			"You must be logged in to Steam in order to complete a purchase."
"StoreCheckout_WrongCurrency"		"This transaction's currency doesn't match your wallet currency."
"StoreCheckout_NoAccount"			"Your Steam account is currently unavailable. Please try this purchase again later."
"StoreCheckout_InsufficientFunds"	"You do not have enough funds to complete the purchase."
"StoreCheckout_TimedOut"			"This transaction has timed out. Please try the purchase again."
"StoreCheckout_SteamAccountDisabled"	"Your Steam account is disabled and cannot make a purchase."
"StoreCheckout_SteamAccountNoPurchase"	"Steam wallet transactions have been disabled on this account."
"StoreCheckout_OldPriceSheet"			"Your local product list is out of date. Requesting a new one."
"StoreCheckout_TransactionNotFound"		"This transaction's id wasn't found by the game coordinator. Please try the purchase again."
"StoreCheckout_TransactionCanceled"		"Transaction canceled. You have not been charged."
"StoreCheckout_TransactionCompleted"	"Transaction completed! Enjoy!"
"StoreCheckout_CompleteButUnfinalized"	"Unable to confirm success. If successful, your items will be delivered at a later date."
"StoreCheckout_NotEnoughRoom"			"You don't have enough room in your inventory to buy that many items."
"StoreCheckout_ContactSupport_Dialog_Title"	"Warning"
"StoreCheckout_ContactSupport_Dialog_Btn"	"CONTACT"

Purchasable items[]

Store[]

Coupons[]

Selection of:

For a full list, see In-game Store list

Advertisement