tools/hwmap2txt/hwmapconverter/README
author Wuzzy <Wuzzy2@mail.ru>
Tue, 28 Aug 2018 05:46:33 +0200
changeset 13710 0da36902e5b6
parent 10937 f7fd8a70dd93
permissions -rw-r--r--
Space Invasion: Continue playing rounds in case the teams are tied at the end Rules in case of a tie: 1) Eliminate all teams not tied for the lead 2) Play another round with the remaining teams 3) Check for the winner again at the end of that round. If there's another tie, repeat the procedure
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
10937
f7fd8a70dd93 add simple build instructions
sheepluva
parents:
diff changeset
     1
f7fd8a70dd93 add simple build instructions
sheepluva
parents:
diff changeset
     2
This tool allows editing the contents of .hwmap files as human-readable text.
f7fd8a70dd93 add simple build instructions
sheepluva
parents:
diff changeset
     3
f7fd8a70dd93 add simple build instructions
sheepluva
parents:
diff changeset
     4
f7fd8a70dd93 add simple build instructions
sheepluva
parents:
diff changeset
     5
Dependencies:
f7fd8a70dd93 add simple build instructions
sheepluva
parents:
diff changeset
     6
-------------
f7fd8a70dd93 add simple build instructions
sheepluva
parents:
diff changeset
     7
f7fd8a70dd93 add simple build instructions
sheepluva
parents:
diff changeset
     8
Needs Qt / qmake to build
f7fd8a70dd93 add simple build instructions
sheepluva
parents:
diff changeset
     9
f7fd8a70dd93 add simple build instructions
sheepluva
parents:
diff changeset
    10
f7fd8a70dd93 add simple build instructions
sheepluva
parents:
diff changeset
    11
Instructions:
f7fd8a70dd93 add simple build instructions
sheepluva
parents:
diff changeset
    12
-------------
f7fd8a70dd93 add simple build instructions
sheepluva
parents:
diff changeset
    13
f7fd8a70dd93 add simple build instructions
sheepluva
parents:
diff changeset
    14
Build with these 2 commands:
f7fd8a70dd93 add simple build instructions
sheepluva
parents:
diff changeset
    15
f7fd8a70dd93 add simple build instructions
sheepluva
parents:
diff changeset
    16
qmake hwmapconverter.pro
f7fd8a70dd93 add simple build instructions
sheepluva
parents:
diff changeset
    17
make
f7fd8a70dd93 add simple build instructions
sheepluva
parents:
diff changeset
    18
f7fd8a70dd93 add simple build instructions
sheepluva
parents:
diff changeset
    19
f7fd8a70dd93 add simple build instructions
sheepluva
parents:
diff changeset
    20
If compiled successfully, run with:
f7fd8a70dd93 add simple build instructions
sheepluva
parents:
diff changeset
    21
f7fd8a70dd93 add simple build instructions
sheepluva
parents:
diff changeset
    22
./hwmapconverter
f7fd8a70dd93 add simple build instructions
sheepluva
parents:
diff changeset
    23