Jump to content

Kryptonomic

Members
  • Posts

    396
  • Joined

Reputation

31 Excellent

1 Follower

Personal Information

  • Location
    Chicago, IL
  • Interests
    Reading, interactive fiction, logic puzzles, LEGO Adult Community
  • Occupation
    Test Solution Developer
  1. Well said. The bigger problem, socially speaking, is that we all deal with economy in real life. Wanting to deal with an "economy" in a game has always been a bit of a friction point. If you look at it cynically, it's a ridiculous problem that people put themselves into. That's not me saying players are to blame. I'm talking about the base mechanics of what it means to have an "economy" and why exactly players want to incorporate this aspect of reality into a game experience. If we go by real-world definitions, you can't truly balance an economy where the player could, at least in principle, get an infinite amount of money. Money gets created essentially from "nothing" (again, in a strict economic sense). So balancing the possibility of infinite money, you have to look at schemes of finite money. Now couple this with you can't control free will. (But you can limit or narrow agency, as you aptly put it.) So you can assume the player is using various money sinks, but what if they rarely do? Can you force them? Maybe. But only if they can't get money in some other, even if very tedious, way. Gamers tend to want a fully functioning, believable economy but that is also "fun" or "enjoyable." But the better question is: why? People complain about capitalism all the time in the "real world" but seem to enjoy partaking in the aspects of it in a game world when, really, it is nothing more than fake money being used to play a game. And it seems, particularly in an MMO context, no one is ever satisfied. Sometimes matching how they feel about an economy in the real world! Economies function off change. There's demand, supply, factors, outputs, efficiency, and various other factors. So the question for some gamers is how much do you want an economics simulation at the heart of your game? Apologies for a derailing post to your thread; it's just this has been a fascinating area of game design for a long time. I am eager to hear the thoughts of other players on your proposed ideas.
  2. A lot of what you suggest would be relatively easy to implement but some aspects can be tricky. As Steve indicated, this isn't always as easy as it might seem. There are a lot of factors that can go into this because the model you see on the character creator is, in fact, what is rendered in game. You might say, "Well, yeah, obviously. What would be the use otherwise?" But here's the issue. For your game engine, you create a base model. And you have what are sometimes called "shape keys." Different engines use different names but it's all the same thing. There is logic that situates the character mesh towards the various shape keys you have set up. (So your Cathar ears, as one example.) This is how the model is stored: a series of vertices in different positions. The challenge is you have to preserve those vertices on your mesh and those are related to the aforementioned shape keys. And those shape keys are what are used in character creators behind sliders or value setters. I know: boring, right? But this is what makes it tricky to get even simple changes correct because those simple changes have to apply to any animations that are relevant to the base model of the character in question. This is why games tend to have relatively few base models. HeroEngine, which this game is based on, has basically the same mechanics that I described above. I would link you to some of the documentation the developers of the engine had made available, but HeroEngine is now dead and gone entirely; as in site closed down, engine no longer available. (Although their HEWiki is available on the Wayback Machine, albeit a little painful to traverse.) Certain things you mention, such as coloring for eyes, is much easier, of course. That's why they've offered packs in the past accommodating eye color changes. Different colored eyes (the heterochromia) is in that same bucket. It's probably just something no one was really thinking about. The hair, however, does fall a bit into the above category. It's (relatively) easy to add a mesh for a hair style. It's harder to have it situate itself well in terms of clipping or animations due to facial movement. It also has to situate in terms of cybernetic enhancements, some that wrap around the head, some that situate "in front of" the hair and so on. Skin coloring can be equally interesting because while it sounds simple -- add a different overlay to the mesh -- you do have to factor in how that color is displayed relative to various lighting effects. Case in point: we already know the "lighting" in SWTOR's character creator can give slightly different appearances when you actually get in the game, such as with certain skin tones. It can be subtle, and thus not terribly distracting, when it's just a case of "not as pale as I thought" or "a bit darker than I thought." It can be much less subtle when getting into purples, blues, and so on. When all is said and done, it's tricky to get this stuff right and you are limited by the engine you are running on. Examples of character creators done extremely well are that of Elden Ring and Hogwarts: Legacy. But also notice the high level of fidelity. It's questionable whether such work would be all that valuable in a SWTOR context given that, in the end, your character would really look pretty much the same, just with a slightly different shade of coloring.
  3. Definitely! But in that case it would probably be easier to just level up a new character with the spec you want. If you really want to try it, waiting ninety days versus creating a new character right now doesn't seem enticing. Granted, if you really want that particular character, then yeah, the wait idea could certainly be tenable. I agree that if they could monetize it a bit, it would potentially be more attractive to them. The question is the audience: established players already know -- or at least should know -- what most of the disciplines play like. So they (should?) generally know what choice they want to make based on that experience. Newer players, however, do not have that experience. This is another example of something we were all chatting about in General Discussion regarding catering to new players but also providing for established players. Yep, entirely true. That was entirely due to how conditional flags about advanced discipline were coupled with other points of data about the character. Regression surface for that kind of thing is a nightmare from a testing perspective. Think: fundamental schema change along with nullability changes along with some new foreign key introductions along with some trigger and event association changes. (I think I read somewhere that you worked in software development, as I do. That's why I risked going down the rabbit hole a bit there!)
  4. The main rationale here is not technical but rather they didn't want players just sticking to one character and changing styles all the time. They wanted an impetus for players to have to make a choice and then stick with that for that character. And if said players wanted to try another choice, they needed to create another character. In a "game of alts", keeping alts useful is of at least some importance. This is a balance between flexibility (choose between two combat styles) but without discouraging the creation of new characters to try out new things. It's a general perception in game design that "alt friendliness," for lack of a better term, encourages more social play in more varying conditions. There are plenty of studies in game science journals that at least seem to back up the idea that long-term engagement with an MMO is correlated strongly with how "alt-friendly" it is.
  5. This framing doesn't help, though, right? Because then someone else can claim that it's "whiners and crybabies" who only want to focus on Republic versus Empire. It's a pity gamers tend not to learn that polarizing statements really don't do much to help a conversation. Yet if gamers keep falling into these traps, then you can start to see how studios have a hard time navigating difference of opinion. Somewhat of a side note, but tangentially related, there's a great book called The Secret Science of Games. Two key topics of this book are the following: How to give feedback to game designers that they’ll actually listen to. Why asking players if a game is fun isn’t all that useful. Speaking to the more relevant topic, the book Fatal Alliance, which originally came out in June of 2010, was meant to show the Republic and Empire teaming up against a common foe and was used to gauge some fan response to the idea. This was specifically billed as an "Old Republic" book. It had nothing to do with KOTFE or KOTET but, as I've explained elsewhere, the idea of KOTFE / KOTET was actually established well before we actually got it. The Disney acquisition of Lucasfilm and, more particularly the announcement of Episode 7 coming out, required an immediate need for story content and thus the push for a KOTFE / KOTET tied back to the main story. My only point here is decisions about KOTFE / KOTET and then returning to something more similar to the vanilla class story structure was long in the planning. It had nothing to do with "whiners and crybabies" at the time. In fact, it's the opposite. It's why SWTOR has trouble moving in response to any story feedback, because so much was laid out beforehand. I think what we're seeing now is the issue: the previous material that was laid out and planned has run out. So they have to make up new stuff -- and that seems to be of variable quality.
  6. Very much agreed on this. One of the issues, as BioWare admitted in various interviews over time, people "raced through the content." What they mean is they created an MMO and weren't prepared for the idea of "endgame." They just really didn't get that part of it. This stems in part from SWTOR originally having been KOTOR 3 and then moved into an MMO format. They also, perhaps oddly, didn't anticipate, how much people would group or try to play content together given that it was an MMO. So queues were incredibly bad and servers were not optimized. So notice two trends there: people raced through content (in BioWare's view) and they played together. It may sound odd to say it, but BioWare wasn't ready for that? Why? Because the overriding mentality was still a "single player game in a world shared with other players" which is a subtle (or perhaps subtle) difference from an MMO in some people's eyes. Now, oddly enough, with servers not optimized, one of the reasons for that was because they anticipated so many players and so had a lot of servers. A whole lot. So the population they did have became distributed. But keep in mind they were still thinking of these players are largely "single players who might group up for story." So then you merge everyone into fewer servers -- and all the sudden those poor optimizations become clear quickly. And the queuing strategy that was a bit of an afterthought (if we're being honest) showed the chinks in its armor. And let's even forget about the MMO parts for a second. Consider the story itself. BioWare realized people were, again in their terms, "racing through the content." Thus fully voice-acted content with huge story narrative and interconnections, plus companion interactions, plus decisions were "finished" by players much quicker than anticipated. BioWare originally planned on a much longer time for players to get through content. But lots of players were "done" with the so-called vanilla story. Yikes! Now what? You have set expectations around deep story, interconnections, and full voice-acting. But ... you have no new content. And even if you did, you certainly don't have content that matches the scope of the first three chapters. And this truly does go back (at least in my mind) to what I mentioned way upthread and a few of us have discussed: a conflicted and conflicting identity for the game from the start. That conflict at the studio level ultimately reflected itself in the broader community who had to navigate exactly what SWTOR was and how to engage with it, balancing the ideas of pre-existing games that were inspirations to it (Star Wars: Galaxies, KOTOR 1, KOTOR 2) and pre-existing games that it was a reaction to (World of Warcraft).
  7. There can be a decline in population and many still sticking around. Those are not mutually exclusive statements. It just means not as many are sticking around. But nobody is arguing that. Catering to new players does not mean I was saying new players are the main source of their income. So there was no "arguing the opposite." Any game based on longevity wants its players to stick around. This is obvious. Barring having as many people as possible retained, your primary goal is to retain enough to meet your operating budget (bare minimum revenue) and then some more (to profit and be able to actually reinvest). Sometimes you get that through existing players; sometimes you get that through new players. It sounds to me like this isn't the game for you for the reasons you stated. And understandable reasons; many would agree with you. You came back even though you were expecting nothing better; as you said "not that this did surprise me in any way." So you had expectation of badness, came back anyway, and are still here posting about it. I'm not saying that's a bad thing. What I'm saying is many do what you do -- but also keep their subscription. Others cancel it but then come back. So it's hard for a studio to cater to audiences like that, particularly when (arguably) the studio has caused that audience fluctuation by their content strategy. Soon you get into a chicken-and-egg situation. They can't get more budget because they can't meet projections because player volatility. They can't ease that volatility because enough people don't trust the product and development team to deliver. So that's where you start to cater to newer audiences that don't have the same history and expectations and/or disappointments. Whether that works is highly debatable. It's worked for some games; not for others. Since SWTOR is still here, the overall strategy is working well enough to at least not shelve the game entirely.
  8. In most games, the vast majority of players are the equivalent of a silent majority. You can, as an example, look at some recent YouTube videos posted about "Is SWTOR Worth Playing in 2023" (and now "... in 2024"). Did those bring in new people? Hard to say, but it would be likely that some were enticed to give it a shot. Given that I'm here again -- and I only show up when ludonarrative experiences are being tested and used in classroom settings -- means there has been enough demand for me to be engaged in this way. I didn't talk about population. I just talked about who was being catered to recently in a broad sense. Whether it's working or not is an entirely different question. As a general, and obvious, rule most MMO style games are always trying to get new players, as well as retain existing players and entice former players to return. But a lot of the changes to UI that people wonder about were not for established players, who really didn't need most of that. The move to Steam, to 64-bit and to AWS was an attempt to get the platform more up-to-date so that it could accommodate a wider audience. Sure there are. New players, particularly those who take their time with the game, would have the full vanilla experience to go through. So by the time they get to the recent small updates, there are many small updates available. Now, again, whether that works is a different matter. But it's not hard to see that there is a sensible way. What's harder to cater to with the smaller updates are the established players. For the people who feel this way, and I can entirely understand why, the question then becomes how long are they going to stick around and complain about it? Mind you, I'm not against critiquing. I think it's crucial for a playerbase to be a critical one. But when said complaints are consistent over years and when the situation doesn't seem to be changing, whether due to budget or apathy, then clearly established players are no longer being catered to. Yet ... many of them apparently stick around. If that's the case even for those who seem miserable, imagine how much easier it is for a newer player who doesn't have that full experience yet.
  9. I really like this sentiment. Entertainment is subjective. It always has been, always will be. What one person hates, another likes. And vice versa. I'm one of those that saw what this could have been when it was originally framed as KOTOR 3 and there's a large part of me that can't escape the disappointment of what might have been. But, that being said, I have to judge SWTOR on its own merits, not on something that doesn't exist. (Caveat to what I say next: I'm often paid to be here; not by Bioware / Broadsword, but rather as part of my work on narrative and story experience testing, which I periodically write about. SWTOR is often used in case and classroom studies for ludonarrative thinking and design.) SWTOR has been in existence since the end of 2011, so roughly twelve years. That's not a bad run for a game. Yes, there have been mis-steps but notice that most of the people actively complaining about the mis-steps are still here. I'm not suggesting people shouldn't voice criticism. They should. But at some point, if said criticism has been coming for years and seems to infuse a person's thinking, perhaps they're just playing the wrong game. Or maybe the right game, but at the wrong time. The lack of people leaving, even when unhappy, is what the game industry, and MMOs in particular, count on: people will complain, but in the end they will still pay with their time and their dollars. An interesting take on all of this is usually that if SWTOR was an MMO without the Star Wars branding, it would have failed long ago. Perhaps. People say the same thing about Star Trek Online. But the fact is SWTOR is an MMO with Star Wars branding and has to be judged on that criteria. It's really the only expansive Star Wars game at the moment. The Jedi: Fallen Order series, for all its merits, is still relatively self-contained as a once-and-done experience. I think it's possible to hold both views in mind. There is a whole lot of lost potential in this game, not just in what it could have originally been, but in how it has evolved. There is also a whole lot to engage with in this game, particularly if you take your time and just roll with the experience. SWTOR is in a position of trying to cater more to newer players -- of which there can be a steady stream -- rather than catering to the "old guard," as it were. That causes friction and division. And hence we see exactly your sentiment: far from perfect, needs improving, but can still be enjoyed.
  10. We probably won't agree on all details (which is fine of course!) so I just picked out this statement. I know it's one you're not alone in having. But then the question comes up: if people truly feel this way -- that they're being lied to and trust is being broken -- and further that this has been happening for years, why are those people still here? You could argue many aren't and that may be true. But for the people who are here and seem to feel this way: what's the draw for sticking around? As far your salient points, I agree with most of what you say. I said much earlier upthread SWTOR always had an identity problem. It still does. That problem has led to decisions that have drastically impacted the ability to perform projectable revenue. That shows most obviously in content or lack thereof. Equally true that voice acting is a luxury. That said, it's now become a luxury that's an expectation of something that sets the game apart. My only point was that if you do some analysis, you see voice was absolutely not what led to the original issues with the game not meeting monetary expectations. (Case in point: the game made its profit, but it missed its projections. And as I said upthread, just as in Hollywood, projections are everything.) And, for the most part (actor strikes notwithstanding), voice hasn't been massively impactful overall compared to other mitigating factors. It has been impactful, without doubt. But it's not the primary impactor. The fact that some parts have reverted to KOTOR style conversation menus is a parallax effect for the wider issues, one of which was bloated staff.
  11. This kind of reminds me of the idea behind Mass Effect 2, where your character could show more visible scaring as a result of taking a renegade path. The challenge would be the "selectable level of detail." A lot of times these "corruption style" effects are modeled as a progression and if you want to halt the progression, stop doing "dark side / renegade" things. And if you want to reverse the progression, do more "light side / paragon" things. Selectable would have to be based on the number of discrete settings and that would likely lead to the developers just choosing a minimum number to keep the test permutations manageable. Another "problem" can be that none of the dialogue or story really recognizes this. So imagine you could become some hideous creature of the night by persistent use of dark side choices. But then some NPC in the game refers to you as "pretty" (for a female) or in some other way indicates they are hitting on you. It would be faintly ridiculous if you looked like a zombie vampire. (Then again, you can make a hideously scarred cyborg character now and still hit on people or be hit on.) So I guess a point here is: why have the massive cosmetic change to a character if that's all it is: cosmetic. I realize that's an argument that could be made about the system as it is now. Which is sort of my point. Without any story impact, I've always found the dark side / light side corruption to be worth very little.
  12. Exactly and entirely this. It's just like all the hoopla we see about the recent Star Wars movies. What Disney has to worry about is not the people who get on YouTube to talk about how much Disney has crushed their childhood memories and bastardized the franchise. (Just as they can't rest on their laurels with those who will love anything Star Wars no matter what.) They have to worry about the more "casual" (for lack of a better term) consumer who will or won't engage with the product but who also won't really care enough to say why in some public venue. What you say here is spot on: "A small section will keep doing it no matter what and it may just be enough to keep a game alive, but it doesn't really work on a larger scale." Indeed. And consider that in a game like SWTOR, you are often counting on people will keep their subscriptions simply because it's easier than cancelling and who think they may come back anyway. Just like someone may keep Amazon Prime and barely really use it. Or someone who keeps Netflix and Disney+ and Peacock and whatever else even though they only watch a fraction of what any one of them offer. I bring that up because game studios really count on that. (For example, "People will stay subscribed if we promise exclusive content if they are subscribed. Or they get in-game 'money' if they stay subscribed.") They don't want people to do any sort of mental calculus, like "Hmm, I pay for this for six months but I only play on the weekends." Game studio business (generally) is predicated on predicting A sales at B price with C margins running at D burn rate. Subscriptions are just like someone buying your game again at some interval (say, every six months). So you have A subscriptions at B cost to cover C percent of D burn rate. For the former, you have to calculate that until the release of your next game. (Think Rockstar with GTA 5 and GTA 6 or, in the case of Ubisoft, the "downtime" between Assassin's Creed titles.) With the latter, you have to calculate that based on the content you can keep providing for the same game. So put yourself in the shoes of the SWTOR product team. (Not the development team; they do the work that the product team indicates is necessary.) You have a game that you need to keep people subscribed to and/or have a healthy number of people who will buy things like Cartel Coins. Short of external cost center allocations, this is the only way to sustain your development. Yet some segment of those same people are saying the content seems to be lacking across the board. It's there, it's just not very substantive. But you have different people saying different things: PvP folks may have one focus, whereas the story-driven folks may have another. And some may demand both. It's an interesting dilemma. One thing I didn't bring up but along the lines of the "treadmill gamer," there is another industry insider term used called the "no-lifeing," which is a horrible term. The idea being that some people "no-life content" so fast -- because they have "no life" -- and that impacts the ability to produce content, particularly if that content was meant to be consumed at a more leisurely rate. (Interviews from the SWTOR design team early after its release indicated this very problem.)
  13. In the gaming industry, there is an internal term used: "treadmill gamers." By that is meant the gamers who will most often complain about some form of "grind," or really any entirely repetitive activity, but will actually do it the most in spite of all their complaining. That isn't a statement directed at you; I'm speaking broadly of a concept used in the internal game industry to refer to certain classes of player. You ask: "How many times the devs can repeat the exact same mistakes every few years." By the same logic, if the discussion comes up a lot "in the past 20 years or so", as you indicate, the better question might be: why do players keep doing it? Why do they keep hopping on the treadmill? In the end, the question is really: why do people think even a "good" payoff matters if, in reality, all you've been doing is the same thing over and over (and over and over) in the same game for a long time? It would be like reading a book a thousand times just to keep getting to that ending ("payoff") that you know is there. But, an argument could be made: maybe you should just move on to some other books? But the game industry as a whole largely now has the idea of capturing players ("keep reading the book") and so they come up with ways to keep capturing those players. The treadmill. And players keep hopping on it, even when they claim to hate it or at least are tired of it. And for games to keep supporting that, they need a way to monetize or it becomes impossible to keep the treadmill going. I apologize to the OP for what was clearly a derailing on my part but this is an area that has long been fascinating to me from a sociological perspective in gaming. Speaking to at least the OP's point, the idea of having KOKTOR-style dialogue and a relative lack of cutscenes becomes interesting. How much, and to what extent, are players willing to tolerate a perceived degradation in what came before? Game studios that have to monetize are always asking this question. And it does lead to an interesting dynamic that the OP brings up: "it's better this what we got than nothing". Game studios will often see how far they can push that sentiment!
  14. But that's like anything, right? We can all doubt. But you have to do so knowing that you are (1) doubting people who were actually there and know more than you about it and (2) doubting people like me who have worked in the industry for many years and who also know about it. Now, granted, point (2) is entirely anecdotal to you and you are absolutely right to question it. That's why I try to be as data-focused and evidence-focused as I can. You're certainly right to doubt anything and be skeptical. But there are also tons of other references out there that back up what I'm saying for other game studios. So it's not like there's some lack of evidence for you to investigate. Now you can doubt all of that, of course, but you then have to realize this doubt probably stems from a pre-conceived belief rather than anything based on actual evidence. Which means you likely wouldn't be convinced by anything. And, in the end, it really doesn't matter because of this point you mention: "and it simply did not pay off the way they wanted it, whether you like VA or not there is no denying that." Yes, the game, in some ways, did not pay off as desired. No doubt. The game not paying off had nothing to do with the voice acting. It had everything to do with expectations of a core audience (who wanted a non-MMO KOTOR 3) and the intense focus on trying to be a "WoW-killer" combined with a focus on being a part of Star Wars history that had no relevance to Star Wars that the casual fan was aware of. You mention: "I simply don't trust anything any of the devs of this game say." Most times you are not hearing from "the devs." You are hearing from product managers and community managers. If you could hear from the developers at most studios -- and sometimes you do after their NDAs expire or they get laid off -- you would hear a very different side to many stories of how things work. Not all of it bad, but certainly not all of it rosy. (Even here many developers have non-disparagement clauses so they have to be careful even without an NDA and even after lay offs.) This isn't me disagreeing with your point, rather just saying that you have to realize the people doing the actual grunt work are often not the people you are hearing from. And when you are truly hearing from those people, it's a calibrated response that has been vetted by a community team. (Witness what happens when that is not held to, such as many of the developer tweets we see out there about games like Baldur's Gate 3 or Starfield.) One more point if I may ... No one (I hope) seriously doubts that voice acting is expensive. And obviously we don't have actual budget figures for the current development team. But consider in SWTOR we've seen some of the KOTOR-style conversations. You could take any non-voiced dialogue and do some back-of-the-envelope calculations, including taking the current size of the dev team (as determined on LinkedIn), and factor in what the extra budget would have been to voice all of the stuff that was unvoiced, given the data we've all been talking about and making some assumptions. Obviously there's a crap-ton of wiggle room here but you can get a reasonable feel for the scale of what costs are being mitigated and, from that, you can start to form some ideas of what budget likely is. (Investors, like myself, often do this kind of "scenario analysis" when you lack internal information. It's a kind of black box "reverse engineering" that's done as part of financial modeling. It's how you get beyond the earnings reports and try to make decisions about likelihoods.)
  15. Indeed, the basis of the game was established around the idea of a story-driven narrative that was fully voice-acted. Now, I'll refer to something else I said before: keep in mind how the identity of the game switched (early on) from KOTOR 3 to SWTOR. Keep in mind that the KOTOR 3 story was originally just two: Jedi and Sith. (And the "Knight" and "Consular" stories were wrapped into one, as was the "Inquisitor" and "Warrior".) So far, so good. A story-driven, voice-acted game would match KOTOR 1 and KOTOR 2 and be a direct continuation. But then you get an MMO focus. And an MMO can't really just have "Sith" and "Jedi." You need options and choices for characters to play and you need PvP. So bare minimum you have to break those two out into four. But even that's not really enough. Consider what World of Warcraft had at the time (nine), which SWTOR was in part responding to. One of the most common questions circulating at the time this was first announced -- and we're going back here to 2006/7 - was "Why does this have to be an MMO?" A lot of people thought KOTOR 3 was going to be the defining Star Wars experience and there was a lot of concern about creating a so-called "WoW-killer." So one possible interpretation of history is that they shifted a game idea (SD-RPG) to another (MMO-RPG), the latter of which should not have been subject to the same vision. But -- 💲💲💲, right? Everyone was hankering for a piece of that WoW-action.
×
×
  • Create New...