Compare commits
39 Commits
Author | SHA1 | Date |
---|---|---|
lilium-saber | 4aba920f1d | 1 year ago |
lilium-saber | 2e225854ea | 1 year ago |
lilium-saber | 24095d15ba | 1 year ago |
lilium-saber | 80799ae956 | 1 year ago |
lilium-saber | 99f5d11070 | 1 year ago |
lilium-saber | 5c7f6f2c60 | 1 year ago |
lilium-saber | 071d725814 | 1 year ago |
lilium-saber | 0a338f743c | 1 year ago |
lilium-saber | 4a21ac34b9 | 1 year ago |
lilium-saber | c78af1be36 | 1 year ago |
lilium-saber | 47f39ae49e | 1 year ago |
lilium-saber | b00e0d0f24 | 1 year ago |
lilium-saber | 5f0d8ff810 | 1 year ago |
lilium-saber | 92907c90c4 | 1 year ago |
lilium-saber | ab2e06535a | 1 year ago |
lilium-saber | 20abb91db7 | 1 year ago |
lilium-saber | eb7517e2a7 | 1 year ago |
lilium-saber | 44887c1dd4 | 1 year ago |
lilium-saber | 230a999be4 | 1 year ago |
lilium-saber | 17eba24fc5 | 1 year ago |
lilium-saber | 0ccf2337a1 | 1 year ago |
lilium-saber | fe5dbe1666 | 1 year ago |
lilium-saber | 317e385d06 | 1 year ago |
lilium-saber | 9d00379e3a | 1 year ago |
lilium-saber | 39dc0745a6 | 1 year ago |
pokyijf9p | 21421fe357 | 1 year ago |
高源 | b18ccdce9c | 1 year ago |
pokyijf9p | 3110398e58 | 1 year ago |
高源 | 3165c386e8 | 1 year ago |
lilium-saber | 361b5ca223 | 1 year ago |
pokyijf9p | 03ac7af060 | 1 year ago |
高源 | 7f0d924021 | 1 year ago |
高源 | 92c5c527c7 | 1 year ago |
高源 | 17c3ef48b2 | 1 year ago |
高源 | d6cd6bede2 | 1 year ago |
高源 | 6b7df8f197 | 1 year ago |
lilium-saber | 19cc7e5bd0 | 1 year ago |
pokyijf9p | ce4c2d1d25 | 1 year ago |
高源 | d27bb9069c | 1 year ago |
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -0,0 +1,32 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<configuration>
|
||||
<startup>
|
||||
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.8" />
|
||||
</startup>
|
||||
<appSettings>
|
||||
<!-- When using an API key to access Google spreadsheets -->
|
||||
<add key="GoogleApiKey" value="" />
|
||||
<!-- Instead of using an API key, you can also use a service account. This way, you don't have to make your spreadsheet public. -->
|
||||
<!-- To use a service account, download its private key and store it in a file called "google-service-account.json" -->
|
||||
<add key="MonospaceCharactersPerLine" value="50" />
|
||||
<add key="ProportionalFontName" value="Franklin Gothic Book" />
|
||||
<add key="ProportionalFontSize" value="40" />
|
||||
<add key="ProportionalFontBold" value="false" />
|
||||
<add key="ProportionalLineWidth" value="1000" />
|
||||
<add key="SecondaryProportionalLineWidth" value="670" />
|
||||
</appSettings>
|
||||
<runtime>
|
||||
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
|
||||
<dependentAssembly>
|
||||
<assemblyIdentity name="Newtonsoft.Json" publicKeyToken="30ad4fe6b2a6aeed" culture="neutral" />
|
||||
<bindingRedirect oldVersion="0.0.0.0-12.0.0.0" newVersion="12.0.0.0" />
|
||||
</dependentAssembly>
|
||||
</assemblyBinding>
|
||||
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
|
||||
<dependentAssembly>
|
||||
<assemblyIdentity name="System.Runtime.CompilerServices.Unsafe" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
|
||||
<bindingRedirect oldVersion="0.0.0.0-6.0.0.0" newVersion="6.0.0.0" />
|
||||
</dependentAssembly>
|
||||
</assemblyBinding>
|
||||
</runtime>
|
||||
</configuration>
|
@ -0,0 +1,2 @@
|
||||
<?xml version="1.0"?>
|
||||
<names xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" />
|
Binary file not shown.
@ -0,0 +1,7 @@
|
||||
Excel:
|
||||
VNTextPatch extractlocal <folder containing original game files> script.xlsx
|
||||
VNTextPatch insertlocal <folder containing original game files> script.xlsx <folder to receive patched game files>
|
||||
|
||||
JSON:
|
||||
VNTextPatch extractlocal <folder containing original game files> <folder to receive .json files>
|
||||
VNTextPatch insertlocal <folder containing original game files> <folder containing .json files> <folder to receive patched game files>
|
@ -0,0 +1,14 @@
|
||||
<Window x:Class="WpfApp2.WindowsSEL.ErrorIn"
|
||||
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
|
||||
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
|
||||
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
|
||||
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
|
||||
xmlns:local="clr-namespace:WpfApp2.WindowsSEL"
|
||||
mc:Ignorable="d"
|
||||
Title="警告" Height="120" Width="150">
|
||||
<Grid>
|
||||
<Button Content="确定" HorizontalAlignment="Center" Margin="0,56,0,0" VerticalAlignment="Top" Click="Button_Click"/>
|
||||
<TextBlock HorizontalAlignment="Center" Margin="0,14,0,0" TextWrapping="Wrap" Text="未输入Id" VerticalAlignment="Top" Height="28" Width="58"/>
|
||||
|
||||
</Grid>
|
||||
</Window>
|
@ -0,0 +1,14 @@
|
||||
<Window x:Class="WpfApp2.WindowsSEL.SelectPriTrueWindow"
|
||||
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
|
||||
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
|
||||
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
|
||||
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
|
||||
xmlns:local="clr-namespace:WpfApp2.WindowsSEL"
|
||||
mc:Ignorable="d"
|
||||
Title="选择成功" Height="200" Width="200">
|
||||
<Grid>
|
||||
<Button Content="返回" HorizontalAlignment="Center" Margin="0,138,0,0" VerticalAlignment="Top" Click="Button_Click"/>
|
||||
<TextBlock HorizontalAlignment="Center" Margin="0,45,0,0" TextWrapping="Wrap" Text="选择成功" VerticalAlignment="Top" Height="47" Width="88"/>
|
||||
|
||||
</Grid>
|
||||
</Window>
|
@ -0,0 +1,17 @@
|
||||
<Window x:Class="WpfApp2.WindowsSEL.TransSourceSelectPri"
|
||||
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
|
||||
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
|
||||
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
|
||||
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
|
||||
xmlns:local="clr-namespace:WpfApp2.WindowsSEL"
|
||||
mc:Ignorable="d"
|
||||
Title="私有翻译接口选择" Height="500" Width="350">
|
||||
<Grid>
|
||||
<ComboBox x:Name="myComBox" HorizontalAlignment="Left" Margin="131,65,0,0" VerticalAlignment="Top" Width="164" SelectionChanged="myComBox_SelectionChanged" ItemsSource="{Binding mylist}"/>
|
||||
|
||||
<TextBlock HorizontalAlignment="Center" Margin="0,38,0,0" TextWrapping="Wrap" Text="选择以写入的私有翻译源" VerticalAlignment="Top" Height="38" Width="150"/>
|
||||
<Button Content="确定更改" HorizontalAlignment="Left" Margin="59,392,0,0" VerticalAlignment="Top" Height="30" Width="62" Click="Button_True"/>
|
||||
<Button Content="取消" HorizontalAlignment="Left" Margin="213,392,0,0" VerticalAlignment="Top" Height="30" Width="53" Click="Button_Close"/>
|
||||
|
||||
</Grid>
|
||||
</Window>
|
@ -0,0 +1,15 @@
|
||||
<Window x:Class="WpfApp2.view.TranslationSourceSelect"
|
||||
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
|
||||
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
|
||||
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
|
||||
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
|
||||
xmlns:local="clr-namespace:WpfApp2.view"
|
||||
mc:Ignorable="d"
|
||||
Title="公共翻译接口选择" Height="300" Width="200">
|
||||
<Grid Margin="0,0,200,-5">
|
||||
<Button Content="选择百度翻译1" Margin="53,61,-142,0" VerticalAlignment="Top" Click="Button1_Click"/>
|
||||
<Button Content="选择百度翻译2" Margin="53,97,-144,0" VerticalAlignment="Top" Click="Button2_Click"/>
|
||||
<Button Content="选择讯飞翻译" Margin="53,22,-142,0" VerticalAlignment="Top" Click="ButtonXunfei_Click"/>
|
||||
<Button Content="取消选择" Margin="53,165,-142,0" VerticalAlignment="Top" Click="ButtonOff_Click"/>
|
||||
</Grid>
|
||||
</Window>
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading…
Reference in new issue