Skip to content

Commit

Permalink
remove duplucates from sa_scr mode
Browse files Browse the repository at this point in the history
  • Loading branch information
x87 committed Aug 6, 2022
1 parent 0df2a55 commit 5b75e5e
Show file tree
Hide file tree
Showing 11 changed files with 2,035 additions and 1,360 deletions.
8 changes: 2 additions & 6 deletions modes.xml
Original file line number Diff line number Diff line change
Expand Up @@ -66,15 +66,9 @@
<labels>@sb:\data\sa\CustomLabels_v2.ini</labels>
</mode>
<mode extends="sa" id="sa_scr" title="GTA SA (v1.0 - SCR)" game="sa" type="">
<data>@sb:\data\sa_scr\</data>
<opcodes>@sb:\data\sa_scr\SASCM.ini</opcodes>
<classes>@sb:\data\sa_scr\classes.db</classes>
<variables>@sb:\data\sa_scr\CustomVariables.ini</variables>
<keywords>@sb:\data\sa_scr\keywords.txt</keywords>
<labels>@sb:\data\sa_scr\CustomLabels.ini</labels>
<arrays>@sb:\data\sa_scr\CustomArrays.ini</arrays>
<missions>@sb:\data\sa_scr\missions.txt</missions>
<constants>@sb:\data\sa_scr\constants.txt</constants>
<examples>@sb:\data\sa_scr\opcodes.txt</examples>
<templates type="default">@sb:\data\sa_scr\templates.txt</templates>
<templates type="custom">@sb:\data\sa_scr\templates.custom.txt</templates>
Expand Down Expand Up @@ -135,6 +129,7 @@
<ide>@sb:\data\vc_mobile\data\default.ide</ide>
<ide base="@sb:\data\vc_mobile\">@sb:\data\vc_mobile\data\gta_vc.dat</ide>
<library>@sb:\data\vc_mobile\vc_mobile.json</library>
<enums>@sb:\data\vc_mobile\enums.txt</enums>
</mode>
<mode id="sa_mobile" title="SA Mobile" game="sa_mobile" type="default">
<data>@sb:\data\sa_mobile\</data>
Expand All @@ -151,6 +146,7 @@
<text format="sa_mobile">@sb:\data\sa_mobile\american.gxt</text>
<ide>@sb:\data\sa_mobile\custom.dat</ide>
<library>@sb:\data\sa_mobile\sa_mobile.json</library>
<enums>@sb:\data\sa_mobile\enums.txt</enums>
</mode>

</modes>
Loading

0 comments on commit 5b75e5e

Please sign in to comment.