5dyouxi
游戏
论坛
聊天
开发者
注册
登录
Nonoba APIs and Tools
Developer Forum
Documentation
Download APIs
5dyouxi Developer Forums
/
Collaboration
More metadate for games
zproxy
说
很久以前 | 帖子#1
It would be cool if games could be tagged as
- AI enabled
- Editor enabled
Then players could seek other games for the same capabilities.
It would be cool if those tags could be set within the .net multiplayer serverside dll as an attribute.
example:
[Capability(Tag = "AI", Description = "AI is in control of the passengers for you to pick up")] [Capability(Tag = "Editor", Description = "You can modify and create custom maps to play and share")] class MyNonobaGame
aattssssttaa
发表的帖子#2的分数是-2
显示
aattssssttaa
说
很久以前 | 帖子#2
wrong section.
aattssssttaa
发表的帖子#3的分数是-2
显示
aattssssttaa
说
很久以前 | 帖子#3
wrong section.
帖子#4被删除了
回复主题
现在就注册
以回复主题
注册
或者
登录
zproxy说
很久以前 | 帖子#1- AI enabled
- Editor enabled
Then players could seek other games for the same capabilities.
It would be cool if those tags could be set within the .net multiplayer serverside dll as an attribute.
example: