//
// LFS Layout streamer v0.6
//
// by Vritrasura
//
///////////////////////////

Description:
------------
	A Layout streamer is an app that can load a very big layout and stream its parts
to all players connected to server, regulating the total amount of visible blocks at once,
depending on players position in the world. It uses only insim protocol.


Usage:
------
	Edit the config.ini file and make sure your ip, port and password is set.

	Next you provide static and dynamic layout in the config file.
The static layout will always stay and never despawn.
The dynamic layout will spawn/despawn as needed based on how many blocks are visible, and where
currently players are located.

It is recommended to have only pits, checkpoints and some vital parts of layout in the static part,
allowing the dynamic part to grow and shrink as needed.

Then you can Run LFS_Layout_Streamer.exe


How to make big layout:
-----------------------
	I packed a tool LFS_Layout_Joiner.exe to combine any number of layouts into one big layout. 
You simply drag and drop desired layout files on the tool icon (or you can run it from command
line and pass filenames as parameters). Once combined you can provide it as your dynamic layout.