diff --git a/CGAlt/Ex_otsu.png b/CGAlt/Ex_otsu.png deleted file mode 100644 index 7a7a3bd0..00000000 Binary files a/CGAlt/Ex_otsu.png and /dev/null differ diff --git a/CHANGELOG.md b/CHANGELOG.md deleted file mode 100644 index 38fba134..00000000 --- a/CHANGELOG.md +++ /dev/null @@ -1,67 +0,0 @@ -Changelog: ------------------------------------------------------------------------------------------ -v. 0.0 -- Test patch of prologue and chapter 1 - -v. 0.1 -- Chapter 1 finished -- Combined all edits of ps3 graphics patch and voice patch - -v. 0.2 -- Chapter 2 finished -- Fixed folder structure of patch archive -- Added in Extras folder with watermark-less window - -v 0.3 -- Chapter 3 finished -- Fixed an error in Mion's dialogue in which PlaySE showed up -- Changed bg_045 to bg_044 in scene when Keichii mentions Tomitake while he walks to the dump site - -v 0.4 -- Chapter 4 finished -- Fixed Satako's voice during the Old Bachelor Scene in Chapter 3 - -v 0.5 -- Chapter 5, finished -- Chapter 15, 15_2, 15_3 finished, but need testing -- Created combine2.ogg for Naay! part in Ch. 5 -- Found missing Satako in Ch. 2 picnic scene (S19/04/990400040.ogg) -- Found missing ps2 voice (S01/19/123100003.ogg) -- Moved sound effects to 4 layer as fix for sound effects and voice playing at same time -- Bumped up the volume of the voices so the bgm doesn't drown them out. - -v 0.6 -- Chapter 6, finished -- For whatever reason, some sound effects had an extra underscore in them. Fixed that. - -v 1.0 -- All chapters finished and tested. -- All tips finished and tested. -- For whatever reason, some sound effects had an extra underscore in them. Fixed that. -- Changed any instances of bg_045 to bg_044 - -v 1.01 -- Fixed sound effects in tips (accidentally removed a underscore there) -- Disabling some voices in Keichii's dick scene in Ch.1 until the voices are found or script is written - -v 1.02 -- Fixed script not compiling in chapter 3 -- Fixed a typo in onik_003.txt -- Fixed misplaced text in onik_003.txt - -v 1.03 -- Fixed Rena's KYUTE game scene (onik_009.txt) -- Fixed several typos -- Fixed several script errors -- Split some japanese lines - -v 1.04 -- Adjusted all script files in order to match the voice files path (for Linux/OSX) -**Optional for Windows users** - -v 1.05 -- Fixed line not displaying in onik_014_02.txt - -v 1.1 -- Merged with GuraGura's 1.0 Patch -- Added in missing voices for chapter 1 \ No newline at end of file diff --git a/Extras/Font Mod/0 - MS Gothic/Update/init.txt b/Extras/Font Mod/0 - MS Gothic/Update/init.txt deleted file mode 100644 index 8268be41..00000000 --- a/Extras/Font Mod/0 - MS Gothic/Update/init.txt +++ /dev/null @@ -1,21 +0,0 @@ - -void main() -{ - SetFontId(0); //0 is MS Gothic (default japanese), 1 is MS PGothic (default english), 2 is dejavu sans, 3 is source han sans chinese simplified (for chinese) - SetCharSpacing(0); //use negative values to make characters appear closer together - SetLineSpacing(1); - SetFontSize(42); - - //SetNameFormat("{0}\n"); - SetNameFormat(""); - - SetScreenAspect("0.5635"); - - SetWindowPos(0, 0); - SetWindowSize(1280, 720); - SetWindowMargins(60, 30, 50, 30); - - SetGUIPosition( 15, 0); - - CallScript( "flow" ); -} diff --git a/Extras/Font Mod/1 - MS PGothic/Update/init.txt b/Extras/Font Mod/1 - MS PGothic/Update/init.txt deleted file mode 100644 index 47b19dd9..00000000 --- a/Extras/Font Mod/1 - MS PGothic/Update/init.txt +++ /dev/null @@ -1,21 +0,0 @@ - -void main() -{ - SetFontId(1); //0 is MS Gothic (default japanese), 1 is MS PGothic (default english), 2 is dejavu sans, 3 is source han sans chinese simplified (for chinese) - SetCharSpacing(0); //use negative values to make characters appear closer together - SetLineSpacing(1); - SetFontSize(42); - - //SetNameFormat("{0}\n"); - SetNameFormat(""); - - SetScreenAspect("0.5635"); - - SetWindowPos(0, 0); - SetWindowSize(1280, 720); - SetWindowMargins(60, 30, 50, 30); - - SetGUIPosition( 15, 0); - - CallScript( "flow" ); -} diff --git a/Extras/Font Mod/2 - Dejavu Sans/Update/init.txt b/Extras/Font Mod/2 - Dejavu Sans/Update/init.txt deleted file mode 100644 index 93e6e77d..00000000 --- a/Extras/Font Mod/2 - Dejavu Sans/Update/init.txt +++ /dev/null @@ -1,21 +0,0 @@ - -void main() -{ - SetFontId(2); //0 is MS Gothic (default japanese), 1 is MS PGothic (default english), 2 is dejavu sans, 3 is source han sans chinese simplified (for chinese) - SetCharSpacing(0); //use negative values to make characters appear closer together - SetLineSpacing(1); - SetFontSize(42); - - //SetNameFormat("{0}\n"); - SetNameFormat(""); - - SetScreenAspect("0.5635"); - - SetWindowPos(0, 0); - SetWindowSize(1280, 720); - SetWindowMargins(60, 30, 50, 30); - - SetGUIPosition( 15, 0); - - CallScript( "flow" ); -} diff --git a/Extras/Font Mod/Readme.txt b/Extras/Font Mod/Readme.txt deleted file mode 100644 index 84312f58..00000000 --- a/Extras/Font Mod/Readme.txt +++ /dev/null @@ -1 +0,0 @@ -Place the Update folder into StreamingAssets folder. \ No newline at end of file diff --git a/Extras/Font Mod/fonts.jpg b/Extras/Font Mod/fonts.jpg deleted file mode 100644 index 8fdc43e0..00000000 Binary files a/Extras/Font Mod/fonts.jpg and /dev/null differ diff --git a/Screenshots/1_streamingassets folder.png b/Screenshots/1_streamingassets folder.png deleted file mode 100644 index ca33336a..00000000 Binary files a/Screenshots/1_streamingassets folder.png and /dev/null differ diff --git a/Screenshots/2_voices go into se folder.png b/Screenshots/2_voices go into se folder.png deleted file mode 100644 index 8feaff28..00000000 Binary files a/Screenshots/2_voices go into se folder.png and /dev/null differ diff --git a/Screenshots/3_graphics go into cgalt folder.png b/Screenshots/3_graphics go into cgalt folder.png deleted file mode 100644 index c2299393..00000000 Binary files a/Screenshots/3_graphics go into cgalt folder.png and /dev/null differ diff --git a/Screenshots/4_merge patch files go here.png b/Screenshots/4_merge patch files go here.png deleted file mode 100644 index fcc69ebf..00000000 Binary files a/Screenshots/4_merge patch files go here.png and /dev/null differ diff --git a/Screenshots/5_where the folders go.png b/Screenshots/5_where the folders go.png deleted file mode 100644 index d343a89c..00000000 Binary files a/Screenshots/5_where the folders go.png and /dev/null differ diff --git a/Screenshots/Thumbs.db b/Screenshots/Thumbs.db deleted file mode 100644 index 555cf4fb..00000000 Binary files a/Screenshots/Thumbs.db and /dev/null differ diff --git a/Screenshots/ps3 graphics.jpg b/Screenshots/ps3 graphics.jpg deleted file mode 100644 index df923db1..00000000 Binary files a/Screenshots/ps3 graphics.jpg and /dev/null differ