mirror of
https://github.com/Outer-Wilds-New-Horizons/new-horizons.git
synced 2025-12-11 20:15:44 +01:00
Merge branch 'dev' of https://github.com/xen-42/outer-wilds-new-horizons into dev
This commit is contained in:
commit
d2d81c2672
@ -23,33 +23,33 @@
|
||||
</xs:complexType>
|
||||
</xs:element>
|
||||
|
||||
<xs:complexType name="LocationA"></xs:complexType>
|
||||
<xs:complexType name="LocationB"></xs:complexType>
|
||||
<xs:complexType name="LocationA"/>
|
||||
<xs:complexType name="LocationB"/>
|
||||
|
||||
<!-- Text Block Info -->
|
||||
<xs:complexType name="TextBlock">
|
||||
<xs:sequence>
|
||||
<xs:element name="ID" type="xs:positiveInteger" minOccurs="1" maxOccurs="1">
|
||||
<xs:element name="ID" type="xs:positiveInteger">
|
||||
<xs:annotation>
|
||||
<xs:documentation>
|
||||
The id of this text block
|
||||
</xs:documentation>
|
||||
</xs:annotation>
|
||||
</xs:element>
|
||||
<xs:element name="ParentID" type="xs:positiveInteger" minOccurs="0" maxOccurs="1">
|
||||
<xs:element name="ParentID" type="xs:positiveInteger" minOccurs="0">
|
||||
<xs:annotation>
|
||||
<xs:documentation>
|
||||
The id of the parent text block
|
||||
</xs:documentation>
|
||||
</xs:annotation>
|
||||
</xs:element>
|
||||
<xs:element name="LocationA" type="LocationA" minOccurs="0" maxOccurs="1">
|
||||
<xs:element name="LocationA" type="LocationA" minOccurs="0">
|
||||
<xs:annotation>
|
||||
<xs:documentation>
|
||||
</xs:documentation>
|
||||
</xs:annotation>
|
||||
</xs:element>
|
||||
<xs:element name="LocationB" type="LocationB" minOccurs="0" maxOccurs="1" >
|
||||
<xs:element name="LocationB" type="LocationB" minOccurs="0">
|
||||
<xs:annotation>
|
||||
<xs:documentation>
|
||||
</xs:documentation>
|
||||
@ -68,13 +68,13 @@
|
||||
<!-- Ship Log Conditions Info -->
|
||||
<xs:complexType name="ShipLogConditions">
|
||||
<xs:sequence>
|
||||
<xs:element name="LocationA" type="LocationA" minOccurs="0" maxOccurs="1">
|
||||
<xs:element name="LocationA" type="LocationA" minOccurs="0">
|
||||
<xs:annotation>
|
||||
<xs:documentation>
|
||||
</xs:documentation>
|
||||
</xs:annotation>
|
||||
</xs:element>
|
||||
<xs:element name="LocationB" type="LocationB" minOccurs="0" maxOccurs="1" >
|
||||
<xs:element name="LocationB" type="LocationB" minOccurs="0">
|
||||
<xs:annotation>
|
||||
<xs:documentation>
|
||||
</xs:documentation>
|
||||
@ -93,14 +93,14 @@
|
||||
<!-- Reveal Facts Info -->
|
||||
<xs:complexType name="RevealFacts">
|
||||
<xs:sequence>
|
||||
<xs:element name="FactID" type="xs:string" minOccurs="1" maxOccurs="1">
|
||||
<xs:element name="FactID" type="xs:string">
|
||||
<xs:annotation>
|
||||
<xs:documentation>
|
||||
The ID of a fact to reveal
|
||||
</xs:documentation>
|
||||
</xs:annotation>
|
||||
</xs:element>
|
||||
<xs:element name="Condition" type="xs:string" minOccurs="1" maxOccurs="1">
|
||||
<xs:element name="Condition" type="xs:string">
|
||||
<xs:annotation>
|
||||
<xs:documentation>
|
||||
The text block ids (separated by commas) that need to be read to reveal that fact
|
||||
|
||||
14
README.md
14
README.md
@ -56,22 +56,24 @@ Join the [Outer Wilds Modding Discord](https://discord.gg/MvbCbBz6Q6) if you hav
|
||||
Main authors:
|
||||
- xen (New Horizons v0.1.0 onwards)
|
||||
- [Bwc9876](https://github.com/Bwc9876) (New Horizons v0.9.0 onwards)
|
||||
- [Nageld](https://github.com/Nageld): (New Horizons v0.8.0)
|
||||
- [Mister_Nebula](https://github.com/misternebula) ([Marshmallow](https://github.com/misternebula/Marshmallow) v0.1 to v1.1.0)
|
||||
|
||||
New Horizons was made with help from:
|
||||
- [jtsalomo](https://github.com/jtsalomo)
|
||||
- [Raicuparta](https://github.com/Raicuparta)
|
||||
- [MegaPiggy](https://github.com/MegaPiggy)
|
||||
- [Trifid](https://github.com/TerrificTrifid)
|
||||
- [JohnCorby](https://github.com/JohnCorby)
|
||||
- [FreezeDriedMangos](https://github.com/FreezeDriedMangos)
|
||||
- [MegaPiggy](https://github.com/MegaPiggy)
|
||||
- [JohnCorby](https://github.com/JohnCorby)
|
||||
- [Nageld](https://github.com/Nageld)
|
||||
- [Trifid](https://github.com/TerrificTrifid)
|
||||
- [Raicuparta](https://github.com/Raicuparta)
|
||||
- [jtsalomo](https://github.com/jtsalomo)
|
||||
|
||||
- And the Outer Wilds modding server.
|
||||
|
||||
Translation credits:
|
||||
- Russian: Tlya
|
||||
- German: Nolram
|
||||
- Spanish: Ciborgm9 and Ink
|
||||
- French: xen
|
||||
|
||||
Marshmallow was made with help from:
|
||||
- TAImatem
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user