Skip to content

TheAnswer/GalaxyExtender

 
 

Repository files navigation

SWGCommandExtension

Extension DLL for adding new slash commands in Star Wars Galaxies, currently adds graphics override commands.

  • **/globaldetail X** - sets the Global Detail Level to X, valid ranges are 1-24. You must move the slider in Terrain options AFTER using this command.
    
  • /hdterrain|/highdetailterrain X - sets the High Detail Terrain Distance to X, valid ranges are 1-50. You must move the slider in Terrain options AFTER using this command.
  • /radialflora X - sets the Radial Flora Distance to X, valid ranges are 1-256.
  • /ncflora|/noncollidableflora X - sets the Non-Collidable Flora Distance to X, valid ranges are 1-128.
  • /vd|/viewdistance X - sets the View/Rendering Distance to X, valid ranges are 512-4096.
  • /getvd|/getviewdistance> - Prints the current View/Rendering Distance value to the chat.
  • /getradialflora - Prints the current Radial Flora Distance value to the chat.
  • /getncflora|/getnoncollidableflora - Prints the current Non-Collidable Flora Distance value to the chat.
  • /setall|/overrideall default|low|medium|high|ultra - Sets all graphics settings to preset values. Type /overrideall help for info on each preset.
  • /exthelp - This command, which lists help info on available extension commands.

About

Extends Star Wars Galaxies Client, allowing new slash commands, object functionality etc.

Resources

License

Stars

5 stars

Watchers

1 watching

Forks

Packages

 
 
 

Contributors

Languages

  • C++ 97.8%
  • C 2.0%
  • Objective-C 0.2%