article uses article css
parent
a08d9c6e29
commit
7be0d5fef7
@ -1,6 +1,34 @@
|
|||||||
<h1>5 my favorite GDC talks </h1>
|
<h1>my favorite GDC talks </h1>
|
||||||
september 18, 2020<br>
|
september 18, 2020<br>
|
||||||
<br>
|
<br>
|
||||||
I really should be keeping a list of these with descriptions, so why not keep them in an article?<br>
|
I really should be keeping a list of these with descriptions, so why not keep them in an article?<br>
|
||||||
<br>
|
<br>
|
||||||
Work on it later.<br>
|
<a href="https://www.youtube.com/watch?v=UJiv14uPOac">Empathizing with Steam: How People Shop for Your Game by Chris Zukowski (2020)</a> - tips for how to design your Steam store page based on Zukowski's screenshare and shopping diary observations of ordinary people shopping on Steam
|
||||||
|
<ul>
|
||||||
|
<li>Essentially, make your gameplay genre absolutely clear within the first 4 screenshots and in the short description so that people will wishlist your game to buy during a Steam sale.</li>
|
||||||
|
<li>first 4 images are shown when hovering over thumbnail in Steam. Make them represent the pillars of your gameplay, so the genre is clear.</li>
|
||||||
|
<li>don't try to coerce new audiences into trying your game. try to find your audience and show them exactly what they are looking for.
|
||||||
|
<li>include UI in screenshots, so gamers can decipher the genre and some gameplay mechanics</li>
|
||||||
|
<li>Gamers naturally compare new games with the leading games of their genres to decide whether they will enjoy it.</li>
|
||||||
|
<li>indie romance authors (who compete on a market of 8 million vs. steam's 40 thousand) use clear visual language in their coverart: tartan kilt + sword + distant castle = highland romance; animal behind a hunk = shapeshifter romance; woman in front of group of hunks = reverse harem. So a reader who sees a cover with multiple guys and a wolf, she knows it's a reverse harem of shape-shifting wolf boys without any descriptions or trailers.</li>
|
||||||
|
<li>applying the wisdom of the romance authors, understand your audience's genre interests as sub-sub-sub-genres and make your genre crystal clear in your store page.</li>
|
||||||
|
<li>Apply the tropes of your genre. The FPS coverart guy with the gun on all CoD and BF games, the two Street Fighter healthbars on the top of any fighter game</li>
|
||||||
|
<li>Part 4 - How to manage a Steam sale</li>
|
||||||
|
<li>People check their wishlist during sales, looking for discounts.</li>
|
||||||
|
<li>People don't remember why they wishlisted games, so your page must look fresh even to your wishlist crew. Before a sale, post an update, theme your capsule image, post an announcement, upload a small patch, and comment in the forums.</li>
|
||||||
|
<li>People remember games that are always on sale. Frequent sales increase familiarity.</li>
|
||||||
|
<li>Power users use gg.deals or steamdb to track historic lows. Strategically staircase your way down over time. Coincide your all-time-lows with Big Steam Sales. Harness the fear of missing out.</li>
|
||||||
|
<li>How to get from wishlist to cart</li>
|
||||||
|
<li>Before clicking 'buy,' they check developer and publisher for someone they recognize or trust. They check 'more from this studio' to check familiarity with the dev's other games.</li>
|
||||||
|
<li>Release more games to build this trust and familiarity.</li>
|
||||||
|
<li>They check the 'relevant to you' bar to see if the genre matches games they've played and that friends with similar taste also like the game.</li>
|
||||||
|
<li>How to manage your sales pricing</li>
|
||||||
|
<li>How to get from cart to library</li>
|
||||||
|
<li>After loading cart, they ask their friends whether they should go for it.</li>
|
||||||
|
<li>Your current customers have to become ambassadors to complete this purchase loop. Treat them well! </li>
|
||||||
|
<li>Abandon cart recovery in other online retailers beckons shoppers back before the sale ends. Steam lacks this, potentially losing devs 10% in revenue - https://www.annexcloud.com/blog/31-shopping-cart-abandonment-statistics-for-2018/</li>
|
||||||
|
<li>Do a second marketing push during the last day of a sale.</li>
|
||||||
|
<li>5 - How to wishlisters into buyers</li>
|
||||||
|
<li></li>
|
||||||
|
</ul>
|
||||||
|
<br>
|
||||||
|
@ -1,15 +1,26 @@
|
|||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html lang="en">
|
<html lang="en">
|
||||||
|
|
||||||
<head>
|
<head>
|
||||||
% include('header.tpl')
|
% include('header.tpl')
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
|
|
||||||
<div class="grid">
|
<div class="grid">
|
||||||
|
|
||||||
% include('logo-bar.tpl')
|
% include('logo-bar.tpl')
|
||||||
|
|
||||||
% include('nav.tpl')
|
% include('nav.tpl')
|
||||||
|
|
||||||
<div class="body-row"> </div>
|
<div class="body-row"> </div>
|
||||||
|
|
||||||
{{!base}}
|
{{!base}}
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
% include('footer.tpl')
|
% include('footer.tpl')
|
||||||
|
|
||||||
</body>
|
</body>
|
||||||
|
|
||||||
</html>
|
</html>
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
<div class="whitespace">
|
<div class="whitespace"> </div>
|
||||||
blessfrey.me<br>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div class="blessfrey-logo"></div>
|
<div class="blessfrey-logo">
|
||||||
|
<center>blessfrey.me</center><br>
|
||||||
|
</div>
|
||||||
|
Loading…
Reference in New Issue