You've already forked PythonLib
mirror of
https://github.com/lifebottle/PythonLib.git
synced 2026-02-13 15:25:50 -08:00
remove now deprecated files
This commit is contained in:
@@ -1,219 +0,0 @@
|
||||
.ps2
|
||||
.open "../../Data/Tales-Of-Rebirth/Disc/New/SLPS_254.50", 0x00FF000
|
||||
;credits to Ethanol (he's the man) and SymphoniaLauren
|
||||
|
||||
; No smooshy (we don't like smooshy)
|
||||
.org 0x105E18
|
||||
li v0, 0x1
|
||||
|
||||
;Cutscene Text Var Width fix
|
||||
.org 0x11CC60
|
||||
;sets bool flag for ascii to 0
|
||||
ori s4,zero,0x0
|
||||
|
||||
|
||||
.org 0x11D494
|
||||
;skips stright to the good stuff
|
||||
b 0x0011D4A4
|
||||
|
||||
.org 0x1CF680
|
||||
;Shoves font blob into the exe (I'M SORRY KAJI)
|
||||
.incbin "fonttiles.bin"
|
||||
|
||||
.org 0x1CA240
|
||||
;ASCII width table
|
||||
;CHAR L R
|
||||
/* 0 */ .byte 5, 5
|
||||
|
||||
/* 1 */ .byte 6, 5
|
||||
|
||||
/* 2 */ .byte 5, 5
|
||||
|
||||
/* 3 */ .byte 5, 6
|
||||
|
||||
/* 4 */ .byte 4, 7
|
||||
|
||||
/* 5 */ .byte 6, 6
|
||||
|
||||
/* 6 */ .byte 6, 6
|
||||
|
||||
/* 7 */ .byte 6, 7
|
||||
|
||||
/* 8 */ .byte 4, 5
|
||||
|
||||
/* 9 */ .byte 4, 4
|
||||
|
||||
/* A */ .byte 4, 6
|
||||
|
||||
/* B */ .byte 5, 6
|
||||
|
||||
/* C */ .byte 5, 6
|
||||
|
||||
/* D */ .byte 5, 6
|
||||
|
||||
/* E */ .byte 5, 7
|
||||
|
||||
/* F */ .byte 5, 8
|
||||
|
||||
/* G */ .byte 5, 7
|
||||
|
||||
/* H */ .byte 5, 7
|
||||
|
||||
/* I */ .byte 8, 9
|
||||
|
||||
/* J */ .byte 7, 8
|
||||
|
||||
/* K */ .byte 5, 6
|
||||
|
||||
/* L */ .byte 5, 8
|
||||
|
||||
/* M */ .byte 5, 5
|
||||
|
||||
/* N */ .byte 5, 6
|
||||
|
||||
/* O */ .byte 5, 5
|
||||
|
||||
/* P */ .byte 5, 6
|
||||
|
||||
/* Q */ .byte 5, 5
|
||||
|
||||
/* R */ .byte 5, 7
|
||||
|
||||
/* S */ .byte 6, 7
|
||||
|
||||
/* T */ .byte 5, 7
|
||||
|
||||
/* U */ .byte 5, 6
|
||||
|
||||
/* V */ .byte 5, 6
|
||||
|
||||
/* W */ .byte 5, 3
|
||||
|
||||
/* X */ .byte 5, 7
|
||||
|
||||
/* Y */ .byte 5, 8
|
||||
|
||||
/* Z */ .byte 5, 5
|
||||
|
||||
/* a */ .byte 6, 8
|
||||
|
||||
/* b */ .byte 6, 7
|
||||
|
||||
/* c */ .byte 7, 8
|
||||
|
||||
/* d */ .byte 6, 7
|
||||
|
||||
/* e */ .byte 6, 7
|
||||
|
||||
/* f */ .byte 7, 9
|
||||
|
||||
/* g */ .byte 6, 7
|
||||
|
||||
/* h */ .byte 6, 7
|
||||
|
||||
/* i */ .byte 8, 9
|
||||
|
||||
/* j */ .byte 9, 10
|
||||
|
||||
/* k */ .byte 5, 7
|
||||
|
||||
/* l */ .byte 9, 9
|
||||
|
||||
/* m */ .byte 3, 5
|
||||
|
||||
/* n */ .byte 6, 7
|
||||
|
||||
/* o */ .byte 6, 7
|
||||
|
||||
/* p */ .byte 6, 7
|
||||
|
||||
/* q */ .byte 6, 7
|
||||
|
||||
/* r */ .byte 7, 9
|
||||
|
||||
/* s */ .byte 7, 8
|
||||
|
||||
/* t */ .byte 7, 8
|
||||
|
||||
/* u */ .byte 6, 7
|
||||
|
||||
/* v */ .byte 5, 7
|
||||
|
||||
/* w */ .byte 3, 4
|
||||
|
||||
/* x */ .byte 6, 8
|
||||
|
||||
/* y */ .byte 5, 7
|
||||
|
||||
/* z */ .byte 6, 7
|
||||
|
||||
/* , */ .byte 1, 15
|
||||
|
||||
/* . */ .byte 1, 15
|
||||
|
||||
/* ・ */ .byte 6, 8
|
||||
|
||||
/* : */ .byte 8, 8
|
||||
|
||||
/* ; */ .byte 7, 8
|
||||
|
||||
/* ? */ .byte 4, 5
|
||||
|
||||
/* ! */ .byte 7, 9
|
||||
|
||||
/* / */ .byte 0, 1
|
||||
|
||||
/* ( */ .byte 12, 1
|
||||
|
||||
/* ) */ .byte 1, 13
|
||||
|
||||
/* [ */ .byte 13, 1
|
||||
|
||||
/* ] */ .byte 1, 11
|
||||
|
||||
/* { */ .byte 14, 1
|
||||
|
||||
/* } */ .byte 1, 14
|
||||
|
||||
/* + */ .byte 3, 6
|
||||
|
||||
/* - */ .byte 6, 7
|
||||
|
||||
/* = */ .byte 4, 3
|
||||
|
||||
/* < */ .byte 3, 3
|
||||
|
||||
/* > */ .byte 3, 3
|
||||
|
||||
/* % */ .byte 2, 9
|
||||
|
||||
/* # */ .byte 4, 4
|
||||
|
||||
/* & */ .byte 2, 4
|
||||
|
||||
/* * */ .byte 4, 4
|
||||
|
||||
/* @ */ .byte 0, 1
|
||||
|
||||
/* | */ .byte 8, 8
|
||||
|
||||
/* ” */ .byte 1, 15
|
||||
|
||||
/* ’ */ .byte 1, 18
|
||||
|
||||
/* ^ */ .byte 7, 6
|
||||
|
||||
/* 「 */ .byte 10, 1
|
||||
|
||||
/* 」 */ .byte 1, 11
|
||||
|
||||
/* 〜 */ .byte 5, 6
|
||||
|
||||
/* _ */ .byte 0, 0
|
||||
|
||||
/* 、 */ .byte 0, 13
|
||||
|
||||
/* 。 */ .byte 1, 12
|
||||
|
||||
|
||||
.close
|
||||
Binary file not shown.
Binary file not shown.
@@ -1,4 +0,0 @@
|
||||
pushd ".."
|
||||
python "NDX_Executable.py" -d Iso "../b-topndxj.iso"
|
||||
popd
|
||||
pause
|
||||
@@ -1,4 +0,0 @@
|
||||
pushd ".."
|
||||
python "NDX_Executable.py" -d Story
|
||||
popd
|
||||
pause
|
||||
@@ -1,4 +0,0 @@
|
||||
pushd ".."
|
||||
python "NDX_Executable.py" -d Skit
|
||||
popd
|
||||
pause
|
||||
@@ -1,4 +0,0 @@
|
||||
pushd ".."
|
||||
python "Tales_Exe.py" -g TOR insert -ft "Skits"
|
||||
popd
|
||||
pause
|
||||
@@ -1,4 +0,0 @@
|
||||
pushd ".."
|
||||
python "Tales_Exe.py" -g TOR insert -ft "Story"
|
||||
popd
|
||||
pause
|
||||
@@ -1,4 +0,0 @@
|
||||
pushd ".."
|
||||
python "Tales_Exe.py" -g TOR insert -ft "Main"
|
||||
popd
|
||||
pause
|
||||
@@ -1,4 +0,0 @@
|
||||
pushd "../Font_TOR"
|
||||
armips TOR_SLPS_fixes.asm
|
||||
popd
|
||||
pause
|
||||
@@ -1,7 +0,0 @@
|
||||
pushd ".."
|
||||
python "Tales_Exe.py" -g TOR insert -ft "Elf"
|
||||
popd
|
||||
pushd "../Font_TOR"
|
||||
armips TOR_SLPS_fixes.asm
|
||||
popd
|
||||
pause
|
||||
30
TOR_Test.py
30
TOR_Test.py
@@ -1,30 +0,0 @@
|
||||
import ToolsTOR
|
||||
import json
|
||||
import struct
|
||||
import comptolib
|
||||
import io
|
||||
import re
|
||||
import string
|
||||
import pandas as pd
|
||||
import json
|
||||
import os
|
||||
import lxml.etree as etree
|
||||
|
||||
|
||||
tool = ToolsTOR.ToolsTOR("TBL_All.json")
|
||||
t = tool.pack_Skit_File("14635.3.pak2")
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
files = os.listdir("abcde_lauren")
|
||||
for file in files:
|
||||
|
||||
tool.extract_abcde_text("abcde_lauren/{}".format(file))
|
||||
|
||||
|
||||
BIN
comptoe.exe
BIN
comptoe.exe
Binary file not shown.
BIN
deceboot.exe
BIN
deceboot.exe
Binary file not shown.
@@ -1,14 +0,0 @@
|
||||
import ToolsTOR
|
||||
import shutil
|
||||
|
||||
tool = ToolsTOR.ToolsTOR("TBL_All.json")
|
||||
|
||||
print("Packing files into SLPS_254.50")
|
||||
tool.pack_Menu_File("../Data/Tales-Of-Rebirth/Disc/Original/SLPS_254.50")
|
||||
|
||||
tool.pack_Main_Archive()
|
||||
shutil.copy("../Data/Tales-Of-Rebirth/Menu/New/SLPS_254.50", "../Data/Tales-Of-Rebirth/Disc/New/SLPS_254.50")
|
||||
|
||||
#Copy Original Iso
|
||||
print("Copying Rebirth Iso in New Folder")
|
||||
shutil.copy("C:/Users/Nick/Documents/Data/Tales-Of-Rebirth/Disc/Original/Tales of Rebirth.iso", "../Data/Tales-Of-Rebirth/Disc/New/Tales of Rebirth.iso")
|
||||
@@ -1 +0,0 @@
|
||||
python packSLPSandDAT.py
|
||||
BIN
pakcomposer.exe
BIN
pakcomposer.exe
Binary file not shown.
Reference in New Issue
Block a user