ye1maozi / jynew

金庸群侠传3D重制版

Home Page:http://www.jy-new.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

金庸群侠传3D重制版(Heros of Jin Yong 3D Remastered)

主宣传图-616-353

license release Unity Version PRs Welcome commit
Contributors fork star

包体下载 | B站主页 | 联系我们 | 项目Wiki | 捐助项目 | 耻辱榜

Builds | Videos | Contact me | Wiki | Donate | Shame List

金庸群侠传3D重制版是一个回合制战棋战斗开放世界RPG游戏。它是一个非盈利游戏项目,项目目标为重制经典游戏《金庸群侠传》(在线玩DOS原版)并支持后续一系列MOD和二次开发。你可以在PC、MAC或移动手机平台(或其他支持平台)游玩。

Heros of Jin Yong 3D Remastered is an open world RPG game with turn-based battle system. It is a non-profit game project which remastered the classic game Legends of Kim-Yong. This project supplys a framework for MODs and secondary development. You can play it on PC, Mac, mobile platform(or other supported platform).

我们承诺:本项目除了爱好者的自愿捐款以外,不会在任何渠道取得收入。最终的代码、资源、包体都仅供学习使用,请勿用于任何商业目的。一切再度商用均不被本项目允许和授权,如果有任何侵犯您的权益,欢迎与我们取得联系。

We promise: this project is a non-profit project. We only accept voluntary contributions from enthusiasts. The code, assets, and package are for learning purposes only, please do not use them for any commercial purpose. All commercial uses are not allowed nor authorized by this project. If there is any violation of your rights, please feel free to contact us.

项目目标(Project Objectives)

  • 使用Unity引擎重制并致敬经典游戏《金庸群侠传》DOS版;
  • 后续支持重制《金群》的一系列MOD或二次开发;
  • 提供开放的能力给社区,有兴趣贡献力量的朋友可以让这个作品更加完善;
  • 提供一个完备的单机游戏结构供有兴趣学习开发游戏的朋友进行参考;

  • To remastered and pay tribute to the DOS version of the classic game "Legends of Kim-Yong" using the Unity engine.
  • To support mods or secondary development for the remaster of Legends of Kim-Yong.
  • To provide a open community, and those who are interested in this project can contribute and make it better.
  • To provide a full version of single-player game structure, those who are interested in learning how to develop games could use it for reference.

游戏画面截图(Screenshots)

1 (1) 2 (1) 3 (1) 4 (1) 5 (1) 6 (1)

开发计划(Roadmap)

  • 素材资产实现
    • 按照新的风格绘制原版所有的角色立绘
    • remix原版所有的音乐
    • 制作所有角色的模型
    • 制作所有武功动作
    • 所有场景制作,包括RPG部分和战斗部分
    • 依据重制版的风格绘制新的道具图标
    • 原版开场动画重新实现
    • 结局原画绘制
    • 武功特效调制
  • 风格化的画面渲染效果实现
  • 基础系统实现,包括地图、道具、角色、战斗等
  • 支持剧情脚本指令系统,支持可视化的剧情脚本编辑系统
  • 完整复刻实现金庸群侠传游戏流程,可正常通关
  • 支持多端输出,一键打包
  • 所有代码和资源全部开源,不依赖闭源库(标准第三方库除外)
  • 优化游戏运行性能和代码质量(考虑使用URP渲染管线)
  • 提供MOD启动器,提供金群MOD开发环境和样例
  • 提供联机战斗对战、ONLINE网络游戏模式的样例和DEMO

技术实现简介(Details of implement)

  • 核心流程使用脚本驱动,目前支持lua和可视化图编辑两种模式,很方便编程扩展指令
  • 逻辑配置数据使用ScriptableObject存储,并提供基于ODIN的可视化编辑环境,配置数据在Editor运行时可以所见即所得编辑,不需要重启游戏
  • 为战棋模式,本框架提供一套简单的基于贪心算法的AI,易于扩展
  • 每个地图为一个场景,地图间可以串接
  • 游戏存档使用EasySave3插件
  • UI方案使用Unity原生的UGUI
  • 使用默认渲染管线,卡通渲染风格(考虑升级到URP管线,尚未完成)
  • 动作管理部分大量使用Animancer插件,亦使用unity原生AnimatorController方案
  • 资源打包和加载使用Addressable
  • 游戏中大量使用基于UniTask的异步编程方案来进行逻辑串接,以及防止大量回调嵌套
  • 技能特效使用了不少assetstore上的第三方库,如想使用,还请自行购买

项目文档导航(Documents guide)

  • 查看开发环境和搭建来将你本地的游戏环境运行起来!(How to build up your local developement enviroment)
  • 你可以查阅金庸群侠传3d重制版开发文档来学习本项目的开发细节,其中包括详细的如何配置启动游戏、脚本修改、系统编程等一系列项目细节。(Details in developing this project, including how to configure and star the game, lua file modification and programming, etc)
  • 可通过查看金庸群侠传3d重制版视频操作教程来学习如何搭建游戏场景、添加和配置技能动作等。(learning how to build the scenes in the game, add and configure the moves for each character)
  • 本项目非常欢迎社区进行贡献,请阅读社区贡献指南查看具体规则和流程。(You're more than welcomed to contribute to this project, "Contribution guideline" for you reference)
  • 本项目美术原始文件位于jynew/jynew_art,你可以下载3DMAX等原始文件查看。但请注意:此项目内容同样遵守社区协议。(All the assets of this project is in this link. Please note that all the files in this link can not be used or re-mastered for any commercial purpose.)

授权声明(Authorization Statement)

  • 本项目素材一部分为社区自制,一部分为互联网上取得
  • 本项目遵循MIT协议,但金庸群侠传3D重制版社区素材协议描述了若干种在本项目中覆盖MIT协议情况,请仔细阅读
  • 项目中所包含外部插件源代码、资源和链接库等,如希望在其他场景使用,请务必确认符合其本身授权规范
  • 不遵守授权协议的产品和企业、个人都将被耻辱榜记录在案

项目结构示意图(Project Structure)

image

引用项目(Include-Plugins)

xlua, xNode, UniTask, EasySave3

参考项目(Reference Project)

kyscpp

特别补充说明(Additional)

以下插件仅供学习使用,若希望使用它还请自行购买重新导入:
Odin Inspector

社区(Community)

  • 开发者Q群 749167552 (入群密码是本代码仓库名称)
  • 玩家Q群 480072818

About

金庸群侠传3D重制版

http://www.jy-new.com

License:Other


Languages

Language:C# 70.1%Language:Rich Text Format 17.7%Language:ShaderLab 6.6%Language:Lua 3.6%Language:HLSL 1.5%Language:GLSL 0.5%Language:PHP 0.0%Language:JavaScript 0.0%Language:HTML 0.0%Language:C++ 0.0%Language:CSS 0.0%Language:Python 0.0%Language:Batchfile 0.0%