17

If you're making a game, dont start by thinking about your inventory system. Start by thinking about what you want your player to be able to DO, the cost of those things, and the constraints.

For example, ages of empires didnt have you worrying about unit equipment at all. every villager could do almost any job. while survival games, especially survival horror, like the recent RE remake, severly restrict inventory and stack sizes to make resource managenent more important.

Games like Fallout had list based inventories because lists are cheap, and it allowed a tighter interaction loop. players would loot. go into inventory. close container, onto the next container, keeping the player in the exploration loop longer. neoscav did the opposite *for effect* harkening back to diablo, but taken to the nth degree: *everything*, actions, combat, exploration, character design, all based on an inventory-style grid.
while games like rimworld and dwarf fortress have your inventory represented by zones where items are physically *stored* in stacks on the ground, extending the concept of base management to resource management through physical layout and build optimization.

its important to think about what kind of actions you want players to be able to do, and the kinds of challenges and constraints you want on them at each point of the game and each mechanic they engage in.

other examples, though terrible, include fortnite, where the limitations of competitive play had inventory limited to a resource system and a hotbar. while earlier battle royale and sandboxs games like rust and battleground induced tension by combining loot mechanics and grid inventories with the constant danger of competing players, allowing them to have richer inventory systems at the risk of frusterating players who frequently died while managing their inventory. meanwhile in overwatch, notice how the HUD changes to best represent the abilities of each character.

all in all it is better to stop thinking of inventory systems as a means to an end, and instead as the end representation of desired mechanics, or artificially selected representations for particular effects.

this applies likewise to ui and ux in general. because the design of interface is fundementally about the design of *interactions*, and what you want to enable a user or customer to *do* will ultimately drive those interactions.

Comments
  • 12
    *scraps Inventory Management Simulator 2021*
  • 3
    @SortOfTested I'm ashamed to admit I would probably play that.
  • 2
    @EmberQuill
    It is the era of the ironic game
  • 1
    What if... Hear me out, I just want my players to spend as much as possible as fast as possible?
  • 1
    @OneOrZero Well hello there, fellow EA guy
  • 1
    Good read. As a traditional Fallout player, I find myself really engulfed in Rimworld and DFs way of handling inventory. I guess Minecraft does the same?
  • 0
    @samwir I mean chests count I guess. People talk about in-world vs on-screen UIs and I think thats a useful paradigm, but I dont think theres been a lot of extension of that idea to specific UI mechanics, it hasnt been taken to its natural conclusion and thought of *specifically* in the context of inventory, not to any substantial depth that I know of.

    An example is the jump from pip-boy inventory (on screen) in fallout 4 and prior, vs fallout online where loot containers have their contents represented as a list floating "in-world". And I think somewhere along the lines something was lost. Minimalism is nice, has its own atmosphere, but past a certain point you lose something. There is to sat a certain inherint "joy" in interfaces themselves. anyone thats shamefully played a clicker, or sat to read every hud hint in crusader kings, or even yes, played a base builder, understands this concept intuitively. excess ui is *part* of the medium, like a dimension of design all its own.
  • 0
    I too am a big fan of rimworld, fallout, and clickers.

    I have a fallout-esque clicker game coming out in october, free on newgrounds. its basically a gimme for my game Atomic Ranger (TBA).
Add Comment