2
+ − 1 pped (version 1.1)
+ − 2
+ − 3 This is a relatively simple Paradise player database editor. Although I
+ − 4 have given it a reasonable amount of testing, there probably still are
+ − 5 bugs. So, please always keep backups of your .players file.
+ − 6
+ − 7 Usage: pped [file]
+ − 8 Where [file] is the pathname of the player database file to be edited.
+ − 9 If no file is specified, then it looks for a file called .players in
+ − 10 the current directory
+ − 11
+ − 12
+ − 13 **** Important notes ****
+ − 14
+ − 15 I don't have any instructions yet, my apologies for this. You can get
+ − 16 a list of available commands by entering '?' at a prompt.
+ − 17
+ − 18 When you are in the edit screen, where the prompt looks like
+ − 19 "Edit: Command (? for help) -->", you need to specify Save to record
+ − 20 whatever changes you've made. This only changes the database in
+ − 21 memory, it won't affect any files.
+ − 22
+ − 23 When you specify Save in the Index screen, however, you will be prompted
+ − 24 for a filename, and then the entire database is written into that file.
+ − 25 This is the only place where a file can be changed by this program.
+ − 26
+ − 27 pped reads the entire db into memory, so when you edit individual entries,
+ − 28 nothing will actually be changed in the .players file until you save
+ − 29 the whole thing out. The main disadvantage to this is that if your
+ − 30 .players file is very large, this becomes inefficient. I will probably
+ − 31 make it disk-based in future versions.
+ − 32
+ − 33 The editor will adjust to different terminal heights (i.e. number of
+ − 34 rows), but it assumes that your terminal is at least 80 columns wide.
+ − 35
+ − 36 pped is written entirely in ANSI C. So, you will need to supply whatever
+ − 37 flags are needed to put your compiler in ANSI mode. Or, you can use gcc.
+ − 38
+ − 39 Do NOT change the .players file that is being used by the server if
+ − 40 there are people logged in to the server.
+ − 41
+ − 42
+ − 43 Please send comments/bug reports/suggestions/etc to hakehoe@icaen.uiowa.edu
+ − 44