-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
+ Added more sample files + Fixed incorrect version number (whoops)
- Loading branch information
1 parent
89af81b
commit f77c6f8
Showing
172 changed files
with
9,421 additions
and
0 deletions.
There are no files selected for viewing
36 changes: 36 additions & 0 deletions
36
Samples/TMNESWC/TMEDClassic/StadiumRamp/1.CGameCtnBlockUnitInfo.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,36 @@ | ||
<gbx version="6" unknown="R" class="24006000" complvl="1"> | ||
<body> | ||
<chunk class="24006000" id="000"><!--Pylon Flags--> | ||
<flags bytes="4" /> | ||
<bool>1</bool><!--Can pylons generate over it--> | ||
<uint32>604004352</uint32> | ||
<uint32>0</uint32><!--Cell X offset--> | ||
<uint32>0</uint32><!--Cell Y offset--> | ||
<uint32>0</uint32><!--Cell Z offset--> | ||
<uint32>4</uint32> | ||
<node ref="2" /><!--North Clip Ref--> | ||
<node /><!--East Clip Ref--> | ||
<node /><!--South Clip Ref--> | ||
<node /><!--West Clip Ref--> | ||
</chunk> | ||
<chunk class="24006000" id="001"> | ||
<lookbackstr type="40">Grass</lookbackstr> | ||
<uint32>5</uint32><!--Frontier type (0-none, 5-cliff--> | ||
<uint32>0</uint32><!--Frontier direction--> | ||
</chunk> | ||
<chunk skip="1" class="24006000" id="002"> | ||
<bool>0</bool><!--Is underground--> | ||
</chunk> | ||
<chunk class="24006000" id="003"> | ||
<lookbackstr /> | ||
<lookbackstr /> | ||
<uint32>0</uint32> | ||
<uint32>0</uint32> | ||
</chunk> | ||
<chunk class="24006000" id="004"><!--Accept pylons--> | ||
<flags bytes="4"> | ||
<flag bit="1" /> | ||
</flags> | ||
</chunk> | ||
</body> | ||
</gbx> |
36 changes: 36 additions & 0 deletions
36
Samples/TMNESWC/TMEDClassic/StadiumRamp/3.CGameCtnBlockUnitInfo.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,36 @@ | ||
<gbx version="6" unknown="R" class="24006000" complvl="1"> | ||
<body> | ||
<chunk class="24006000" id="000"><!--Pylon Flags--> | ||
<flags bytes="4" /> | ||
<bool>1</bool><!--Can pylons generate over it--> | ||
<uint32>604004352</uint32> | ||
<uint32>0</uint32><!--Cell X offset--> | ||
<uint32>0</uint32><!--Cell Y offset--> | ||
<uint32>0</uint32><!--Cell Z offset--> | ||
<uint32>4</uint32> | ||
<node ref="2" /><!--North Clip Ref--> | ||
<node /><!--East Clip Ref--> | ||
<node /><!--South Clip Ref--> | ||
<node /><!--West Clip Ref--> | ||
</chunk> | ||
<chunk class="24006000" id="001"> | ||
<lookbackstr type="40">Grass</lookbackstr> | ||
<uint32>5</uint32><!--Frontier type (0-none, 5-cliff--> | ||
<uint32>0</uint32><!--Frontier direction--> | ||
</chunk> | ||
<chunk skip="1" class="24006000" id="002"> | ||
<bool>0</bool><!--Is underground--> | ||
</chunk> | ||
<chunk class="24006000" id="003"> | ||
<lookbackstr /> | ||
<lookbackstr /> | ||
<uint32>0</uint32> | ||
<uint32>0</uint32> | ||
</chunk> | ||
<chunk class="24006000" id="004"><!--Accept pylons--> | ||
<flags bytes="4"> | ||
<flag bit="1" /> | ||
</flags> | ||
</chunk> | ||
</body> | ||
</gbx> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,57 @@ | ||
<gbx version="6" unknown="R" class="0A011000" complvl="1"> | ||
<body> | ||
<chunk class="0A005000" id="001"> | ||
<lookbackstr /> | ||
</chunk> | ||
<chunk class="0A005000" id="003"> | ||
<node /> | ||
</chunk> | ||
<chunk class="0A005000" id="004"> | ||
<int32>0</int32> | ||
</chunk> | ||
<chunk class="0A011000" id="003"> | ||
<list /> | ||
</chunk> | ||
<chunk class="0A011000" id="004"> | ||
<node /> | ||
</chunk> | ||
<chunk class="0A011000" id="005"> | ||
<node headless="1"> | ||
<chunk class="06003000" id="001"> | ||
<node refname="5" link="5.CPlugSolid.xml" /> | ||
</chunk> | ||
<chunk class="06003000" id="011"> | ||
<flags bytes="10"> | ||
<flag bit="9" /> | ||
<flag bit="16" /> | ||
<flag bit="20" /> | ||
<flag bit="24" /> | ||
<flag bit="25" /> | ||
<flag bit="28" /> | ||
<flag bit="29" /> | ||
<flag bit="34" /> | ||
<flag bit="47" /> | ||
<flag bit="48" /> | ||
<flag bit="49" /> | ||
<flag bit="53" /> | ||
<flag bit="54" /> | ||
<flag bit="55" /> | ||
<flag bit="56" /> | ||
<flag bit="57" /> | ||
<flag bit="58" /> | ||
<flag bit="59" /> | ||
<flag bit="60" /> | ||
<flag bit="61" /> | ||
<flag bit="62" /> | ||
<flag bit="63" /> | ||
<flag bit="64" /> | ||
<flag bit="65" /> | ||
</flags> | ||
</chunk> | ||
</node> | ||
</chunk> | ||
<chunk class="0A011000" id="006"> | ||
<node /> | ||
</chunk> | ||
</body> | ||
</gbx> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,49 @@ | ||
<gbx version="6" unknown="R" class="09005000" complvl="1"> | ||
<body> | ||
<chunk class="09005000" id="000"> | ||
<int32>11</int32> | ||
</chunk> | ||
<chunk class="09005000" id="00C"> | ||
<bool>0</bool> | ||
<bool>0</bool> | ||
<bool>1</bool> | ||
<bool>0</bool> | ||
<bool>0</bool> | ||
<bool>0</bool> | ||
<bool>1</bool> | ||
<bool>1</bool> | ||
<bool>1</bool> | ||
<bool>0</bool> | ||
<float>50.0</float> | ||
<int32>10000</int32> | ||
<float>0.009999999776482582</float> | ||
<float>5.0</float> | ||
<float>5.0</float> | ||
<float>0.009999999776482582</float> | ||
<int32>30</int32> | ||
<int32>300</int32> | ||
</chunk> | ||
<chunk class="09005000" id="00D"> | ||
<bool>1</bool> | ||
<bool>1</bool> | ||
<node ref="6" /> | ||
</chunk> | ||
<chunk class="09005000" id="00E"> | ||
<float>1.0</float> | ||
<float>0.0</float> | ||
<float>0.0</float> | ||
<float>0.0</float> | ||
<vec3>0.2387319952249527 0.0 0.0</vec3> | ||
<vec3>0.0 0.2387319952249527 0.0</vec3> | ||
<vec3>0.0 0.0 0.2387319952249527</vec3> | ||
<vec3>0.10000000149011612 0.30000001192092896 0.30000001192092896</vec3> | ||
</chunk> | ||
<chunk class="09005000" id="00F"> | ||
<float>0.0</float> | ||
<float>0.0</float> | ||
</chunk> | ||
<chunk class="09005000" id="010"> | ||
<node /> | ||
</chunk> | ||
</body> | ||
</gbx> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,57 @@ | ||
<gbx version="6" unknown="R" class="0A011000" complvl="1"> | ||
<body> | ||
<chunk class="0A005000" id="001"> | ||
<lookbackstr /> | ||
</chunk> | ||
<chunk class="0A005000" id="003"> | ||
<node /> | ||
</chunk> | ||
<chunk class="0A005000" id="004"> | ||
<int32>0</int32> | ||
</chunk> | ||
<chunk class="0A011000" id="003"> | ||
<list /> | ||
</chunk> | ||
<chunk class="0A011000" id="004"> | ||
<node /> | ||
</chunk> | ||
<chunk class="0A011000" id="005"> | ||
<node headless="1"> | ||
<chunk class="06003000" id="001"> | ||
<node refname="8" link="8.CPlugSolid.xml" /> | ||
</chunk> | ||
<chunk class="06003000" id="011"> | ||
<flags bytes="10"> | ||
<flag bit="9" /> | ||
<flag bit="16" /> | ||
<flag bit="20" /> | ||
<flag bit="24" /> | ||
<flag bit="25" /> | ||
<flag bit="28" /> | ||
<flag bit="29" /> | ||
<flag bit="34" /> | ||
<flag bit="47" /> | ||
<flag bit="48" /> | ||
<flag bit="49" /> | ||
<flag bit="53" /> | ||
<flag bit="54" /> | ||
<flag bit="55" /> | ||
<flag bit="56" /> | ||
<flag bit="57" /> | ||
<flag bit="58" /> | ||
<flag bit="59" /> | ||
<flag bit="60" /> | ||
<flag bit="61" /> | ||
<flag bit="62" /> | ||
<flag bit="63" /> | ||
<flag bit="64" /> | ||
<flag bit="65" /> | ||
</flags> | ||
</chunk> | ||
</node> | ||
</chunk> | ||
<chunk class="0A011000" id="006"> | ||
<node /> | ||
</chunk> | ||
</body> | ||
</gbx> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,49 @@ | ||
<gbx version="6" unknown="R" class="09005000" complvl="1"> | ||
<body> | ||
<chunk class="09005000" id="000"> | ||
<int32>4</int32> | ||
</chunk> | ||
<chunk class="09005000" id="00C"> | ||
<bool>0</bool> | ||
<bool>0</bool> | ||
<bool>1</bool> | ||
<bool>0</bool> | ||
<bool>0</bool> | ||
<bool>0</bool> | ||
<bool>1</bool> | ||
<bool>1</bool> | ||
<bool>1</bool> | ||
<bool>0</bool> | ||
<float>50.0</float> | ||
<int32>10000</int32> | ||
<float>0.009999999776482582</float> | ||
<float>5.0</float> | ||
<float>5.0</float> | ||
<float>0.009999999776482582</float> | ||
<int32>30</int32> | ||
<int32>300</int32> | ||
</chunk> | ||
<chunk class="09005000" id="00D"> | ||
<bool>1</bool> | ||
<bool>1</bool> | ||
<node ref="9" /> | ||
</chunk> | ||
<chunk class="09005000" id="00E"> | ||
<float>1.0</float> | ||
<float>0.0</float> | ||
<float>0.0</float> | ||
<float>0.0</float> | ||
<vec3>0.2387319952249527 0.0 0.0</vec3> | ||
<vec3>0.0 0.2387319952249527 0.0</vec3> | ||
<vec3>0.0 0.0 0.2387319952249527</vec3> | ||
<vec3>0.10000000149011612 0.30000001192092896 0.30000001192092896</vec3> | ||
</chunk> | ||
<chunk class="09005000" id="00F"> | ||
<float>0.0</float> | ||
<float>0.0</float> | ||
</chunk> | ||
<chunk class="09005000" id="010"> | ||
<node /> | ||
</chunk> | ||
</body> | ||
</gbx> |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Oops, something went wrong.