Skip to content

Commit 417fb7f

Browse files
committed
Updated required game version to 1.19.2-f3
1 parent a490bca commit 417fb7f

23 files changed

Lines changed: 334 additions & 668 deletions

NodeControllerRenewal/Mod.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ public class Mod : BasePatcherMod<Mod>
2626
public override string Description => !IsBeta ? Localize.Mod_Description : CommonLocalize.Mod_DescriptionBeta;
2727
public override List<ModVersion> Versions => new List<ModVersion>()
2828
{
29+
new ModVersion(new Version("3.5.2"), new DateTime(2025, 5, 23)),
2930
new ModVersion(new Version("3.5.1"), new DateTime(2024, 10, 26)),
3031
new ModVersion(new Version("3.5"), new DateTime(2023, 6, 3)),
3132
new ModVersion(new Version("3.4"), new DateTime(2023, 3, 4)),
@@ -45,7 +46,7 @@ public class Mod : BasePatcherMod<Mod>
4546
new ModVersion(new Version("3.0.1"), new DateTime(2021, 5, 11)),
4647
new ModVersion(new Version("3.0"), new DateTime(2021, 4, 30)),
4748
};
48-
protected override Version RequiredGameVersion => new Version(1, 18, 1, 3);
49+
protected override Version RequiredGameVersion => new Version(1, 19, 2, 3);
4950

5051
protected override string IdRaw => nameof(NodeController);
5152
protected override List<BaseDependencyInfo> DependencyInfos

NodeControllerRenewal/NodeControllerRenewal.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
</PropertyGroup>
2121

2222
<PropertyGroup Condition="'$(Configuration)' == 'Stable Release' OR '$(Configuration)' == 'Stable Debug'">
23-
<AssemblyVersion>3.5.1</AssemblyVersion>
23+
<AssemblyVersion>3.5.2</AssemblyVersion>
2424
</PropertyGroup>
2525

2626
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Stable Release|AnyCPU'">

NodeControllerRenewal/Properties/Localize.cs

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,11 @@ public class Localize
125125
/// </summary>
126126
public static string Mod_WhatsNewMessage3_5_1 => LocaleManager.GetString("Mod_WhatsNewMessage3_5_1", Culture);
127127

128+
/// <summary>
129+
/// [UPDATED] Updated required game version to 1.19.2-f3
130+
/// </summary>
131+
public static string Mod_WhatsNewMessage3_5_2 => LocaleManager.GetString("Mod_WhatsNewMessage3_5_2", Culture);
132+
128133
/// <summary>
129134
/// Bend
130135
/// </summary>

NodeControllerRenewal/Properties/Localize.cs-CZ.resx

