User contributions
From TLWiki
(Latest | Earliest) View (newer 50 | older 50) (20 | 50 | 100 | 250 | 500)
- 09:16, 28 July 2012 (diff | hist) . . (+121) . . VN/Eroge Script sizes (aerial)
- 00:17, 1 May 2012 (diff | hist) . . (0) . . File:Bgi asdis.zip (uploaded a new version of "File:Bgi asdis.zip": Forgot to remove some debug output again lol.) (top)
- 00:12, 1 May 2012 (diff | hist) . . (0) . . File:Bgi asdis.zip (uploaded a new version of "File:Bgi asdis.zip": Fixed some bugs in escape character handling.)
- 09:23, 8 April 2012 (diff | hist) . . (+95) . . VN/Eroge Script sizes (dracu-riot)
- 00:11, 7 December 2011 (diff | hist) . . (+340) . . YU-NO: Error Report (→Technical related errors)
- 13:40, 8 October 2011 (diff | hist) . . (+135) . . VN/Eroge Script sizes (sonanyl)
- 18:10, 6 October 2011 (diff | hist) . . (+34) . . N File:AI5WIN v4 44k music.zip (Japanese exe for 44kHz music patch) (top)
- 04:33, 29 September 2011 (diff | hist) . . (+117) . . N File:AI5ENG v7 debug.zip (Version of AI5ENG.EXE for YU-NO which displays the script names in the window title-bar. Useful for reporting errors.) (top)
- 22:49, 22 September 2011 (diff | hist) . . (+116) . . VN/Eroge Script sizes (sucre)
- 13:20, 13 September 2011 (diff | hist) . . (+93) . . VN/Eroge Script sizes (shinigami to shoujo)
- 03:21, 28 June 2011 (diff | hist) . . (+95) . . VN/Eroge Script sizes (noble works // love how some newer krkr2 games keep the script in a sqlite database, getting a nice clean dump of the text is as simple as typing: "SELECT text FROM text")
- 20:41, 25 June 2011 (diff | hist) . . (+105) . . VN/Eroge Script sizes (dengeki stryker)
- 21:10, 24 June 2011 (diff | hist) . . (0) . . File:Bgi script tools.zip (uploaded a new version of "File:Bgi script tools.zip": Fixed a very seldom bug that can cause the dumper to fail.) (top)
- 12:01, 24 June 2011 (diff | hist) . . (+330) . . VN/Eroge Script sizes (kirakira, deardrops, riaimo)
- 01:43, 19 June 2011 (diff | hist) . . (0) . . File:Bgi asdis.zip (uploaded a new version of "File:Bgi asdis.zip": Cleaned up disassembly output somewhat.)
- 01:40, 19 June 2011 (diff | hist) . . (0) . . File:Bgi script tools.zip (uploaded a new version of "File:Bgi script tools.zip": Fixed (hopefully) bug that caused some text strings to be misidentified (NAME/TEXT instead of OTHER))
- 01:10, 15 June 2011 (diff | hist) . . (+1,012) . . N File talk:Prop textwrapper.zip (win32 api implementation)
- 22:44, 10 June 2011 (diff | hist) . . (0) . . File:Bgi asdis.zip (uploaded a new version of "File:Bgi asdis.zip": arrrggh, forgot to remove some debug output)
- 22:16, 10 June 2011 (diff | hist) . . (+111) . . m Tools (→BGI/Ethornell)
- 22:03, 10 June 2011 (diff | hist) . . (0) . . File:Bgi asdis.zip (uploaded a new version of "File:Bgi asdis.zip": minor update, filled in a few useful instruction names)
- 19:38, 10 June 2011 (diff | hist) . . (0) . . File:Bgi asdis.zip (uploaded a new version of "File:Bgi asdis.zip": Added proper header support to the script assembler/disassembler instead of that kludgy Base64 crap I had before.)
- 17:57, 10 June 2011 (diff | hist) . . (0) . . File:Bgi asdis.zip (uploaded a new version of "File:Bgi asdis.zip": Modified script disassembler/assembler to handle unknown instructions/commands in a generic way (seems to be ok to assume these).)
- 09:51, 10 June 2011 (diff | hist) . . (0) . . File:Bgi asdis.zip (uploaded a new version of "File:Bgi asdis.zip": Fixed bug w/ regards to quote/comment handling.)
- 16:58, 9 June 2011 (diff | hist) . . (0) . . File:Bgi asdis.zip (uploaded a new version of "File:Bgi asdis.zip": Improved speed of assemblers.)
- 12:09, 9 June 2011 (diff | hist) . . (0) . . File:Bgi asdis.zip (uploaded a new version of "File:Bgi asdis.zip": Fixed incorrect handling of script file header, and comma/quote handling in instruction parsing.)
- 11:28, 9 June 2011 (diff | hist) . . (+1,874) . . File:Bgi asdis.zip (added example of how to use .bp disassembler/assembler to enable the Debug Window in BGI/Ethornell titles)
- 11:12, 9 June 2011 (diff | hist) . . (+236) . . Tools (→BGI/Ethornell: added assembler/disassembler for BGI/Ethornell script and ._bp files. Not very well tested. (I have way too much time on my hands).)
- 11:08, 9 June 2011 (diff | hist) . . (+186) . . N File:Bgi asdis.zip (BGI/Ethornell disassembler/assembler for script files and ._bp system code files (Python 3.x). For script files, use bgias.py/bgidis.py. For ._bp system code files, use bpdis.py/bpas.py.)
- 17:13, 8 June 2011 (diff | hist) . . (0) . . File:Bgi bp tools.zip (uploaded a new version of "File:Bgi bp tools.zip": quick update to make text ids sequential) (top)
- 17:00, 8 June 2011 (diff | hist) . . (0) . . File:Bgi bp tools.zip (uploaded a new version of "File:Bgi bp tools.zip": Made text extraction more resilient against UnicodeDecodeError exceptions when there is non-text garbage in the text section.)
- 16:53, 8 June 2011 (diff | hist) . . (+82) . . Tools (→BGI/Ethornell: added tools that can dump/insert text in ._bp files (not very well tested))
- 16:51, 8 June 2011 (diff | hist) . . (+52) . . N File:Bgi bp tools.zip (BGI/Ethornell ._bp file dumper/inserter (Python 3.x))
- 06:17, 7 June 2011 (diff | hist) . . (+104) . . Tools (→Game-specific: BGI/Ethornell script dumper/inserter (might as well upload this in case anyone might have a use for it))
- 06:10, 7 June 2011 (diff | hist) . . (+49) . . N File:Bgi script tools.zip (BGI/Ethornell script dumper/inserter (Python 3.x))
- 04:19, 4 June 2011 (diff | hist) . . (0) . . m Kono Yo no Hate de Koi wo Utau Shoujo YU-NO:Z64 02.MST
- 04:19, 4 June 2011 (diff | hist) . . (-3) . . m Kono Yo no Hate de Koi wo Utau Shoujo YU-NO:Z51.MST
- 04:18, 4 June 2011 (diff | hist) . . (0) . . m Kono Yo no Hate de Koi wo Utau Shoujo YU-NO:27 01.MST (top)
- 04:18, 4 June 2011 (diff | hist) . . (0) . . m Kono Yo no Hate de Koi wo Utau Shoujo YU-NO:27.MST (top)
- 04:17, 4 June 2011 (diff | hist) . . (0) . . m Kono Yo no Hate de Koi wo Utau Shoujo YU-NO:30 04.MST (top)
- 04:16, 4 June 2011 (diff | hist) . . (+1) . . m Kono Yo no Hate de Koi wo Utau Shoujo YU-NO:05.MST
- 11:00, 30 May 2011 (diff | hist) . . (-3) . . m Kono Yo no Hate de Koi wo Utau Shoujo YU-NO:MENU.MST (page047 was still overflowing, fixed it)
- 06:03, 20 May 2011 (diff | hist) . . (+101) . . VN/Eroge Script sizes (fortune arterial, eustia correction)
- 03:30, 4 May 2011 (diff | hist) . . (+267) . . m Kono Yo no Hate de Koi wo Utau Shoujo YU-NO:P06 2.MST (女子学生に名前で呼ばれた美月)
- 15:28, 29 April 2011 (diff | hist) . . (+103) . . VN/Eroge Script sizes (Aiyoku no Eustia)
- 16:40, 24 April 2011 (diff | hist) . . (+102) . . m Kono Yo no Hate de Koi wo Utau Shoujo YU-NO:25 02.MST (page116 voice issue)
- 00:09, 14 April 2011 (diff | hist) . . (+49) . . m Kono Yo no Hate de Koi wo Utau Shoujo YU-NO:D C16 02.MST (added copypasta from D_A16_02 that the tool didn't handle)
- 01:03, 12 April 2011 (diff | hist) . . (+97) . . VN/Eroge Script sizes (ayakashibito)
- 22:55, 11 April 2011 (diff | hist) . . (+20) . . m Kono Yo no Hate de Koi wo Utau Shoujo YU-NO:D A16 02.MST (added infile copypasta for journal entries)
- 05:20, 10 April 2011 (diff | hist) . . (0) . . File:Yuno cpinsert.zip (uploaded a new version of "File:Yuno cpinsert.zip": updates copypasta comment if more credible status, e.g. TLC'd->QC'd, regardless of whether actual line is updated) (top)
- 04:39, 10 April 2011 (diff | hist) . . (+119) . . m Kono Yo no Hate de Koi wo Utau Shoujo YU-NO:Z67 03.MST
(Latest | Earliest) View (newer 50 | older 50) (20 | 50 | 100 | 250 | 500)