


On April 10, NetEase and Blizzard officially announced a broader strategic partnership, and also announced in advance that a number of Blizzard games such as "World of Warcraft", "Hearthstone", and "Overwatch" will be launched this summer. return.
After hearing the news about the return of Warcraft, the first reaction of most players was that the wave has stabilized and Warcraft has started!
But on the other side, under the Weibo of "Taris World", which is famous for QQ World of Warcraft, a group of people came to watch the fun.
Even the official of "Taris World" laughed at themselves: "I gave gifts to my eldest brother when he remarried, and the clown turned out to be me!", which was ridiculed by many netizens. The biggest victim of this return of Warcraft.
To be honest, the reason why "Taris World" became the biggest victim of the return of Warcraft is mainly because of its own "death".
It was obviously one of the first games to receive World of Warcraft refugee traffic after the Chinese server of Warcraft was shut down. However, it turned out that it had to complete tests 1, 2, 3, 4, 5, and 6. Warcraft has returned before his game has even been released to public beta.
Today, let’s start with “Taris World” and talk about those Tencent games that have great potential but insist on N tests.
"Taris World"
According to incomplete statistics from netizens, "Tares World" has gone through a total of one month from its official announcement at the beginning of last year to the just-concluded final test. The first test of the server, the second test of the national server in June, the first test of the international server, the first test of the mobile terminal in August, the second test of the mobile terminal in November, the third test of the international server in November, and the third test of the mobile terminal in March are the same as those of the national server in March. The final test of the server includes a total of 8 tests, large and small.
Logically speaking, as a World of Warcraft meal replacement, "World of Taris" may have overestimated the appeal of its advertised dual-end land reclamation to MMO enthusiasts. He also underestimated how quickly Warcraft would return. As long as it is put into public beta during the above-mentioned multiple tests, it will not have the embarrassing situation of being ridiculed by players using Warcraft Return in the official group.
(from the official group of "Taris World")
Another embarrassing point is that although the game quality of "Taris World" is not as good as Warcraft It is indeed not as good as it is, but compared to other Warcraft meal replacements, it still has some advantages in gameplay, such as 10-person challenges and epic difficulty.
It's a pity that meal replacements are always meal replacements. Now that the main owner is back, even if "Taris World" starts beta testing tomorrow, it will be difficult for it to achieve the same results on the first day of public beta testing as it did in the previous beta. The number of players is almost full. After all, the current national server players are not in a state where there is no World of Warcraft to play.
Of course, as the "DNF" mobile game official account said, their status in the field of 2D action mobile games is indeed a bit similar to "World of Warcraft". On the market, there are only "DNF" mobile games and other DNF Like mobile games. There are two types of games. They are not very worried that the quality of the games will not meet user expectations.
So, compared to the QQ World of Warcraft "Taris World" next door, the "DNF" mobile game is "really playable" at least for now, and it looks like it has a bright future.
"Rock Kingdom" mobile game
Compared with "Taris World" and "DNF" mobile games, the "Rock Kingdom" mobile game is The position is even more important. Since the official announcement of the project in 2021, until now, there have been 6 or 7 official offline tests with names and surnames. As a result, the version number has not even been seen for review. It is really It is expected to surpass the existence of the "DNF" mobile game for ten years.
According to the information leaked by Uncle Party, the project management of this mobile game is very chaotic. From the beginning, people may want to make a ported version of the web game. Later, when "Genshin Impact" came out, I thought about leaning towards "Genshin Impact". As I was doing it, I found that most of the games that imitated "Genshin Impact" were out of date, so I urgently changed the direction.
Judging from the actual demonstration officially released last year, this game still follows the path of turn-based combat, which is a bit similar to "Pokémon Vermillion"...
I estimate that after this year's Palu comes out, the production team should have found a more feasible direction. If it is modified according to the Palu model, no matter what, it will have the courage to start testing this year.
"Dawn Awakening: Vitality"
The game "Dawn Awakening: Vitality" is also a "grandfather" game. When it was originally announced in 2019, domestic and foreign players were very interested in the idea of survival in the apocalypse. There are still high expectations for a game with a similar theme, and the game quality at that time was pretty decent.
So, when it launched its first beta test in 2020, the game received quite good reviews from players, and some players even felt that it had the potential to rival stand-alone games.
Emm, then this doomsday survival masterpiece that we had high hopes for began a three-year tug-of-war of testing.
The gameplay and graphics have not changed much. Kuang Kuang will add commercial projects for you, and then use gimmicks such as offline testing and small-scale testing to whet your appetite.
Of course, people also have their own difficulties. The matter of applying for a version number has never been passed, and it is not possible to have a non-profit public beta like "The Origin of Jian Wang 3" .
By the time of the official open beta in February 2023, this pot of cold rice that had been left out for three years was obviously a bit rancid. Both the gameplay and the graphics did not meet the needs of current players. The popularity basically disappeared within a month.
"Edge of Rebirth"
"Edge of Rebirth" and "Awakening of Dawn" are like brothers in the same boat. People dare to test "Awakening of Dawn" as a mobile game for 3 years, and it has always been I dare to test this client game for five years, focusing on one thing.
According to players who have participated in many closed beta tests of "Edge of Rebirth", the ambition of this game at the beginning was too great, and they wanted to capture both PVE and PVP. As a result, as I continued to do it, I found that my PVP part became more and more unbalanced, and I was unable to achieve the flourishing of various genres expected by the producer.
So, they went back to the PVE treasure hunt, but not long after doing it, the senior management lost patience and forced them to bring this five-year-old production.
How do you actually play this game? It will give you the illusion that they are really working hard to control the big wave, but the more you play, the more boring it becomes. It is equivalent to "Anthem" without the mecha system, which smells good and tastes bad.
To be honest, if "Edge of Rebirth" was placed in the game market in 2019, it definitely has the potential to become a masterpiece, but it is a pity that people chose December 14, 2023 for public beta.
The above is the detailed content of One test for ten years? Warcraft is back, but the server hasn't even been launched yet! Those potential works that have been tested by Tencent N times. For more information, please follow other related articles on the PHP Chinese website!

Golang中的数据库测试技巧引言:在开发应用程序时,数据库测试是一个非常重要的环节。合适的测试方法可以帮助我们发现潜在的问题并确保数据库操作的正确性。本文将介绍Golang中的一些常用数据库测试技巧,并提供相应的代码示例。一、使用内存数据库进行测试在编写数据库相关的测试时,我们通常会面临一个问题:如何在不依赖外部数据库的情况下进行测试?这里我们可以使用内存

如何使用MTR进行MySQL数据库的可靠性测试?概述:MTR(MySQL测试运行器)是MySQL官方提供的一个测试工具,可以帮助开发人员进行MySQL数据库的功能和性能测试。在开发过程中,为了确保数据库的可靠性和稳定性,我们经常需要进行各种测试,而MTR提供了一种简单方便且可靠的方法来进行这些测试。步骤:安装MySQL测试运行器:首先,需要从MySQL官方网

如何使用Selenium进行Web自动化测试概述:Web自动化测试是现代软件开发过程中至关重要的一环。Selenium是一个强大的自动化测试工具,可以模拟用户在Web浏览器中的操作,实现自动化的测试流程。本文将介绍如何使用Selenium进行Web自动化测试,并附带代码示例,帮助读者快速上手。环境准备在开始之前,需要安装Selenium库和Web浏览器驱动程

在Web开发中,PHP是一种流行的语言,因此对于任何人来说,对PHP进行单元测试是一个必须掌握的技能。本文将介绍什么是PHP单元测试以及如何进行PHP单元测试。一、什么是PHP单元测试?PHP单元测试是指测试一个PHP应用程序的最小组成部分,也称为代码单元。这些代码单元可以是方法、类或一组类。PHP单元测试旨在确认每个代码单元都能按预期工作,并且能否正确地与

ChatGPT的出现,使中文社区意识到与国际领先水平的差距。近期,中文大模型研发如火如荼,但中文评价基准却很少。在OpenAIGPT系列/GooglePaLM系列/DeepMindChinchilla系列/AnthropicClaude系列的研发过程中,MMLU/MATH/BBH这三个数据集发挥了至关重要的作用,因为它们比较全面地覆盖了模型各个维度的能力。最值得注意的是MMLU这个数据集,它考虑了57个学科,从人文到社科到理工多个大类的综合知识能力。DeepMind的Gopher和Chinchi

随着Web应用程序规模的不断扩大,PHP语言的应用也越来越广泛。在软件开发过程中,自动化测试可以大大提高开发效率和软件质量。而Jenkins是一个可扩展的开源自动化服务器,它能够自动执行软件构建、测试、部署等操作,今天我们来看一下在PHP开发中如何使用Jenkins进行自动化测试。一、Jenkins的安装和配置首先,我们需要在服务器上安

在日益发展的互联网时代中,CMS系统已经成为了网络建设中的一项重要工具。其中PHP语言开发的CMS系统因其简单易用,自由度高,成为了经典的CMS系统之一。然而,PHP开发CMS系统过程中的测试工作也是至关重要的。只有经过完善、系统的测试工作,我们才可以保证开发出的CMS系统在使用中更加稳定、可靠。那么,如何进行有效的PHP开发CMS系统测试呢?一、测试流程的

如何使用Python进行软件安全测试随着互联网的发展,软件安全问题日益凸显,软件安全测试也成为了越来越重要的一项工作。而Python作为一种流行的脚本语言,具备简单易学、开发效率高的特点,因此被广泛用于软件安全测试领域。本文将介绍如何使用Python进行软件安全测试,帮助读者更好地应对软件安全挑战。首先,我们需要了解软件安全测试的基本概念和分类。软件安全测试


Hot AI Tools

Undresser.AI Undress
AI-powered app for creating realistic nude photos

AI Clothes Remover
Online AI tool for removing clothes from photos.

Undress AI Tool
Undress images for free

Clothoff.io
AI clothes remover

AI Hentai Generator
Generate AI Hentai for free.

Hot Article

Hot Tools

SublimeText3 Chinese version
Chinese version, very easy to use

WebStorm Mac version
Useful JavaScript development tools

Zend Studio 13.0.1
Powerful PHP integrated development environment

SublimeText3 Linux new version
SublimeText3 Linux latest version

Safe Exam Browser
Safe Exam Browser is a secure browser environment for taking online exams securely. This software turns any computer into a secure workstation. It controls access to any utility and prevents students from using unauthorized resources.
