Spaces:
Sleeping
Sleeping
File size: 2,470 Bytes
99f08d1 7099823 99f08d1 7099823 61c945a 7099823 99f08d1 7099823 0668caf 99f08d1 0668caf 99f08d1 50f82f4 61c945a 50f82f4 f02071c 99f08d1 0668caf 99f08d1 f02071c 61c945a 0668caf 99f08d1 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 |
homepg=[
'''
<h2>Show JA DebugRoom text if available<br>table of Lines: Index_Jpn_Eng</h2>
<u id='0pshow.htm'>html version</u><br>
<a href='https://huggingface.co/spaces/Larvik/FF7ogLookup/raw/main/scriptext.csv'>Extra script text</a><br>
<u id='fontall.htm'>Zangan Kanji Table</u><br>
Huge .py files<br>
<a href='https://huggingface.co/spaces/Larvik/FF7ogLookup/raw/main/ogtxt.py'>Intl. Eng<- ->Jp Texts (9mb file, ~1gb browser ram)</a><br>
<a href='https://huggingface.co/spaces/Larvik/FF7ogLookup/raw/main/ogtxtJ2.py'>PSXJP text (~400mb browser ram)</a><br>
Tools<br>
<u id='jpegjoin.htm'>jpegjoin js ver.</u><br>
''','''
<h1>Masato Kato</h1>
<img src='https://huggingface.co/spaces/Larvik/FF7ogLookup/resolve/main/kato.png'><img src='https://huggingface.co/spaces/Larvik/FF7ogLookup/resolve/main/kato_eng.png'>
https://ja.wikipedia.org/wiki/加藤正人_(ゲームクリエイター)<br>
<h3>ファイナルファンタジーVII(1997年)(PlayStation): 企画・演出(ヘルプとしての飛び入り参加)<br>
His Debug Rooms are numbered J and K, the last of 20 Debug Room numbers, so he must be a very very late newcomer into the team after "Nomura's *Let's kill the heroine* phone call" incident.</h3><br>
Most of his scripts inherited from Chiba's, including similar joke nicknames in their Debug Rooms, and only these two use "Cait" instead of "Ketcy".
<img src='https://huggingface.co/spaces/Larvik/FF7ogLookup/resolve/main/Kato_from_Chiba.png'><br>
'''
]
jsinj=[
'''<script>
const fmain = 'https://huggingface.co/spaces/Larvik/FF7ogLookup/resolve/main/';
async function loadipy(durl) {
try {
const response = await fetch(fmain +durl);
if (!response.ok) { throw new Error(`Response status: ${response.status}`);}
var tx=await response.text();
var nw = window.open('');
nw.document.open();
nw.document.write(tx);
nw.document.close();
} catch (error) {console.error(error.message);}
}
function lnkclk(){loadipy(this.id);}
laztsk=0;
function glfixpos(){
var cursk=(window.scrollY>>0);
if(cursk > (laztsk+300) || cursk < (laztsk-300)){
glogl.style.marginTop=cursk+'px';
laztsk=cursk;
}
}
function addlnk()
{
var lnkz=document.getElementsByTagName('u');
var ll=lnkz.length;
for(var i=0;i<ll;i++)
{
lnkz[i].onclick=lnkclk;
}
}
</script>''',
'''function initulink()
{
addlnk();
glogl=document.getElementById('component-25');
setInterval(glfixpos, 1024);
}'''
] |