在 XBOX 360 上运行 DVD 或 CD 上的 XNA 编译游戏?
是否可以从 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
必须使用 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.