在 XBOX 360 上运行 DVD 或 CD 上的 XNA 编译游戏?

发布于 2024-07-07 19:57:24 字数 111 浏览 11 评论 0原文

是否可以从 DVD 或 CD 运行为 XBOX 360 编译的 XNA 游戏,还是必须将其复制到 HD 上?

是否可以在 XBOX 360 项目中包含不属于 .net 紧凑框架一部分的库?

Is it possible to run a XNA game compiled for XBOX 360 from a DVD or CD, or does it have to be copied onto the HD?

Is it possible to include a library which is not a part of the .net compact framework in a XBOX 360 project?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

悲念泪 2024-07-14 19:57:24

必须使用 XNA 游戏启动器将 XNA 游戏复制到 360。 它们无法从 CD/DVD 上加载。

您可以在 360 上使用其他库,但它们必须使用 Xbox 的 .net 库进行编译。 因此,除非您有权访问源代码,或者愿意反编译并将所有对框架库的引用更改为 Xbox 框架库,然后删除 360 上不存在的任何调用,否则您不应该尝试。

XNA games must be copied to the 360 using the XNA game launcher. They can not be loaded off a CD/DVD.

You can use other libraries on the 360, but they have to be compiled using the XBox's .net libraries. So unless you have access to source code, or are willing to decompile and change all references to framework libraries to Xbox ones and then remove any calls which don't exist on the 360, you shouldn't try.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文