| 74 posts found | |
|---|---|
|
1/15/13 1:10:15 PM#21
Amar
But you can have instance free all open world themeparks EQ at launch, daoc, both planetsides. |
|
|
The1ceQueen
Hard Core Member
Joined: 1/02/08
"Always borrow money from a pessimist. They won't expect it back." |
1/15/13 1:11:50 PM#22
Originally posted by ShakyMo ^^This^^ Devs are lazy these days, with doing WoW clones, they don't have to make seamless worlds. They're stuck in a rut and don't even have to compete with older games in content/seamless worlds because too many people are accepting mediocrity in their mmorpgs and not demanding better.
What happens when you log off your characters????..... |
|
1/15/13 1:12:14 PM#23
Originally posted by Volkon That doesn't make much of a difference. The textures for a character are the same whether he moves or not. The vertex data might be different if he moves, but you could just pack it all together in a single file and load it about as fast either way. If it's a question of whether characters will have to be loaded, you check to see if you have to load data before you load it. |
|
|
1/15/13 1:12:15 PM#24
What about phasing, could devs do something like using phases instead of zones to avoid loading screens?
|
|
|
1/15/13 1:16:39 PM#25
Originally posted by greenreen Terrain and so forth is stored in the hard drive. The general rule is that anything that doesn't change and can't be used to cheat will be stored on the hard drive and never checked by the server apart from checking for the latest version when you launch the game. That uses no bandwidth at all apart from the initial download. You only need to download stuff from the server in the middle of the game if it's data that can change (e.g., which mobs are alive at the moment and where are they?) or stuff that could be used to cheat (e.g., how much HP do you have?). |
|
|
1/15/13 1:17:34 PM#26
Something just came to me reading other replies. What if loading screens are hand holding and not about tech or skill at all. What if some use them to remind someone of where they are and grind in the names of places in their memory. Maybe you don't "need" them but you "want" them for other purposes. It could be to show off a cool concept art piece made in oil paint that cost a lot of man hours or to offer hints and tips reminding the player that the game is always interested in them doing well. Someone could probably come up with other reasons but when I think back on the ones I've seen, they weren't all just a spinning wheel saying "loading".
|
|
|
1/15/13 1:18:42 PM#27
I am the same way as what the OP is stating, I myself look at games like planetside 1, or battlezone 1 and 2 that did some really cool things back in the day, and wonder why with all the new tech we dont see seemless open worlds. I have seen vids on where a space ship moves from space to a planet surface and no instancing at all. But we dont see it at all in any kind of AAA MMOs Some comments about how more information needs to be processed and transmitted is a major hurtle, but WoW had that problem back when it came out, so did planetside 1, and we still have the same problems with better processors, servers, higher speed internet, ect, and im still confused myself why they are still "major" issues. (If it because the NPC are more dynamic is the reason, then boy I dont see it much, its not like we see our NPCs moving around in MMOs doing things like the NPCs do in Starcraft 2 Campaign mode, or that MMO NPCs are going about building things in the enviroment, really they dont seem to be all that more scripted compared to NPCs almost 10 years ago) I think the real reason why is: 1) We see alot of startup companies with tight budgets (which is ok) 2) New tech is being used to do the same with less to save money 3) With more people in the market that have PCs then the cost/profit ratio makes more sense to create a low budget game, then rinse and repeat Also to add their is alot of "business pollution" or bad practices that IMO are harmful to innovation. Example, WoW spammers sell gold, because people in games want to be "better than you" people buy the gold to get items, and then the Blizzard wanted to get a cut of that, so they made the "my little pony mount" and it sells like hotcakes. Add the popularity of low budget Farmville like games; and bam!! we got the F2P plague all of the place. I myself wouldnt have a problem with it if some of the profits from F2P helped to support new innovations and massive Open Worlds, but rules 1,2,3 above are not helping with that...... In conclusion, I think its possible to make an outstanding/innovative/ground breaking game at a reasonable cost. It just wont make as much profit as the status quo. So as for now and the near future might as well forget anything that is going to be "out of this world MMORPG WTFOMG wet my pants amazing!!" |
|
|
1/15/13 1:28:56 PM#28
Originally posted by Grixxitt On the client side, any respectable game engine will have some code to check whether an object might possibly appear on the screen if drawn. If you can tell that it's behind the camera or too far off to the side or blocked by another object, then you skip it that frame. The question isn't whether there's a massive amount of fakery going on behind the scenes in a game engine. Or rather, there isn't a question of it unless the game runs so horribly that you wonder what obvious optimizations they somehow completely missed. The trick is to have massive amounts of fakery that reduce the work you need to do, while still giving a final result close enough to what it would be without the fakery that your players can't tell the difference. |
|
|
1/15/13 1:29:35 PM#29
I honestly have no idea how some games are built, but I will say this. A lot of people are posting that it isn't a technology issue. In many ways this is true as long as money isn't an issue (which it always is) so that does make it a technology issue. I would imagine an open, persistent seamless world that doesn't use any instancing/ will always cost more to maintain than an instanced because in the seamless solution it is (probably) impossible to recoup any server resources that are dedicated to the game world while instancedsolutions would give you the opportunity to recoup resources in certain scenarios (ie. instance destroyed due to being empty). If we are talking non-instanced zones vs non-instanced open world, it's probably a little closer, but I would again imagine the open world solution is a little more costly because you have to maintain connectivity with the user at all times across server boundaries. So the networking solution would probably be a lot more costly. However, with everything being virtualized these days maybe a lot of these problems can be solved that way. Anyways, like I said, I have no clue how some of these games are built, but I know juuuuust enough to make dangerous guesses! Enter a whole new realm of challenge and adventure. |
|
|
1/15/13 1:31:20 PM#30
It is possible. Vanguard: Saga of Heroes, has a pretty big open seamless world. You can travel from one end to the other (Of a given continent...it has 3). Even the dungeons you can simply walk into without a loading screen. It does have portals and a need to load between continental travel...but that is it. And not to mention VG's graphics are not too shabby at all. I'd say maybe just under AoC/Rift in looks.
I see no reason it can't be done now. |
|
|
1/15/13 1:31:36 PM#31
Originally posted by Terranah It depends on what you mean by "that level of art, but use a better engine". There are trade-offs, and if you give up some graphical quality to make a world seamless, you can't just get back that graphical quality for free. In fact, it's likely that the price of getting back the graphical quality that you just gave up will be to use some loading screens. |
|
|
1/15/13 1:39:32 PM#32
Originally posted by ShakyMo Don't confused instancing with zoning. You can have a heavily-instanced world that is still seamless or a single enormous world with tons of loading screens. |
|
|
1/15/13 1:43:04 PM#33
Originally posted by ShakyMo All MMORPGs have instancing. It's only a question of how they instance things. If you're asked to pick the server you want to play on from a list the first time you log in, that's a list of instances of the game world. |
|
|
1/15/13 1:44:41 PM#34
Originally posted by ShakyMo Funny you should mention that. Just yesterday my son made the comment that the ideal game would be DAoC and UO combined, with UO's skills system. He's 21 and used to be a hardcore Themepark gamer, by the way. I'm a Roleplayer hardcore Sandbox gamer. Neither of us has played an MMO in well over a year, nor are either of us looking forwards to anything at the moment. But yes, of course you're right on the listed Themeparks with open worlds. And as I said, even a Themepark can be a better game with it. But remember the waiting lines in EQ. It doesn't have to be that way, of course. But the point that a huge open world works better in Sandbox, in my mind, is right. Go anywhere, do anything, is just made for a huge open world. In either case, the game world needs to be designed "right" for the game for the best possible effect. Once upon a time.... |
|
|
1/15/13 1:47:35 PM#35
Originally posted by Amaranthar Server capacity? What does that have to do with anything? It's certainly not an issue of storage capacity. CPU throughput and network bandwidth could be an issue if most of your players bunch up as you describe. But if only a small fraction of the playerbase is in a very crowded area at any given time, that doesn't amount to much. The problems you're talking about are client-side issues. The solution is to only draw so many things per frame. If there are 500 players in an area that "should" appear on your screen, then pick the 20 or 50 or whatever nearest to you (this can be adjustable by the player) and only draw those. |
|
|
1/15/13 1:48:00 PM#36
Quiz
No they don't. Instancing is multiple private copies of a single area of a game, whether that be instanced raids and dungeons, mini game pvp, or multiple copies of world zones. Several games don't have this. Eve, daoc, ac, uo, both planetsides, darkfall, EQ before it introduced instanced dungeons etc.. You most certainly don't need instancing in a mmo |
|
|
1/15/13 1:49:22 PM#37
Originally posted by Darth-Batman That's a different form of instancing. It has nothing to do with loading screens. The way that instancing is used is a game design choice. Some players like to have the mobs they're trying to kill be there for them rather than having someone else run in and steal the kills. As with so many other game design choices, there are pros and cons to various forms of instancing. |
|
|
1/15/13 1:53:20 PM#38
Originally posted by eldaris Problem is Rift was very small, compared to WoW, GW1, GW2, etc. See here - http://www.mmorpg.com/discussion2.cfm/thread/306052
Rift is tiny in comparison to other MMO's - so it is easy to have a seamless world with it. |
|
|
1/15/13 1:53:49 PM#39
Yeah phasing is instancing plus.
Instancing took mmos in the wrong direction Phasing will make it even worse, just a bunch of people playing a single player rpg who occasionally bump into someone once an hour or team up with 3 guildmates to spend 45 minutes in a coop dungeon. |
|
|
1/15/13 1:54:52 PM#40
Originally posted by greenreen But why would you make them sit at a loading screen for a long time if that's the purpose? Why not just make it a quick text over the top of the screen? Or let people end the loading screen and return to the game whenever they feel like it? |
|