mirror of
https://github.com/FriendshipIsEpic/FiE-Game.git
synced 2024-11-22 05:47:59 +01:00
39 lines
1.4 KiB
Markdown
39 lines
1.4 KiB
Markdown
# Friendship is Epic
|
|
|
|
Free and Open-Source, just to show that once it's on the internet you can never get rid of it.
|
|
|
|
This is continuation of the unity game "Friendship is Epic" that was famously lost when the original developer
|
|
when missing in action (and took the only copy of the project, the code, and assets with him).
|
|
|
|
This project is a reconstruction of that original game's source code and assets, using the released
|
|
developer build as a starting point to resume work on a game that deserved to be finished.
|
|
|
|
## Credits
|
|
|
|
Credits for the original project and ideas goes to the late helements and the Japanese FiE team
|
|
Sound effects and music credit to Jyc Row.
|
|
https://www.youtube.com/watch?v=58x-X-44gcM&list=PLl7dXRHbZCdiW4GFNq8n8KLEDvMpXInTZ
|
|
|
|
Old Gameplay: https://www.youtube.com/watch?v=N30a_izXLpg
|
|
Old Build: https://mega.nz/file/9XI1TKSJ#ZlEbr8mZePdn0wjxS7TFhny0u3FvgeDI_E-0bO1PzJ8
|
|
|
|
## Dependencies
|
|
|
|
This project is built using Unity 5.5 as well as several unity store assets and libraries:
|
|
|
|
- RogoDigital.Lipsync (lip-syncing)
|
|
- Spine (rigging)
|
|
- AmplifyBloom (rendering)
|
|
- PigeonToolkit/TrailEffect (particles)
|
|
- QuickRopes Rope Physics (rope physics)
|
|
- GameDataEditor
|
|
- Photon Unity Networking
|
|
+ others
|
|
|
|
## Building
|
|
|
|
It's recommended to have a working version of Unity 5.5 installed and working before you attempt to build this project.
|
|
|
|
1. Clone the repository:
|
|
|
|
> git clone https://github.com/FriendshipIsEpic/FiE-Game.git
|