tools/hwmap2txt/hwmapconverter/README
author Wuzzy <Wuzzy2@mail.ru>
Mon, 12 Mar 2018 19:39:00 +0100
changeset 13173 4d1cf0d76eb7
parent 10937 f7fd8a70dd93
permissions -rw-r--r--
Remove rubber duck from BRW, RW and most weapon schemes for now The duck is not liked by players. Rubber duck needs a lot of rework. Before that happens, better remove it from game modes for now. Players can always modify the weapon schemes, of course.
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