Lines changed: 17 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -59,46 +59,46 @@
5959
: using a System.ComponentModel.TypeConverter
6060
: and then encoded with base64 encoding.
6161
-->
62-
<xsd:schema xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata" id="root">
63-
<xsd:import namespace="http://www.w3.org/XML/1998/namespace"/>
62+
<xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
63+
<xsd:import namespace="http://www.w3.org/XML/1998/namespace" />
6464
<xsd:element name="root" msdata:IsDataSet="true">
6565
<xsd:complexType>
6666
<xsd:choice maxOccurs="unbounded">
6767
<xsd:element name="metadata">
6868
<xsd:complexType>
6969
<xsd:sequence>
70-
<xsd:element name="value" type="xsd:string" minOccurs="0"/>
70+
<xsd:element name="value" type="xsd:string" minOccurs="0" />
7171
</xsd:sequence>
72-
<xsd:attribute name="name" use="required" type="xsd:string"/>
73-
<xsd:attribute name="type" type="xsd:string"/>
74-
<xsd:attribute name="mimetype" type="xsd:string"/>
75-
<xsd:attribute ref="xml:space"/>
72+
<xsd:attribute name="name" use="required" type="xsd:string" />
73+
<xsd:attribute name="type" type="xsd:string" />
74+
<xsd:attribute name="mimetype" type="xsd:string" />
75+
<xsd:attribute ref="xml:space" />
7676
</xsd:complexType>
7777
</xsd:element>
7878
<xsd:element name="assembly">
7979
<xsd:complexType>
80-
<xsd:attribute name="alias" type="xsd:string"/>
81-
<xsd:attribute name="name" type="xsd:string"/>
80+
<xsd:attribute name="alias" type="xsd:string" />
81+
<xsd:attribute name="name" type="xsd:string" />
8282
</xsd:complexType>
8383
</xsd:element>
8484
<xsd:element name="data">
8585
<xsd:complexType>
8686
<xsd:sequence>
87-
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1"/>
88-
<xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2"/>
87+
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
88+
<xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" />
8989
</xsd:sequence>
90-
<xsd:attribute name="name" type="xsd:string" use="required" msdata:Ordinal="1"/>
91-
<xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3"/>
92-
<xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4"/>
93-
<xsd:attribute ref="xml:space"/>
90+
<xsd:attribute name="name" type="xsd:string" use="required" msdata:Ordinal="1" />
91+
<xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3" />
92+
<xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4" />
93+
<xsd:attribute ref="xml:space" />
9494
</xsd:complexType>
9595
</xsd:element>
9696
<xsd:element name="resheader">
9797
<xsd:complexType>
9898
<xsd:sequence>
99-
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1"/>
99+
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
100100
</xsd:sequence>
101-
<xsd:attribute name="name" type="xsd:string" use="required"/>
101+
<xsd:attribute name="name" type="xsd:string" use="required" />
102102
</xsd:complexType>
103103
</xsd:element>
104104
</xsd:choice>
@@ -141,16 +141,6 @@ Nepodařilo se načíst data všechny uzly.</value>
141141
<data name="Mod_WhatsNewMessage3_0" xml:space="preserve">
142142
<value>[RELEASE] Vydání obnovené verze</value>
143143
</data>
144-
145-
146-
147-
148-
149-
150-
151-
152-
153-
154144
<data name="Mod_WhatsNewMessage3_3" xml:space="preserve">
155145
<value>[UPDATED] Přidána možnost "opravit uvízlé chodce na dlouhých křižovatkách" kvůli stížnosti na ovlivnění simulační rychlosti je ve výchozím nastavení tato možnost zakázána, může být povolena v nastavení módu.
156146
[NEW] Přidána možnost "Kolize". pokud ji na segmentu zakážete, segment nebude mít limity pro změnu odsazení a může být překrytý ostatními segmenty.
@@ -177,8 +167,6 @@ Nepodařilo se načíst data všechny uzly.</value>
177167
<value>[FIXED] Opravena kompatibilita s Adaptive Network modem, která by mohla způsobit modré díry místo uzlů.
178168
[FIXED] Opravena chyba, kdy chybějící objekt silnic může způsobit selhání načítání NCR.</value>
179169
</data>
180-
181-
182170
<data name="NodeStyle_Bend" xml:space="preserve">
183171
<value>Ohebný</value>
184172
</data>

NodeControllerRenewal/Properties/Localize.de-DE.resx

