Is there any sophisticated role-playing game framework available? [closed]

筅森魡賤 提交于 2019-12-11 14:54:13

问题


I'm looking for a role-playing game framework which fulfills the following critera:

  • Open source / Free for non-commercial
  • Targeted language doesn't matter as long as it's not too obscure (C# or Java would be great)
  • The framework doesn't have to provide any graphics, sounds or other "low level" stuff
  • The framework should support complex, non-linear story lines (like Fallout 1/2/3)
  • The character should be highly configurable (again like Fallout or Dragon Age)
  • Support for a party would be nice

回答1:


Check out GemRB, a port of the Infinity Engine (i.e. Baldur's Gate). It's licensed under the GPL and written in C++ and Python if I'm not mistaken. Since it's based on the Infinity Engine, I would assume that all of the last three requirements apply as well.



来源:https://stackoverflow.com/questions/1717340/is-there-any-sophisticated-role-playing-game-framework-available

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!