-
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
Showing
1 changed file
with
39 additions
and
0 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 |
---|---|---|
@@ -0,0 +1,39 @@ | ||
# META-CC-Slideshow | ||
Meta Portal Slideshow - README | ||
v0.1.0 - 2021/5/27 | ||
Developed by: Divided (META) (https://www.coregames.com/user/eaba4947069846dbb72fc5efb0f04f47) | ||
Modified by: Morticai (META) (https://www.coregames.com/user/d1073dbcc404405cbef8ce728e53d380) | ||
This package is a work in progress. | ||
Description: | ||
Meta Portal Slideshow is a simple component that allows creators to upload custom images that can | ||
be used in their game to provide information to players, such as how to play, game updates, and item | ||
showcasing. | ||
|
||
|
||
Setup | ||
===== | ||
1. To begin adjusting how the Portal Slideshow system first selects the SlideshowSettings Client Context. | ||
2. Once selected you'll see several options available to you: | ||
1) Enabled - Make sure this is checked to enable the component. | ||
2) ToggleUIKeybind - The keybind players will use to toggle the tutorial on / off. T is the default. | ||
3) LeftJumpKeybind - Keybind players can press to move left in the slideshow. The left arrow key is the default. | ||
4) RightJumpKeybind - Keybind players can press to move right in the slideshow. The right arrow key is the default. | ||
5) TotalImages - The total amount of images to be shown in your slide show. | ||
6) ImageSpacing - The width of each image in the slide show. Default is 1000, which has no spacing between images. | ||
Increasing this to say 1200 will add a slight gap between each image in the slide show. | ||
7) ImageZoom - Increasing this number will make the images further from the players screen. Setting this to 5 will | ||
make the image fullscreen. | ||
Adding Images | ||
============= | ||
1. To add images to your slideshow, you first must upload the images to a live Core Game. The game can be a blank | ||
unlisted project, to better organize your images. When publishing the game, simply add your images as screenshots. | ||
2. Once published, save the link somewhere it's easily accessible on your computer. | ||
You should have a link such as: | ||
https://www.coregames.com/games/1b3aa6/meta-portal-image-examples | ||
3. Copy Game ID info in the link to your clipboard such as: | ||
1b3aa6/meta-portal-image-examples | ||
4. Under SlideshowSettings > ScreenGroup > Pivot | ||
There will be five Game Portals as default. Simply click on each portal and change the Game ID to the Game ID where your images will be stored. | ||
Note: Multiple projects can be used if your game requires more than 5 slideshow images. Simply repeat all steps above | ||
but make sure to adjust the Screenshot Index of the new images to match up with the index of any further published | ||
screenshot games. |