|
|
@ -26,6 +26,8 @@ class GameServer: |
|
|
|
self.query_prompt_string = b'\xff\xff\xff\xffstatus\x00' |
|
|
|
elif self.option.engine == 'idtech3': |
|
|
|
self.query_prompt_string = b'\xff\xff\xff\xffgetstatus' |
|
|
|
elif self.option.engine == 'quake': |
|
|
|
self.query_prompt_string = b'\xff\xff\xff\xffstatus\x00' |
|
|
|
elif self.option.engine == 'quakelive': |
|
|
|
self.query_prompt_string = b'\xFF\xFF\xFF\xFFTSource Engine Query\0' |
|
|
|
elif self.option.engine == 'realvirtuality': |
|
|
@ -111,7 +113,7 @@ if __name__ == '__main__': |
|
|
|
action='store', |
|
|
|
dest='engine', |
|
|
|
default=False, |
|
|
|
help='Engine type: avalanche, goldsource, idtech2, idtech3, idtech3_ql, realvirtuality, quakelive, refractor, spark, source, unity3d, unreal, unreal2.' |
|
|
|
help='Engine type: avalanche, goldsource, idtech2, idtech3, realvirtuality, quake, quakelive, refractor, spark, source, unity3d, unreal, unreal2.' |
|
|
|
) |
|
|
|
parser.add_option( |
|
|
|
'-v', '--verbose', |
|
|
|