Re: New & raw web based Dominion II game server
[quote]Originally posted by Esben Mose Hansen:
Quote:
See (linux command below, adjust for whatever system you use)
code:
less `locate command_line_switches`
for availble switches.
|
Well thats a text document which is the Last place such a switch shows up. Doing a "dom2 -h" will get you the internal help file which is third to be updated.
if you want to hack abit in linux try
code:
whereis dom2
strings /usr/local/bin/dom2 |less
then use the / key to do a search for fullgrx which is the first switch on my list. Now you are looking at the list of switches in the game which is the second place updated.
The only other place a switch can exist is in the raw code. But it goes in-code switch subroutine, then in-code switch list, then in-code help file, then the comand_switch text file.
Viewing the list directly was interesting. I found 3 that arent listed in the help file or the command_switches file.
__________________
-- DISCLAIMER:
This game is NOT suitable for students, interns, apprentices, or anyone else who is expected to pass tests on a regular basis. Do not think about strategies while operating heavy machinery. Before beginning this game make arrangements for someone to check on you daily. If you find that your game has continued for more than 36 hours straight then you should consult a physician immediately (Do NOT show him the game!)
|