forked from metin2/client
1
0
Fork 0

Added mistakenly ignored files

This commit is contained in:
Exynox 2022-11-20 23:30:46 +02:00
parent 0e97f74c94
commit 33f19f9ff6
2770 changed files with 3713 additions and 3 deletions

8
.gitignore vendored
View File

@ -367,8 +367,10 @@ FodyWeavers.xsd
## ##
## Project rules ## Project rules
## ##
!bin !bin/
!bin/* !bin/**
!bin/
!bin_original/**
!extern !extern
!extern/* !extern/**

BIN
bin/lib/UserDict.pyc Normal file

Binary file not shown.

BIN
bin/lib/__future__.pyc Normal file

Binary file not shown.

BIN
bin/lib/_abcoll.pyc Normal file

Binary file not shown.

BIN
bin/lib/_weakrefset.pyc Normal file

Binary file not shown.

BIN
bin/lib/abc.pyc Normal file

Binary file not shown.

BIN
bin/lib/bisect.pyc Normal file

Binary file not shown.

BIN
bin/lib/codecs.pyc Normal file

Binary file not shown.

BIN
bin/lib/collections.pyc Normal file

Binary file not shown.

BIN
bin/lib/copy.pyc Normal file

Binary file not shown.

BIN
bin/lib/copy_reg.pyc Normal file

Binary file not shown.

Binary file not shown.

Binary file not shown.

BIN
bin/lib/encodings/ascii.pyc Normal file

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

BIN
bin/lib/encodings/cp850.pyc Normal file

Binary file not shown.

BIN
bin/lib/encodings/cp949.pyc Normal file

Binary file not shown.

BIN
bin/lib/encodings/utf_8.pyc Normal file

Binary file not shown.

BIN
bin/lib/fnmatch.pyc Normal file

Binary file not shown.

BIN
bin/lib/functools.pyc Normal file

Binary file not shown.

BIN
bin/lib/genericpath.pyc Normal file

Binary file not shown.

BIN
bin/lib/hashlib.pyc Normal file

Binary file not shown.

BIN
bin/lib/heapq.pyc Normal file

Binary file not shown.

BIN
bin/lib/keyword.pyc Normal file

Binary file not shown.

BIN
bin/lib/linecache.pyc Normal file

Binary file not shown.

BIN
bin/lib/locale.pyc Normal file

Binary file not shown.

BIN
bin/lib/ntpath.pyc Normal file

Binary file not shown.

BIN
bin/lib/os.pyc Normal file

Binary file not shown.

BIN
bin/lib/random.pyc Normal file

Binary file not shown.

BIN
bin/lib/re.pyc Normal file

Binary file not shown.

BIN
bin/lib/shutil.pyc Normal file

Binary file not shown.

BIN
bin/lib/site.pyc Normal file

Binary file not shown.

BIN
bin/lib/sre_compile.pyc Normal file

Binary file not shown.

BIN
bin/lib/sre_constants.pyc Normal file

Binary file not shown.

BIN
bin/lib/sre_parse.pyc Normal file

Binary file not shown.

BIN
bin/lib/stat.pyc Normal file

Binary file not shown.

BIN
bin/lib/string.pyc Normal file

Binary file not shown.

BIN
bin/lib/struct.pyc Normal file

Binary file not shown.

BIN
bin/lib/sysconfig.pyc Normal file

Binary file not shown.

BIN
bin/lib/traceback.pyc Normal file

Binary file not shown.

BIN
bin/lib/types.pyc Normal file

Binary file not shown.

BIN
bin/lib/warnings.pyc Normal file

Binary file not shown.

BIN
bin/lib/weakref.pyc Normal file

Binary file not shown.

View File

@ -0,0 +1,48 @@
import glob
import os
import stat
def GetSpeed(name):
lines = open(name).readlines()
inp = 0
beg = 0
end = 0
for line in lines:
if "DirectInput" in line:
inp = float(line.strip().split()[1])
if "AttackingStartTime" in line:
beg = float(line.strip().split()[1])
if "AttackingEndTime" in line:
end = float(line.strip().split()[1])
return inp, beg, end
def GetComboList(job):
print job
os.chdir(job)
dirList = os.listdir(".")
#horseFolders = [name for name in dirList if "horse" in name]
folders = [name for name in dirList if stat.S_ISDIR(os.stat(name).st_mode)]
for folder in folders:
os.chdir(folder)
comboList = []
for name in glob.glob("*.msa"):
if "combo" in name:
comboList.append("\t" + " ".join((name, "%.2f (%.2f-%.2f)" % (GetSpeed(name)))))
if comboList:
print folder
print "\n".join(comboList)
os.chdir("..")
os.chdir("..")
GetComboList("warrior");
GetComboList("assassin");
GetComboList("sura");
GetComboList("shaman");

View File

@ -0,0 +1,14 @@
import glob
for name in glob.glob("*.msa"):
old_lines = open(name).readlines()
new_lines = []
for line in old_lines:
if "wedding" in line:
new_lines.append(line.replace("wedding", "action"))
else:
new_lines.append(line)
if old_lines != new_lines:
print name
open(name, "w").writelines(new_lines)

View File

@ -0,0 +1,14 @@
import glob
for name in glob.glob("*.msa"):
old_lines = open(name).readlines()
new_lines = []
for line in old_lines:
if "wedding" in line:
new_lines.append(line.replace("wedding", "action"))
else:
new_lines.append(line)
if old_lines != new_lines:
print name
open(name, "w").writelines(new_lines)

View File

@ -0,0 +1,6 @@
YPRT
665224072
buildingfile "d:/ymir work/zone/ghost/obj/a1_018-stonelight-1_01.gr2"
propertyname "a1_018-stonelight-1_01"
propertytype "Building"
shadowflag "1"

View File

@ -0,0 +1,6 @@
YPRT
1928334592
buildingfile "d:/ymir work/zone/ghost/obj/a1_018-stonelight_01.gr2"
propertyname "a1_018-stonelight_01"
propertytype "Building"
shadowflag "1"

View File

@ -0,0 +1,6 @@
YPRT
3414708964
buildingfile "d:/ymir work/zone/ghost/obj/b_general_obj_02_01.gr2"
propertyname "b_general_obj_02_01"
propertytype "Building"
shadowflag "1"

View File

@ -0,0 +1,6 @@
YPRT
3139404313
buildingfile "d:/ymir work/zone/ghost/obj/b_general_obj_06_01.gr2"
propertyname "b_general_obj_06_01"
propertytype "Building"
shadowflag "1"

View File

@ -0,0 +1,6 @@
YPRT
3138190490
buildingfile "d:/ymir work/zone/ghost/obj/b_general_obj_07_01.gr2"
propertyname "b_general_obj_07_01"
propertytype "Building"
shadowflag "1"

View File

@ -0,0 +1,6 @@
YPRT
854907653
buildingfile "d:/ymir work/zone/ghost/obj/b_general_obj_10_01.gr2"
propertyname "b_general_obj_10_01"
propertytype "Building"
shadowflag "1"

View File

@ -0,0 +1,6 @@
YPRT
797586677
buildingfile "d:/ymir work/zone/ghost/obj/b_general_obj_10_11_01.gr2"
propertyname "b_general_obj_10_11_01"
propertytype "Building"
shadowflag "1"

View File

@ -0,0 +1,6 @@
YPRT
2481114093
buildingfile "d:/ymir work/zone/ghost/obj/b_general_obj_10_12_01.gr2"
propertyname "b_general_obj_10_12_01"
propertytype "Building"
shadowflag "1"

View File

@ -0,0 +1,6 @@
YPRT
2833779647
buildingfile "d:/ymir work/zone/ghost/obj/b_general_obj_10_1_01.gr2"
propertyname "b_general_obj_10_1_01"
propertytype "Building"
shadowflag "1"

View File

@ -0,0 +1,6 @@
YPRT
1460533966
buildingfile "d:/ymir work/zone/ghost/obj/b_general_obj_16_01.gr2"
propertyname "b_general_obj_16_01"
propertytype "Building"
shadowflag "1"

View File

@ -0,0 +1,6 @@
YPRT
1258822442
buildingfile "d:/ymir work/zone/ghost/obj/b_general_obj_17_01.gr2"
propertyname "b_general_obj_17_01"
propertytype "Building"
shadowflag "1"

View File

@ -0,0 +1,6 @@
YPRT
3748684443
buildingfile "d:/ymir work/zone/ghost/obj/b_general_obj_21_01.gr2"
propertyname "b_general_obj_21"
propertytype "Building"
shadowflag "1"

View File

@ -0,0 +1,6 @@
YPRT
3835920730
buildingfile "d:/ymir work/zone/ghost/obj/b_general_obj_21_1_01.gr2"
propertyname "b_general_obj_21_1_01"
propertytype "Building"
shadowflag "1"

View File

@ -0,0 +1,6 @@
YPRT
3992908426
buildingfile "d:/ymir work/zone/ghost/obj/b_general_obj_22_01.gr2"
propertyname "b_general_obj_22"
propertytype "Building"
shadowflag "1"

View File

@ -0,0 +1,6 @@
YPRT
1013594383
buildingfile "d:/ymir work/zone/ghost/obj/b_general_obj_27_01.gr2"
propertyname "b_general_obj_27"
propertytype "Building"
shadowflag "1"

View File

@ -0,0 +1,6 @@
YPRT
2032656016
buildingfile "d:/ymir work/zone/ghost/obj/b_general_obj_28_01.gr2"
propertyname "b_general_obj_28"
propertytype "Building"
shadowflag "1"

View File

@ -0,0 +1,6 @@
YPRT
825349983
buildingfile "d:/ymir work/zone/ghost/obj/general_obj_bigtower01_01.gr2"
propertyname "general_obj_bigtower01_01"
propertytype "Building"
shadowflag "1"

View File

@ -0,0 +1,6 @@
YPRT
3505509159
buildingfile "d:/ymir work/zone/ghost/obj/general_obj_bigtower02_01.gr2"
propertyname "general_obj_bigtower02_01"
propertytype "Building"
shadowflag "1"

View File

@ -0,0 +1,6 @@
YPRT
3397512775
buildingfile "d:/ymir work/zone/ghost/obj/general_obj_bigtower03_01.gr2"
propertyname "general_obj_bigtower03_01"
propertytype "Building"
shadowflag "1"

View File

@ -0,0 +1,6 @@
YPRT
324522749
buildingfile "d:/ymir work/zone/ghost/obj/general_obj_bigtower04_01.gr2"
propertyname "general_obj_bigtower04_01"
propertytype "Building"
shadowflag "1"

View File

@ -0,0 +1,6 @@
YPRT
2776311225
buildingfile "d:/ymir work/zone/ghost/obj/general_obj_bigtower05_01.gr2"
propertyname "general_obj_bigtower05_01"
propertytype "Building"
shadowflag "1"

View File

@ -0,0 +1,6 @@
YPRT
3515469609
buildingfile "d:/ymir work/zone/ghost/obj/general_obj_bigtower06_01.gr2"
propertyname "general_obj_bigtower06_01"
propertytype "Building"
shadowflag "1"

View File

@ -0,0 +1,6 @@
YPRT
3463210074
buildingfile "d:/ymir work/zone/ghost/obj/general_obj_bigtower07_01.gr2"
propertyname "general_obj_bigtower07_01"
propertytype "Building"
shadowflag "1"

View File

@ -0,0 +1,6 @@
YPRT
278785067
buildingfile "d:/ymir work/zone/ghost/obj/general_obj_bigtower08_01.gr2"
propertyname "general_obj_bigtower08_01"
propertytype "Building"
shadowflag "1"

View File

@ -0,0 +1,6 @@
YPRT
3817560481
buildingfile "d:/ymir work/zone/ghost/obj/general_obj_bigtower09_01.gr2"
propertyname "general_obj_bigtower09_01"
propertytype "Building"
shadowflag "1"

View File

@ -0,0 +1,6 @@
YPRT
568146708
buildingfile "d:/ymir work/zone/ghost/obj/general_obj_bigtower10_01.gr2"
propertyname "general_obj_bigtower10_01"
propertytype "Building"
shadowflag "1"

View File

@ -0,0 +1,6 @@
YPRT
3829695788
buildingfile "d:/ymir work/zone/ghost/obj/general_obj_bigtower11_01.gr2"
propertyname "general_obj_bigtower11_01"
propertytype "Building"
shadowflag "1"

View File

@ -0,0 +1,6 @@
YPRT
3724444181
buildingfile "d:/ymir work/zone/ghost/obj/general_obj_bigtower12_01.gr2"
propertyname "general_obj_bigtower12_01"
propertytype "Building"
shadowflag "1"

View File

@ -0,0 +1,6 @@
YPRT
3901676771
buildingfile "d:/ymir work/zone/ghost/obj/general_obj_brazier_01_01.gr2"
propertyname "general_obj_brazier_01_01"
propertytype "Building"
shadowflag "1"

View File

@ -0,0 +1,6 @@
YPRT
1521238426
buildingfile "d:/ymir work/zone/ghost/obj/general_obj_carriage_01.gr2"
propertyname "general_obj_carriage_01"
propertytype "Building"
shadowflag "1"

View File

@ -0,0 +1,6 @@
YPRT
1106010814
buildingfile "d:/ymir work/zone/ghost/obj/general_obj_fence01_01.gr2"
propertyname "general_obj_fence01_01"
propertytype "Building"
shadowflag "1"

View File

@ -0,0 +1,6 @@
YPRT
2636522347
buildingfile "d:/ymir work/zone/ghost/obj/general_obj_fence02_01.gr2"
propertyname "general_obj_fence02_01"
propertytype "Building"
shadowflag "1"

View File

@ -0,0 +1,6 @@
YPRT
3940740243
buildingfile "d:/ymir work/zone/ghost/obj/general_obj_fence02_01_01.gr2"
propertyname "general_obj_fence02_01_01"
propertytype "Building"
shadowflag "1"

View File

@ -0,0 +1,6 @@
YPRT
3183659806
buildingfile "d:/ymir work/zone/ghost/obj/general_obj_fence03_01.gr2"
propertyname "general_obj_fence03_01"
propertytype "Building"
shadowflag "1"

View File

@ -0,0 +1,6 @@
YPRT
3211606944
buildingfile "d:/ymir work/zone/ghost/obj/general_obj_fence04_01.gr2"
propertyname "general_obj_fence04_01"
propertytype "Building"
shadowflag "1"

View File

@ -0,0 +1,6 @@
YPRT
3528084724
buildingfile "d:/ymir work/zone/ghost/obj/general_obj_fence05_01.gr2"
propertyname "general_obj_fence05_01"
propertytype "Building"
shadowflag "1"

View File

@ -0,0 +1,6 @@
YPRT
3076174389
buildingfile "d:/ymir work/zone/ghost/obj/general_obj_fence06_01.gr2"
propertyname "general_obj_fence06_01"
propertytype "Building"
shadowflag "1"

View File

@ -0,0 +1,6 @@
YPRT
3647655407
buildingfile "d:/ymir work/zone/ghost/obj/general_obj_flag_01.gr2"
propertyname "general_obj_flag_01"
propertytype "Building"
shadowflag "1"

View File

@ -0,0 +1,6 @@
YPRT
1127781730
buildingfile "d:/ymir work/zone/ghost/obj/general_obj_lamp_01.gr2"
propertyname "general_obj_lamp_01"
propertytype "Building"
shadowflag "1"

View File

@ -0,0 +1,6 @@
YPRT
2362148905
buildingfile "d:/ymir work/zone/ghost/obj/general_obj_pillar_01.gr2"
propertyname "general_obj_pillar_01"
propertytype "Building"
shadowflag "1"

View File

@ -0,0 +1,6 @@
YPRT
526505889
buildingfile "d:/ymir work/zone/ghost/obj/general_obj_woodbed_01.gr2"
propertyname "general_obj_woodbed_01"
propertytype "Building"
shadowflag "1"

View File

@ -0,0 +1,6 @@
YPRT
2731398896
buildingfile "d:/ymir work/zone/ghost/obj/general_obj_woodbox_01.gr2"
propertyname "general_obj_woodbox_01"
propertytype "Building"
shadowflag "1"

View File

@ -0,0 +1,6 @@
YPRT
2713368513
buildingfile "d:/ymir work/zone/ghost/obj/general_obj_woodchair_01.gr2"
propertyname "general_obj_woodchair_01"
propertytype "Building"
shadowflag "1"

View File

@ -0,0 +1,6 @@
YPRT
3978649884
buildingfile "d:/ymir work/zone/ghost/obj/ob-b1-001-015_01.gr2"
propertyname "ob-b1-001-015_01"
propertytype "Building"
shadowflag "1"

View File

@ -0,0 +1,6 @@
YPRT
3563420740
buildingfile "d:/ymir work/zone/ghost/obj/ob-b1-001-bix02_01.gr2"
propertyname "ob-b1-001-bix02_01"
propertytype "Building"
shadowflag "1"

View File

@ -0,0 +1,6 @@
YPRT
3819912251
buildingfile "d:/ymir work/zone/ghost/obj/ob-b1-001-box01_01.gr2"
propertyname "ob-b1-001-box01_01"
propertytype "Building"
shadowflag "1"

View File

@ -0,0 +1,6 @@
YPRT
533434027
buildingfile "d:/ymir work/zone/ghost/obj/ob-b1-001-box01_01_01.gr2"
propertyname "ob-b1-001-box01_01_01"
propertytype "Building"
shadowflag "1"

View File

@ -0,0 +1,6 @@
YPRT
74975733
buildingfile "d:/ymir work/zone/ghost/obj/ob-b1-001-box02_01.gr2"
propertyname "ob-b1-001-box02_01"
propertytype "Building"
shadowflag "1"

View File

@ -0,0 +1,6 @@
YPRT
1437858370
buildingfile "d:/ymir work/zone/ghost/obj/ob-b1-001-box03_01.gr2"
propertyname "ob-b1-001-box03_01"
propertytype "Building"
shadowflag "1"

View File

@ -0,0 +1,6 @@
YPRT
2667698196
buildingfile "d:/ymir work/zone/ghost/obj/ob-b1-005-woodbarrel_01.gr2"
propertyname "ob-b1-005-woodbarrel_01"
propertytype "Building"
shadowflag "1"

View File

@ -0,0 +1,6 @@
YPRT
175647194
buildingfile "d:/ymir work/zone/ghost/obj/ob-b1-006-woodbarrel_01.gr2"
propertyname "ob-b1-006-woodbarrel_01"
propertytype "Building"
shadowflag "1"

View File

@ -0,0 +1,6 @@
YPRT
641033770
buildingfile "d:/ymir work/zone/ghost/obj/obj-0002_01.gr2"
propertyname "obj-0002_01"
propertytype "Building"
shadowflag "1"

Some files were not shown because too many files have changed in this diff Show More