SWG: Helper Plugin - OUTDATED but has source files
Posted: July 1st, 2005, 8:59 am
Star Wars Galaxies Script Helper
The SWGHelper plugin exposes some of SWG's values as variables you can use in your scripts. In this initial release HAM values, your X/Y loc and the Cameras X/Y loc are available. Your heading is also given but this value is calculated at the moment and relies on the fact you are using the third person view as it gets your heading by calculating the vector between the camera and your characers location.
Beacause most of these values move around in memory a technique called code injection is used. This alters the game as it is running in memory and therefore violates the EULA. If you are using this then you could be banned if discovered. It also means that this may break when the main game executable is patched. If this is the case I will do my best to fix asap.
DrDE@th
The SWGHelper plugin exposes some of SWG's values as variables you can use in your scripts. In this initial release HAM values, your X/Y loc and the Cameras X/Y loc are available. Your heading is also given but this value is calculated at the moment and relies on the fact you are using the third person view as it gets your heading by calculating the vector between the camera and your characers location.
Beacause most of these values move around in memory a technique called code injection is used. This alters the game as it is running in memory and therefore violates the EULA. If you are using this then you could be banned if discovered. It also means that this may break when the main game executable is patched. If this is the case I will do my best to fix asap.
DrDE@th