Important information: this site is currently scheduled to go offline indefinitely by December 1st 2023.
If you wish to donate to attempt the preservation of tools and software somewhere else before it goes down, check the GoFundMe
If you wish to donate to attempt the preservation of tools and software somewhere else before it goes down, check the GoFundMe
Search found 252 matches
- Fri Nov 03, 2017 9:23 am
- Forum: Game Archive
- Topic: TSelman61 gibi düşünme [TS]
- Replies: 74
- Views: 11958
Re: TSelman61 gibi düşünme [TS]
00 00 00 18 66 74 79 70 6d 70 34 32 00 00 00 00 69 73 6f 6d 6d 70 34 32 00 01 14 cb 6d 6f 6f 76 00 00 00 6c 6d 76 68 64 00 00 00 00 d5 e8 55 ae d5 e8 55 ae 00 01 5f 90 01 16 db c1 00 01 00 00 00 00 00 ae 00 00 00 bd 00 00 00 b6 00 00 02 ca 00 00 00 aa 00 00 02 05 00 00 00 69 00 00 00 53 00 00 00 53...
- Fri Nov 03, 2017 9:19 am
- Forum: Game Archive
- Topic: TSelman61 gibi düşünme [TS]
- Replies: 74
- Views: 11958
Re: TSelman61 gibi düşünme [TS]
<html xmlns="Lanet olası"Content-Type" content="text/html; charset=UTF-8"> <meta http-equiv="content-language" content="en-gb"> <meta http-equiv="content-style-type" content="text/css"> <meta http-equiv="imagetoolbar" conten...
- Fri Nov 03, 2017 9:19 am
- Forum: Game Archive
- Topic: TSelman61 gibi düşünme [TS]
- Replies: 74
- Views: 11958
Re: TSelman61 gibi düşünme [TS]
<html xmlns="Lanet olası"Content-Type" content="text/html; charset=UTF-8"> <meta http-equiv="content-language" content="en-gb"> <meta http-equiv="content-style-type" content="text/css"> <meta http-equiv="imagetoolbar" conten...
- Fri Nov 03, 2017 9:18 am
- Forum: Game Archive
- Topic: TSelman61 gibi düşünme [TS]
- Replies: 74
- Views: 11958
Re: TSelman61 gibi düşünme [TS]
Code: Select all
def section_1860(g):
g.B(4)
num = g.i(8)
for m in range(num[4]):
t=g.tell()
mesh.vertPosList.append(g.f(3))
g.seek(t+24,0)
for m in range(num[6]):
t=g.tell()
mesh.faceList.append(g.i(3))
matID,unk=g.i(2)
mesh.matIDList.append(matID)
g.seek(t+20,0)
if num[3]!=0: - Fri Nov 03, 2017 9:17 am
- Forum: Game Archive
- Topic: TSelman61 gibi düşünme [TS]
- Replies: 74
- Views: 11958
Re: TSelman61 gibi düşünme [TS]
Code: Select all
def openFile(flagList):
global input,output
input=Input(flagList)
output=Output(flagList)
parser=Parser()- Fri Nov 03, 2017 9:17 am
- Forum: Game Archive
- Topic: TSelman61 gibi düşünme [TS]
- Replies: 74
- Views: 11958
Re: TSelman61 gibi düşünme [TS]
def Parser(): filename=input.filename ext=filename.split('.')[-1].lower() Salak seni def Parser(): filename=input.filename ext=filename.split('.')[-1].lower() if ext=='cgf': file=open(filename,'rb') g=BinaryReader(file) cgfParser(filename,g) file.close() if ext=='caf': file=open(filename,'rb') g=Bi...
- Fri Nov 03, 2017 9:16 am
- Forum: Game Archive
- Topic: TSelman61 gibi düşünme [TS]
- Replies: 74
- Views: 11958
Re: TSelman61 gibi düşünme [TS]
Code: Select all
def Parser():
filename=input.filename
ext=filename.split('.')[-1].lower()why
- Fri Nov 03, 2017 9:16 am
- Forum: Game Archive
- Topic: TSelman61 gibi düşünme [TS]
- Replies: 74
- Views: 11958
Re: TSelman61 gibi düşünme [TS]
Code: Select all
def caf_parser(filename,g):
global bone_name_list
global action
global framecountlist
framecountlist=[]- Fri Nov 03, 2017 9:15 am
- Forum: Game Archive
- Topic: TSelman61 gibi düşünme [TS]
- Replies: 74
- Views: 11958
Re: TSelman61 gibi düşünme [TS]
Code: Select all
def section_2089(g):
num=g.i(2)
abone=ActionBone()
framecountlist.append(num[0])- Fri Nov 03, 2017 9:15 am
- Forum: Game Archive
- Topic: TSelman61 gibi düşünme [TS]
- Replies: 74
- Views: 11958
Re: TSelman61 gibi düşünme [TS]
for m in range(len(bone_name_list)): bone=Bone() bone.name=bone_name_list[m] bone.parentID=bone_parent_list[m] bone.rotMatrix=bone_matrices_list[m][0] bone.posMatrix=bone_matrices_list[m][1] skeleton.boneList.append(bone) skeleton.draw() mesh.boneNameList=skeleton.boneNameList mesh.draw() [code]def...
- Fri Nov 03, 2017 9:14 am
- Forum: Game Archive
- Topic: TSelman61 gibi düşünme [TS]
- Replies: 74
- Views: 11958
Re: TSelman61 gibi düşünme [TS]
for m in range(len(bone_name_list)): bone=Bone() bone.name=bone_name_list[m] bone.parentID=bone_parent_list[m] bone.rotMatrix=bone_matrices_list[m][0] bone.posMatrix=bone_matrices_list[m][1] skeleton.boneList.append(bone) skeleton.draw() mesh.boneNameList=skeleton.boneNameList mesh.draw() [code]def...
- Fri Nov 03, 2017 9:14 am
- Forum: Game Archive
- Topic: TSelman61 gibi düşünme [TS]
- Replies: 74
- Views: 11958
Re: TSelman61 gibi düşünme [TS]
uvcoord=[]
for m in range(num[5]):
uvcoord.append(Vector(g.f(2)))
for m in range(num[6]):
id1,id2,id3=g.i(3)
for m in range(num[5]):
uvcoord.append(Vector(g.f(2)))
for m in range(num[6]):
id1,id2,id3=g.i(3)
- Fri Nov 03, 2017 9:14 am
- Forum: Game Archive
- Topic: TSelman61 gibi düşünme [TS]
- Replies: 74
- Views: 11958
Re: TSelman61 gibi düşünme [TS]
Code: Select all
for m in range(num[6]):
t=g.tell()
mesh.faceList.append(g.i(3))
matID,unk=g.i(2)
mesh.matIDList.append(matID)
g.seek(t+20,0)
if num[3]!=0: - Fri Nov 03, 2017 9:13 am
- Forum: Game Archive
- Topic: TSelman61 gibi düşünme [TS]
- Replies: 74
- Views: 11958
Re: TSelman61 gibi düşünme [TS]
Code: Select all
def section_1860(g):
g.B(4)
num = g.i(8)
for m in range(num[4]):
t=g.tell()
mesh.vertPosList.append(g.f(3))
g.seek(t+24,0)- Fri Nov 03, 2017 9:13 am
- Forum: Game Archive
- Topic: TSelman61 gibi düşünme [TS]
- Replies: 74
- Views: 11958
Re: TSelman61 gibi düşünme [TS]
Code: Select all
t=g.tell()
time = int(g.i(1)[0]/160)
pos=g.f(3)
rot=g.f(4)