hi, this is a plugin that can set a video as login screen.
support main:
1.02.03 ( season 2 )
1.04.10 ( season 3 )
1.05.30 ( season 4 )
1.04.04 ( season 6 )
1.04.05 ( season 6 )
1.05.07 ( season 8 )
1.05.24 ( season 9 )
1.19.46 ( season 16 )
1.19.75 ( season 17 )
1.19.88 ( season 17 )
VERSION 1
- v1.2 : fixed crash on windows 7 and lower
Advantages:
- use only one dll file
Disadvantages:
- GPU usage is a bit higher
- low compression
how to use:
- copy LoginScreen.dll to client directory
- add to MainInfo or add this to your src LoadLibrary("LoginScreen.dll");
- use ExiVideoConverter.exe to create a loginscreen.exi video
- copy loginscreen.exi to \\Data\\ directory
usage:
ExiVideoConverter.exe InputVideo OutputVideo.exi Options...
+ some options:
- change quality
-q:v NUMBER
// NUMBER: 1-31. 1 is highest quality, 31 is lowest quality
- cut by time base
-ss hh:mm:ss -t hh:mm:ss
// -ss: start time
// -t: end time
- cut by frame base
-vf select="between(n\,START_FRAME\,END_FRAME),setpts=PTS-STARTPTS"
// START_FRAME, END_FRAME: frame number
- resize
- change frame rate
example:
open cmd.exe
ExiVideoConverter.exe video.mp4 loginscreen.exi -q:v 5 -ss 00:00:02 -t 00:00:10 -r 24 -s:v 1280x720
// -q:v 5 : quality 5
// -ss 00:00:02 : start from 00:00:02
// -t 00:00:10 : end at 00:00:10 ---- 8 seconds total
// -r 24 : change frame rate to 24 frames/second
// -s:v 1280x720 : resize to 1280x720
download link:

**********************************************************************
**********************************************************************
VERSION 2
- v2.6 : fixed crash on season 17 client
what is the difference?
- support play mp4 file directly
Advantages:
- support H.264, H.265 high compression
- faster decoder
- lower GPU usage
Disadvantages:
- requires 7 additional dll files
how to use:
- copy all from "Copy to client" to client
- copy LoginScreen.dll to client and hook it
- create your own video and rename to loginscreen.mp4
- copy loginscreen.mp4 to CLIENT\\Data directory
download:
