-Click on any of the clones on the screen. *Note: Press and hold your mouse and move your mouse around the screen. A box should appear, and any units inside of the box will be selected. *Note: The command base must be clicked on. -Click on anywhere on the screen while a unit is selected. The unit should point and move to the point you clicked. *Note: The command base cannot move. -Arrow keys to scroll through the map. -Press space to jump to the selected unit.
I decided to begin with the most elemental parts of an RTS game: the selecting, scrolling, and moving. From these a lot of different functions can arise, like building, mining, and battles. This is an engine for anyone who has the hopes of making a decent RTS (Real Time Strategy) game. All of the scripts are mine. I will be making more engines as I start work on my own RTS. These are made to be easy to understand. Please comment if you have any questions or suggestions! Whats new in v1.1? -Added an FPS counter to the engine. -Bug fixes