Lines changed: 17 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -59,46 +59,46 @@
5959
: using a System.ComponentModel.TypeConverter
6060
: and then encoded with base64 encoding.
6161
-->
62-
<xsd:schema xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata" id="root">
63-
<xsd:import namespace="http://www.w3.org/XML/1998/namespace"/>
62+
<xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
63+
<xsd:import namespace="http://www.w3.org/XML/1998/namespace" />
6464
<xsd:element name="root" msdata:IsDataSet="true">
6565
<xsd:complexType>
6666
<xsd:choice maxOccurs="unbounded">
6767
<xsd:element name="metadata">
6868
<xsd:complexType>
6969
<xsd:sequence>
70-
<xsd:element name="value" type="xsd:string" minOccurs="0"/>
70+
<xsd:element name="value" type="xsd:string" minOccurs="0" />
7171
</xsd:sequence>
72-
<xsd:attribute name="name" use="required" type="xsd:string"/>
73-
<xsd:attribute name="type" type="xsd:string"/>
74-
<xsd:attribute name="mimetype" type="xsd:string"/>
75-
<xsd:attribute ref="xml:space"/>
72+
<xsd:attribute name="name" use="required" type="xsd:string" />
73+
<xsd:attribute name="type" type="xsd:string" />
74+
<xsd:attribute name="mimetype" type="xsd:string" />
75+
<xsd:attribute ref="xml:space" />
7676
</xsd:complexType>
7777
</xsd:element>
7878
<xsd:element name="assembly">
7979
<xsd:complexType>
80-
<xsd:attribute name="alias" type="xsd:string"/>
81-
<xsd:attribute name="name" type="xsd:string"/>
80+
<xsd:attribute name="alias" type="xsd:string" />
81+
<xsd:attribute name="name" type="xsd:string" />
8282
</xsd:complexType>
8383
</xsd:element>
8484
<xsd:element name="data">
8585
<xsd:complexType>
8686
<xsd:sequence>
87-
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1"/>
88-
<xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2"/>
87+
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
88+
<xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" />
8989
</xsd:sequence>
90-
<xsd:attribute name="name" type="xsd:string" use="required" msdata:Ordinal="1"/>
91-
<xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3"/>
92-
<xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4"/>
93-
<xsd:attribute ref="xml:space"/>
90+
<xsd:attribute name="name" type="xsd:string" use="required" msdata:Ordinal="1" />
91+
<xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3" />
92+
<xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4" />
93+
<xsd:attribute ref="xml:space" />
9494
</xsd:complexType>
9595
</xsd:element>
9696
<xsd:element name="resheader">
9797
<xsd:complexType>
9898
<xsd:sequence>
99-
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1"/>
99+
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
100100
</xsd:sequence>
101-
<xsd:attribute name="name" type="xsd:string" use="required"/>
101+
<xsd:attribute name="name" type="xsd:string" use="required" />
102102
</xsd:complexType>
103103
</xsd:element>
104104
</xsd:choice>
@@ -158,17 +158,9 @@ Daten aller Netzwerk-Knoten konnten nicht geladen werden.</value>
158158
[FIXED] Fehlerbehebung für das Laden von Daten von Kreuzungs-Assets.
159159
[FIXED] Fehlerbehebung für nicht-löschbare Pfeiler nach dem Setzen von Kreuzungs-Assets.</value>
160160
</data>
161-
162-
163-
164-
165-
166-
167161
<data name="Mod_WhatsNewMessage3_1_2" xml:space="preserve">
168162
<value>[TRANSLATION] Indonesische, Koreanische und Malaiische Übersetzungen hinzugefügt.</value>
169163
</data>
170-
171-
172164
<data name="Mod_WhatsNewMessage3_3" xml:space="preserve">
173165
<value>[UPDATED] Die Möglichkeit zum Deaktivieren der Option "Feststeckte Fußgänger an langen Kreuzungen reparieren" wurde aufgrund von Beschwerden über Auswirkungen auf die Simulationsgeschwindigkeit hinzugefügt. Die Option ist standardmäßig deaktiviert, kann aber in den Mod-Einstellungen aktiviert werden.
174166
[NEW] Option "Kollision" hinzugefügt. wenn es für das Segment deaktivieret wird, hat das Segment keine Limits für das Ändern des Offsets und kann durch andere Segmente hindurch überlappt werden.
@@ -202,7 +194,6 @@ Daten aller Netzwerk-Knoten konnten nicht geladen werden.</value>
202194
[UPDATED] Kurven-Netzwerkknoten folgen der Neigung der nahen Netzwerknoten, so dass das Segment zwischen ihnen glatter ist.
203195
[FIXED] Der Standardversatz der Eisenbahn war nicht auf 0 gesetzt.</value>
204196
</data>
205-
206197
<data name="NodeStyle_Bend" xml:space="preserve">
207198
<value>Kurve</value>
208199
</data>

