JVPC home | GPL/LGPL | Download/Install | Java VMs | JVPC/VPCheck | People | Kero's VGAP-page | Project Page |
gamedir is the directory where your game lives. If the gamedir is omitted, the current directory (.) is asserted.
planetdir is the directory where your planet data lives. This directory is used as a backup whenever a file is not found in the gamedir. Default is the current directory (.).
-p[player] | The player number (1..12) to include. The default is to check all players. Whenever at least one -p is given, only those players listed are checked. |
-c[configname] | Perform configuration configname. Currently, this can be 'pre', 'all' or 'default'. The default is (sensibly :) 'default'. |
-r | Read Only. Do not save, even after some things have changed. |
default | The default configuration. Contains only checks, and of those only the more pressing ones. |
pre | Contains only actions: reset all ships missions which are only meant to be performed once, like 'lay mines'; clear all special FC's of ships to a neutral value; randomize planet FC's; reset waypoints within gravity wells (if warp>1). Can be run perfectly when your new RST is in; you don't even have to unpack: JVPC and VPCheck will do that automatically for you. |
all | Perform all checks on the data, also the more innocent ones. Useful to have as a reference. |
Examples
java jvpc.vpcheck.VPCheck ~/projects/vga/eac -p6 -cpre
Perform all actions to be done before doing the turn itselvesjava jvpc.vpcheck.VPCheck ~/projects/vga/eac
Check whether I made some errors during the turn
JVPC home | GPL/LGPL | Download/Install | Java VMs | JVPC/VPCheck | People | Kero's VGAP-page | Project Page |