https://github.com/explooosion/aon
moba rpg first
https://github.com/explooosion/aon
Last synced: about 1 year ago
JSON representation
moba rpg first
- Host: GitHub
- URL: https://github.com/explooosion/aon
- Owner: explooosion
- Created: 2017-12-25T06:46:01.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-12-24T16:24:23.000Z (over 8 years ago)
- Last Synced: 2025-03-25T07:41:38.392Z (about 1 year ago)
- Language: C++
- Size: 41.4 MB
- Stars: 1
- Watchers: 1
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# AON
- Remake Ambition Of Nobunaga
- 重製信長 從多人RPG做起
- 支持我們 https://www.patreon.com/nobu_game
# License
- for unreal part, you need follow unreal eula https://www.unrealengine.com/eula
- for our part, use BSD https://zh.wikipedia.org/wiki/BSD%E8%AE%B8%E5%8F%AF%E8%AF%81
# 怎麼使用 How to use ?
- install UE4.17.2 https://www.unrealengine.com/
- install Visual Studio 2017
- git clone https://github.com/RemakeAONTeam/AON.git
- git lfs fetch
- git lfs pull
- 右鍵點AON.uproject=>Switch Unreal Engine Version選4.17
- 打開產生的AON.sln 按ctrl+F5就可以了
# 怎麼更新 How to update ?
- git pull
- git lfs fetch
- git lfs pull