Skip to content

Commit 73d5632

Browse files
committed
Modified structure slightly for marketplace
Addition to readme regarding new SplashExample.cfg file in Assets Removed fullscreen initial splash asset, replaced with 576p version
1 parent 1aa1e39 commit 73d5632

File tree

6 files changed

+19
-5
lines changed

6 files changed

+19
-5
lines changed

Assets/SplashExample.cfg

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
splash_show=1
2+
splash_minimumPlaybackTime=5.0
3+
splash_show_initial=1
4+
splash_minimumPlaybackTimeA=3.0
5+
6+
splash_texture=SplashExample/textures/splash.dds
7+
splash_texture_a=SplashExample/textures/splash_a_1024x576.dds
8+
r_width=1024
9+
r_height=576
10+
11+
// Always reccommended if using initial splash screen!
12+
// Ideally user profile has resolution attribute config (like gamesdk sample)
13+
r_fullscreenwindow=1
14+
r_fullscreen=0
-11.8 MB
Binary file not shown.
Binary file not shown.

Assets/SplashExample/textures/splash_a.dds.cryasset renamed to Assets/SplashExample/textures/splash_a_fullscreen.dds.cryasset

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<cryasset>
2-
<AssetMetadata version="0" type="Texture" guid="{E2A6B5E8-4B0A-D31B-383D-4DEC790B810E}" source="splash_a.tif">
2+
<AssetMetadata version="0" type="Texture" guid="{E2A6B5E8-4B0A-D31B-383D-4DEC790B810E}" source="splash_a_fullscreen.tif">
33
<Files>
4-
<File path="splash_a.dds"/>
4+
<File path="splash_a_fullscreen.dds"/>
55
</Files>
66
<Details />
77
</AssetMetadata>

readme.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@ Take note: For the best effect with the initial splash screen, you should set r_
2828
same dimensions as the splash_a.dds texture you supply. Also, make sure r_fullscreen is not set to 1 in any cfg and also make sure r_fullscreenwindow is set to 1 to remove window border.
2929
(This is not required for the plugin to work, but not enforcing this will cause the intial splash to flicker between settings)
3030

31+
An example configuration is found in Assets/SplashExample.cfg
32+
3133
### Building from source
3234
Building is not necessary to use the plugin, however it is very easy to do so.
3335
Take note the supplied `CMakeLists.txt` and `vcxproj.user.in` files have been customized,
@@ -40,6 +42,4 @@ This is highly advised before generating a solution as a copied dll may just end
4042
### More information
4143
For help or more information please visit the associated thread on the forums below.
4244
Cry Engine &reg; Forum Thread: https://www.cryengine.com/community/viewtopic.php?f=314&t=135972
43-
GitHub &reg; Repository: https://github.com/uniflare/SplashExample
44-
45-
Information regarding licensing is found in `license.txt` contained in this package.
45+
GitHub &reg; Repository: https://github.com/uniflare/SplashExample

0 commit comments

Comments
 (0)