Why do RPGs let you know how much XP you need to level up?












2












$begingroup$


I was reading this article called Behavioral Game Design, and it says:




...how do we make players maintain a high, consistent rate of activity? ... the answer is a variable ratio schedule, one where each response has a chance of producing a reward.




RPGs (I'm thinking of traditional JRPGs like Final Fantasy 1-6) don't do this when it comes to leveling up characters. You can always pause the game and look at how much XP you need to level up again. I haven't played WoW before, but I suspect it lets you know how much XP you need to level up, too. In WoW, there's plenty of examples of "variable ratio schedule" elsewhere in the game, so why not when it comes to XP you need to level up?



I suspect most professional game designers know the lessons in this article. So why is it typical for the XP you need for the next level to be known? They could design the game so that it's random, where you never know how many enemies you need to kill for that next level. So why don't they use this as an opportunity to have a "variable ratio schedule"?










share|improve this question











$endgroup$

















    2












    $begingroup$


    I was reading this article called Behavioral Game Design, and it says:




    ...how do we make players maintain a high, consistent rate of activity? ... the answer is a variable ratio schedule, one where each response has a chance of producing a reward.




    RPGs (I'm thinking of traditional JRPGs like Final Fantasy 1-6) don't do this when it comes to leveling up characters. You can always pause the game and look at how much XP you need to level up again. I haven't played WoW before, but I suspect it lets you know how much XP you need to level up, too. In WoW, there's plenty of examples of "variable ratio schedule" elsewhere in the game, so why not when it comes to XP you need to level up?



    I suspect most professional game designers know the lessons in this article. So why is it typical for the XP you need for the next level to be known? They could design the game so that it's random, where you never know how many enemies you need to kill for that next level. So why don't they use this as an opportunity to have a "variable ratio schedule"?










    share|improve this question











    $endgroup$















      2












      2








      2


      1



      $begingroup$


      I was reading this article called Behavioral Game Design, and it says:




      ...how do we make players maintain a high, consistent rate of activity? ... the answer is a variable ratio schedule, one where each response has a chance of producing a reward.




      RPGs (I'm thinking of traditional JRPGs like Final Fantasy 1-6) don't do this when it comes to leveling up characters. You can always pause the game and look at how much XP you need to level up again. I haven't played WoW before, but I suspect it lets you know how much XP you need to level up, too. In WoW, there's plenty of examples of "variable ratio schedule" elsewhere in the game, so why not when it comes to XP you need to level up?



      I suspect most professional game designers know the lessons in this article. So why is it typical for the XP you need for the next level to be known? They could design the game so that it's random, where you never know how many enemies you need to kill for that next level. So why don't they use this as an opportunity to have a "variable ratio schedule"?










      share|improve this question











      $endgroup$




      I was reading this article called Behavioral Game Design, and it says:




      ...how do we make players maintain a high, consistent rate of activity? ... the answer is a variable ratio schedule, one where each response has a chance of producing a reward.




      RPGs (I'm thinking of traditional JRPGs like Final Fantasy 1-6) don't do this when it comes to leveling up characters. You can always pause the game and look at how much XP you need to level up again. I haven't played WoW before, but I suspect it lets you know how much XP you need to level up, too. In WoW, there's plenty of examples of "variable ratio schedule" elsewhere in the game, so why not when it comes to XP you need to level up?



      I suspect most professional game designers know the lessons in this article. So why is it typical for the XP you need for the next level to be known? They could design the game so that it's random, where you never know how many enemies you need to kill for that next level. So why don't they use this as an opportunity to have a "variable ratio schedule"?







      game-design






      share|improve this question















      share|improve this question













      share|improve this question




      share|improve this question








      edited 2 hours ago







      Daniel Kaplan

















      asked 2 hours ago









      Daniel KaplanDaniel Kaplan

      1,33111126




      1,33111126






















          1 Answer
          1






          active

          oldest

          votes


















          4












          $begingroup$

          It's common for games to have multiple overlapping loops of gameplay and reward, hitting different frequencies and motivation types, so that we don't have all our eggs in one basket, motivationally. This helps the game appeal to more players, and more consistently appeal to any one player, since every player is a multifaceted human being with a variety of interests & needs.



          RPGs typically scratch the "variable ratio" itch with combat and loot drops. You have a random chance of encountering this mob or that mob, a random degree of success on attacks and dodges, and a random reward on completion. Unknown rewards in chests and breakables found as you progress through the world function similarly.



          This forms a very high-frequency loop every few minutes of gameplay, making it well suited to produce a feeling of "just one more fight!" - a good loot roll could be just around the corner, and it only takes a few minutes more to try another time.



          XP and leveling progression serve a different niche, on a longer term - ensuring the player can see they're making measurable progress and growth over hours of gameplay, or from one game session to the next. Even if I get a terrible sequence of loot rolls and am nowhere closer to crafting that shiny new item, hey, at least I'm 1000 XP closer to my next level, so I'm still being productive and haven't wasted my time!



          Because of the longer timescale of leveling, a random chance isn't quite so motivating here. I don't want to sink another hour of play just for a chance I might level up. For an investment that large, a player will typically want some predictability. Even if I don't manage to hit level n+1 today, knowing I'm just 500 XP away makes me eager to come back and finish the level tomorrow, opening up a new long-term goal of hitting n+2...



          So, it's not that these games forego variable ratio rewards, they're just choosy about where they deploy them. Player expectations is a factor here too - players have a lot of experience with random loot drops and predictable XP progression at this point, so sticking to this convention helps the players feel comfortable, and learn the systems efficiently. Suddenly making level progression randomized risks alienating players, so it's often safer to place those variable ratios elsewhere in the game design.






          share|improve this answer









          $endgroup$













          • $begingroup$
            This is a great response, but there's something I still don't understand: Why not make everything variable ratio rewards. The article says most SPECIES find it irresistible (not just most humans). It seems to contradict what you said here: "since every player is a multifaceted human being with a variety of interests & needs."
            $endgroup$
            – Daniel Kaplan
            10 mins ago











          Your Answer





          StackExchange.ifUsing("editor", function () {
          return StackExchange.using("mathjaxEditing", function () {
          StackExchange.MarkdownEditor.creationCallbacks.add(function (editor, postfix) {
          StackExchange.mathjaxEditing.prepareWmdForMathJax(editor, postfix, [["\$", "\$"]]);
          });
          });
          }, "mathjax-editing");

          StackExchange.ifUsing("editor", function () {
          StackExchange.using("externalEditor", function () {
          StackExchange.using("snippets", function () {
          StackExchange.snippets.init();
          });
          });
          }, "code-snippets");

          StackExchange.ready(function() {
          var channelOptions = {
          tags: "".split(" "),
          id: "53"
          };
          initTagRenderer("".split(" "), "".split(" "), channelOptions);

          StackExchange.using("externalEditor", function() {
          // Have to fire editor after snippets, if snippets enabled
          if (StackExchange.settings.snippets.snippetsEnabled) {
          StackExchange.using("snippets", function() {
          createEditor();
          });
          }
          else {
          createEditor();
          }
          });

          function createEditor() {
          StackExchange.prepareEditor({
          heartbeatType: 'answer',
          autoActivateHeartbeat: false,
          convertImagesToLinks: false,
          noModals: true,
          showLowRepImageUploadWarning: true,
          reputationToPostImages: null,
          bindNavPrevention: true,
          postfix: "",
          imageUploader: {
          brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
          contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
          allowUrls: true
          },
          onDemand: true,
          discardSelector: ".discard-answer"
          ,immediatelyShowMarkdownHelp:true
          });


          }
          });














          draft saved

          draft discarded


















          StackExchange.ready(
          function () {
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fgamedev.stackexchange.com%2fquestions%2f167538%2fwhy-do-rpgs-let-you-know-how-much-xp-you-need-to-level-up%23new-answer', 'question_page');
          }
          );

          Post as a guest















          Required, but never shown

























          1 Answer
          1






          active

          oldest

          votes








          1 Answer
          1






          active

          oldest

          votes









          active

          oldest

          votes






          active

          oldest

          votes









          4












          $begingroup$

          It's common for games to have multiple overlapping loops of gameplay and reward, hitting different frequencies and motivation types, so that we don't have all our eggs in one basket, motivationally. This helps the game appeal to more players, and more consistently appeal to any one player, since every player is a multifaceted human being with a variety of interests & needs.



          RPGs typically scratch the "variable ratio" itch with combat and loot drops. You have a random chance of encountering this mob or that mob, a random degree of success on attacks and dodges, and a random reward on completion. Unknown rewards in chests and breakables found as you progress through the world function similarly.



          This forms a very high-frequency loop every few minutes of gameplay, making it well suited to produce a feeling of "just one more fight!" - a good loot roll could be just around the corner, and it only takes a few minutes more to try another time.



          XP and leveling progression serve a different niche, on a longer term - ensuring the player can see they're making measurable progress and growth over hours of gameplay, or from one game session to the next. Even if I get a terrible sequence of loot rolls and am nowhere closer to crafting that shiny new item, hey, at least I'm 1000 XP closer to my next level, so I'm still being productive and haven't wasted my time!



          Because of the longer timescale of leveling, a random chance isn't quite so motivating here. I don't want to sink another hour of play just for a chance I might level up. For an investment that large, a player will typically want some predictability. Even if I don't manage to hit level n+1 today, knowing I'm just 500 XP away makes me eager to come back and finish the level tomorrow, opening up a new long-term goal of hitting n+2...



          So, it's not that these games forego variable ratio rewards, they're just choosy about where they deploy them. Player expectations is a factor here too - players have a lot of experience with random loot drops and predictable XP progression at this point, so sticking to this convention helps the players feel comfortable, and learn the systems efficiently. Suddenly making level progression randomized risks alienating players, so it's often safer to place those variable ratios elsewhere in the game design.






          share|improve this answer









          $endgroup$













          • $begingroup$
            This is a great response, but there's something I still don't understand: Why not make everything variable ratio rewards. The article says most SPECIES find it irresistible (not just most humans). It seems to contradict what you said here: "since every player is a multifaceted human being with a variety of interests & needs."
            $endgroup$
            – Daniel Kaplan
            10 mins ago
















          4












          $begingroup$

          It's common for games to have multiple overlapping loops of gameplay and reward, hitting different frequencies and motivation types, so that we don't have all our eggs in one basket, motivationally. This helps the game appeal to more players, and more consistently appeal to any one player, since every player is a multifaceted human being with a variety of interests & needs.



          RPGs typically scratch the "variable ratio" itch with combat and loot drops. You have a random chance of encountering this mob or that mob, a random degree of success on attacks and dodges, and a random reward on completion. Unknown rewards in chests and breakables found as you progress through the world function similarly.



          This forms a very high-frequency loop every few minutes of gameplay, making it well suited to produce a feeling of "just one more fight!" - a good loot roll could be just around the corner, and it only takes a few minutes more to try another time.



          XP and leveling progression serve a different niche, on a longer term - ensuring the player can see they're making measurable progress and growth over hours of gameplay, or from one game session to the next. Even if I get a terrible sequence of loot rolls and am nowhere closer to crafting that shiny new item, hey, at least I'm 1000 XP closer to my next level, so I'm still being productive and haven't wasted my time!



          Because of the longer timescale of leveling, a random chance isn't quite so motivating here. I don't want to sink another hour of play just for a chance I might level up. For an investment that large, a player will typically want some predictability. Even if I don't manage to hit level n+1 today, knowing I'm just 500 XP away makes me eager to come back and finish the level tomorrow, opening up a new long-term goal of hitting n+2...



          So, it's not that these games forego variable ratio rewards, they're just choosy about where they deploy them. Player expectations is a factor here too - players have a lot of experience with random loot drops and predictable XP progression at this point, so sticking to this convention helps the players feel comfortable, and learn the systems efficiently. Suddenly making level progression randomized risks alienating players, so it's often safer to place those variable ratios elsewhere in the game design.






          share|improve this answer









          $endgroup$













          • $begingroup$
            This is a great response, but there's something I still don't understand: Why not make everything variable ratio rewards. The article says most SPECIES find it irresistible (not just most humans). It seems to contradict what you said here: "since every player is a multifaceted human being with a variety of interests & needs."
            $endgroup$
            – Daniel Kaplan
            10 mins ago














          4












          4








          4





          $begingroup$

          It's common for games to have multiple overlapping loops of gameplay and reward, hitting different frequencies and motivation types, so that we don't have all our eggs in one basket, motivationally. This helps the game appeal to more players, and more consistently appeal to any one player, since every player is a multifaceted human being with a variety of interests & needs.



          RPGs typically scratch the "variable ratio" itch with combat and loot drops. You have a random chance of encountering this mob or that mob, a random degree of success on attacks and dodges, and a random reward on completion. Unknown rewards in chests and breakables found as you progress through the world function similarly.



          This forms a very high-frequency loop every few minutes of gameplay, making it well suited to produce a feeling of "just one more fight!" - a good loot roll could be just around the corner, and it only takes a few minutes more to try another time.



          XP and leveling progression serve a different niche, on a longer term - ensuring the player can see they're making measurable progress and growth over hours of gameplay, or from one game session to the next. Even if I get a terrible sequence of loot rolls and am nowhere closer to crafting that shiny new item, hey, at least I'm 1000 XP closer to my next level, so I'm still being productive and haven't wasted my time!



          Because of the longer timescale of leveling, a random chance isn't quite so motivating here. I don't want to sink another hour of play just for a chance I might level up. For an investment that large, a player will typically want some predictability. Even if I don't manage to hit level n+1 today, knowing I'm just 500 XP away makes me eager to come back and finish the level tomorrow, opening up a new long-term goal of hitting n+2...



          So, it's not that these games forego variable ratio rewards, they're just choosy about where they deploy them. Player expectations is a factor here too - players have a lot of experience with random loot drops and predictable XP progression at this point, so sticking to this convention helps the players feel comfortable, and learn the systems efficiently. Suddenly making level progression randomized risks alienating players, so it's often safer to place those variable ratios elsewhere in the game design.






          share|improve this answer









          $endgroup$



          It's common for games to have multiple overlapping loops of gameplay and reward, hitting different frequencies and motivation types, so that we don't have all our eggs in one basket, motivationally. This helps the game appeal to more players, and more consistently appeal to any one player, since every player is a multifaceted human being with a variety of interests & needs.



          RPGs typically scratch the "variable ratio" itch with combat and loot drops. You have a random chance of encountering this mob or that mob, a random degree of success on attacks and dodges, and a random reward on completion. Unknown rewards in chests and breakables found as you progress through the world function similarly.



          This forms a very high-frequency loop every few minutes of gameplay, making it well suited to produce a feeling of "just one more fight!" - a good loot roll could be just around the corner, and it only takes a few minutes more to try another time.



          XP and leveling progression serve a different niche, on a longer term - ensuring the player can see they're making measurable progress and growth over hours of gameplay, or from one game session to the next. Even if I get a terrible sequence of loot rolls and am nowhere closer to crafting that shiny new item, hey, at least I'm 1000 XP closer to my next level, so I'm still being productive and haven't wasted my time!



          Because of the longer timescale of leveling, a random chance isn't quite so motivating here. I don't want to sink another hour of play just for a chance I might level up. For an investment that large, a player will typically want some predictability. Even if I don't manage to hit level n+1 today, knowing I'm just 500 XP away makes me eager to come back and finish the level tomorrow, opening up a new long-term goal of hitting n+2...



          So, it's not that these games forego variable ratio rewards, they're just choosy about where they deploy them. Player expectations is a factor here too - players have a lot of experience with random loot drops and predictable XP progression at this point, so sticking to this convention helps the players feel comfortable, and learn the systems efficiently. Suddenly making level progression randomized risks alienating players, so it's often safer to place those variable ratios elsewhere in the game design.







          share|improve this answer












          share|improve this answer



          share|improve this answer










          answered 2 hours ago









          DMGregoryDMGregory

          60k13107174




          60k13107174












          • $begingroup$
            This is a great response, but there's something I still don't understand: Why not make everything variable ratio rewards. The article says most SPECIES find it irresistible (not just most humans). It seems to contradict what you said here: "since every player is a multifaceted human being with a variety of interests & needs."
            $endgroup$
            – Daniel Kaplan
            10 mins ago


















          • $begingroup$
            This is a great response, but there's something I still don't understand: Why not make everything variable ratio rewards. The article says most SPECIES find it irresistible (not just most humans). It seems to contradict what you said here: "since every player is a multifaceted human being with a variety of interests & needs."
            $endgroup$
            – Daniel Kaplan
            10 mins ago
















          $begingroup$
          This is a great response, but there's something I still don't understand: Why not make everything variable ratio rewards. The article says most SPECIES find it irresistible (not just most humans). It seems to contradict what you said here: "since every player is a multifaceted human being with a variety of interests & needs."
          $endgroup$
          – Daniel Kaplan
          10 mins ago




          $begingroup$
          This is a great response, but there's something I still don't understand: Why not make everything variable ratio rewards. The article says most SPECIES find it irresistible (not just most humans). It seems to contradict what you said here: "since every player is a multifaceted human being with a variety of interests & needs."
          $endgroup$
          – Daniel Kaplan
          10 mins ago


















          draft saved

          draft discarded




















































          Thanks for contributing an answer to Game Development Stack Exchange!


          • Please be sure to answer the question. Provide details and share your research!

          But avoid



          • Asking for help, clarification, or responding to other answers.

          • Making statements based on opinion; back them up with references or personal experience.


          Use MathJax to format equations. MathJax reference.


          To learn more, see our tips on writing great answers.




          draft saved


          draft discarded














          StackExchange.ready(
          function () {
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fgamedev.stackexchange.com%2fquestions%2f167538%2fwhy-do-rpgs-let-you-know-how-much-xp-you-need-to-level-up%23new-answer', 'question_page');
          }
          );

          Post as a guest















          Required, but never shown





















































          Required, but never shown














          Required, but never shown












          Required, but never shown







          Required, but never shown

































          Required, but never shown














          Required, but never shown












          Required, but never shown







          Required, but never shown







          Popular posts from this blog

          How did Captain America manage to do this?

          迪纳利

          南乌拉尔铁路局