Spaces:
Sleeping
Sleeping
| 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); | |
| }''' | |
| ] |