Skip to content

Commit

Permalink
add tapecuts
Browse files Browse the repository at this point in the history
  • Loading branch information
noname390 committed Aug 4, 2023
1 parent f053e0e commit 367480b
Show file tree
Hide file tree
Showing 8 changed files with 83 additions and 9 deletions.
1 change: 1 addition & 0 deletions GensokyoCircleLine/Map101M-firstday.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ include 'Mapsound101M.txt';
include 'Mapot103M.txt';
0;
include 'MapHRDepot.txt';
include 'firstday.txt';
10;
Station['0'].Put(0,-5,5);
1320;
Expand Down
6 changes: 6 additions & 0 deletions GensokyoCircleLine/Structures.txt
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,12 @@ concpole50cm,Structures\GSR\frameworks\pole1.x
cross1,Structures\Accessory\Cross\Cr_ban2_045.x
crossbar1,Structures\Accessory\Cross\Cr_barL_045.x
crossbar1R,Structures\Accessory\Cross\Cr_barR_045.x
#firstday
hakureikaigyo,Structures\firstday\hakureikaigyo.x
redground,Structures\firstday\redground.x
tapecut,Structures\firstday\tapecut.x
#people

#other
carstop,Structures\Tetsu_Otter\carstop\carstop_easy.x
crost,Structures\structure_Cro_st\Cro_st.x
Expand Down
10 changes: 5 additions & 5 deletions GensokyoCircleLine/Structures/firstday/hakureikaigyo.x
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ Header {

Mesh {
4;
-0.100000;1.570000;-0.360000;,
-0.100000;1.950000;-0.360000;,
0.100000;1.950000;-0.360000;,
0.100000;1.570000;-0.360000;;
-1.500000;-0.375000;-0.000000;,
-1.500000;0.000000;-0.000000;,
1.500000;0.000000;-0.000000;,
1.500000;-0.375000;-0.000000;;
1;
4;0,1,2,3;;

Expand All @@ -27,7 +27,7 @@ Mesh {
0.600000;0.600000;0.600000;;

TextureFilename {
"redground.png";
"hakureikaigyo.png";
}
}
}
Expand Down
Binary file modified GensokyoCircleLine/Structures/firstday/redground.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 4 additions & 4 deletions GensokyoCircleLine/Structures/firstday/redground.x
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ Header {

Mesh {
4;
-0.100000;1.570000;-0.360000;,
-0.100000;1.950000;-0.360000;,
0.100000;1.950000;-0.360000;,
0.100000;1.570000;-0.360000;;
-1.000000;0.000000;-1.360000;,
-1.000000;0.000000;1.360000;,
1.000000;0.000000;1.360000;,
1.000000;0.000000;-1.360000;;
1;
4;0,1,2,3;;

Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
49 changes: 49 additions & 0 deletions GensokyoCircleLine/Structures/firstday/tapecut.x
Original file line number Diff line number Diff line change
@@ -0,0 +1,49 @@
xof 0303txt 0032

Header {
1;
0;
1;
}

Mesh {
4;
-0.800000;0.000000;-0.000000;,
-0.800000;2.200000;-0.000000;,
0.800000;2.200000;-0.000000;,
0.800000;0.000000;-0.000000;;
1;
4;0,1,2,3;;

MeshMaterialList {
1;
1;
0;

Material {
1.000000;1.000000;1.000000;1.000000;;
0.000000;
0.600000;0.600000;0.600000;;
0.600000;0.600000;0.600000;;

TextureFilename {
"tapecut.png";
}
}
}

MeshNormals {
1;
0.000000;0.000000;-1.000000;;
1;
4;0,0,0,0;;
}

MeshTextureCoords {
4;
0.000000;1.000000;,
0.000000;0.000000;,
1.000000;0.000000;,
1.000000;1.000000;;
}
}
18 changes: 18 additions & 0 deletions GensokyoCircleLine/firstday.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
BveTs Map 2.02

0;

5+$dist1;
Structure['redground'].Put('1',-3,1.11,0.49,,,,,);
Structure['tapecut'].Put('1',-3,1.11,0.99,,,,,);
10+$dist1;
Structure['hakureikaigyo'].Put('1',-4,4.2,0.49,,,,,);
Structure['hakureikaigyo'].Put('1',-4,4.2,1.01,,180,,,);
Structure['hakureikaigyo'].Put('1',-4,4.2,1.01,,0,,,);
21060+$dist1;
Structure['hakureikaigyo'].Put('1',-4,4.2,0.49,,,,,);
Structure['hakureikaigyo'].Put('1',-4,4.2,0.49,,180,,,);
22410+$dist1;
Structure['hakureikaigyo'].Put('1',-4,4.2,0.49,,,,,);
Structure['hakureikaigyo'].Put('1',-4,4.2,0.49,,180,,,);

0 comments on commit 367480b

Please sign in to comment.