forked from Soverance/EtherealLegends
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
6746255
commit 90021c3
Showing
1 changed file
with
8 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,16 @@ | ||
# EtherealLegends | ||
Ethereal Legends - An Indie Action RPG built with Unreal Engine 4. | ||
Ethereal Legends - An Indie Action RPG built with Unreal Engine 4 for Steam, PS4, and Xbox One. | ||
|
||
Created and Programmed by Scott McCutchen | ||
|
||
Ethereal Legends Module for UE4 | ||
|
||
Soverance Studios | ||
info@soverance.com | ||
www.soverance.com | ||
www.ethereallegends.com | ||
|
||
This module is provided as is, and is not intended to be a complete, working game. Instead, this module is meant to be used as a learning resource for others looking to bring their UE4 games to C++. | ||
|
||
While I'd love to completely open-source Ethereal Legends, much of my code is currently in UE4's Blueprint system, and of course I do not have the rights to redistribute any of the assets I've used to create the game. So this repository is the best I can do, providing you with the direct source I've used to build the game. | ||
While I'd love to completely open-source Ethereal Legends, significant portions of the code used to create the full game is currently within UE4's Blueprint system, and of course I do not have the rights to redistribute any of the assets I've used to create the game. So this repository is the best I can do, providing you with the direct source I've used to build the game's foundation. | ||
|
||
In the future as the game gets closer to release, I'd like to work in the wiki section and build the documentation to allow other people to help continue development. If you find something in the game that you'd like to add or change, feel free to make a pull request and I'll work to integrate it into the game. Successful pull requests will have their names added to the in-game credits! | ||
If you find something in the game that you'd like to add or change, this is the place to start. Feel free to ask me any questions you have about the code you find here, and be sure to make a pull request if you make any changes or fixes and I'll work to integrate it into the game. I'll be sure to add your name to the in-game credits for successful PRs! |