Changeset - 1706744e845a
[Not reviewed]
default
0 1 0
tdelude - 8 years ago 2016-08-10 09:04:20
tdelude@users.noreply.git.metahusk.com
readme update
1 file changed with 19 insertions and 8 deletions:
README.md
19
8
0 comments (0 inline, 0 general)
README.md
Show inline comments
 
@@ -10,7 +10,14 @@ An Unreal Engine 4 Community Online Menu
 
**Built Using:** [Unreal 4 Engine](http://www.unrealengine.com/what-is-unreal-engine-4) developed by [Epic Games, Inc.](http://epicgames.com) 
 

	
 
--------------------------------------------
 
Development Files | Getting Started Directions
 
About This Project
 
--------------------------------------------
 
We are releasing the game menu from our game, Cardinal Fall, to the community for free. 
 
This project packages a combination of other community projects to create a single, easy to implement menu system. 
 
We will do our best to update the project with new engine releases.
 

	
 
--------------------------------------------
 
Getting Started 
 
--------------------------------------------
 
1. Create a Project Directory folder in your Unreal 4 Projects Directory.
 
> **Example Structure:** C:\Users\User\Documents\Unreal Projects\Directory_Name
 
@@ -34,29 +41,33 @@ 6. Navigate to \Your_Directory\Plugins a
 

	
 
7. Execute cardinal.uproject and click _Yes_ to Recompile Project Modules.
 
8. Enable The Web Browser Plugin at Edit -> Plugins -> Widgets -> Web Browser
 
9. Enjoy :)
 
9. Navigate to the MainMenu Blueprints folder at \Cardinal\MainMenu\Blueprints
 
10. Insert your GameModes into Enum_GameModes, list your available map names to Enum_Maps, and set your server host's preferred maximum number of players to Enum_NumberOfPlayers using the supplied pattern. 
 
For skipped number of player options, use the enumeration's integer. For the number of players option you'd like available, spell out the integer. 
 
For example: 0, 1, Three will make a server with a maximum of "Three Players." (Please note the game modes and player limits are not implemented in the actual project. This is up to the end user to implement.)
 
11. Enjoy :)
 
***NOTE: To utilize Steam you must launch as a "Standalone Game" or utilize a packaged build with Steam running.***
 

	
 
--------------------------------------------
 
Known Bugs
 
--------------------------------------------
 
**Bug:** Client Returning to "Main Menu" can't join another game.
 
**Fix:** In Progress
 
**Fix:** Fixed 08/07/2016 at Changeset - a1943cb579fc
 

	
 
**Bug:** The Editor's Play In Viewport option does not stretch the menu title bar all the way to the edge of the screen on some resolutions
 
**Fix:** Use Play In New Editor Window
 

	
 
**Bug:** Split screen settings not specific to player
 
**Fix:** None Available
 
**Fix:** None available, unknown fix
 

	
 
--------------------------------------------
 
Project Credits
 
--------------------------------------------
 
 **Project Credits:** 
 
Metahusk, mordentral, rama, Thaddeus Delude, The Tune Peddler, ZioYuri78
 
Metahusk, mordentral, rama, Thaddeus Delude (parvan), The Tune Peddler, ZioYuri78
 

	
 
**Cardinal Menu:**
 
This project was put together by Metahusk using a collection of community content and in house work. Please credit us and provide a link to our website.
 
(http://metahusk.com)
 
This project was put together by Metahusk using a collection of community content. Please credit everyone listed here and provide a link to our websites.
 

	
 
**Project Blueprints:**
 
This project’s blueprint files are released under the Creative Commons Attribution 4.0 International License. CC BY 4.0
 
@@ -83,6 +94,6 @@ The music used in this project is owned by The Tune Peddler. You do not have permission to use the project’s music without agreeing to the terms at The Tune Peddler’s website. (As of July 2016, this includes a $5 a month subscription fee.)
 
License Information
 
--------------------------------------------
 
The Menu System Was Adapted From Cardinal Fall: ©2016 Nonprofit Videogame Development Group, Inc.  All rights reserved.  
 
The Menu System is free to use under the Creative Commons Attribution 4.0 International License. CC BY 4.0 (https://creativecommons.org/licenses/by/4.0/) 3rd Party Assets are discussed in the credits section above.
 
This Menu System is free to use under the Creative Commons Attribution 4.0 International License. CC BY 4.0 (https://creativecommons.org/licenses/by/4.0/) 3rd Party Assets are discussed in the credits section above.
 

	
 

	
0 comments (0 inline, 0 general)