NodeControllerRenewal/Properties/Localize.es-ES.resx

Lines changed: 17 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -59,46 +59,46 @@
5959
: using a System.ComponentModel.TypeConverter
6060
: and then encoded with base64 encoding.
6161
-->
62-
<xsd:schema xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata" id="root">
63-
<xsd:import namespace="http://www.w3.org/XML/1998/namespace"/>
62+
<xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
63+
<xsd:import namespace="http://www.w3.org/XML/1998/namespace" />
6464
<xsd:element name="root" msdata:IsDataSet="true">
6565
<xsd:complexType>
6666
<xsd:choice maxOccurs="unbounded">
6767
<xsd:element name="metadata">
6868
<xsd:complexType>
6969
<xsd:sequence>
70-
<xsd:element name="value" type="xsd:string" minOccurs="0"/>
70+
<xsd:element name="value" type="xsd:string" minOccurs="0" />
7171
</xsd:sequence>
72-
<xsd:attribute name="name" use="required" type="xsd:string"/>
73-
<xsd:attribute name="type" type="xsd:string"/>
74-
<xsd:attribute name="mimetype" type="xsd:string"/>
75-
<xsd:attribute ref="xml:space"/>
72+
<xsd:attribute name="name" use="required" type="xsd:string" />
73+
<xsd:attribute name="type" type="xsd:string" />
74+
<xsd:attribute name="mimetype" type="xsd:string" />
75+
<xsd:attribute ref="xml:space" />
7676
</xsd:complexType>
7777
</xsd:element>
7878
<xsd:element name="assembly">
7979
<xsd:complexType>
80-
<xsd:attribute name="alias" type="xsd:string"/>
81-
<xsd:attribute name="name" type="xsd:string"/>
80+
<xsd:attribute name="alias" type="xsd:string" />
81+
<xsd:attribute name="name" type="xsd:string" />
8282
</xsd:complexType>
8383
</xsd:element>
8484
<xsd:element name="data">
8585
<xsd:complexType>
8686
<xsd:sequence>
87-
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1"/>
88-
<xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2"/>
87+
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
88+
<xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" />
8989
</xsd:sequence>
90-
<xsd:attribute name="name" type="xsd:string" use="required" msdata:Ordinal="1"/>
91-
<xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3"/>
92-
<xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4"/>
93-
<xsd:attribute ref="xml:space"/>
90+
<xsd:attribute name="name" type="xsd:string" use="required" msdata:Ordinal="1" />
91+
<xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3" />
92+
<xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4" />
93+
<xsd:attribute ref="xml:space" />
9494
</xsd:complexType>
9595
</xsd:element>
9696
<xsd:element name="resheader">
9797
<xsd:complexType>
9898
<xsd:sequence>
99-
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1"/>
99+
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
100100
</xsd:sequence>
101-
<xsd:attribute name="name" type="xsd:string" use="required"/>
101+
<xsd:attribute name="name" type="xsd:string" use="required" />
102102
</xsd:complexType>
103103
</xsd:element>
104104
</xsd:choice>
@@ -141,16 +141,6 @@ No se pudieron cargar datos para todos los nodos.</value>
141141
<data name="Mod_WhatsNewMessage3_0" xml:space="preserve">
142142
<value>[RELEASE] Lanzamiento de la versión renovada</value>
143143
</data>
144-
145-
146-
147-
148-
149-
150-
151-
152-
153-
154144
<data name="Mod_WhatsNewMessage3_3" xml:space="preserve">
155145
<value>[UPDATED] Opción para deshabilitar "arreglar peatones atascados en intersecciones amplias". La opción está deshabilitada de forma predeterminada, se puede habilitar en las opciones del mod.
156146
[NEW] Opción de "Colisión". Si la deshabilitas por segmento, no habrán límites para cambiar el desplazamiento y puede solapar otros segmentos.

0 commit comments

Comments
 (0)