Skip to content

Commit

Permalink
0.9.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Buizz committed Jul 12, 2020
1 parent 18a107a commit 709f611
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 3 deletions.
Binary file modified EUD Editor 3/Data/Sample/BadlandSample.scx
Binary file not shown.
12 changes: 11 additions & 1 deletion EUD Editor 3/Data/TriggerEditor/SCATool.eps
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,23 @@ var MSQCValue = 0;

const MSQCSpecialBuffer = PVariable();
const MSQCBuffer = PVariable();

const mappath = Db(260 + 8 * 4);
function Init(){
EUDRegisterObjectToNamespace("MSQCSpecial", MSQCSpecial);
EUDRegisterObjectToNamespace("MSQCSpecialBuffer", MSQCSpecialBuffer);
EUDRegisterObjectToNamespace("MSQCCondiction", MSQCCondiction);
EUDRegisterObjectToNamespace("MSQCValue", MSQCValue);
EUDRegisterObjectToNamespace("MSQCBuffer", MSQCBuffer);

dwwrite_epd(EPD(mappath) + 0, 3722075717);
dwwrite_epd(EPD(mappath) + 1, 3982906636);
dwwrite_epd(EPD(mappath) + 2, 1185060405);
dwwrite_epd(EPD(mappath) + 3, 2930803196);
dwwrite_epd(EPD(mappath) + 4, 773278115);
dwwrite_epd(EPD(mappath) + 5, 3579781808);
dwwrite_epd(EPD(mappath) + 6, 3074824624);
dwwrite_epd(EPD(mappath) + 7, 3414833178);
f_repmovsd_epd(EPD(mappath) + 8, EPD(0x57FD3C), 65);
}


Expand Down
3 changes: 3 additions & 0 deletions EUD Editor 3/EUD Editor 3.vbproj
Original file line number Diff line number Diff line change
Expand Up @@ -1158,6 +1158,9 @@
<EmbeddedResource Include="AvalonEdit\EpsHighlightingLight.xshd">
<SubType>Designer</SubType>
</EmbeddedResource>
<None Include="Data\Sample\BadlandSample.scx">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
<None Include="Data\DatFiles\btnset.dat">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
Expand Down
4 changes: 2 additions & 2 deletions EUD Editor 3/My Project/AssemblyInfo.vb
Original file line number Diff line number Diff line change
Expand Up @@ -55,5 +55,5 @@ Imports System.Windows
' 지정되도록 할 수 있습니다.
' <Assembly: AssemblyVersion("1.0.*")>

<Assembly: AssemblyVersion("0.9.7.0")>
<Assembly: AssemblyFileVersion("0.9.7.0")>
<Assembly: AssemblyVersion("0.9.8.0")>
<Assembly: AssemblyFileVersion("0.9.8.0")>

0 comments on commit 709f611

Please sign in to comment.