Skip to content

Latest commit

 

History

History
64 lines (33 loc) · 1.58 KB

README.md

File metadata and controls

64 lines (33 loc) · 1.58 KB

showdist

DESCRIPTION:

This mod delivers you two commands which can be used to display the distance of the player to certain locations, measured in sectors. Those locations can either be the center/core of the galaxy, the home sector of the player or a user-defined sector. This may be usefull for different things like finding bosses or planning some trading- and jump-routes ;)

FEATURES:

Commands:

/showdist

Shows distance of player to defined location in chat window.

Usage:

/showdist center

/showdist home

/showdist home <PLAYER>

/showdist sector <XXX:YYY>

/showdist sector <XXX:YYY> <NAME>

/showdistjump

Shows distance to registered locations after each jump as notifications. You can register multiple locations which will all be shown after jumps!

Usage:

/showdistjump center

/showdistjump home

/showdistjump home <PLAYER>

/showdistjump sector <XXX:YYY>

/showdistjump sector <XXX:YYY> <NAME>

/showdistjump off

Parameters:

<PLAYER> = name or index of existing player

<XXX:YYY> = coordinates value (like "321:456" or "12:-34")

<NAME> = name value (like "Trade1" or "SomeSector", no spaces)

INSTALLATION:

Download the ZIP file of the latest release and extract it to <Avorion>\data\ directory, like with other mods.

No vanilla script files will be overwritten, so there should be no problem with other mods or file changes due to game updates!

Multiplayer: This mod is server-side only, so no files have to be installed on clients for multiplayer games.