Loading_Screens
Akkarinage edited this page Nov 5, 2016
·
1 revision
Pages 190
Getting Started
- Installation instructions
- Transitioning from SVN to GIT
- Compiling on your OS
- Connecting & Starting rAthena
Configure your Server
- Scripting like a pro!
- Server Modifications and what to expect
- Database Configuration
Customization
- Adding Custom Items
- Adding Custom Monsters
- GRF Encryption
Setup the Client
- Data folder
- Diff files
Misc Databases
Third-Party Software
Clone this wiki locally
title: Loading Screens permalink: /Loading_Screens/
Loading screens are graphics, that are shown when the client is loading map data, before entering the game or while changing maps.
They are located inside the GRF in data\texture\À¯ÀúÀÎÅÍÆäÀ̽º (data\texture\유저인터페이스), must be of type JPEG and have to be called loadingXX.jpg where XX is a zero-based index (00, 01, 02...) and limited to about 6-12 files depending on langtype (unless you have diffed Unlimited Loading Screens option).
You should prefer sizes of 4:3 (ex. 800x600, 1024x768) otherwise the loading screen is stretched to fit the screen, which causes certain quality loss. Try to avoid gradients, because the client reduces the amount of colors used inside the image as well.