安装 Steam
登录
|
语言
繁體中文(繁体中文)
日本語(日语)
한국어(韩语)
ไทย(泰语)
български(保加利亚语)
Čeština(捷克语)
Dansk(丹麦语)
Deutsch(德语)
English(英语)
Español-España(西班牙语 - 西班牙)
Español - Latinoamérica(西班牙语 - 拉丁美洲)
Ελληνικά(希腊语)
Français(法语)
Italiano(意大利语)
Bahasa Indonesia(印度尼西亚语)
Magyar(匈牙利语)
Nederlands(荷兰语)
Norsk(挪威语)
Polski(波兰语)
Português(葡萄牙语 - 葡萄牙)
Português-Brasil(葡萄牙语 - 巴西)
Română(罗马尼亚语)
Русский(俄语)
Suomi(芬兰语)
Svenska(瑞典语)
Türkçe(土耳其语)
Tiếng Việt(越南语)
Українська(乌克兰语)
报告翻译问题
P.S. I still programming voxels but on python + glfw + pyopengl, cuz its much interesting for me :)
I can tell you right now that you'll need something faster than straight Python with your renderer. I actually benchmarked this and it took way too long to generate the geometry data to feed into the GPU.
There's a reason AoS uses Cython, and you should probably look into using that for some parts of the code - it gets converted into C++ so it tends to run a lot faster. On top of that, it protects you from the pain of having to deal with the Python C API.
Just don't leak GPU memory, please. You may be using a garbage-collected language, but it does NOT clean up your GPU memory usage for you.
Whatever community you set up will probably be raided by Build and Shoot and they will demand that you basically make it a pre-0.75 0.x remake. Tell them to fix their own crap before even going anywhere near this.
Make this the game you want to see. 1.x is far from perfect, but if you can capture the essence of what's good about it then heck, I'd be keen to give it a go.
P.S. On python i implement new meshing, its called Greedy meshing, and i would import it to my unity project. At all, voxels work very fine on glfw + pyopengl (512,64,512 map size). And i also use vbo to store all geometry insibe gpu memory.
Для меня закрытие AoS огромная потеря, наигранно 1700+ часов. Поставил OpenSpades, поиграл часик, вроде похоже. Физика и механика строительства отличается, но привыкнуть можно. Думал даже выделить грошей и организовать свой dedicated с блэкджеком.
1. 1.0 has more action
2. 1.0 has more content like classes, game modes, weapons and etc
3. 1.0 has more active community with clan, clan battles
4. 1.0 has more interesting mechanics(phicics, shooting, moving)
P.S. I dont tell you whot 0.75 is bad version, its just not for me, i love action :D
Having said that, in 1.0, the rifle can actually hit things, the SMG is actually good, and as far as map variety goes you can actually build trenches on pretty much all of the maps... and it's not crapflooded with skiddies who think they're hot just because they can download things and then inject a DLL after crying on "cheats XD" forums about "How Do I Inject DLL????????????".
One thing 0.x does excel in, though, is the fact that you can not only host your own servers, but you can also mod them too. The 1.x server was absolutely useless for actually moderating, and it's a miracle that it even had the IRC bot still intact.
P.S: Thanks Timotheeee1 (https://steamcommunity.com/profiles/76561198080118636/) for the idea and code of another vxl conventor!