huge merge
@@ -13,6 +13,7 @@ ffmpeg-*
|
|||||||
*.idb
|
*.idb
|
||||||
*.pdb
|
*.pdb
|
||||||
*.exp
|
*.exp
|
||||||
|
*.dmg
|
||||||
___*
|
___*
|
||||||
.hg
|
.hg
|
||||||
.hgignore
|
.hgignore
|
||||||
@@ -21,6 +22,7 @@ ___*
|
|||||||
.cvsignore
|
.cvsignore
|
||||||
.DS_Store
|
.DS_Store
|
||||||
Thumbs.db
|
Thumbs.db
|
||||||
|
GameData.smzip
|
||||||
config.log
|
config.log
|
||||||
config.status
|
config.status
|
||||||
*.pbxuser
|
*.pbxuser
|
||||||
@@ -60,6 +62,7 @@ GtkModule.so
|
|||||||
ver.cpp
|
ver.cpp
|
||||||
lib*_link.a
|
lib*_link.a
|
||||||
Data/UserPrefs
|
Data/UserPrefs
|
||||||
|
Data/uPrefs
|
||||||
Data/GamePrefs/*.cfg
|
Data/GamePrefs/*.cfg
|
||||||
PBProject/Hardware.plist
|
PBProject/Hardware.plist
|
||||||
Themes/pump
|
Themes/pump
|
||||||
@@ -75,6 +78,9 @@ Data/SpeedMods.txt
|
|||||||
Program/StepMania*.lib
|
Program/StepMania*.lib
|
||||||
crashinfo.txt
|
crashinfo.txt
|
||||||
Utils/temp*
|
Utils/temp*
|
||||||
|
*.lnk
|
||||||
|
BuildLog.htm
|
||||||
|
*.pch
|
||||||
|
|
||||||
syntax: regexp
|
syntax: regexp
|
||||||
.*\#.*\#$
|
.*\#.*\#$
|
||||||
|
|||||||
@@ -6,9 +6,15 @@ a changelog is provided here between each version.
|
|||||||
Notice: .ssc is not a finalized format at the moment. There are plans for a
|
Notice: .ssc is not a finalized format at the moment. There are plans for a
|
||||||
change to JSON, but it is unsure if this will be done.
|
change to JSON, but it is unsure if this will be done.
|
||||||
|
|
||||||
Implement .ssc at your own risk.
|
/!\ Implement .ssc at your own risk. /!\
|
||||||
________________________________________________________________________________
|
________________________________________________________________________________
|
||||||
|
|
||||||
|
[v0.57] - AJ
|
||||||
|
* Add #ORIGIN tag to metadata.
|
||||||
|
|
||||||
|
[v0.56] - Wolfman2000
|
||||||
|
* Implement #WARPS tag to replace negative bpm/stop gimmicks.
|
||||||
|
|
||||||
[v0.55] - Wolfman2000
|
[v0.55] - Wolfman2000
|
||||||
* Add #COMBOS tag to the Song and Steps (does nothing here).
|
* Add #COMBOS tag to the Song and Steps (does nothing here).
|
||||||
|
|
||||||
|
|||||||
@@ -10,20 +10,137 @@ supported but exist anyways.)
|
|||||||
_____________________________________________________________________________
|
_____________________________________________________________________________
|
||||||
|
|
||||||
================================================================================
|
================================================================================
|
||||||
sm-ssc v1.2.4 | 20110???
|
sm-ssc v1.2.5 | 20110501
|
||||||
--------------------------------------------------------------------------------
|
--------------------------------------------------------------------------------
|
||||||
|
|
||||||
|
20110430
|
||||||
|
--------
|
||||||
|
* [ScreenOptions] Renamed "ScreenOptions LineHighlight" to "ScreenOptions
|
||||||
|
LineHighlight P#", making it load per-player. [AJ]
|
||||||
|
* [OptionRow] Added Text param to RefreshMessageCommand. [AJ]
|
||||||
|
* [ScreenOptions] Added SelectMultipleMessageCommand, ChangeValueMessageCommand. [AJ]
|
||||||
|
* [UnlockEntry] Added GetCourse, GetCode Lua bindings. [AJ]
|
||||||
|
* [UnlockManager] Added UnlockRequirement_NumUnlocked enum. [AJ]
|
||||||
|
* [Song] Added Origin (#ORIGIN tag in .ssc) [AJ]
|
||||||
|
* [UnlockManager] Added GetPoints(UnlockRequirement),
|
||||||
|
GetPointsForProfile(Profile,UnlockRequirement) Lua bindings. [AJ]
|
||||||
|
* [Course] Added #SCRIPTER tag and GetScripter Lua binding. [AJ]
|
||||||
|
|
||||||
|
20110428
|
||||||
|
--------
|
||||||
|
* [BeginnerHelper] Various changes: [AJ]
|
||||||
|
* Changed Player_#X/Y metrics to Player#X/Y metrics for consistency.
|
||||||
|
* Converted the background to an AutoActor.
|
||||||
|
* [BPMDisplay] Added SetFromSong Lua binding. [AJ]
|
||||||
|
|
||||||
|
20110423
|
||||||
|
--------
|
||||||
|
* [CourseLoaderCRS] Fixed loading of Player's Best/Most Played courses,
|
||||||
|
probably others too. [AJ]
|
||||||
|
* [ScreenGameplaySyncMachine] Fixed a crash when entering
|
||||||
|
ScreenGameplaySyncMachine as Player 2. (Fixes issue 127) [AJ]
|
||||||
|
* [ScreenOptionsEditCourse] Fixed a crash when going to the first row.
|
||||||
|
(Fixes issue 235) [AJ]
|
||||||
|
* [SongManager] Added GetCourseGroupNames Lua binding. [AJ]
|
||||||
|
|
||||||
|
20110422
|
||||||
|
--------
|
||||||
|
* [Banner] Added ScrollSpeedDivisor metric; controls the scroll speed of
|
||||||
|
Random/Roulette banners. [AJ]
|
||||||
|
* [FadingBanner] Added BannerRoulette, BannerRandom, and Banner(Custom Item Name) commands. [AJ]
|
||||||
|
|
||||||
|
20110421
|
||||||
|
--------
|
||||||
|
* [ScreenSelectMusic] Changed "Percent Frame p1" to "PercentFrame P1" for consistency. [AJ]
|
||||||
|
* [LifeMeterBattery] Convert Frame to an AutoActor. [AJ]
|
||||||
|
* [ScreenEvaluation] Added RollingNumbersClass metric, allowing for the ability
|
||||||
|
to change which RollingNumbers class is loaded. [AJ]
|
||||||
|
* [ScreenGameplay] Added SongNumberFormat metric. [AJ]
|
||||||
|
|
||||||
|
20110420
|
||||||
|
--------
|
||||||
|
* [CourseContentsList] Fix a crash. [AJ]
|
||||||
|
|
||||||
|
20110416
|
||||||
|
--------
|
||||||
|
* [PlayerOptions] Added UsingReverse() Lua binding (automatically tests GetReverse() == 1) [AJ]
|
||||||
|
* [PlayerState] Added GetCurrentPlayerOptions() Lua binding [AJ]
|
||||||
|
|
||||||
|
20110413
|
||||||
|
--------
|
||||||
|
* [ScreenSelectMusic] Made score frame into an AutoActor, changed the filename
|
||||||
|
from "score frame p1" to "ScoreFrame P1" for consistency with other elements. [AJ]
|
||||||
|
|
||||||
|
20110405
|
||||||
|
--------
|
||||||
|
* [ScreenEdit] Allow modifying the #DISPLAYBPM traits in the editor. Look in
|
||||||
|
Edit Song Info to find it. [Wolfman2000]
|
||||||
|
|
||||||
|
20110402
|
||||||
|
--------
|
||||||
|
* Fix a crash (issue 247) when exiting Practice mode from dance-solo,
|
||||||
|
dance-threepanel, and popn-nine (all of which can only have one player).
|
||||||
|
If you find any other modes this crashes on, let us know. [AJ]
|
||||||
|
|
||||||
|
20110329
|
||||||
|
--------
|
||||||
|
* [ScreenEdit] Changed sample playback button to L. [AJ]
|
||||||
|
* [ScreenGameplay] Announcers say combo messages again. [AJ]
|
||||||
|
|
||||||
|
================================================================================
|
||||||
|
sm-ssc v1.2.4 | 20110327
|
||||||
|
--------------------------------------------------------------------------------
|
||||||
|
|
||||||
|
20110327
|
||||||
|
--------
|
||||||
|
* Fix Gameplay Footer not showing up over arrows. [AJ]
|
||||||
|
|
||||||
|
20110326
|
||||||
|
--------
|
||||||
|
* [NotesLoaderSM, NotesWriterSSC] Officially add the #WARPS tag. The negative
|
||||||
|
tricks of the past are now officially standardized. Please tell us about
|
||||||
|
files which have broken sync or are otherwise unplayable/incorrect.
|
||||||
|
[AJ, theDtTvB, Wolfman2000]
|
||||||
|
|
||||||
|
20110320
|
||||||
|
--------
|
||||||
|
* [PlayerOptions] Added SetNoteSkin(string) Lua binding. [AJ]
|
||||||
|
* [PlayerOptions] Tons of new Lua bindings. See the Lua documentation for all
|
||||||
|
of them, there's too many to print here. [AJ]
|
||||||
|
|
||||||
|
20110317
|
||||||
|
--------
|
||||||
|
* [ScreenEdit] Fix bug number 222, where Steps disappeared if they weren't
|
||||||
|
saved. [AJ, Wolfman2000]
|
||||||
|
* [ScreenOptionsEdit] Fix bug number 186, where people could try to edit or
|
||||||
|
share songs when they didn't have any. [Wolfman2000]
|
||||||
|
* [ScreenEdit] Add a metric to switch Ctrl+Up and Ctrl+Down. This is for
|
||||||
|
easier compatibility with prior versions of SM. It defaults to false.
|
||||||
|
[Wolfman2000]
|
||||||
|
* [ScreenEdit] Fix bug number 65, where Steps disappeared if they were
|
||||||
|
involved with the Compress or Expand options. [Wolfman2000]
|
||||||
|
|
||||||
20110316
|
20110316
|
||||||
--------
|
--------
|
||||||
* [NotesLoaderSMA] Allow for preliminary support of loading SMA files. This
|
* [NotesLoaderSMA] Allow for preliminary support of loading SMA files. This
|
||||||
will become better once Split Timing is in place. [Wolfman2000]
|
will become better once Split Timing is in place. [Wolfman2000]
|
||||||
|
* [NotesLoaderBMS] Improve BMS loading: [theDtTvB]
|
||||||
|
* Ignore time signatures before the notes for the steps to be more
|
||||||
|
synchronized.
|
||||||
|
* Load BPM changes properly. Many songs with BPM changes no longer freeze.
|
||||||
|
* [Player] Stop playing the keysound when letting go of hold notes. [theDtTvB]
|
||||||
|
* [NoteDataUtil] Make keysounded notes that can't be inserted when reducing
|
||||||
|
number of tracks autokeysound, means less missing sounds when playing
|
||||||
|
7-key BMS on dance-single. [theDtTvB]
|
||||||
|
|
||||||
20110313
|
20110313
|
||||||
--------
|
--------
|
||||||
* [NotesWriterSM] Allow for either the #DESCRIPTION or #CREDIT tags to be used
|
* [NotesWriterSM] Allow for either the #DESCRIPTION or #CREDIT tags to be used
|
||||||
for the .sm format's description token. [Wolfman2000]
|
for the .sm format's description token. [Wolfman2000]
|
||||||
* [ScreenEdit] Add Tap Note Cycling to allow inputting all of the taps. The way
|
* [ScreenEdit] Add Tap Note Cycling to allow inputting all of the taps. Use the
|
||||||
to make holds and rolls are still the same as before. [Wolfman2000]
|
n and m keys to switch between taps, mines, lifts, and fakes. The way to make
|
||||||
|
holds and rolls are still the same as before; hold 1-0 (plus shift for rolls)
|
||||||
|
and then drag up or down as needed. [Wolfman2000]
|
||||||
|
|
||||||
================================================================================
|
================================================================================
|
||||||
sm-ssc v1.2.3 | 20110323
|
sm-ssc v1.2.3 | 20110323
|
||||||
|
|||||||
@@ -0,0 +1,88 @@
|
|||||||
|
Complete Course Template
|
||||||
|
|
||||||
|
[[ Header Content ]]
|
||||||
|
-- Header Content is comprimised with any course-defining data such as the
|
||||||
|
-- title, banner and other parameters.
|
||||||
|
#COURSE:My Course!;
|
||||||
|
-- The title of the course.
|
||||||
|
#COURSETRANSLIT:My Course, Translated!;
|
||||||
|
-- The title of the course, translated into english.
|
||||||
|
#REPEAT:YES;
|
||||||
|
-- If this is present, the course does not end. Useful for endless & workout
|
||||||
|
-- courses.
|
||||||
|
#LIVES:4;
|
||||||
|
-- The maximum(?) number of lives attainable in the course. Enabling this will
|
||||||
|
-- automatically force your course into an Oni course.
|
||||||
|
#BANNER:My Banner.png;
|
||||||
|
-- A banner for your course.
|
||||||
|
#BACKGROUND:My Background.png;
|
||||||
|
-- A background for your course. Currently only available in SM-SSC.
|
||||||
|
#STYLE:SINGLE,VERSUS;
|
||||||
|
-- Denote which styles may be played on this course. This is useful in
|
||||||
|
-- particular to clone courses for doubles and single courses.
|
||||||
|
#METER:Beginner:3;
|
||||||
|
-- A custom-set meter for that course difficulty. You may set the difficulty
|
||||||
|
-- for Beginner, Easy, Medium, Hard, Challenge and Edit difficulties.
|
||||||
|
|
||||||
|
[[ Song Content ]]
|
||||||
|
-- Song Content is comprimised with any song-changing data such as modifiers,
|
||||||
|
-- followed by an actual song for teh game to play.
|
||||||
|
|
||||||
|
-- Modifiers can be assigned in a variety of formats, the most effective three being the following:
|
||||||
|
|
||||||
|
1.) Repeated Modifier Block w/ Length:
|
||||||
|
#MODS:TIME:0.500:LEN:0.500:MODS:2x;
|
||||||
|
#MODS:TIME:1.500:LEN:0.500:MODS:0.5x;
|
||||||
|
|
||||||
|
2.) Nested Modifier Block w/ Length:
|
||||||
|
#MODS:
|
||||||
|
TIME:0.500:LEN:0.500:MODS:2x;
|
||||||
|
TIME:1.500:LEN:0.500:MODS:0.5x;
|
||||||
|
|
||||||
|
3.) Nested Modifier Block w/ Ends:
|
||||||
|
#MODS:
|
||||||
|
TIME:0.500:END:1.000:MODS:2x;
|
||||||
|
TIME:1.500:END:1.500:MODS:0.5x;
|
||||||
|
|
||||||
|
#GAINSECONDS:60.5;
|
||||||
|
-- The number of seconds gained before starting a song. This and #LIVES are
|
||||||
|
-- mutually exclusive: you can either have one, the other, or none: both
|
||||||
|
-- is not possible. This is meant to be used for Survival courses.
|
||||||
|
|
||||||
|
#SONG:*:Medium:2x;
|
||||||
|
-- #SONG can take quite a variety of parameters, of which may be useful to you
|
||||||
|
-- for testing or randomocity purpose.
|
||||||
|
-- * is a wildcard item, meaning that StepMania will always pick a random song
|
||||||
|
-- for this part of the course.
|
||||||
|
-- You can also replace with BEST*,WORST*,GRADEBEST*, or GRADEWORST*, where *
|
||||||
|
-- is a number to retrive the first of each category above.
|
||||||
|
#SONG:BEST1:Medium:2x;
|
||||||
|
-- As well as that, you may also do Group Random, like such:
|
||||||
|
#SONG:Dance Dance Revolution 8th Mix/*:Medium:2x;
|
||||||
|
-- If the above is not applicable, StepMania will search for the song title as best it can, depending on what you give it:
|
||||||
|
#SONG:Xepher:Medium:2x;
|
||||||
|
-- Will simply search the title of the song.
|
||||||
|
#SONG:DDR Supernova/Xepher:Medium:2x;
|
||||||
|
-- Will search for the exact directory.
|
||||||
|
|
||||||
|
-- #SONG can also apply different effects on each entry in the course by adding
|
||||||
|
-- special modifiers to the modifiers segment:
|
||||||
|
#SONG:*:Medium:showcourse;
|
||||||
|
-- For example, forces the course to never be hidden, noshowcourse being the
|
||||||
|
-- reverse of such.
|
||||||
|
-- nodifficult also exists to disable a player from changing difficulties,
|
||||||
|
-- barring the player from making it easier or harder ( Gauntlets & Survivals
|
||||||
|
-- do not allow you to change difficulties ).
|
||||||
|
-- Finally, award*, where * is a number, allows you to control how many lives
|
||||||
|
-- the player gains from successfully completing a course in Oni mode.
|
||||||
|
|
||||||
|
Finally, here's an example course:
|
||||||
|
#COURSE:My Awesome Course - The Revenge;
|
||||||
|
#METER:Medium:8;
|
||||||
|
|
||||||
|
#MODS:
|
||||||
|
TIME:1.00:END:50.00:MODS:C150;
|
||||||
|
#SONG:In The Groove/Dawn:Overhead;
|
||||||
|
#SONG:In The Groove/Mouth:;
|
||||||
|
#SONG:In The Groove 2/Funk Factory:;
|
||||||
|
#SONG:In The Groove 3/Disconnected Zeo:;
|
||||||
@@ -0,0 +1,130 @@
|
|||||||
|
<html>
|
||||||
|
<head>
|
||||||
|
<title>Negative BPM/Stop Tutorial by WinDEU</title>
|
||||||
|
</head>
|
||||||
|
<!-- Obtained from http://rhythmatic.net/phpBB2/viewtopic.php?p=514628#514628
|
||||||
|
Credit goes to WinDEU. -->
|
||||||
|
<body>
|
||||||
|
Hello everyone, and welcome to WinDEU's Negative BPM tutorial! Making negative
|
||||||
|
BPMs is pretty complex, so hopefully this guide will help you guys out.<br>
|
||||||
|
<br>
|
||||||
|
<span style="font-weight:bold; font-style:italic">NOTE: I am using
|
||||||
|
SM 3.95 for this tutorial. 3.9 works as well, and is probably better to use
|
||||||
|
for playback purposes. When a negative BPM hits in edit mode, 3.95 jumps very
|
||||||
|
quickly (but not instantly) to the next point in the chart, whereas 3.9 does
|
||||||
|
do it instantly.</span><br>
|
||||||
|
<br>
|
||||||
|
<span style="font-weight: bold;">What are negative BPMs? </span>
|
||||||
|
<span style="font-style: italic;">Negative BPMs are the act of "warping" to a
|
||||||
|
later place in the chart</span>, skipping multiple lines of the chart and
|
||||||
|
ignoring anything within those areas.<br>
|
||||||
|
<br>
|
||||||
|
Once you understand how negative BPMs work, it shouldn't be too hard to
|
||||||
|
figure out.<br>
|
||||||
|
<br>
|
||||||
|
So, let's start out with a screenshot.<br>
|
||||||
|
<br>
|
||||||
|
<img src="./negbpmtut/screen00214.jpg" border="0">
|
||||||
|
<br>
|
||||||
|
We start off on measure 1, with a current second of 0.055, and a BPM of 150.
|
||||||
|
Take note of the current second (upper right), this is very important in
|
||||||
|
dealing with negative BPMs.<br>
|
||||||
|
<br>
|
||||||
|
<img src="./negbpmtut/screen00215.jpg" border="0">
|
||||||
|
<br>
|
||||||
|
We are now on measure 2, with a BPM of -150, the exact opposite of the normal
|
||||||
|
BPM. Look at the current second again. It took 1.600 seconds to scroll 1
|
||||||
|
whole measure at 150 BPM. Right now the current second is 1.655. Also of
|
||||||
|
note, the BPM goes back to 150 starting on measure 3. Now, here's where the
|
||||||
|
magic happens.<br>
|
||||||
|
<br>
|
||||||
|
<img src="./negbpmtut/screen00216.jpg" border="0"><br>
|
||||||
|
We are on measure 3, back into positive BPM territory, but take a look at the
|
||||||
|
current second again. It is 0.055 on measure 3, the same value as the current
|
||||||
|
second from measure 1. This makes sense, because it took -1.600 seconds to
|
||||||
|
scroll from measure 2 to measure 3, because the BPM was negative during that
|
||||||
|
measure.<br>
|
||||||
|
<br>
|
||||||
|
<img src="./negbpmtut/screen00217.jpg" border="0"><br>
|
||||||
|
As you can see from the current second on measure 4, it is the same value as measure 2.<br>
|
||||||
|
<br>
|
||||||
|
This is how the warping happens. When the chart first reaches the negative BPM,
|
||||||
|
it will search for the next positive BPM value.
|
||||||
|
<span style="font-weight:bold; font-style:italic;">NOTE: if there is no
|
||||||
|
positive BPM after the last negative BPM, I believe that the song ends
|
||||||
|
instantly, because it has reached the highest time possible within the chart.
|
||||||
|
Once the negative BPM hits, the current second will start counting backwards
|
||||||
|
forever.</span><br>
|
||||||
|
<br>
|
||||||
|
So, once the negative BPM hits, the game attempts to find the next place in
|
||||||
|
the chart that <span style="font-weight: bold;">matches the current second of
|
||||||
|
the exact moment the negative BPM hit.</span> At measure 2, the current second
|
||||||
|
was 1.655, and from the picture above, we can see that the next place that the
|
||||||
|
current second is 1.655 would be measure 4. So, you've effectively created a
|
||||||
|
warp going from measure 2 to measure 4, skipping everything in between.<br>
|
||||||
|
<br>
|
||||||
|
<img src="./negbpmtut/screen00218.jpg" border="0">
|
||||||
|
<br>
|
||||||
|
So basically, it comes down to this: When making negative BPMs, make sure that
|
||||||
|
the space between the negative BPM and the next positive BPM is
|
||||||
|
<span style="font-style: italic;">doubled</span> (assuming that you're using
|
||||||
|
the same BPM, which would be the easiest method anyway).<br>
|
||||||
|
<br>
|
||||||
|
<span style="font-size:20px; line-height:normal; font-weight: bold; font-style:italic;">Negative Stops</span>
|
||||||
|
<br><br>
|
||||||
|
Negative stops work about the same way as negative BPMs, without the mess
|
||||||
|
of having to change around the BPMs. There is a little math involved, though.<br>
|
||||||
|
<br>
|
||||||
|
Let's say that you want to do a 2-measure warp, like the negative BPM example
|
||||||
|
above. You need to simulate going backwards by two measures. Normal stops keep
|
||||||
|
the current second going, even though the chart is at a standstill. Negative
|
||||||
|
stops keep the current second going as well, only backwards.<br>
|
||||||
|
<br>
|
||||||
|
First, find the time it would take to progress two measures. You can do this
|
||||||
|
by either checking the current second, going down two measures, check the
|
||||||
|
current second again, and take the difference. Or, you can calculate it like this:<br>
|
||||||
|
<br>
|
||||||
|
<code>60/[BPM] = [quarter note value, in seconds]</code><br>
|
||||||
|
<code>[quarter note] x 8 = [2 measures, in seconds]</code><br>
|
||||||
|
<br>
|
||||||
|
So that translates to:<br>
|
||||||
|
<br>
|
||||||
|
<code>60/150 = 0.400</code><br>
|
||||||
|
0.400 x 8 = 3.200 seconds = two measures<br>
|
||||||
|
<br>
|
||||||
|
Now that we've got that out of the way, it's time to make the negative stop.
|
||||||
|
You might have noticed something though. StepMania doesn't let you input
|
||||||
|
negative stops. F9 to decrease the stop values in edit mode doesn't let you
|
||||||
|
go below 0.00, and adding a negative stop through Add Stop from the menu
|
||||||
|
doesn't work either.<br>
|
||||||
|
<br>
|
||||||
|
Unfortunately, you'll have to manually insert the negative stop into the .sm
|
||||||
|
file. <span style="font-weight:bold; font-style:italic;">NOTE: Before you
|
||||||
|
manually insert any negative stops, make sure to save your chart, otherwise
|
||||||
|
any unsaved data will be lost!</span><br>
|
||||||
|
<br>
|
||||||
|
This time, take note of the <span style="font-weight: bold;">current beat</span>
|
||||||
|
(again, upper right). Now, open up the .sm file and look for the #STOPS tag.
|
||||||
|
If you want to add a -3.200 long stop in at measure 2, it will look like this:<br>
|
||||||
|
<br>
|
||||||
|
<code>#STOPS:4.000=-3.200;</code><br>
|
||||||
|
<br>
|
||||||
|
After you're done, save the .sm, and go back to StepMania (which should still
|
||||||
|
be open). Press ESC, and go to the menu option "Revert From Disk." It will
|
||||||
|
warn you that any unsaved changes will be lost (which is why I gave the warning
|
||||||
|
before explaining all of this). Choose yes, and you should see the negative
|
||||||
|
stop value appear on measure 2.<br>
|
||||||
|
<br>
|
||||||
|
<img src="./negbpmtut/screen00221.jpg" border="0"><br>
|
||||||
|
<br>
|
||||||
|
If you scroll to measure 2, and then to measure 4, you will see that the
|
||||||
|
current second values are the same, meaning that you've successfully created
|
||||||
|
a warp with negative stops!<br>
|
||||||
|
<br>
|
||||||
|
<span style="font-weight:bold; font-style:italic;">NOTE: Using a lot of
|
||||||
|
negative stops in a short period of time tends to lag ITG machines a lot,
|
||||||
|
so be wary of this.</span><br>
|
||||||
|
<br>
|
||||||
|
That covers the basics of negative BPMs and negative stops. Hopefully this guide helps!
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
|
After Width: | Height: | Size: 52 KiB |
|
After Width: | Height: | Size: 52 KiB |
|
After Width: | Height: | Size: 51 KiB |
|
After Width: | Height: | Size: 50 KiB |
|
After Width: | Height: | Size: 47 KiB |
|
After Width: | Height: | Size: 54 KiB |
@@ -126,6 +126,7 @@
|
|||||||
<Function name='PlayerNumberToLocalizedString'/>
|
<Function name='PlayerNumberToLocalizedString'/>
|
||||||
<Function name='PlayerNumberToString'/>
|
<Function name='PlayerNumberToString'/>
|
||||||
<Function name='PlayerScoreColor'/>
|
<Function name='PlayerScoreColor'/>
|
||||||
|
<Function name='PositionPerPlayer'/>
|
||||||
<Function name='PrintTable'/>
|
<Function name='PrintTable'/>
|
||||||
<Function name='ProductID'/>
|
<Function name='ProductID'/>
|
||||||
<Function name='ProductVersion'/>
|
<Function name='ProductVersion'/>
|
||||||
@@ -519,6 +520,7 @@
|
|||||||
<Class base='BitmapText' name='BPMDisplay'>
|
<Class base='BitmapText' name='BPMDisplay'>
|
||||||
<Function name='GetText'/>
|
<Function name='GetText'/>
|
||||||
<Function name='SetFromGameState'/>
|
<Function name='SetFromGameState'/>
|
||||||
|
<Function name='SetFromSong'/>
|
||||||
</Class>
|
</Class>
|
||||||
<Class base='Sprite' name='Banner'>
|
<Class base='Sprite' name='Banner'>
|
||||||
<Function name='GetPercentScrolling'/>
|
<Function name='GetPercentScrolling'/>
|
||||||
@@ -595,6 +597,7 @@
|
|||||||
<Function name='GetGoalSeconds'/>
|
<Function name='GetGoalSeconds'/>
|
||||||
<Function name='GetGroupName'/>
|
<Function name='GetGroupName'/>
|
||||||
<Function name='GetPlayMode'/>
|
<Function name='GetPlayMode'/>
|
||||||
|
<Function name='GetScripter'/>
|
||||||
<Function name='GetTotalSeconds'/>
|
<Function name='GetTotalSeconds'/>
|
||||||
<Function name='GetTranslitFullTitle'/>
|
<Function name='GetTranslitFullTitle'/>
|
||||||
<Function name='HasBackground'/>
|
<Function name='HasBackground'/>
|
||||||
@@ -803,6 +806,7 @@
|
|||||||
<Function name='LoadFromMultiPlayer'/>
|
<Function name='LoadFromMultiPlayer'/>
|
||||||
</Class>
|
</Class>
|
||||||
<Class name='InputFilter'>
|
<Class name='InputFilter'>
|
||||||
|
<Function name='GetMouseWheel'/>
|
||||||
<Function name='GetMouseX'/>
|
<Function name='GetMouseX'/>
|
||||||
<Function name='GetMouseY'/>
|
<Function name='GetMouseY'/>
|
||||||
</Class>
|
</Class>
|
||||||
@@ -887,7 +891,80 @@
|
|||||||
<Function name='GetStepsQueueWrapped'/>
|
<Function name='GetStepsQueueWrapped'/>
|
||||||
</Class>
|
</Class>
|
||||||
<Class name='PlayerOptions'>
|
<Class name='PlayerOptions'>
|
||||||
|
<Function name='GetAlternate'/>
|
||||||
|
<Function name='GetAttackMines'/>
|
||||||
|
<Function name='GetBMRize'/>
|
||||||
|
<Function name='GetBeat'/>
|
||||||
|
<Function name='GetBig'/>
|
||||||
|
<Function name='GetBlind'/>
|
||||||
|
<Function name='GetBlink'/>
|
||||||
|
<Function name='GetBoomerang'/>
|
||||||
|
<Function name='GetBoost'/>
|
||||||
|
<Function name='GetBrake'/>
|
||||||
|
<Function name='GetBumpy'/>
|
||||||
|
<Function name='GetCMod'/>
|
||||||
|
<Function name='GetCentered'/>
|
||||||
|
<Function name='GetConfusion'/>
|
||||||
|
<Function name='GetCover'/>
|
||||||
|
<Function name='GetCross'/>
|
||||||
|
<Function name='GetDark'/>
|
||||||
|
<Function name='GetDizzy'/>
|
||||||
|
<Function name='GetDrunk'/>
|
||||||
|
<Function name='GetEcho'/>
|
||||||
|
<Function name='GetExpand'/>
|
||||||
|
<Function name='GetFlip'/>
|
||||||
|
<Function name='GetFloored'/>
|
||||||
|
<Function name='GetHidden'/>
|
||||||
|
<Function name='GetHiddenOffset'/>
|
||||||
|
<Function name='GetHoldRolls'/>
|
||||||
|
<Function name='GetInvert'/>
|
||||||
|
<Function name='GetLeft'/>
|
||||||
|
<Function name='GetLittle'/>
|
||||||
|
<Function name='GetMines'/>
|
||||||
|
<Function name='GetMini'/>
|
||||||
|
<Function name='GetMirror'/>
|
||||||
|
<Function name='GetNoFakes'/>
|
||||||
|
<Function name='GetNoHands'/>
|
||||||
|
<Function name='GetNoHolds'/>
|
||||||
|
<Function name='GetNoJumps'/>
|
||||||
|
<Function name='GetNoLifts'/>
|
||||||
|
<Function name='GetNoMines'/>
|
||||||
|
<Function name='GetNoQuads'/>
|
||||||
|
<Function name='GetNoRolls'/>
|
||||||
|
<Function name='GetNoStretch'/>
|
||||||
<Function name='GetNoteSkin'/>
|
<Function name='GetNoteSkin'/>
|
||||||
|
<Function name='GetPassmark'/>
|
||||||
|
<Function name='GetPlanted'/>
|
||||||
|
<Function name='GetQuick'/>
|
||||||
|
<Function name='GetRandomAttacks'/>
|
||||||
|
<Function name='GetRandomSpeed'/>
|
||||||
|
<Function name='GetRandomVanish'/>
|
||||||
|
<Function name='GetReverse'/>
|
||||||
|
<Function name='GetReversePercentForColumn'/>
|
||||||
|
<Function name='GetRight'/>
|
||||||
|
<Function name='GetRoll'/>
|
||||||
|
<Function name='GetShuffle'/>
|
||||||
|
<Function name='GetSkew'/>
|
||||||
|
<Function name='GetSkippy'/>
|
||||||
|
<Function name='GetSoftShuffle'/>
|
||||||
|
<Function name='GetSongAttacks'/>
|
||||||
|
<Function name='GetSplit'/>
|
||||||
|
<Function name='GetStealth'/>
|
||||||
|
<Function name='GetStomp'/>
|
||||||
|
<Function name='GetSudden'/>
|
||||||
|
<Function name='GetSuddenOffset'/>
|
||||||
|
<Function name='GetSuperShuffle'/>
|
||||||
|
<Function name='GetTiny'/>
|
||||||
|
<Function name='GetTipsy'/>
|
||||||
|
<Function name='GetTornado'/>
|
||||||
|
<Function name='GetTwirl'/>
|
||||||
|
<Function name='GetTwister'/>
|
||||||
|
<Function name='GetWave'/>
|
||||||
|
<Function name='GetWide'/>
|
||||||
|
<Function name='GetXMod'/>
|
||||||
|
<Function name='GetXMode'/>
|
||||||
|
<Function name='SetNoteSkin'/>
|
||||||
|
<Function name='UsingReverse'/>
|
||||||
</Class>
|
</Class>
|
||||||
<Class name='PlayerStageStats'>
|
<Class name='PlayerStageStats'>
|
||||||
<Function name='FullCombo'/>
|
<Function name='FullCombo'/>
|
||||||
@@ -925,6 +1002,7 @@
|
|||||||
<Function name='SetScore'/>
|
<Function name='SetScore'/>
|
||||||
</Class>
|
</Class>
|
||||||
<Class name='PlayerState'>
|
<Class name='PlayerState'>
|
||||||
|
<Function name='GetCurrentPlayerOptions'/>
|
||||||
<Function name='GetHealthState'/>
|
<Function name='GetHealthState'/>
|
||||||
<Function name='GetMultiPlayerNumber'/>
|
<Function name='GetMultiPlayerNumber'/>
|
||||||
<Function name='GetPlayerNumber'/>
|
<Function name='GetPlayerNumber'/>
|
||||||
@@ -1115,6 +1193,7 @@
|
|||||||
<Class base='ScreenWithMenuElements' name='ScreenSelectMusic'>
|
<Class base='ScreenWithMenuElements' name='ScreenSelectMusic'>
|
||||||
<Function name='GetGoToOptions'/>
|
<Function name='GetGoToOptions'/>
|
||||||
<Function name='GetMusicWheel'/>
|
<Function name='GetMusicWheel'/>
|
||||||
|
<Function name='OpenOptionsList'/>
|
||||||
<Function name='setupcoursestagemods'/>
|
<Function name='setupcoursestagemods'/>
|
||||||
<Function name='setupmusicstagemods'/>
|
<Function name='setupmusicstagemods'/>
|
||||||
</Class>
|
</Class>
|
||||||
@@ -1148,6 +1227,7 @@
|
|||||||
<Function name='GetLyricsPath'/>
|
<Function name='GetLyricsPath'/>
|
||||||
<Function name='GetMusicPath'/>
|
<Function name='GetMusicPath'/>
|
||||||
<Function name='GetOneSteps'/>
|
<Function name='GetOneSteps'/>
|
||||||
|
<Function name='GetOrigin'/>
|
||||||
<Function name='GetSongDir'/>
|
<Function name='GetSongDir'/>
|
||||||
<Function name='GetSongFilePath'/>
|
<Function name='GetSongFilePath'/>
|
||||||
<Function name='GetStepsByStepsType'/>
|
<Function name='GetStepsByStepsType'/>
|
||||||
@@ -1185,6 +1265,7 @@
|
|||||||
<Function name='GetAllCourses'/>
|
<Function name='GetAllCourses'/>
|
||||||
<Function name='GetAllSongs'/>
|
<Function name='GetAllSongs'/>
|
||||||
<Function name='GetCourseColor'/>
|
<Function name='GetCourseColor'/>
|
||||||
|
<Function name='GetCourseGroupNames'/>
|
||||||
<Function name='GetExtraStageInfo'/>
|
<Function name='GetExtraStageInfo'/>
|
||||||
<Function name='GetNumAdditionalCourses'/>
|
<Function name='GetNumAdditionalCourses'/>
|
||||||
<Function name='GetNumAdditionalSongs'/>
|
<Function name='GetNumAdditionalSongs'/>
|
||||||
@@ -1322,6 +1403,7 @@
|
|||||||
<Function name='HasBPMChanges'/>
|
<Function name='HasBPMChanges'/>
|
||||||
<Function name='HasNegativeBPMs'/>
|
<Function name='HasNegativeBPMs'/>
|
||||||
<Function name='HasStops'/>
|
<Function name='HasStops'/>
|
||||||
|
<Function name='HasWarps'/>
|
||||||
</Class>
|
</Class>
|
||||||
<Class name='Trail'>
|
<Class name='Trail'>
|
||||||
<Function name='GetArtists'/>
|
<Function name='GetArtists'/>
|
||||||
@@ -1339,6 +1421,8 @@
|
|||||||
<Function name='IsSecret'/>
|
<Function name='IsSecret'/>
|
||||||
</Class>
|
</Class>
|
||||||
<Class name='UnlockEntry'>
|
<Class name='UnlockEntry'>
|
||||||
|
<Function name='GetCode'/>
|
||||||
|
<Function name='GetCourse'/>
|
||||||
<Function name='GetDescription'/>
|
<Function name='GetDescription'/>
|
||||||
<Function name='GetRequirePassHardSteps'/>
|
<Function name='GetRequirePassHardSteps'/>
|
||||||
<Function name='GetRequirement'/>
|
<Function name='GetRequirement'/>
|
||||||
@@ -1359,6 +1443,8 @@
|
|||||||
<Function name='FindEntryID'/>
|
<Function name='FindEntryID'/>
|
||||||
<Function name='GetNumUnlocked'/>
|
<Function name='GetNumUnlocked'/>
|
||||||
<Function name='GetNumUnlocks'/>
|
<Function name='GetNumUnlocks'/>
|
||||||
|
<Function name='GetPoints'/>
|
||||||
|
<Function name='GetPointsForProfile'/>
|
||||||
<Function name='GetPointsUntilNextUnlock'/>
|
<Function name='GetPointsUntilNextUnlock'/>
|
||||||
<Function name='GetSongsUnlockedByEntryID'/>
|
<Function name='GetSongsUnlockedByEntryID'/>
|
||||||
<Function name='GetStepsUnlockedByEntryID'/>
|
<Function name='GetStepsUnlockedByEntryID'/>
|
||||||
@@ -1952,6 +2038,7 @@
|
|||||||
<EnumValue name=''UnlockRequirement_ExtraFailed'' value='4'/>
|
<EnumValue name=''UnlockRequirement_ExtraFailed'' value='4'/>
|
||||||
<EnumValue name=''UnlockRequirement_Toasties'' value='5'/>
|
<EnumValue name=''UnlockRequirement_Toasties'' value='5'/>
|
||||||
<EnumValue name=''UnlockRequirement_StagesCleared'' value='6'/>
|
<EnumValue name=''UnlockRequirement_StagesCleared'' value='6'/>
|
||||||
|
<EnumValue name=''UnlockRequirement_NumberUnlocked'' value='7'/>
|
||||||
</Enum>
|
</Enum>
|
||||||
<Enum name='UnlockRewardType'>
|
<Enum name='UnlockRewardType'>
|
||||||
<EnumValue name=''UnlockRewardType_Song'' value='0'/>
|
<EnumValue name=''UnlockRewardType_Song'' value='0'/>
|
||||||
@@ -1992,6 +2079,6 @@
|
|||||||
<Constant name='sGame' value=''dance''/>
|
<Constant name='sGame' value=''dance''/>
|
||||||
<Constant name='top' value=''VertAlign_Top''/>
|
<Constant name='top' value=''VertAlign_Top''/>
|
||||||
</Constants>
|
</Constants>
|
||||||
<Version>sm-ssc v1.2.3</Version>
|
<Version>sm-ssc v1.2.5</Version>
|
||||||
<Date>2011-03-15</Date>
|
<Date>2011-05-01</Date>
|
||||||
</Lua>
|
</Lua>
|
||||||
|
|||||||
@@ -41,6 +41,9 @@
|
|||||||
<Function name='Brightness' theme='_fallback' return='color' arguments='color c, float percent'>
|
<Function name='Brightness' theme='_fallback' return='color' arguments='color c, float percent'>
|
||||||
[03 HSV.lua]
|
[03 HSV.lua]
|
||||||
</Function>
|
</Function>
|
||||||
|
<Function name='Center1Player' theme='_fallback' return='bool' arguments=''>
|
||||||
|
[03 ProductivityHelpers.lua] Returns <code>true</code> if Center 1P is being used.
|
||||||
|
</Function>
|
||||||
<Function name='CheckpointsTapsSeparateJudgment' theme='_fallback' return='bool' arguments=''>
|
<Function name='CheckpointsTapsSeparateJudgment' theme='_fallback' return='bool' arguments=''>
|
||||||
[03 Gameplay.lua]
|
[03 Gameplay.lua]
|
||||||
</Function>
|
</Function>
|
||||||
@@ -54,9 +57,7 @@
|
|||||||
A generic interface to Lua's garbage collector. Performs different functions based on the value of <code>opt</code>.
|
A generic interface to Lua's garbage collector. Performs different functions based on the value of <code>opt</code>.
|
||||||
</Function>
|
</Function>
|
||||||
<Function name='color' return='color' arguments='string color'>
|
<Function name='color' return='color' arguments='string color'>
|
||||||
Returns a color from a string. <code>color</code> can be in
|
Returns a color from a string. <code>color</code> can be in hex (<code>"#FFFFFFFF"</code>) or 0..1 values (<code>"1.0,1.0,1.0,1.0"</code>), in RGBA order.
|
||||||
hex (<code>"#FFFFFFFF"</code>) or 0..1 values (<code>"1.0,1.0,1.0,1.0"</code>),
|
|
||||||
in RGBA order.
|
|
||||||
</Function>
|
</Function>
|
||||||
<Function name='ComboContinue' theme='_fallback' return='TapNoteScore' arguments=''>
|
<Function name='ComboContinue' theme='_fallback' return='TapNoteScore' arguments=''>
|
||||||
[03 Gameplay.lua] Determines what TapNoteScore allows for continuing the combo.
|
[03 Gameplay.lua] Determines what TapNoteScore allows for continuing the combo.
|
||||||
@@ -110,11 +111,20 @@
|
|||||||
Returns the current Life Difficulty.
|
Returns the current Life Difficulty.
|
||||||
</Function>
|
</Function>
|
||||||
<Function name='GetOSName' sm-ssc='true' return='string' arguments=''>
|
<Function name='GetOSName' sm-ssc='true' return='string' arguments=''>
|
||||||
Returns a string representing the name of the operating system being used. (e.g. "Xbox", "Windows", "Linux", "Mac, "Unknown")
|
Returns a string representing the name of the operating system being used. (e.g. "Windows", "Linux", "Mac, "Unknown")
|
||||||
</Function>
|
</Function>
|
||||||
<Function name='GetProTiming' theme='default' return='bool' arguments='PlayerNumber pn'>
|
<Function name='GetProTiming' theme='default' return='bool' arguments='PlayerNumber pn'>
|
||||||
[03 ThemePrefs.lua] Returns <code>true</code> if player <code>pn</code> is using ProTiming.
|
[03 ThemePrefs.lua] Returns <code>true</code> if player <code>pn</code> is using ProTiming.
|
||||||
</Function>
|
</Function>
|
||||||
|
<Function name='GetRandomSongBackground' theme='_fallback' return='string' arguments=''>
|
||||||
|
[02 Utilities.lua] Returns a path to a random song background.
|
||||||
|
</Function>
|
||||||
|
<Function name='GetServerName' sm-ssc='true' return='string' arguments=''>
|
||||||
|
Returns the name of the currently connected server.
|
||||||
|
</Function>
|
||||||
|
<Function name='GetSongBackground' theme='_fallback' return='string' arguments=''>
|
||||||
|
[02 Utilities.lua] Returns a path to the current songs background.
|
||||||
|
</Function>
|
||||||
<Function name='GetThemeAspectRatio' return='float' arguments=''>
|
<Function name='GetThemeAspectRatio' return='float' arguments=''>
|
||||||
Returns the theme's aspect ratio.
|
Returns the theme's aspect ratio.
|
||||||
</Function>
|
</Function>
|
||||||
@@ -155,8 +165,10 @@
|
|||||||
Returns <code>true</code> if connected to StepMania Online.
|
Returns <code>true</code> if connected to StepMania Online.
|
||||||
</Function>
|
</Function>
|
||||||
<Function name='IsSMOnlineLoggedIn' return='bool' arguments='PlayerNumber pn'>
|
<Function name='IsSMOnlineLoggedIn' return='bool' arguments='PlayerNumber pn'>
|
||||||
Returns <code>true</code> if Player <code>pn</code> is logged on to
|
Returns <code>true</code> if Player <code>pn</code> is logged on to a SMOnline server.
|
||||||
a SMOnline server.
|
</Function>
|
||||||
|
<Function name='IsRoutine' theme='_fallback' return='bool' arguments=''>
|
||||||
|
[02 Branches.lua] Returns <code>true</code> if Routine mode is being played.
|
||||||
</Function>
|
</Function>
|
||||||
<Function name='IsUsingWideScreen' theme='_fallback' return='bool' arguments=''>
|
<Function name='IsUsingWideScreen' theme='_fallback' return='bool' arguments=''>
|
||||||
[04 WidescreenHelpers.lua] Returns <code>true</code> if the aspect ratio is 16:10 (<code>1.6</code>) or higher.
|
[04 WidescreenHelpers.lua] Returns <code>true</code> if the aspect ratio is 16:10 (<code>1.6</code>) or higher.
|
||||||
@@ -188,6 +200,9 @@
|
|||||||
<Function name='LoadSongBackground' theme='_fallback' return='Sprite' arguments=''>
|
<Function name='LoadSongBackground' theme='_fallback' return='Sprite' arguments=''>
|
||||||
[02 Sprite.lua] Returns a Sprite with the current song's background.
|
[02 Sprite.lua] Returns a Sprite with the current song's background.
|
||||||
</Function>
|
</Function>
|
||||||
|
<Function name='mbstrlen' return='int' arguments='string sString'>
|
||||||
|
Returns the length of the multi-byte character string <code>sString</code>.
|
||||||
|
</Function>
|
||||||
<Function name='Minute' return='int' arguments=''>
|
<Function name='Minute' return='int' arguments=''>
|
||||||
Returns the current Minute.
|
Returns the current Minute.
|
||||||
</Function>
|
</Function>
|
||||||
@@ -203,12 +218,27 @@
|
|||||||
<Function name='pname' theme='_fallback' return='string' arguments='PlayerNumber pn'>
|
<Function name='pname' theme='_fallback' return='string' arguments='PlayerNumber pn'>
|
||||||
[03 ProductivityHelpers.lua] Converts a PlayerNumber into a short string (e.g. "P1", "P2").
|
[03 ProductivityHelpers.lua] Converts a PlayerNumber into a short string (e.g. "P1", "P2").
|
||||||
</Function>
|
</Function>
|
||||||
|
<Function name='PositionPerPlayer' theme='_fallback' return='float' arguments='PlayerNumber pn, float p1val, float p2val'>
|
||||||
|
[03 ProductivityHelpers.lua] Returns either <code>p1val</code> or <code>p2val</code> depending on <code>pn</code>.
|
||||||
|
</Function>
|
||||||
<Function name='print' theme='_fallback' return='void' arguments='string s'>
|
<Function name='print' theme='_fallback' return='void' arguments='string s'>
|
||||||
[00 init.lua]
|
[00 init.lua]
|
||||||
</Function>
|
</Function>
|
||||||
|
<Function name='PrintTable' theme='_fallback' return='void' arguments='table t'>
|
||||||
|
[03 ThemePrefs.lua] Prints a table's contents to the log.
|
||||||
|
</Function>
|
||||||
|
<Function name='ProductID' return='string' arguments=''>
|
||||||
|
Returns the product ID.
|
||||||
|
</Function>
|
||||||
|
<Function name='ProductVersion' return='string' arguments=''>
|
||||||
|
Returns the product version.
|
||||||
|
</Function>
|
||||||
<Function name='ResolveRelativePath' theme='_fallback' return='string' arguments='string path, int level'>
|
<Function name='ResolveRelativePath' theme='_fallback' return='string' arguments='string path, int level'>
|
||||||
[02 ActorDef.lua]
|
[02 ActorDef.lua]
|
||||||
</Function>
|
</Function>
|
||||||
|
<Function name='ReadFile' theme='_fallback' return='string' arguments='string path'>
|
||||||
|
[04 FileUtils.lua] Reads the file at <code>path</code> and returns its contents.
|
||||||
|
</Function>
|
||||||
<Function name='ReadPrefFromFile' theme='_fallback' return='string' arguments='string prefName'>
|
<Function name='ReadPrefFromFile' theme='_fallback' return='string' arguments='string prefName'>
|
||||||
[03 UserPreferences2.lua] (internal) Reads the specified user preference from its config file.
|
[03 UserPreferences2.lua] (internal) Reads the specified user preference from its config file.
|
||||||
</Function>
|
</Function>
|
||||||
@@ -221,9 +251,24 @@
|
|||||||
<Function name='Second' return='int' arguments=''>
|
<Function name='Second' return='int' arguments=''>
|
||||||
Returns the current second.
|
Returns the current second.
|
||||||
</Function>
|
</Function>
|
||||||
|
<Function name='SecondsToHHMMSS' sm-ssc='true' return='string' arguments='float fSecs'>
|
||||||
|
Converts <code>fSecs</code> to Minutes:Seconds:Milliseconds format using two digits for each section.
|
||||||
|
</Function>
|
||||||
|
<Function name='SecondsToMSS' sm-ssc='true' return='string' arguments='float fSecs'>
|
||||||
|
Converts <code>fSecs</code> to Minutes:Seconds.Milliseconds format using two digits for each section except Minutes (uses 1).
|
||||||
|
</Function>
|
||||||
|
<Function name='SecondsToMMSS' sm-ssc='true' return='string' arguments='float fSecs'>
|
||||||
|
Converts <code>fSecs</code> to Minutes:Seconds format.
|
||||||
|
</Function>
|
||||||
<Function name='SecondsToMSSMsMs' return='string' arguments='float fSecs'>
|
<Function name='SecondsToMSSMsMs' return='string' arguments='float fSecs'>
|
||||||
Converts <code>fSecs</code> to Minutes:Seconds.Milliseconds format.
|
Converts <code>fSecs</code> to Minutes:Seconds.Milliseconds format.
|
||||||
</Function>
|
</Function>
|
||||||
|
<Function name='SecondsToMMSSMsMs' sm-ssc='true' return='string' arguments='float fSecs'>
|
||||||
|
Converts <code>fSecs</code> to Minutes:Seconds.Milliseconds format using two digits for each section.
|
||||||
|
</Function>
|
||||||
|
<Function name='SecondsToMMSSMsMsMs' sm-ssc='true' return='string' arguments='float fSecs'>
|
||||||
|
Converts <code>fSecs</code> to Minutes:Seconds.Milliseconds format using two digits for each section except Milliseconds (uses 3).
|
||||||
|
</Function>
|
||||||
<Function name='SelectMusicOrCourse' theme='_fallback' return='string' arguments=''>
|
<Function name='SelectMusicOrCourse' theme='_fallback' return='string' arguments=''>
|
||||||
[02 Branches.lua] Determines the correct music/course selection screen to use and returns it.
|
[02 Branches.lua] Determines the correct music/course selection screen to use and returns it.
|
||||||
</Function>
|
</Function>
|
||||||
@@ -239,6 +284,9 @@
|
|||||||
<Function name='ShowStandardDecoration' theme='_fallback' return='bool' arguments='string sMetricsName'>
|
<Function name='ShowStandardDecoration' theme='_fallback' return='bool' arguments='string sMetricsName'>
|
||||||
[02 ActorDef.lua] Returns <code>true</code> if a decoration should be shown on the current screen or not.
|
[02 ActorDef.lua] Returns <code>true</code> if a decoration should be shown on the current screen or not.
|
||||||
</Function>
|
</Function>
|
||||||
|
<Function name='SpeedMods' theme='_fallback' return='LuaOptionRow' arguments=''>
|
||||||
|
[03 CustomSpeedMods.lua] Returns a Lua option row with the custom speed mods defined in SpeedMods.txt.
|
||||||
|
</Function>
|
||||||
<Function name='split' theme='_fallback' return='table' arguments='string delimiter, string text'>
|
<Function name='split' theme='_fallback' return='table' arguments='string delimiter, string text'>
|
||||||
[02 Utilities.lua] Splits a string at every occurence of <code>delimiter</code>, returning a table of the results.
|
[02 Utilities.lua] Splits a string at every occurence of <code>delimiter</code>, returning a table of the results.
|
||||||
</Function>
|
</Function>
|
||||||
@@ -266,6 +314,9 @@
|
|||||||
<Function name='Trace' theme='_fallback' return='void' arguments='string sString'>
|
<Function name='Trace' theme='_fallback' return='void' arguments='string sString'>
|
||||||
[00 init.lua] Alias for <Link class='lua' function='Trace' />.
|
[00 init.lua] Alias for <Link class='lua' function='Trace' />.
|
||||||
</Function>
|
</Function>
|
||||||
|
<Function name='URLEncode' sm-ssc='true' return='string' arguments='string sInput'>
|
||||||
|
Returns a string with characters escaped for URLs. (e.g. a space becomes '%20')
|
||||||
|
</Function>
|
||||||
<Function name='Var' theme='_fallback' return='ThreadVariable' arguments=''>
|
<Function name='Var' theme='_fallback' return='ThreadVariable' arguments=''>
|
||||||
[01 base.lua] Alias for <Link class="lua" function="GetThreadVariable">lua.GetThreadVariable</Link>.
|
[01 base.lua] Alias for <Link class="lua" function="GetThreadVariable">lua.GetThreadVariable</Link>.
|
||||||
</Function>
|
</Function>
|
||||||
@@ -278,48 +329,17 @@
|
|||||||
<Function name='WrapInActorFrame' theme='_fallback' return='ActorFrame' arguments='table children'>
|
<Function name='WrapInActorFrame' theme='_fallback' return='ActorFrame' arguments='table children'>
|
||||||
[02 ActorDef.lua] Wraps the children in an ActorFrame.
|
[02 ActorDef.lua] Wraps the children in an ActorFrame.
|
||||||
</Function>
|
</Function>
|
||||||
|
<Function name='WriteFile' theme='_fallback' return='bool' arguments='string path, string buf'>
|
||||||
|
[04 FileUtils.lua] Writes <code>buf</code> to the file at <code>path</code>.
|
||||||
|
</Function>
|
||||||
<Function name='WritePrefToFile' theme='_fallback' return='bool' arguments='string prefName, various value'>
|
<Function name='WritePrefToFile' theme='_fallback' return='bool' arguments='string prefName, various value'>
|
||||||
[03 UserPreferences2.lua] (internal) Writes user preference <code>prefName</code> to its config file with <code>value</code> being <code>tostring</code>'d.
|
[03 UserPreferences2.lua] (internal) Writes user preference <code>prefName</code> to its config file with <code>value</code> being <code>tostring</code>'d.
|
||||||
</Function>
|
</Function>
|
||||||
<Function name='Year' return='int' arguments=''>
|
<Function name='Year' return='int' arguments=''>
|
||||||
Returns the current year.
|
Returns the current year.
|
||||||
</Function>
|
</Function>
|
||||||
<Function name='mbstrlen' return='int' arguments='string sString'>
|
|
||||||
Returns the length of the multi-byte character string <code>sString</code>.
|
|
||||||
</Function>
|
|
||||||
<!-- new sm-ssc additions here -->
|
<!-- new sm-ssc additions here -->
|
||||||
<Function name='GetServerName' sm-ssc='true' return='string' arguments=''>
|
|
||||||
Returns the name of the currently connected server.
|
|
||||||
</Function>
|
|
||||||
<Function name='SecondsToHHMMSS' sm-ssc='true' return='string' arguments='float fSecs'>
|
|
||||||
Converts <code>fSecs</code> to Minutes:Seconds:Milliseconds format using two digits for each section.
|
|
||||||
</Function>
|
|
||||||
<Function name='SecondsToMMSSMsMs' sm-ssc='true' return='string' arguments='float fSecs'>
|
|
||||||
Converts <code>fSecs</code> to Minutes:Seconds.Milliseconds format using two digits for each section.
|
|
||||||
</Function>
|
|
||||||
<Function name='SecondsToMMSSMsMsMs' sm-ssc='true' return='string' arguments='float fSecs'>
|
|
||||||
Converts <code>fSecs</code> to Minutes:Seconds.Milliseconds format using two digits for each section except Milliseconds (uses 3).
|
|
||||||
</Function>
|
|
||||||
<Function name='SecondsToMSS' sm-ssc='true' return='string' arguments='float fSecs'>
|
|
||||||
Converts <code>fSecs</code> to Minutes:Seconds.Milliseconds format using two digits for each section except Minutes (uses 1).
|
|
||||||
</Function>
|
|
||||||
<Function name='SecondsToMMSS' sm-ssc='true' return='string' arguments='float fSecs'>
|
|
||||||
Converts <code>fSecs</code> to Minutes:Seconds format.
|
|
||||||
</Function>
|
|
||||||
<Function name='URLEncode' sm-ssc='true' return='string' arguments='string sInput'>
|
|
||||||
Returns a string with characters escaped for URLs. (e.g. a space becomes '%20')
|
|
||||||
</Function>
|
|
||||||
<!-- CustomSpeedMods -->
|
|
||||||
<Function name='SpeedMods' theme='_fallback' return='LuaOptionRow' arguments=''>
|
|
||||||
[03 CustomSpeedMods.lua] Returns a Lua option row with the custom speed mods defined in SpeedMods.txt.
|
|
||||||
</Function>
|
|
||||||
<!-- FileUtils -->
|
|
||||||
<Function name='ReadFile' theme='_fallback' return='string' arguments='string path'>
|
|
||||||
[04 FileUtils.lua] Reads the file at <code>path</code> and returns its contents.
|
|
||||||
</Function>
|
|
||||||
<Function name='WriteFile' theme='_fallback' return='bool' arguments='string path, string buf'>
|
|
||||||
[04 FileUtils.lua] Writes <code>buf</code> to the file at <code>path</code>.
|
|
||||||
</Function>
|
|
||||||
<!-- default theme preferences -->
|
<!-- default theme preferences -->
|
||||||
<Function name='OptionRowProTiming' theme='default' return='LuaOptionRow' arguments=''>
|
<Function name='OptionRowProTiming' theme='default' return='LuaOptionRow' arguments=''>
|
||||||
[03 ThemePrefs.lua] Returns a Lua option row for ProTiming.
|
[03 ThemePrefs.lua] Returns a Lua option row for ProTiming.
|
||||||
@@ -1235,12 +1255,15 @@
|
|||||||
</Function>
|
</Function>
|
||||||
</Class>
|
</Class>
|
||||||
<Class name='BPMDisplay'>
|
<Class name='BPMDisplay'>
|
||||||
<Function name='GetText' sm-ssc="true" return='string' arguments=''>
|
<Function name='GetText' sm-ssc='true' return='string' arguments=''>
|
||||||
Returns the text that is currently set at the exact moment you call it. This is likely only going to be useful in an Update command.
|
Returns the text that is currently set at the exact moment you call it. This is likely only going to be useful in an Update command.
|
||||||
</Function>
|
</Function>
|
||||||
<Function name='SetFromGameState' return='void' arguments=''>
|
<Function name='SetFromGameState' return='void' arguments=''>
|
||||||
Sets the BPMDisplay from the GameState.
|
Sets the BPMDisplay from the GameState.
|
||||||
</Function>
|
</Function>
|
||||||
|
<Function name='SetFromSong' sm-ssc='true' return='void' arguments='Song s'>
|
||||||
|
Sets the BPMDisplay from the specified Song.
|
||||||
|
</Function>
|
||||||
</Class>
|
</Class>
|
||||||
<Class name='Character'>
|
<Class name='Character'>
|
||||||
<Function name='GetCardPath' return='string' arguments=''>
|
<Function name='GetCardPath' return='string' arguments=''>
|
||||||
@@ -1341,6 +1364,9 @@
|
|||||||
<Function name='GetPlayMode' renamed='true' return='PlayMode' arguments=''>
|
<Function name='GetPlayMode' renamed='true' return='PlayMode' arguments=''>
|
||||||
Returns the Course's <Link class='ENUM' function='PlayMode' />. (Returns PlayMode in sm-ssc; integer in SM4)
|
Returns the Course's <Link class='ENUM' function='PlayMode' />. (Returns PlayMode in sm-ssc; integer in SM4)
|
||||||
</Function>
|
</Function>
|
||||||
|
<Function name='GetScripter' sm-ssc='true' return='string' arguments=''>
|
||||||
|
Returns the name of the person who scripted the Course.
|
||||||
|
</Function>
|
||||||
<Function name='GetTotalSeconds' return='float' arguments='StepsType st'>
|
<Function name='GetTotalSeconds' return='float' arguments='StepsType st'>
|
||||||
Returns the total length of the Course in seconds.
|
Returns the total length of the Course in seconds.
|
||||||
</Function>
|
</Function>
|
||||||
@@ -1863,10 +1889,10 @@
|
|||||||
<Function name='GetGrade' return='Grade' arguments=''>
|
<Function name='GetGrade' return='Grade' arguments=''>
|
||||||
Returns the Grade of this high score.
|
Returns the Grade of this high score.
|
||||||
</Function>
|
</Function>
|
||||||
<Function name='GetHoldNoteScore' sm-ssc="true" return='int' arguments='HoldNoteScore hns'>
|
<Function name='GetHoldNoteScore' sm-ssc='true' return='int' arguments='HoldNoteScore hns'>
|
||||||
Return the number of HoldNoteScores that match <code>hns</code>.
|
Return the number of HoldNoteScores that match <code>hns</code>.
|
||||||
</Function>
|
</Function>
|
||||||
<Function name='GetModifiers' sm-ssc="true" return='string' arguments=''>
|
<Function name='GetModifiers' sm-ssc='true' return='string' arguments=''>
|
||||||
Returns the modifiers used for this HighScore.
|
Returns the modifiers used for this HighScore.
|
||||||
</Function>
|
</Function>
|
||||||
<Function name='GetName' return='string' arguments=''>
|
<Function name='GetName' return='string' arguments=''>
|
||||||
@@ -1875,7 +1901,7 @@
|
|||||||
<Function name='GetPercentDP' return='float' arguments=''>
|
<Function name='GetPercentDP' return='float' arguments=''>
|
||||||
Returns the percentage of dance points associated with the high score.
|
Returns the percentage of dance points associated with the high score.
|
||||||
</Function>
|
</Function>
|
||||||
<Function name='GetRadarValues' sm-ssc="true" return='RadarValues' arguments=''>
|
<Function name='GetRadarValues' sm-ssc='true' return='RadarValues' arguments=''>
|
||||||
Returns the RadarValues for this HighScore.
|
Returns the RadarValues for this HighScore.
|
||||||
</Function>
|
</Function>
|
||||||
<Function name='GetScore' return='int' arguments=''>
|
<Function name='GetScore' return='int' arguments=''>
|
||||||
@@ -1884,9 +1910,12 @@
|
|||||||
<Function name='GetSurvivalSeconds' return='float' arguments=''>
|
<Function name='GetSurvivalSeconds' return='float' arguments=''>
|
||||||
Returns the number of seconds survived associated with the high score.
|
Returns the number of seconds survived associated with the high score.
|
||||||
</Function>
|
</Function>
|
||||||
<Function name='GetTapNoteScore' sm-ssc="true" return='int' arguments='TapNoteScore tns'>
|
<Function name='GetTapNoteScore' sm-ssc='true' return='int' arguments='TapNoteScore tns'>
|
||||||
Return the number of TapNoteScores that match <code>tns</code>.
|
Return the number of TapNoteScores that match <code>tns</code>.
|
||||||
</Function>
|
</Function>
|
||||||
|
<Function name="IsFillInMarker" return='bool' arguments=''>
|
||||||
|
Returns <code>true</code> if this high score's name uses a fill-in marker.
|
||||||
|
</Function>
|
||||||
</Class>
|
</Class>
|
||||||
<Class name='HighScoreList'>
|
<Class name='HighScoreList'>
|
||||||
<Description>
|
<Description>
|
||||||
@@ -1928,7 +1957,7 @@
|
|||||||
Returns the number of lives remaining.
|
Returns the number of lives remaining.
|
||||||
</Function>
|
</Function>
|
||||||
<Function name='GetTotalLives' sm-ssc='true' return='int' arguments=''>
|
<Function name='GetTotalLives' sm-ssc='true' return='int' arguments=''>
|
||||||
|
Returns the number of total lives.
|
||||||
</Function>
|
</Function>
|
||||||
</Class>
|
</Class>
|
||||||
<Class name='MemoryCardManager'>
|
<Class name='MemoryCardManager'>
|
||||||
@@ -2098,9 +2127,228 @@
|
|||||||
</Function>
|
</Function>
|
||||||
</Class>
|
</Class>
|
||||||
<Class name='PlayerOptions'>
|
<Class name='PlayerOptions'>
|
||||||
|
<Function name='GetAlternate' sm-ssc='true' return='float' arguments=''>
|
||||||
|
|
||||||
|
</Function>
|
||||||
|
<Function name='GetAttackMines' sm-ssc='true' return='bool' arguments=''>
|
||||||
|
|
||||||
|
</Function>
|
||||||
|
<Function name='GetBeat' sm-ssc='true' return='float' arguments=''>
|
||||||
|
|
||||||
|
</Function>
|
||||||
|
<Function name='GetBig' sm-ssc='true' return='bool' arguments=''>
|
||||||
|
|
||||||
|
</Function>
|
||||||
|
<Function name='GetBlind' sm-ssc='true' return='float' arguments=''>
|
||||||
|
|
||||||
|
</Function>
|
||||||
|
<Function name='GetBlink' sm-ssc='true' return='float' arguments=''>
|
||||||
|
|
||||||
|
</Function>
|
||||||
|
<Function name='GetBMRize' sm-ssc='true' return='bool' arguments=''>
|
||||||
|
|
||||||
|
</Function>
|
||||||
|
<Function name='GetBoomerang' sm-ssc='true' return='float' arguments=''>
|
||||||
|
|
||||||
|
</Function>
|
||||||
|
<Function name='GetBoost' sm-ssc='true' return='float' arguments=''>
|
||||||
|
|
||||||
|
</Function>
|
||||||
|
<Function name='GetBrake' sm-ssc='true' return='float' arguments=''>
|
||||||
|
|
||||||
|
</Function>
|
||||||
|
<Function name='GetBumpy' sm-ssc='true' return='float' arguments=''>
|
||||||
|
|
||||||
|
</Function>
|
||||||
|
<Function name='GetCentered' sm-ssc='true' return='float' arguments=''>
|
||||||
|
|
||||||
|
</Function>
|
||||||
|
<Function name='GetCMod' sm-ssc='true' return='float' arguments=''>
|
||||||
|
|
||||||
|
</Function>
|
||||||
|
<Function name='GetConfusion' sm-ssc='true' return='float' arguments=''>
|
||||||
|
|
||||||
|
</Function>
|
||||||
|
<Function name='GetCover' sm-ssc='true' return='float' arguments=''>
|
||||||
|
|
||||||
|
</Function>
|
||||||
|
<Function name='GetCross' sm-ssc='true' return='float' arguments=''>
|
||||||
|
|
||||||
|
</Function>
|
||||||
|
<Function name='GetDark' sm-ssc='true' return='float' arguments=''>
|
||||||
|
|
||||||
|
</Function>
|
||||||
|
<Function name='GetDizzy' sm-ssc='true' return='float' arguments=''>
|
||||||
|
|
||||||
|
</Function>
|
||||||
|
<Function name='GetDrunk' sm-ssc='true' return='float' arguments=''>
|
||||||
|
|
||||||
|
</Function>
|
||||||
|
<Function name='GetEcho' sm-ssc='true' return='bool' arguments=''>
|
||||||
|
|
||||||
|
</Function>
|
||||||
|
<Function name='GetExpand' sm-ssc='true' return='float' arguments=''>
|
||||||
|
|
||||||
|
</Function>
|
||||||
|
<Function name='GetFlip' sm-ssc='true' return='float' arguments=''>
|
||||||
|
|
||||||
|
</Function>
|
||||||
|
<Function name='GetFloored' sm-ssc='true' return='bool' arguments=''>
|
||||||
|
|
||||||
|
</Function>
|
||||||
|
<Function name='GetHidden' sm-ssc='true' return='float' arguments=''>
|
||||||
|
|
||||||
|
</Function>
|
||||||
|
<Function name='GetHiddenOffset' sm-ssc='true' return='float' arguments=''>
|
||||||
|
|
||||||
|
</Function>
|
||||||
|
<Function name='GetHoldRolls' sm-ssc='true' return='bool' arguments=''>
|
||||||
|
|
||||||
|
</Function>
|
||||||
|
<Function name='GetInvert' sm-ssc='true' return='float' arguments=''>
|
||||||
|
|
||||||
|
</Function>
|
||||||
|
<Function name='GetLeft' sm-ssc='true' return='bool' arguments=''>
|
||||||
|
|
||||||
|
</Function>
|
||||||
|
<Function name='GetLittle' sm-ssc='true' return='bool' arguments=''>
|
||||||
|
|
||||||
|
</Function>
|
||||||
|
<Function name='GetMines' sm-ssc='true' return='bool' arguments=''>
|
||||||
|
|
||||||
|
</Function>
|
||||||
|
<Function name='GetMini' sm-ssc='true' return='float' arguments=''>
|
||||||
|
|
||||||
|
</Function>
|
||||||
|
<Function name='GetMirror' sm-ssc='true' return='bool' arguments=''>
|
||||||
|
|
||||||
|
</Function>
|
||||||
|
<Function name='GetNoFakes' sm-ssc='true' return='bool' arguments=''>
|
||||||
|
|
||||||
|
</Function>
|
||||||
|
<Function name='GetNoHands' sm-ssc='true' return='bool' arguments=''>
|
||||||
|
|
||||||
|
</Function>
|
||||||
|
<Function name='GetNoHolds' sm-ssc='true' return='bool' arguments=''>
|
||||||
|
|
||||||
|
</Function>
|
||||||
|
<Function name='GetNoJumps' sm-ssc='true' return='bool' arguments=''>
|
||||||
|
|
||||||
|
</Function>
|
||||||
|
<Function name='GetNoLifts' sm-ssc='true' return='bool' arguments=''>
|
||||||
|
|
||||||
|
</Function>
|
||||||
|
<Function name='GetNoMines' sm-ssc='true' return='bool' arguments=''>
|
||||||
|
|
||||||
|
</Function>
|
||||||
|
<Function name='GetNoQuads' sm-ssc='true' return='bool' arguments=''>
|
||||||
|
|
||||||
|
</Function>
|
||||||
|
<Function name='GetNoRolls' sm-ssc='true' return='bool' arguments=''>
|
||||||
|
|
||||||
|
</Function>
|
||||||
|
<Function name='GetNoStretch' sm-ssc='true' return='bool' arguments=''>
|
||||||
|
|
||||||
|
</Function>
|
||||||
<Function name='GetNoteSkin' sm-ssc='true' return='string' arguments=''>
|
<Function name='GetNoteSkin' sm-ssc='true' return='string' arguments=''>
|
||||||
Returns the current NoteSkin set in the PlayerOptions.
|
Returns the current NoteSkin set in the PlayerOptions.
|
||||||
</Function>
|
</Function>
|
||||||
|
<Function name='GetPassmark' sm-ssc='true' return='float' arguments=''>
|
||||||
|
|
||||||
|
</Function>
|
||||||
|
<Function name='GetPlanted' sm-ssc='true' return='bool' arguments=''>
|
||||||
|
|
||||||
|
</Function>
|
||||||
|
<Function name='GetQuick' sm-ssc='true' return='bool' arguments=''>
|
||||||
|
|
||||||
|
</Function>
|
||||||
|
<Function name='GetRandomAttacks' sm-ssc='true' return='float' arguments=''>
|
||||||
|
|
||||||
|
</Function>
|
||||||
|
<Function name='GetRandomSpeed' sm-ssc='true' return='float' arguments=''>
|
||||||
|
|
||||||
|
</Function>
|
||||||
|
<Function name='GetRandomVanish' sm-ssc='true' return='float' arguments=''>
|
||||||
|
|
||||||
|
</Function>
|
||||||
|
<Function name='GetReverse' sm-ssc='true' return='float' arguments=''>
|
||||||
|
|
||||||
|
</Function>
|
||||||
|
<Function name='GetReversePercentForColumn' sm-ssc='true' return='float' arguments='int col'>
|
||||||
|
|
||||||
|
</Function>
|
||||||
|
<Function name='GetRight' sm-ssc='true' return='bool' arguments=''>
|
||||||
|
|
||||||
|
</Function>
|
||||||
|
<Function name='GetRoll' sm-ssc='true' return='float' arguments=''>
|
||||||
|
|
||||||
|
</Function>
|
||||||
|
<Function name='GetShuffle' sm-ssc='true' return='bool' arguments=''>
|
||||||
|
|
||||||
|
</Function>
|
||||||
|
<Function name='GetSkew' sm-ssc='true' return='float' arguments=''>
|
||||||
|
|
||||||
|
</Function>
|
||||||
|
<Function name='GetSkippy' sm-ssc='true' return='bool' arguments=''>
|
||||||
|
|
||||||
|
</Function>
|
||||||
|
<Function name='GetSoftShuffle' sm-ssc='true' return='bool' arguments=''>
|
||||||
|
|
||||||
|
</Function>
|
||||||
|
<Function name='GetSongAttacks' sm-ssc='true' return='float' arguments=''>
|
||||||
|
|
||||||
|
</Function>
|
||||||
|
<Function name='GetSplit' sm-ssc='true' return='float' arguments=''>
|
||||||
|
|
||||||
|
</Function>
|
||||||
|
<Function name='GetStealth' sm-ssc='true' return='float' arguments=''>
|
||||||
|
|
||||||
|
</Function>
|
||||||
|
<Function name='GetStomp' sm-ssc='true' return='bool' arguments=''>
|
||||||
|
|
||||||
|
</Function>
|
||||||
|
<Function name='GetSudden' sm-ssc='true' return='float' arguments=''>
|
||||||
|
|
||||||
|
</Function>
|
||||||
|
<Function name='GetSuddenOffset' sm-ssc='true' return='float' arguments=''>
|
||||||
|
|
||||||
|
</Function>
|
||||||
|
<Function name='GetSuperShuffle' sm-ssc='true' return='bool' arguments=''>
|
||||||
|
|
||||||
|
</Function>
|
||||||
|
<Function name='GetTiny' sm-ssc='true' return='float' arguments=''>
|
||||||
|
|
||||||
|
</Function>
|
||||||
|
<Function name='GetTipsy' sm-ssc='true' return='float' arguments=''>
|
||||||
|
|
||||||
|
</Function>
|
||||||
|
<Function name='GetTornado' sm-ssc='true' return='float' arguments=''>
|
||||||
|
|
||||||
|
</Function>
|
||||||
|
<Function name='GetTwirl' sm-ssc='true' return='float' arguments=''>
|
||||||
|
|
||||||
|
</Function>
|
||||||
|
<Function name='GetTwister' sm-ssc='true' return='bool' arguments=''>
|
||||||
|
|
||||||
|
</Function>
|
||||||
|
<Function name='GetWave' sm-ssc='true' return='float' arguments=''>
|
||||||
|
|
||||||
|
</Function>
|
||||||
|
<Function name='GetWide' sm-ssc='true' return='bool' arguments=''>
|
||||||
|
|
||||||
|
</Function>
|
||||||
|
<Function name='GetXMod' sm-ssc='true' return='float' arguments=''>
|
||||||
|
|
||||||
|
</Function>
|
||||||
|
<Function name='GetXMode' sm-ssc='true' return='float' arguments=''>
|
||||||
|
|
||||||
|
</Function>
|
||||||
|
<Function name='SetNoteSkin' sm-ssc='true' return='void' arguments='string noteskin'>
|
||||||
|
Changes the player's noteskin to <code>noteskin</code>.
|
||||||
|
</Function>
|
||||||
|
<Function name='UsingReverse' sm-ssc='true' return='bool' arguments=''>
|
||||||
|
Returns <code>true</code> if the player is using reverse. (equivalent to <code>GetReverse() == 1</code>)
|
||||||
|
</Function>
|
||||||
</Class>
|
</Class>
|
||||||
<Class name='PlayerStageStats'>
|
<Class name='PlayerStageStats'>
|
||||||
<Function name='FullCombo' return='bool' arguments=''>
|
<Function name='FullCombo' return='bool' arguments=''>
|
||||||
@@ -2218,6 +2466,9 @@
|
|||||||
</Function>
|
</Function>
|
||||||
</Class>
|
</Class>
|
||||||
<Class name='PlayerState'>
|
<Class name='PlayerState'>
|
||||||
|
<Function name='GetCurrentPlayerOptions' sm-ssc='true' return='PlayerOptions' arguments='' >
|
||||||
|
Returns the current PlayerOptions for this PlayerState.
|
||||||
|
</Function>
|
||||||
<Function name='GetHealthState' sm-ssc='true' return='HealthState' arguments=''>
|
<Function name='GetHealthState' sm-ssc='true' return='HealthState' arguments=''>
|
||||||
Returns the HealthState for this PlayerState.
|
Returns the HealthState for this PlayerState.
|
||||||
</Function>
|
</Function>
|
||||||
@@ -2406,7 +2657,7 @@
|
|||||||
<Function name='IsPersistentProfile' return='bool' arguments='PlayerNumber pn'>
|
<Function name='IsPersistentProfile' return='bool' arguments='PlayerNumber pn'>
|
||||||
Returns <code>true</code> if player <code>pn</code>'s profile is persistent.
|
Returns <code>true</code> if player <code>pn</code>'s profile is persistent.
|
||||||
</Function>
|
</Function>
|
||||||
<Function name='IsSongNew' sm-ssc="true" return='bool' arguments='Song s'>
|
<Function name='IsSongNew' sm-ssc='true' return='bool' arguments='Song s'>
|
||||||
Returns <code>true</code> if Song <code>s</code> has never been played before (according to the machine profile).
|
Returns <code>true</code> if Song <code>s</code> has never been played before (according to the machine profile).
|
||||||
</Function>
|
</Function>
|
||||||
<Function name='LastLoadWasFromLastGood' sm-ssc='true' return='bool' arguments='PlayerNumber pn'>
|
<Function name='LastLoadWasFromLastGood' sm-ssc='true' return='bool' arguments='PlayerNumber pn'>
|
||||||
@@ -2580,10 +2831,10 @@
|
|||||||
<Function name='SetNewScreen' return='void' arguments='string s'>
|
<Function name='SetNewScreen' return='void' arguments='string s'>
|
||||||
Sets the next Screen to be loaded.
|
Sets the next Screen to be loaded.
|
||||||
</Function>
|
</Function>
|
||||||
<Function name='IsPaused' sm-ssc="true" return='bool' arguments=''>
|
<Function name='IsPaused' sm-ssc='true' return='bool' arguments=''>
|
||||||
Returns <code>true</code> if the game is paused.
|
Returns <code>true</code> if the game is paused.
|
||||||
</Function>
|
</Function>
|
||||||
<Function name='PauseGame' sm-ssc="true" return='void' arguments='bool bPause'>
|
<Function name='PauseGame' sm-ssc='true' return='void' arguments='bool bPause'>
|
||||||
Pauses or unpauses the game, depending on the value of <code>bPause</code>.
|
Pauses or unpauses the game, depending on the value of <code>bPause</code>.
|
||||||
</Function>
|
</Function>
|
||||||
</Class>
|
</Class>
|
||||||
@@ -2695,6 +2946,9 @@
|
|||||||
<Function name='GetMusicWheel' sm-ssc='true' return='MusicWheel' arguments=''>
|
<Function name='GetMusicWheel' sm-ssc='true' return='MusicWheel' arguments=''>
|
||||||
Returns the MusicWheel used on this screen.
|
Returns the MusicWheel used on this screen.
|
||||||
</Function>
|
</Function>
|
||||||
|
<Function name='OpenOptionsList' sm-ssc='true' return='void' arguments='PlayerNumber pn'>
|
||||||
|
Opens the OptionsList for Player <code>pn</code>
|
||||||
|
</Function>
|
||||||
<Function name='setupcoursestagemods' theme='_fallback' return='void' arguments=''>
|
<Function name='setupcoursestagemods' theme='_fallback' return='void' arguments=''>
|
||||||
[02 StageMods.lua] Sets up modifiers for course modes.
|
[02 StageMods.lua] Sets up modifiers for course modes.
|
||||||
</Function>
|
</Function>
|
||||||
@@ -2779,6 +3033,9 @@
|
|||||||
<Function name='GetOneSteps' return='Steps' arguments='StepsType st, Difficulty d'>
|
<Function name='GetOneSteps' return='Steps' arguments='StepsType st, Difficulty d'>
|
||||||
Returns a Step object if the StepType and Difficulty exist.
|
Returns a Step object if the StepType and Difficulty exist.
|
||||||
</Function>
|
</Function>
|
||||||
|
<Function name='GetOrigin' sm-ssc='true' return='string' arguments=''>
|
||||||
|
Gets the Song's origin.
|
||||||
|
</Function>
|
||||||
<Function name='GetSongDir' return='string' arguments=''>
|
<Function name='GetSongDir' return='string' arguments=''>
|
||||||
Returns the song's directory.
|
Returns the song's directory.
|
||||||
</Function>
|
</Function>
|
||||||
@@ -2886,6 +3143,9 @@
|
|||||||
<Function name='GetCourseColor' return='color' arguments='Course c'>
|
<Function name='GetCourseColor' return='color' arguments='Course c'>
|
||||||
Returns the course color of Course <code>c</code>.
|
Returns the course color of Course <code>c</code>.
|
||||||
</Function>
|
</Function>
|
||||||
|
<Function name='GetCourseGroupNames' sm-ssc='true' return='{string}' arguments=''>
|
||||||
|
Returns a table containing all of the course group names.
|
||||||
|
</Function>
|
||||||
<Function name='GetExtraStageInfo' return='various' arguments='bool bExtra2, Style s'>
|
<Function name='GetExtraStageInfo' return='various' arguments='bool bExtra2, Style s'>
|
||||||
Returns the extra stage info (Song, Steps) for the specified Style <code>s</code>. (If <code>bExtra2</code> is true, it will use the second Extra Stage data instead of the first. Again, Lua.xsd sucks)
|
Returns the extra stage info (Song, Steps) for the specified Style <code>s</code>. (If <code>bExtra2</code> is true, it will use the second Extra Stage data instead of the first. Again, Lua.xsd sucks)
|
||||||
</Function>
|
</Function>
|
||||||
@@ -3250,6 +3510,9 @@
|
|||||||
<Function name='HasStops' return='bool' arguments=''>
|
<Function name='HasStops' return='bool' arguments=''>
|
||||||
Returns <code>true</code> if the TimingData contains stops.
|
Returns <code>true</code> if the TimingData contains stops.
|
||||||
</Function>
|
</Function>
|
||||||
|
<Function name='HasWarps' sm-ssc='true' return='bool' arguments=''>
|
||||||
|
Returns <code>true</code> if the TimingData contains warps.
|
||||||
|
</Function>
|
||||||
</Class>
|
</Class>
|
||||||
<Class name='Trail'>
|
<Class name='Trail'>
|
||||||
<Function name='GetArtists' return='{string}' arguments=''>
|
<Function name='GetArtists' return='{string}' arguments=''>
|
||||||
@@ -3296,6 +3559,12 @@
|
|||||||
Sets the UnlockEntry's course to <code>sCourseName</code>.<br />
|
Sets the UnlockEntry's course to <code>sCourseName</code>.<br />
|
||||||
Example: <code>course,"Driven"</code>
|
Example: <code>course,"Driven"</code>
|
||||||
</Function>
|
</Function>
|
||||||
|
<Function name='GetCode' sm-ssc='true' return='string' arguments=''>
|
||||||
|
Returns the code for this unlock.
|
||||||
|
</Function>
|
||||||
|
<Function name='GetCourse' sm-ssc='true' return='Course' arguments=''>
|
||||||
|
Returns the Course for this unlock.
|
||||||
|
</Function>
|
||||||
<Function name='GetDescription' return='string' arguments=''>
|
<Function name='GetDescription' return='string' arguments=''>
|
||||||
Returns the unlock description.
|
Returns the unlock description.
|
||||||
</Function>
|
</Function>
|
||||||
@@ -3349,6 +3618,12 @@
|
|||||||
<Function name='GetNumUnlocks' return='int' arguments=''>
|
<Function name='GetNumUnlocks' return='int' arguments=''>
|
||||||
Returns the number of all unlock items, regardless of status.
|
Returns the number of all unlock items, regardless of status.
|
||||||
</Function>
|
</Function>
|
||||||
|
<Function name='GetPoints' sm-ssc='true' return='float' arguments='UnlockRequirement ur' >
|
||||||
|
Returns the number of points for the machine profile based on the specified UnlockRequirement.
|
||||||
|
</Function>
|
||||||
|
<Function name='GetPointsForProfile' sm-ssc='true' return='float' arguments='Profile p, UnlockRequirement ur' >
|
||||||
|
Returns the number of points for the specified profile based on the specified UnlockRequirement.
|
||||||
|
</Function>
|
||||||
<Function name='GetPointsUntilNextUnlock' return='float' arguments='UnlockRequirement ut'>
|
<Function name='GetPointsUntilNextUnlock' return='float' arguments='UnlockRequirement ut'>
|
||||||
Returns the number of points until the next unlock.
|
Returns the number of points until the next unlock.
|
||||||
</Function>
|
</Function>
|
||||||
|
|||||||
@@ -4,7 +4,7 @@ sm-ssc credits (in no particular order)
|
|||||||
* If you have any corrections to this list, let us know (via forums or IRC).
|
* If you have any corrections to this list, let us know (via forums or IRC).
|
||||||
|
|
||||||
==the spinal shark collective==
|
==the spinal shark collective==
|
||||||
AJ Kelly
|
AJ Kelly (freem)
|
||||||
* Main programming
|
* Main programming
|
||||||
* UserPreferences and some other Lua scripts
|
* UserPreferences and some other Lua scripts
|
||||||
* Some small theme edits here and there
|
* Some small theme edits here and there
|
||||||
@@ -43,7 +43,10 @@ FSX
|
|||||||
Nicole Reid (okeeblow)
|
Nicole Reid (okeeblow)
|
||||||
* Tested building sm-ssc on FreeBSD, provided fixes.
|
* Tested building sm-ssc on FreeBSD, provided fixes.
|
||||||
|
|
||||||
Wolfman
|
Thai Pangsakulyanont (theDtTvB)
|
||||||
|
* Various changes to BMS support to make things work better.
|
||||||
|
|
||||||
|
Jason Felds (Wolfman2000)
|
||||||
* [Player] PercentUntilColorCombo metric
|
* [Player] PercentUntilColorCombo metric
|
||||||
* Mac OS X maintainer
|
* Mac OS X maintainer
|
||||||
* Various fixes/changes. (see Changelog_sm-ssc.txt for more details)
|
* Various fixes/changes. (see Changelog_sm-ssc.txt for more details)
|
||||||
@@ -76,10 +79,6 @@ v1toko
|
|||||||
Macgravel
|
Macgravel
|
||||||
* Orbular noteskin (the default kb7 noteskin)
|
* Orbular noteskin (the default kb7 noteskin)
|
||||||
|
|
||||||
theDtTvB
|
|
||||||
* Keysound patch (http://share11.appspot.com/20421)
|
|
||||||
[This patch is currently causing crashes for us, sadly.]
|
|
||||||
|
|
||||||
sy567
|
sy567
|
||||||
* Small beginner helper fix
|
* Small beginner helper fix
|
||||||
(http://www.stepmania.com/forums/showpost.php?p=158721&postcount=12)
|
(http://www.stepmania.com/forums/showpost.php?p=158721&postcount=12)
|
||||||
|
|||||||
|
After Width: | Height: | Size: 3.1 KiB |
|
After Width: | Height: | Size: 3.2 KiB |
|
After Width: | Height: | Size: 4.5 KiB |
|
After Width: | Height: | Size: 4.5 KiB |
@@ -0,0 +1 @@
|
|||||||
|
Down Tap Explosion Bright
|
||||||
|
After Width: | Height: | Size: 1.9 KiB |
@@ -0,0 +1,4 @@
|
|||||||
|
return Def.Sprite {
|
||||||
|
Texture=NOTESKIN:GetPath('Down','Hold Head Active');
|
||||||
|
InitCommand=cmd(diffuse,color("0.5,0.5,0.5,1"));
|
||||||
|
};
|
||||||
@@ -0,0 +1,26 @@
|
|||||||
|
local t = Def.ActorFrame {
|
||||||
|
Def.Sprite {
|
||||||
|
Texture=NOTESKIN:GetPath( '_down', 'tap Receptor' );
|
||||||
|
Frame0000=0;
|
||||||
|
Delay0000=1;
|
||||||
|
InitCommand=NOTESKIN:GetMetricA('ReceptorArrow', 'InitCommand');
|
||||||
|
NoneCommand=NOTESKIN:GetMetricA('ReceptorArrow', 'NoneCommand');
|
||||||
|
};
|
||||||
|
Def.Sprite {
|
||||||
|
Texture=NOTESKIN:GetPath( '_down', 'tap Receptor' );
|
||||||
|
Frame0000=0;
|
||||||
|
Delay0000=1;
|
||||||
|
InitCommand=NOTESKIN:GetMetricA('ReceptorArrowOverlay', 'InitCommand');
|
||||||
|
NoneCommand=NOTESKIN:GetMetricA('ReceptorArrowOverlay', 'NoneCommand');
|
||||||
|
};
|
||||||
|
Def.Sprite {
|
||||||
|
Texture=NOTESKIN:GetPath( '_down', 'tap Flash' );
|
||||||
|
Frame0000=0;
|
||||||
|
Delay0000=1;
|
||||||
|
InitCommand=NOTESKIN:GetMetricA('ReceptorOverlay', 'InitCommand');
|
||||||
|
PressCommand=NOTESKIN:GetMetricA('ReceptorOverlay', 'PressCommand');
|
||||||
|
LiftCommand=NOTESKIN:GetMetricA('ReceptorOverlay', 'LiftCommand');
|
||||||
|
NoneCommand=NOTESKIN:GetMetricA('ReceptorArrow', 'NoneCommand');
|
||||||
|
};
|
||||||
|
};
|
||||||
|
return t;
|
||||||
|
After Width: | Height: | Size: 3.2 KiB |
|
After Width: | Height: | Size: 3.2 KiB |
|
After Width: | Height: | Size: 4.5 KiB |
|
After Width: | Height: | Size: 4.2 KiB |
|
After Width: | Height: | Size: 1.2 KiB |
@@ -0,0 +1 @@
|
|||||||
|
Down Tap Explosion Bright
|
||||||
|
After Width: | Height: | Size: 2.0 KiB |
@@ -0,0 +1,4 @@
|
|||||||
|
return Def.Sprite {
|
||||||
|
Texture=NOTESKIN:GetPath('Down','Roll Head Active');
|
||||||
|
InitCommand=cmd(diffuse,color("0.5,0.5,0.5,1"));
|
||||||
|
};
|
||||||
|
After Width: | Height: | Size: 4.4 KiB |
@@ -0,0 +1 @@
|
|||||||
|
Down Tap Explosion Bright
|
||||||
|
After Width: | Height: | Size: 7.7 KiB |
|
After Width: | Height: | Size: 2.0 KiB |
@@ -0,0 +1,9 @@
|
|||||||
|
local t = Def.ActorFrame {
|
||||||
|
Def.Sprite {
|
||||||
|
Texture=NOTESKIN:GetPath( '_down', 'tap mine' );
|
||||||
|
Frame0000=0;
|
||||||
|
Delay0000=1;
|
||||||
|
InitCommand=cmd(spin;effectclock,'beat';effectmagnitude,0,0,-180);
|
||||||
|
};
|
||||||
|
};
|
||||||
|
return t;
|
||||||
@@ -0,0 +1,7 @@
|
|||||||
|
local t = Def.Model {
|
||||||
|
Meshes=NOTESKIN:GetPath('_down','tap note meshes');
|
||||||
|
Materials=NOTESKIN:GetPath('_down','tap note materials');
|
||||||
|
Bones=NOTESKIN:GetPath('_down','tap bones');
|
||||||
|
};
|
||||||
|
|
||||||
|
return t;
|
||||||
|
After Width: | Height: | Size: 1.2 KiB |
@@ -0,0 +1,4 @@
|
|||||||
|
return Def.Sprite {
|
||||||
|
Texture=NOTESKIN:GetPath('Left','Hold BottomCap Active');
|
||||||
|
InitCommand=cmd(diffuse,color("0.5,0.5,0.5,0.5"));
|
||||||
|
};
|
||||||
|
After Width: | Height: | Size: 1.4 KiB |
@@ -0,0 +1,4 @@
|
|||||||
|
return Def.Sprite {
|
||||||
|
Texture=NOTESKIN:GetPath('Left','Roll BottomCap Active');
|
||||||
|
InitCommand=cmd(diffuse,color("0.5,0.5,0.5,0.5"));
|
||||||
|
};
|
||||||
@@ -0,0 +1,128 @@
|
|||||||
|
-- Haggen Daze
|
||||||
|
|
||||||
|
local ret = ... or {};
|
||||||
|
|
||||||
|
ret.RedirTable =
|
||||||
|
{
|
||||||
|
Up = "Down",
|
||||||
|
Down = "Down",
|
||||||
|
Left = "Down",
|
||||||
|
Right = "Down",
|
||||||
|
UpLeft = "Down",
|
||||||
|
UpRight = "Down",
|
||||||
|
};
|
||||||
|
|
||||||
|
local OldRedir = ret.Redir;
|
||||||
|
ret.Redir = function(sButton, sElement)
|
||||||
|
-- sButton, sElement = OldRedir(sButton, sElement);
|
||||||
|
|
||||||
|
-- Instead of separate hold heads, use the tap note graphics.
|
||||||
|
if sElement == "Hold Head Active" or
|
||||||
|
sElement == "Roll Head Active"
|
||||||
|
then
|
||||||
|
sElement = "StreamHead Active";
|
||||||
|
end
|
||||||
|
|
||||||
|
-- Test
|
||||||
|
if sElement == "Hold Head Inactive" or
|
||||||
|
sElement == "Roll Head Inactive" or
|
||||||
|
then
|
||||||
|
sElement = "StreamHead Inactive";
|
||||||
|
end
|
||||||
|
|
||||||
|
sButton = ret.RedirTable[sButton];
|
||||||
|
|
||||||
|
return sButton, sElement;
|
||||||
|
end
|
||||||
|
|
||||||
|
-- local OldRedir = ret.Redir;
|
||||||
|
-- ret.Redir = function(sButton, sElement)
|
||||||
|
-- sButton = ret.RedirTable[sButton];
|
||||||
|
-- return sButton, sElement;
|
||||||
|
-- end
|
||||||
|
|
||||||
|
-- To have separate graphics for each hold part:
|
||||||
|
local OldRedir = ret.Redir;
|
||||||
|
ret.Redir = function(sButton, sElement)
|
||||||
|
-- Redirect non-hold, non-roll parts.
|
||||||
|
if string.find(sElement, "hold") or string.find(sElement, "roll") then
|
||||||
|
return sButton, sElement;
|
||||||
|
end
|
||||||
|
return OldRedir(sButton, sElement);
|
||||||
|
end
|
||||||
|
|
||||||
|
--[[
|
||||||
|
local OldFunc = ret.Load;
|
||||||
|
function ret.Load()
|
||||||
|
local t = OldFunc();
|
||||||
|
|
||||||
|
-- The main "Explosion" part just loads other actors; don't rotate
|
||||||
|
-- it. The "Hold Explosion" part should not be rotated.
|
||||||
|
if Var "Element" == "Explosion" or
|
||||||
|
Var "Element" == "Roll Explosion" then
|
||||||
|
t.BaseRotationZ = nil;
|
||||||
|
end
|
||||||
|
return t;
|
||||||
|
end
|
||||||
|
]]
|
||||||
|
|
||||||
|
local OldFunc = ret.Load;
|
||||||
|
function ret.Load()
|
||||||
|
local t = OldFunc();
|
||||||
|
|
||||||
|
--Explosion should not be rotated; it calls other actors.
|
||||||
|
if Var "Element" == "Explosion" then
|
||||||
|
t.BaseRotationZ = nil;
|
||||||
|
end
|
||||||
|
return t;
|
||||||
|
end
|
||||||
|
|
||||||
|
ret.PartsToRotate =
|
||||||
|
{
|
||||||
|
["Receptor"] = true,
|
||||||
|
["Go Receptor"] = true,
|
||||||
|
["Ready Receptor"] = true,
|
||||||
|
["Tap Explosion Bright"] = true,
|
||||||
|
["Tap Explosion Dim"] = true,
|
||||||
|
["Tap Note"] = true,
|
||||||
|
["Tap Lift"] = true,
|
||||||
|
["Hold Head Active"] = true,
|
||||||
|
["Hold Head Inactive"] = true,
|
||||||
|
["Roll Head Active"] = true,
|
||||||
|
["Roll Head Inactive"] = true,
|
||||||
|
["Hold Explosion"] = true,
|
||||||
|
["Roll Explosion"] = true,
|
||||||
|
};
|
||||||
|
ret.Rotate =
|
||||||
|
{
|
||||||
|
Up = 180,
|
||||||
|
Down = 0,
|
||||||
|
Left = 90,
|
||||||
|
Right = -90,
|
||||||
|
UpLeft = 135,
|
||||||
|
UpRight = 225,
|
||||||
|
};
|
||||||
|
|
||||||
|
--
|
||||||
|
-- If a derived skin wants to have separate UpLeft graphics,
|
||||||
|
-- use this:
|
||||||
|
--
|
||||||
|
-- ret.RedirTable.UpLeft = "UpLeft";
|
||||||
|
-- ret.RedirTable.UpRight = "UpLeft";
|
||||||
|
-- ret.Rotate.UpLeft = 0;
|
||||||
|
-- ret.Rotate.UpRight = 90;
|
||||||
|
--
|
||||||
|
ret.Blank =
|
||||||
|
{
|
||||||
|
["Hold Topcap Active"] = true,
|
||||||
|
["Hold Topcap Inactive"] = true,
|
||||||
|
["Roll Topcap Active"] = true,
|
||||||
|
["Roll Topcap Inactive"] = true,
|
||||||
|
["Hold Tail Active"] = true,
|
||||||
|
["Hold Tail Inactive"] = true,
|
||||||
|
["Roll Tail Active"] = true,
|
||||||
|
["Roll Tail Inactive"] = true,
|
||||||
|
["Roll Explosion"] = true,
|
||||||
|
};
|
||||||
|
|
||||||
|
return ret;
|
||||||
|
After Width: | Height: | Size: 979 B |
@@ -0,0 +1,4 @@
|
|||||||
|
return Def.Sprite {
|
||||||
|
Texture=NOTESKIN:GetPath('Up','Hold BottomCap Active');
|
||||||
|
InitCommand=cmd(diffuse,color("0.5,0.5,0.5,0.5"));
|
||||||
|
};
|
||||||
|
After Width: | Height: | Size: 1.1 KiB |
@@ -0,0 +1,4 @@
|
|||||||
|
return Def.Sprite {
|
||||||
|
Texture=NOTESKIN:GetPath('Up','Roll BottomCap Active');
|
||||||
|
InitCommand=cmd(diffuse,color("0.5,0.5,0.5,0.5"));
|
||||||
|
};
|
||||||
|
After Width: | Height: | Size: 3.2 KiB |
|
After Width: | Height: | Size: 2.1 KiB |
|
After Width: | Height: | Size: 5.6 KiB |
@@ -0,0 +1,28 @@
|
|||||||
|
Materials: 3
|
||||||
|
"cells"
|
||||||
|
0.588235 0.588235 0.588235 1.000000
|
||||||
|
0.588235 0.588235 0.588235 1.000000
|
||||||
|
0.898039 0.898039 0.898039 1.000000
|
||||||
|
0.000000 0.000000 0.000000 1.000000
|
||||||
|
0.000000
|
||||||
|
1.000000
|
||||||
|
"tex\black.png"
|
||||||
|
""
|
||||||
|
"1 - Default"
|
||||||
|
0.588235 0.588235 0.588235 1.000000
|
||||||
|
0.588235 0.588235 0.588235 1.000000
|
||||||
|
0.898039 0.898039 0.898039 1.000000
|
||||||
|
0.000000 0.000000 0.000000 1.000000
|
||||||
|
0.000000
|
||||||
|
1.000000
|
||||||
|
"tex\color.ini"
|
||||||
|
""
|
||||||
|
"2 - Inside"
|
||||||
|
0.588235 0.588235 0.588235 1.000000
|
||||||
|
0.588235 0.588235 0.588235 1.000000
|
||||||
|
0.898039 0.898039 0.898039 1.000000
|
||||||
|
0.000000 0.000000 0.000000 1.000000
|
||||||
|
0.000000
|
||||||
|
1.000000
|
||||||
|
"tex\color in.jpg"
|
||||||
|
""
|
||||||
@@ -0,0 +1 @@
|
|||||||
|
Bones: 0
|
||||||
@@ -0,0 +1,949 @@
|
|||||||
|
// MilkShape 3D ASCII
|
||||||
|
|
||||||
|
Frames: 30
|
||||||
|
Frame: 1
|
||||||
|
|
||||||
|
Meshes: 3
|
||||||
|
"cell" 0 0
|
||||||
|
64
|
||||||
|
0 2.549132 27.005108 -5.999992 0.000000 0.000000 -1
|
||||||
|
0 -2.470720 27.005108 -5.999992 0.000000 0.000000 -1
|
||||||
|
0 -3.501126 29.003641 -3.999992 0.000000 0.000000 -1
|
||||||
|
0 3.515003 29.000792 -3.999992 0.000000 0.000000 -1
|
||||||
|
0 7.480893 22.005108 -5.999992 0.000000 0.000000 -1
|
||||||
|
0 9.515003 22.992289 -3.999992 0.000000 0.000000 -1
|
||||||
|
0 7.487095 -0.006020 -5.999992 0.000000 0.000000 -1
|
||||||
|
0 9.498875 3.988278 -3.999992 0.000000 0.000000 -1
|
||||||
|
0 -7.464517 22.005112 -5.999992 0.000000 0.000000 -1
|
||||||
|
0 -9.501126 22.993713 -3.999992 0.000000 0.000000 -1
|
||||||
|
0 -7.470722 0.000184 -5.999992 0.000000 0.000000 -1
|
||||||
|
0 -9.496346 5.006423 -3.999992 0.000000 0.000000 -1
|
||||||
|
0 -16.489040 12.002391 -3.999992 0.000000 0.000000 -1
|
||||||
|
0 -17.519123 9.995950 -5.999992 0.000000 0.000000 -1
|
||||||
|
0 -23.502296 9.990573 -5.999992 0.000000 0.000000 -1
|
||||||
|
0 -24.496029 11.991723 -3.999992 0.000000 0.000000 -1
|
||||||
|
0 -27.479452 5.977798 -5.999992 0.000000 0.000000 -1
|
||||||
|
0 -29.504972 7.003297 -3.999992 0.000000 0.000000 -1
|
||||||
|
0 -27.479452 0.022464 -5.999992 0.000000 0.000000 -1
|
||||||
|
0 -29.490093 -1.017060 -3.999992 0.000000 0.000000 -1
|
||||||
|
0 -0.491594 -27.002575 -5.999992 0.000000 0.000000 -1
|
||||||
|
0 -0.502999 -29.987505 -3.999992 0.000000 0.000000 -1
|
||||||
|
0 0.540664 -26.992649 -5.999992 0.000000 0.000000 -1
|
||||||
|
0 0.530027 -29.987507 -3.999992 0.000000 0.000000 -1
|
||||||
|
0 29.517078 -0.995554 -3.999992 0.000000 0.000000 -1
|
||||||
|
0 27.495455 -0.000695 -5.999992 0.000000 0.000000 -1
|
||||||
|
0 27.501657 5.992133 -5.999992 0.000000 0.000000 -1
|
||||||
|
0 29.517847 6.998812 -3.999992 0.000000 0.000000 -1
|
||||||
|
0 24.519735 12.004406 -3.999992 0.000000 0.000000 -1
|
||||||
|
0 23.485622 10.001644 -5.999992 0.000000 0.000000 -1
|
||||||
|
0 17.513138 10.005877 -5.999992 0.000000 0.000000 -1
|
||||||
|
0 16.503641 11.993057 -3.999992 0.000000 0.000000 -1
|
||||||
|
0 -3.501126 29.003641 3.999992 0.000000 0.000000 -1
|
||||||
|
0 -2.470720 27.005108 5.999992 0.000000 0.000000 -1
|
||||||
|
0 2.549132 27.005108 5.999992 0.000000 0.000000 -1
|
||||||
|
0 3.515003 29.000792 3.999992 0.000000 0.000000 -1
|
||||||
|
0 7.480893 22.005108 5.999992 0.000000 0.000000 -1
|
||||||
|
0 9.515003 22.992289 3.999992 0.000000 0.000000 -1
|
||||||
|
0 7.487095 -0.006020 5.999992 0.000000 0.000000 -1
|
||||||
|
0 9.498875 3.988278 3.999992 0.000000 0.000000 -1
|
||||||
|
0 -7.464517 22.005112 5.999992 0.000000 0.000000 -1
|
||||||
|
0 -9.501126 22.993713 3.999992 0.000000 0.000000 -1
|
||||||
|
0 -7.470722 0.000184 5.999992 0.000000 0.000000 -1
|
||||||
|
0 -9.496346 5.006423 3.999992 0.000000 0.000000 -1
|
||||||
|
0 -16.489040 12.002391 3.999992 0.000000 0.000000 -1
|
||||||
|
0 -17.519123 9.995950 5.999992 0.000000 0.000000 -1
|
||||||
|
0 -23.502296 9.990573 5.999992 0.000000 0.000000 -1
|
||||||
|
0 -24.496029 11.991723 3.999992 0.000000 0.000000 -1
|
||||||
|
0 -27.479452 5.977798 5.999992 0.000000 0.000000 -1
|
||||||
|
0 -29.504972 7.003297 3.999992 0.000000 0.000000 -1
|
||||||
|
0 -27.479452 0.022464 5.999992 0.000000 0.000000 -1
|
||||||
|
0 -29.490093 -1.017060 3.999992 0.000000 0.000000 -1
|
||||||
|
0 -0.491594 -27.002575 5.999992 0.000000 0.000000 -1
|
||||||
|
0 -0.502999 -29.981012 3.999992 0.000000 0.000000 -1
|
||||||
|
0 0.540664 -26.992649 5.999992 0.000000 0.000000 -1
|
||||||
|
0 0.530027 -29.981014 3.999992 0.000000 0.000000 -1
|
||||||
|
0 29.517078 -0.995554 3.999992 0.000000 0.000000 -1
|
||||||
|
0 27.495455 -0.000695 5.999992 0.000000 0.000000 -1
|
||||||
|
0 27.501657 5.992133 5.999992 0.000000 0.000000 -1
|
||||||
|
0 29.517847 6.998812 3.999992 0.000000 0.000000 -1
|
||||||
|
0 24.519735 12.004406 3.999992 0.000000 0.000000 -1
|
||||||
|
0 23.485622 10.001644 5.999992 0.000000 0.000000 -1
|
||||||
|
0 17.513138 10.005877 5.999992 0.000000 0.000000 -1
|
||||||
|
0 16.503641 11.993057 3.999992 0.000000 0.000000 -1
|
||||||
|
64
|
||||||
|
0.169806 0.655192 -0.736131
|
||||||
|
-0.250549 0.617210 -0.745840
|
||||||
|
-0.275250 0.836959 -0.473009
|
||||||
|
0.459405 0.785493 -0.414666
|
||||||
|
0.577221 0.333428 -0.745414
|
||||||
|
0.881916 0.227749 -0.412741
|
||||||
|
0.092722 0.371508 -0.923788
|
||||||
|
0.169860 0.707114 -0.686394
|
||||||
|
-0.573749 0.332170 -0.748649
|
||||||
|
-0.879427 0.314309 -0.357516
|
||||||
|
-0.141921 0.315683 -0.938191
|
||||||
|
-0.262755 0.616506 -0.742213
|
||||||
|
0.344982 0.840986 -0.416810
|
||||||
|
0.248845 0.616689 -0.746840
|
||||||
|
-0.168686 0.653382 -0.737995
|
||||||
|
-0.385134 0.776941 -0.498031
|
||||||
|
-0.575127 0.332429 -0.747475
|
||||||
|
-0.879422 0.314342 -0.357500
|
||||||
|
-0.650095 -0.165820 -0.741539
|
||||||
|
-0.785052 -0.458118 -0.416920
|
||||||
|
-0.329746 -0.522471 -0.786315
|
||||||
|
-0.234369 -0.850153 -0.471498
|
||||||
|
0.251898 -0.537389 -0.804835
|
||||||
|
0.353500 -0.814060 -0.460808
|
||||||
|
0.840352 -0.346008 -0.417236
|
||||||
|
0.615558 -0.250982 -0.747059
|
||||||
|
0.615191 0.250029 -0.747680
|
||||||
|
0.834314 0.438972 -0.333503
|
||||||
|
0.274670 0.837106 -0.473085
|
||||||
|
0.249963 0.616515 -0.746611
|
||||||
|
-0.167195 0.654806 -0.737072
|
||||||
|
-0.506100 0.780635 -0.366705
|
||||||
|
-0.391918 0.788978 0.473195
|
||||||
|
-0.250549 0.617210 0.745840
|
||||||
|
0.169806 0.655192 0.736131
|
||||||
|
0.325964 0.848082 0.417737
|
||||||
|
0.577221 0.333428 0.745414
|
||||||
|
0.832330 0.366307 0.415988
|
||||||
|
0.092722 0.371508 0.923788
|
||||||
|
0.236113 0.821103 0.519655
|
||||||
|
-0.573749 0.332170 0.748649
|
||||||
|
-0.825071 0.272863 0.494776
|
||||||
|
-0.141921 0.315683 0.938191
|
||||||
|
-0.318851 0.756020 0.571636
|
||||||
|
0.317238 0.776006 0.545137
|
||||||
|
0.248845 0.616689 0.746840
|
||||||
|
-0.168686 0.653382 0.737995
|
||||||
|
-0.395630 0.844991 0.359815
|
||||||
|
-0.575127 0.332429 0.747475
|
||||||
|
-0.825185 0.272671 0.494692
|
||||||
|
-0.650095 -0.165820 0.741539
|
||||||
|
-0.847433 -0.324937 0.419849
|
||||||
|
-0.329917 -0.522977 0.785907
|
||||||
|
-0.375728 -0.796362 0.473959
|
||||||
|
0.252032 -0.537990 0.804392
|
||||||
|
0.373498 -0.875660 0.306134
|
||||||
|
0.775167 -0.318440 0.545629
|
||||||
|
0.615558 -0.250982 0.747059
|
||||||
|
0.615191 0.250029 0.747680
|
||||||
|
0.901716 0.275241 0.333393
|
||||||
|
0.391503 0.789137 0.473273
|
||||||
|
0.249963 0.616515 0.746611
|
||||||
|
-0.167195 0.654806 0.737072
|
||||||
|
-0.366036 0.853817 0.370155
|
||||||
|
96
|
||||||
|
0 0 1 2 0 1 2 1
|
||||||
|
0 0 2 3 0 2 3 1
|
||||||
|
0 0 3 4 0 3 4 1
|
||||||
|
0 4 3 5 4 3 5 1
|
||||||
|
0 5 6 4 5 6 4 1
|
||||||
|
0 5 7 6 5 7 6 1
|
||||||
|
0 2 1 8 2 1 8 1
|
||||||
|
0 8 9 2 8 9 2 1
|
||||||
|
0 9 8 10 9 8 10 1
|
||||||
|
0 10 11 9 10 11 9 1
|
||||||
|
0 11 10 12 11 10 12 1
|
||||||
|
0 12 10 13 12 10 13 1
|
||||||
|
0 12 13 14 12 13 14 1
|
||||||
|
0 14 15 12 14 15 12 1
|
||||||
|
0 15 14 16 15 14 16 1
|
||||||
|
0 16 17 15 16 17 15 1
|
||||||
|
0 17 16 18 17 16 18 1
|
||||||
|
0 18 19 17 18 19 17 1
|
||||||
|
0 18 20 19 18 20 19 1
|
||||||
|
0 19 20 21 19 20 21 1
|
||||||
|
0 21 20 22 21 20 22 1
|
||||||
|
0 23 21 22 23 21 22 1
|
||||||
|
0 23 22 24 23 22 24 1
|
||||||
|
0 22 25 24 22 25 24 1
|
||||||
|
0 24 25 26 24 25 26 1
|
||||||
|
0 26 27 24 26 27 24 1
|
||||||
|
0 27 26 28 27 26 28 1
|
||||||
|
0 28 26 29 28 26 29 1
|
||||||
|
0 28 29 30 28 29 30 1
|
||||||
|
0 30 31 28 30 31 28 1
|
||||||
|
0 31 30 6 31 30 6 1
|
||||||
|
0 31 6 7 31 6 7 1
|
||||||
|
0 32 33 34 32 33 34 1
|
||||||
|
0 35 32 34 35 32 34 1
|
||||||
|
0 36 35 34 36 35 34 1
|
||||||
|
0 37 35 36 37 35 36 1
|
||||||
|
0 36 38 37 36 38 37 1
|
||||||
|
0 38 39 37 38 39 37 1
|
||||||
|
0 40 33 32 40 33 32 1
|
||||||
|
0 32 41 40 32 41 40 1
|
||||||
|
0 42 40 41 42 40 41 1
|
||||||
|
0 41 43 42 41 43 42 1
|
||||||
|
0 44 42 43 44 42 43 1
|
||||||
|
0 45 42 44 45 42 44 1
|
||||||
|
0 46 45 44 46 45 44 1
|
||||||
|
0 44 47 46 44 47 46 1
|
||||||
|
0 48 46 47 48 46 47 1
|
||||||
|
0 47 49 48 47 49 48 1
|
||||||
|
0 50 48 49 50 48 49 1
|
||||||
|
0 49 51 50 49 51 50 1
|
||||||
|
0 51 52 50 51 52 50 1
|
||||||
|
0 53 52 51 53 52 51 1
|
||||||
|
0 54 52 53 54 52 53 1
|
||||||
|
0 54 53 55 54 53 55 1
|
||||||
|
0 56 54 55 56 54 55 1
|
||||||
|
0 56 57 54 56 57 54 1
|
||||||
|
0 58 57 56 58 57 56 1
|
||||||
|
0 56 59 58 56 59 58 1
|
||||||
|
0 60 58 59 60 58 59 1
|
||||||
|
0 61 58 60 61 58 60 1
|
||||||
|
0 62 61 60 62 61 60 1
|
||||||
|
0 60 63 62 60 63 62 1
|
||||||
|
0 38 62 63 38 62 63 1
|
||||||
|
0 39 38 63 39 38 63 1
|
||||||
|
0 7 5 39 7 5 39 1
|
||||||
|
0 39 5 37 39 5 37 1
|
||||||
|
0 37 5 3 37 5 3 1
|
||||||
|
0 3 35 37 3 35 37 1
|
||||||
|
0 35 3 2 35 3 2 1
|
||||||
|
0 2 32 35 2 32 35 1
|
||||||
|
0 32 2 9 32 2 9 1
|
||||||
|
0 9 41 32 9 41 32 1
|
||||||
|
0 43 41 9 43 41 9 1
|
||||||
|
0 9 11 43 9 11 43 1
|
||||||
|
0 43 11 12 43 11 12 1
|
||||||
|
0 44 43 12 44 43 12 1
|
||||||
|
0 47 44 12 47 44 12 1
|
||||||
|
0 12 15 47 12 15 47 1
|
||||||
|
0 15 17 47 15 17 47 1
|
||||||
|
0 49 47 17 49 47 17 1
|
||||||
|
0 51 49 17 51 49 17 1
|
||||||
|
0 17 19 51 17 19 51 1
|
||||||
|
0 53 51 19 53 51 19 1
|
||||||
|
0 19 21 53 19 21 53 1
|
||||||
|
0 21 23 55 21 23 55 1
|
||||||
|
0 55 23 24 55 23 24 1
|
||||||
|
0 24 56 55 24 56 55 1
|
||||||
|
0 24 27 59 24 27 59 1
|
||||||
|
0 59 56 24 59 56 24 1
|
||||||
|
0 27 28 60 27 28 60 1
|
||||||
|
0 60 59 27 60 59 27 1
|
||||||
|
0 28 31 63 28 31 63 1
|
||||||
|
0 63 60 28 63 60 28 1
|
||||||
|
0 31 7 39 31 7 39 1
|
||||||
|
0 39 63 31 39 63 31 1
|
||||||
|
0 55 53 21 55 53 21 1
|
||||||
|
"inside" 0 2
|
||||||
|
136
|
||||||
|
0 0.545871 6.574782 4.000001 0.082192 0.409653 -1
|
||||||
|
0 0.527650 6.000967 6.000000 0.082126 0.416299 -1
|
||||||
|
0 3.517759 8.995436 6.000000 0.088233 0.377420 -1
|
||||||
|
0 3.013403 9.081276 4.000001 0.087090 0.376297 -1
|
||||||
|
0 3.514073 18.989233 6.000000 0.088225 0.246740 -1
|
||||||
|
0 3.013403 19.081276 4.000001 0.087090 0.245537 -1
|
||||||
|
0 1.491741 20.995436 6.000000 0.083642 0.220507 -1
|
||||||
|
0 -1.478017 20.995436 6.000000 0.076913 0.220507 -1
|
||||||
|
0 -1.506077 20.652702 4.000001 0.076850 0.224988 -1
|
||||||
|
0 -3.484221 19.005362 6.000000 0.072367 0.246529 -1
|
||||||
|
0 -2.986597 19.081276 4.000001 0.073495 0.245537 -1
|
||||||
|
0 -3.478692 9.015251 6.000000 0.072380 0.377160 -1
|
||||||
|
0 -0.476883 6.005363 6.000000 0.078414 0.416249 -1
|
||||||
|
0 -0.467116 6.613743 4.000001 0.078449 0.409203 -1
|
||||||
|
0 -0.498861 -7.986947 6.000000 0.079132 0.611176 -1
|
||||||
|
0 0.515562 -7.994639 6.000000 0.081431 0.611277 -1
|
||||||
|
0 0.526949 -7.493545 4.000000 0.081456 0.604724 -1
|
||||||
|
0 3.492485 -4.994639 6.000000 0.088176 0.565923 -1
|
||||||
|
0 3.000633 -4.993546 4.000000 0.087061 0.565909 -1
|
||||||
|
0 3.507869 6.000966 6.000000 0.088211 0.416576 -1
|
||||||
|
0 2.995759 4.994668 4.000000 0.087050 0.429734 -1
|
||||||
|
0 0.522155 2.996570 6.000000 0.082559 0.450850 -1
|
||||||
|
0 -0.472487 3.005361 6.000000 0.077660 0.450736 -1
|
||||||
|
0 -0.486608 2.542022 4.000000 0.077629 0.456794 -1
|
||||||
|
0 -3.474295 5.996571 6.000000 0.072390 0.416633 -1
|
||||||
|
0 -3.004789 4.996567 4.000000 0.073454 0.429710 -1
|
||||||
|
0 -3.498861 -4.986946 6.000000 0.072334 0.565822 -1
|
||||||
|
0 -0.516910 -7.467229 4.000000 0.079091 0.604379 -1
|
||||||
|
0 -0.571486 -22.010983 6.000000 0.078967 0.782863 -1
|
||||||
|
0 0.539625 -21.973946 6.000000 0.081485 0.782379 -1
|
||||||
|
0 0.506847 -21.462547 4.000000 0.081411 0.775691 -1
|
||||||
|
0 22.490080 0.991055 6.000000 0.129343 0.482086 -1
|
||||||
|
0 22.011435 0.996168 4.000000 0.128259 0.482019 -1
|
||||||
|
0 22.477116 4.003556 6.000000 0.129174 0.447705 -1
|
||||||
|
0 22.002260 4.005342 4.000000 0.128099 0.447682 -1
|
||||||
|
0 21.502117 4.991519 6.000000 0.126965 0.434786 -1
|
||||||
|
0 21.506847 4.546627 4.000000 0.126976 0.440604 -1
|
||||||
|
0 18.494793 4.993823 6.000000 0.122100 0.434200 -1
|
||||||
|
0 7.507869 -6.010023 6.000000 0.097274 0.573633 -1
|
||||||
|
0 7.534371 -6.462548 4.000000 0.097334 0.579549 -1
|
||||||
|
0 4.530946 -6.002331 6.000000 0.090529 0.573532 -1
|
||||||
|
0 4.497674 -6.517594 4.000000 0.090453 0.580270 -1
|
||||||
|
0 0.515562 -10.010023 6.000000 0.081431 0.625937 -1
|
||||||
|
0 -0.506554 -10.002331 6.000000 0.079114 0.625836 -1
|
||||||
|
0 -0.513281 -10.449017 4.000000 0.079099 0.631677 -1
|
||||||
|
0 -4.498861 -6.002331 6.000000 0.070068 0.573532 -1
|
||||||
|
0 -7.476655 -6.006133 6.000000 0.063321 0.573581 -1
|
||||||
|
0 -7.474803 -6.453374 4.000000 0.063325 0.579429 -1
|
||||||
|
0 -18.496527 5.005362 6.000000 0.038421 0.433492 -1
|
||||||
|
0 -21.486635 5.000965 6.000000 0.033316 0.434663 -1
|
||||||
|
0 -21.474804 4.555800 4.000000 0.033342 0.440484 -1
|
||||||
|
0 -22.497412 4.003303 6.000000 0.031025 0.447708 -1
|
||||||
|
0 -21.988565 3.996168 4.000000 0.032178 0.447802 -1
|
||||||
|
0 -22.497414 1.011768 6.000000 0.030886 0.481258 -1
|
||||||
|
0 -21.997740 0.996168 4.000000 0.032018 0.481462 -1
|
||||||
|
0 -21.997740 0.996168 -4.000000 0.032018 0.481462 -1
|
||||||
|
0 -21.988565 3.996168 -4.000000 0.032178 0.447802 -1
|
||||||
|
0 -18.493153 4.537452 -4.000000 0.038428 0.439610 -1
|
||||||
|
0 -21.474804 4.555800 -4.000000 0.033342 0.440484 -1
|
||||||
|
0 -0.502327 -21.471722 -4.000000 0.079124 0.775811 -1
|
||||||
|
0 -0.513281 -10.449017 -4.000000 0.079099 0.631677 -1
|
||||||
|
0 0.511512 -10.473810 -4.000000 0.081421 0.632002 -1
|
||||||
|
0 0.506847 -21.462547 -4.000000 0.081411 0.775691 -1
|
||||||
|
0 -7.474803 -6.453374 -4.000000 0.063325 0.579429 -1
|
||||||
|
0 -4.502326 -6.471723 -4.000000 0.070060 0.579670 -1
|
||||||
|
0 4.497674 -6.517594 -4.000000 0.090453 0.580270 -1
|
||||||
|
0 7.534371 -6.462548 -4.000000 0.097334 0.579549 -1
|
||||||
|
0 22.011435 0.996168 -4.000000 0.128259 0.482019 -1
|
||||||
|
0 18.506847 4.528278 -4.000000 0.122127 0.440287 -1
|
||||||
|
0 21.506847 4.546627 -4.000000 0.126976 0.440604 -1
|
||||||
|
0 22.002260 4.005342 -4.000000 0.128099 0.447682 -1
|
||||||
|
0 -0.467116 6.575283 -4.000001 0.078449 0.409648 -1
|
||||||
|
0 -2.999583 9.042815 -4.000001 0.073465 0.376800 -1
|
||||||
|
0 3.013403 9.042815 -4.000001 0.087090 0.376800 -1
|
||||||
|
0 0.545871 6.536322 -4.000001 0.082192 0.410099 -1
|
||||||
|
0 -2.986597 19.042814 -4.000001 0.073495 0.246039 -1
|
||||||
|
0 -1.506077 20.614243 -4.000001 0.076850 0.225491 -1
|
||||||
|
0 1.493923 20.614243 -4.000001 0.083647 0.225491 -1
|
||||||
|
0 3.013403 19.042814 -4.000001 0.087090 0.246039 -1
|
||||||
|
0 -2.999583 9.081276 4.000001 0.073465 0.376297 -1
|
||||||
|
0 1.493923 20.652702 4.000001 0.083647 0.224988 -1
|
||||||
|
0 -3.484221 19.005363 -5.999992 0.072367 0.246529 -1
|
||||||
|
0 -1.478017 20.995438 -5.999992 0.076913 0.220507 -1
|
||||||
|
0 1.491741 20.995438 -5.999992 0.083642 0.220507 -1
|
||||||
|
0 3.514073 18.989235 -5.999992 0.088225 0.246740 -1
|
||||||
|
0 3.517759 8.995436 -5.999992 0.088233 0.377420 -1
|
||||||
|
0 0.527650 6.000967 -5.999992 0.082126 0.416299 -1
|
||||||
|
0 -0.476883 6.005363 -5.999992 0.078414 0.416249 -1
|
||||||
|
0 -3.478692 9.015251 -5.999992 0.072380 0.377160 -1
|
||||||
|
0 0.526949 -7.493545 -4.000000 0.081456 0.604724 -1
|
||||||
|
0 -0.516910 -7.467229 -4.000000 0.079091 0.604379 -1
|
||||||
|
0 -2.999367 -5.011089 -4.000000 0.073466 0.566138 -1
|
||||||
|
0 3.000633 -4.993546 -4.000000 0.087061 0.565909 -1
|
||||||
|
0 -3.004789 4.996567 -4.000000 0.073454 0.429710 -1
|
||||||
|
0 -0.486608 2.542022 -4.000000 0.077629 0.456794 -1
|
||||||
|
0 0.522483 2.523840 -4.000000 0.082560 0.457032 -1
|
||||||
|
0 2.995759 4.994668 -4.000000 0.087050 0.429734 -1
|
||||||
|
0 0.515562 -7.994638 -5.999992 0.081431 0.611277 -1
|
||||||
|
0 -0.498861 -7.986946 -5.999992 0.079132 0.611176 -1
|
||||||
|
0 -3.498861 -4.986946 -5.999992 0.072334 0.565822 -1
|
||||||
|
0 -3.474295 5.996571 -5.999992 0.072390 0.416633 -1
|
||||||
|
0 -0.472487 3.005361 -5.999992 0.077660 0.450736 -1
|
||||||
|
0 0.522155 2.996570 -5.999992 0.082559 0.450850 -1
|
||||||
|
0 3.507869 6.000966 -5.999992 0.088211 0.416576 -1
|
||||||
|
0 3.492485 -4.994639 -5.999992 0.088176 0.565923 -1
|
||||||
|
0 -2.999367 -5.011089 4.000000 0.073466 0.566138 -1
|
||||||
|
0 0.522483 2.523840 4.000000 0.082560 0.457032 -1
|
||||||
|
0 -18.493153 4.537452 4.000000 0.038428 0.439610 -1
|
||||||
|
0 -0.502327 -21.471722 4.000000 0.079124 0.775811 -1
|
||||||
|
0 0.511512 -10.473810 4.000000 0.081421 0.632002 -1
|
||||||
|
0 -4.502326 -6.471723 4.000000 0.070060 0.579670 -1
|
||||||
|
0 18.506847 4.528278 4.000000 0.122127 0.440287 -1
|
||||||
|
0 0.539625 -21.973946 -5.999992 0.081485 0.782379 -1
|
||||||
|
0 -0.571486 -22.010983 -5.999992 0.078967 0.782863 -1
|
||||||
|
0 -22.497414 1.011768 -5.999992 0.030886 0.481258 -1
|
||||||
|
0 -22.497412 4.003303 -5.999992 0.031025 0.447708 -1
|
||||||
|
0 -21.486635 5.000965 -5.999992 0.033316 0.434663 -1
|
||||||
|
0 -18.496527 5.005362 -5.999992 0.038421 0.433492 -1
|
||||||
|
0 -7.476655 -6.006133 -5.999992 0.063321 0.573581 -1
|
||||||
|
0 -4.498861 -6.002331 -5.999992 0.070068 0.573532 -1
|
||||||
|
0 -0.506554 -10.002331 -5.999992 0.079114 0.625836 -1
|
||||||
|
0 0.515562 -10.010023 -5.999992 0.081431 0.625937 -1
|
||||||
|
0 4.530946 -6.002331 -5.999992 0.090529 0.573532 -1
|
||||||
|
0 7.507869 -6.010023 -5.999992 0.097274 0.573633 -1
|
||||||
|
0 18.494793 4.993823 -5.999992 0.122100 0.434200 -1
|
||||||
|
0 21.502117 4.991519 -5.999992 0.126965 0.434786 -1
|
||||||
|
0 22.477116 4.003556 -5.999992 0.129174 0.447705 -1
|
||||||
|
0 22.490080 0.991055 -5.999992 0.129343 0.482086 -1
|
||||||
|
0 27.495455 -0.000695 6.000000 0.139989 0.500622 -1
|
||||||
|
0 27.501657 5.992133 6.000000 0.140002 0.422259 -1
|
||||||
|
0 -27.479452 5.977798 6.000000 0.020154 0.421890 -1
|
||||||
|
0 -27.479452 0.022464 6.000000 0.020154 0.499762 -1
|
||||||
|
0 -27.479452 0.022464 -5.999992 0.020154 0.499762 -1
|
||||||
|
0 -27.479452 5.977798 -5.999992 0.020154 0.421890 -1
|
||||||
|
0 27.495455 -0.000695 -5.999992 0.139989 0.500622 -1
|
||||||
|
0 27.501657 5.992133 -5.999992 0.140002 0.422259 -1
|
||||||
|
132
|
||||||
|
-0.426003 0.735887 0.526300
|
||||||
|
-0.233622 0.933613 0.271639
|
||||||
|
-0.840566 0.491072 0.228685
|
||||||
|
-0.417847 0.108732 0.901987
|
||||||
|
-0.941515 -0.251044 0.224779
|
||||||
|
-0.757997 -0.443457 0.478316
|
||||||
|
-0.381686 -0.910051 0.161625
|
||||||
|
0.508190 -0.847889 0.151087
|
||||||
|
0.164191 -0.601932 0.781486
|
||||||
|
0.901153 -0.379340 0.209819
|
||||||
|
0.835235 -0.343913 0.429077
|
||||||
|
0.896069 0.375877 0.236171
|
||||||
|
0.374691 0.886508 0.271497
|
||||||
|
0.303934 0.709402 0.635904
|
||||||
|
0.258768 0.936216 0.237776
|
||||||
|
-0.497396 0.841970 0.209006
|
||||||
|
-0.175843 0.691709 0.700441
|
||||||
|
-0.900271 0.374705 0.221605
|
||||||
|
-0.553527 0.230042 0.800430
|
||||||
|
-0.792205 -0.442883 0.419841
|
||||||
|
0.198560 -0.647221 0.735988
|
||||||
|
0.370703 -0.903729 0.214134
|
||||||
|
-0.379445 -0.900750 0.211355
|
||||||
|
-0.267234 -0.635861 0.724063
|
||||||
|
-0.258962 -0.891115 0.372629
|
||||||
|
0.571732 -0.320158 0.755394
|
||||||
|
0.900007 0.376839 0.219045
|
||||||
|
0.444512 0.743294 0.499923
|
||||||
|
0.375212 0.894913 0.241549
|
||||||
|
-0.399682 0.886488 0.233225
|
||||||
|
-0.241609 0.544018 0.803535
|
||||||
|
-0.850800 0.481857 0.209650
|
||||||
|
-0.493354 0.125175 0.860775
|
||||||
|
-0.942194 -0.249067 0.224134
|
||||||
|
-0.696036 -0.345465 0.629434
|
||||||
|
-0.513100 -0.837067 0.189863
|
||||||
|
-0.193002 -0.697426 0.690179
|
||||||
|
0.377837 -0.901832 0.209617
|
||||||
|
0.375427 -0.902918 0.209271
|
||||||
|
0.268558 -0.635314 0.724053
|
||||||
|
0.253267 -0.940355 0.227132
|
||||||
|
0.373504 -0.627253 0.683409
|
||||||
|
0.368185 -0.905916 0.209181
|
||||||
|
-0.380733 -0.902178 0.202776
|
||||||
|
-0.312068 -0.732110 0.605498
|
||||||
|
-0.377631 -0.902363 0.207692
|
||||||
|
-0.376334 -0.904227 0.201855
|
||||||
|
-0.306911 -0.733768 0.606126
|
||||||
|
-0.377530 -0.902841 0.205790
|
||||||
|
0.374445 -0.904627 0.203569
|
||||||
|
0.350872 -0.823859 0.445136
|
||||||
|
0.848189 -0.485865 0.210973
|
||||||
|
0.632921 -0.140551 0.761352
|
||||||
|
0.941860 0.240138 0.235017
|
||||||
|
0.629501 0.356219 0.690533
|
||||||
|
0.694496 0.177608 -0.697230
|
||||||
|
0.586021 -0.294361 -0.754938
|
||||||
|
-0.263615 -0.446117 -0.855270
|
||||||
|
0.229548 -0.830755 -0.507103
|
||||||
|
0.177857 0.424208 -0.887927
|
||||||
|
-0.240617 -0.559147 -0.793384
|
||||||
|
0.260430 -0.640802 -0.722183
|
||||||
|
-0.150200 0.344553 -0.926673
|
||||||
|
-0.185852 -0.700887 -0.688634
|
||||||
|
-0.373313 -0.631262 -0.679813
|
||||||
|
0.235541 -0.551850 -0.799988
|
||||||
|
0.268558 -0.635314 -0.724053
|
||||||
|
-0.558017 0.224228 -0.798961
|
||||||
|
0.234425 -0.556459 -0.797119
|
||||||
|
-0.313581 -0.728305 -0.609293
|
||||||
|
-0.642324 -0.210083 -0.737079
|
||||||
|
0.306530 0.716441 -0.626699
|
||||||
|
0.577698 0.154752 -0.801447
|
||||||
|
-0.378603 0.221494 -0.898666
|
||||||
|
-0.289905 0.722738 -0.627379
|
||||||
|
0.757912 -0.438868 -0.482663
|
||||||
|
0.191605 -0.440985 -0.876823
|
||||||
|
-0.191682 -0.713712 -0.673701
|
||||||
|
-0.829575 -0.344609 -0.439374
|
||||||
|
0.428936 0.181684 0.884876
|
||||||
|
-0.244206 -0.573288 0.782115
|
||||||
|
0.941337 -0.250330 -0.226316
|
||||||
|
0.383959 -0.906209 -0.177091
|
||||||
|
-0.503088 -0.847547 -0.169017
|
||||||
|
-0.899997 -0.379100 -0.215146
|
||||||
|
-0.938372 0.246915 -0.241850
|
||||||
|
-0.367118 0.897412 -0.244697
|
||||||
|
0.375924 0.890688 -0.255648
|
||||||
|
0.839355 0.498481 -0.216794
|
||||||
|
-0.175843 0.691709 -0.700442
|
||||||
|
0.444512 0.743293 -0.499924
|
||||||
|
0.490340 0.130046 -0.861774
|
||||||
|
-0.553526 0.230042 -0.800431
|
||||||
|
-0.189592 -0.651097 -0.734933
|
||||||
|
-0.183159 -0.436075 -0.881074
|
||||||
|
0.177328 -0.699077 -0.692709
|
||||||
|
0.198560 -0.647221 -0.735989
|
||||||
|
-0.497396 0.841970 -0.209006
|
||||||
|
0.258768 0.936216 -0.237777
|
||||||
|
0.842085 0.497804 -0.207568
|
||||||
|
0.793869 -0.443083 -0.416472
|
||||||
|
-0.378237 -0.899805 -0.217459
|
||||||
|
0.495488 -0.844803 -0.201987
|
||||||
|
-0.792204 -0.442883 -0.419843
|
||||||
|
-0.900271 0.374705 -0.221605
|
||||||
|
0.349363 0.147326 0.925332
|
||||||
|
0.226644 -0.557256 0.798810
|
||||||
|
-0.147967 -0.352058 0.924208
|
||||||
|
0.104073 0.244752 0.963984
|
||||||
|
0.175034 -0.436327 0.882600
|
||||||
|
-0.233891 -0.556756 0.797068
|
||||||
|
0.234425 -0.556460 0.797118
|
||||||
|
-0.394645 0.888735 -0.233248
|
||||||
|
0.368762 0.894189 -0.253853
|
||||||
|
0.848431 0.481177 -0.220528
|
||||||
|
0.938303 -0.250853 -0.238035
|
||||||
|
0.508114 -0.838633 -0.196251
|
||||||
|
-0.250212 -0.943696 -0.216407
|
||||||
|
-0.497086 -0.846376 -0.191191
|
||||||
|
-0.250545 -0.943250 -0.217960
|
||||||
|
-0.383686 -0.900106 -0.206384
|
||||||
|
0.372887 -0.904057 -0.208891
|
||||||
|
0.378857 -0.900080 -0.215227
|
||||||
|
0.375427 -0.902917 -0.209272
|
||||||
|
0.377837 -0.901831 -0.209618
|
||||||
|
-0.380618 -0.902859 -0.199938
|
||||||
|
-0.905945 -0.366727 -0.211603
|
||||||
|
-0.905726 0.363690 -0.217691
|
||||||
|
-0.341889 0.000354 0.939740
|
||||||
|
0.342244 0.000000 0.939611
|
||||||
|
0.342243 0.000000 -0.939612
|
||||||
|
-0.341888 0.000354 -0.939741
|
||||||
|
184
|
||||||
|
0 0 1 2 0 1 2 1
|
||||||
|
0 3 2 4 3 2 4 1
|
||||||
|
0 5 4 6 5 4 6 1
|
||||||
|
0 6 7 8 6 7 8 1
|
||||||
|
0 7 9 10 7 9 10 1
|
||||||
|
0 10 9 11 10 9 11 1
|
||||||
|
0 11 12 13 11 12 13 1
|
||||||
|
0 13 12 1 13 12 1 1
|
||||||
|
0 14 15 16 14 15 16 1
|
||||||
|
0 15 17 18 15 17 18 1
|
||||||
|
0 18 17 19 18 17 19 1
|
||||||
|
0 20 19 21 20 19 21 1
|
||||||
|
0 21 22 23 21 22 23 1
|
||||||
|
0 23 22 24 23 22 24 1
|
||||||
|
0 25 24 26 25 24 26 1
|
||||||
|
0 26 14 27 26 14 27 1
|
||||||
|
0 28 29 30 28 29 30 1
|
||||||
|
0 30 29 31 30 29 31 1
|
||||||
|
0 32 31 33 32 31 33 1
|
||||||
|
0 34 33 35 34 33 35 1
|
||||||
|
0 36 35 37 36 35 37 1
|
||||||
|
0 37 38 39 37 38 39 1
|
||||||
|
0 39 38 40 39 38 40 1
|
||||||
|
0 41 40 42 41 40 42 1
|
||||||
|
0 42 43 44 42 43 44 1
|
||||||
|
0 44 43 45 44 43 45 1
|
||||||
|
0 45 46 47 45 46 47 1
|
||||||
|
0 47 46 48 47 46 48 1
|
||||||
|
0 48 49 50 48 49 50 1
|
||||||
|
0 50 49 51 50 49 51 1
|
||||||
|
0 52 51 53 52 51 53 1
|
||||||
|
0 54 53 28 54 53 28 1
|
||||||
|
0 55 56 57 55 56 57 1
|
||||||
|
0 57 56 58 57 56 58 1
|
||||||
|
0 59 55 57 59 55 57 1
|
||||||
|
0 59 60 61 59 60 61 1
|
||||||
|
0 61 62 59 61 62 59 1
|
||||||
|
0 59 57 63 59 57 63 1
|
||||||
|
0 63 64 59 63 64 59 1
|
||||||
|
0 59 64 60 59 64 60 1
|
||||||
|
0 61 65 62 61 65 62 1
|
||||||
|
0 62 65 66 62 65 66 1
|
||||||
|
0 67 62 66 67 62 66 1
|
||||||
|
0 66 68 67 66 68 67 1
|
||||||
|
0 67 68 69 67 68 69 1
|
||||||
|
0 69 70 67 69 70 67 1
|
||||||
|
0 71 72 73 71 72 73 1
|
||||||
|
0 73 74 71 73 74 71 1
|
||||||
|
0 72 75 76 72 75 76 1
|
||||||
|
0 77 78 73 77 78 73 1
|
||||||
|
0 73 72 76 73 72 76 1
|
||||||
|
0 76 77 73 76 77 73 1
|
||||||
|
0 3 79 13 3 79 13 1
|
||||||
|
0 13 0 3 13 0 3 1
|
||||||
|
0 8 10 79 8 10 79 1
|
||||||
|
0 3 5 80 3 5 80 1
|
||||||
|
0 8 79 3 8 79 3 1
|
||||||
|
0 3 80 8 3 80 8 1
|
||||||
|
0 2 3 0 2 3 0 1
|
||||||
|
0 4 5 3 4 5 3 1
|
||||||
|
0 6 80 5 6 80 5 1
|
||||||
|
0 8 80 6 8 80 6 1
|
||||||
|
0 10 8 7 10 8 7 1
|
||||||
|
0 11 79 10 11 79 10 1
|
||||||
|
0 13 79 11 13 79 11 1
|
||||||
|
0 1 0 13 1 0 13 1
|
||||||
|
0 75 81 82 75 81 82 1
|
||||||
|
0 82 76 75 82 76 75 1
|
||||||
|
0 82 83 77 82 83 77 1
|
||||||
|
0 77 76 82 77 76 82 1
|
||||||
|
0 83 84 78 83 84 78 1
|
||||||
|
0 78 77 83 78 77 83 1
|
||||||
|
0 78 84 85 78 84 85 1
|
||||||
|
0 85 73 78 85 73 78 1
|
||||||
|
0 73 85 86 73 85 86 1
|
||||||
|
0 86 74 73 86 74 73 1
|
||||||
|
0 86 87 71 86 87 71 1
|
||||||
|
0 71 74 86 71 74 86 1
|
||||||
|
0 71 87 88 71 87 88 1
|
||||||
|
0 88 72 71 88 72 71 1
|
||||||
|
0 72 88 81 72 88 81 1
|
||||||
|
0 81 75 72 81 75 72 1
|
||||||
|
0 89 90 91 89 90 91 1
|
||||||
|
0 89 91 92 89 91 92 1
|
||||||
|
0 91 93 94 91 93 94 1
|
||||||
|
0 95 96 92 95 96 92 1
|
||||||
|
0 92 91 94 92 91 94 1
|
||||||
|
0 92 94 95 92 94 95 1
|
||||||
|
0 89 97 98 89 97 98 1
|
||||||
|
0 98 90 89 98 90 89 1
|
||||||
|
0 90 98 99 90 98 99 1
|
||||||
|
0 90 99 91 90 99 91 1
|
||||||
|
0 91 99 100 91 99 100 1
|
||||||
|
0 100 93 91 100 93 91 1
|
||||||
|
0 101 94 93 101 94 93 1
|
||||||
|
0 93 100 101 93 100 101 1
|
||||||
|
0 95 94 101 95 94 101 1
|
||||||
|
0 101 102 95 101 102 95 1
|
||||||
|
0 96 95 102 96 95 102 1
|
||||||
|
0 102 103 96 102 103 96 1
|
||||||
|
0 103 104 92 103 104 92 1
|
||||||
|
0 92 96 103 92 96 103 1
|
||||||
|
0 92 104 97 92 104 97 1
|
||||||
|
0 97 89 92 97 89 92 1
|
||||||
|
0 105 27 16 105 27 16 1
|
||||||
|
0 18 105 16 18 105 16 1
|
||||||
|
0 23 25 105 23 25 105 1
|
||||||
|
0 18 20 106 18 20 106 1
|
||||||
|
0 23 105 18 23 105 18 1
|
||||||
|
0 106 23 18 106 23 18 1
|
||||||
|
0 16 27 14 16 27 14 1
|
||||||
|
0 15 18 16 15 18 16 1
|
||||||
|
0 19 20 18 19 20 18 1
|
||||||
|
0 21 106 20 21 106 20 1
|
||||||
|
0 23 106 21 23 106 21 1
|
||||||
|
0 24 25 23 24 25 23 1
|
||||||
|
0 26 105 25 26 105 25 1
|
||||||
|
0 27 105 26 27 105 26 1
|
||||||
|
0 107 52 54 107 52 54 1
|
||||||
|
0 50 52 107 50 52 107 1
|
||||||
|
0 107 54 108 107 54 108 1
|
||||||
|
0 109 44 108 109 44 108 1
|
||||||
|
0 108 30 109 108 30 109 1
|
||||||
|
0 47 107 108 47 107 108 1
|
||||||
|
0 108 110 47 108 110 47 1
|
||||||
|
0 44 110 108 44 110 108 1
|
||||||
|
0 30 41 109 30 41 109 1
|
||||||
|
0 39 41 30 39 41 30 1
|
||||||
|
0 39 30 32 39 30 32 1
|
||||||
|
0 32 111 39 32 111 39 1
|
||||||
|
0 36 111 32 36 111 32 1
|
||||||
|
0 32 34 36 32 34 36 1
|
||||||
|
0 30 108 28 30 108 28 1
|
||||||
|
0 31 32 30 31 32 30 1
|
||||||
|
0 33 34 32 33 34 32 1
|
||||||
|
0 35 36 34 35 36 34 1
|
||||||
|
0 37 111 36 37 111 36 1
|
||||||
|
0 39 111 37 39 111 37 1
|
||||||
|
0 40 41 39 40 41 39 1
|
||||||
|
0 109 41 42 109 41 42 1
|
||||||
|
0 44 109 42 44 109 42 1
|
||||||
|
0 45 110 44 45 110 44 1
|
||||||
|
0 47 110 45 47 110 45 1
|
||||||
|
0 48 107 47 48 107 47 1
|
||||||
|
0 50 107 48 50 107 48 1
|
||||||
|
0 51 52 50 51 52 50 1
|
||||||
|
0 53 54 52 53 54 52 1
|
||||||
|
0 28 108 54 28 108 54 1
|
||||||
|
0 112 113 59 112 113 59 1
|
||||||
|
0 59 62 112 59 62 112 1
|
||||||
|
0 114 55 59 114 55 59 1
|
||||||
|
0 59 113 114 59 113 114 1
|
||||||
|
0 55 114 115 55 114 115 1
|
||||||
|
0 115 56 55 115 56 55 1
|
||||||
|
0 56 115 116 56 115 116 1
|
||||||
|
0 116 58 56 116 58 56 1
|
||||||
|
0 58 116 117 58 116 117 1
|
||||||
|
0 117 57 58 117 57 58 1
|
||||||
|
0 57 117 118 57 117 118 1
|
||||||
|
0 118 63 57 118 63 57 1
|
||||||
|
0 63 118 119 63 118 119 1
|
||||||
|
0 64 63 119 64 63 119 1
|
||||||
|
0 120 60 64 120 60 64 1
|
||||||
|
0 119 120 64 119 120 64 1
|
||||||
|
0 61 60 120 61 60 120 1
|
||||||
|
0 120 121 61 120 121 61 1
|
||||||
|
0 61 121 122 61 121 122 1
|
||||||
|
0 122 65 61 122 65 61 1
|
||||||
|
0 66 65 122 66 65 122 1
|
||||||
|
0 122 123 66 122 123 66 1
|
||||||
|
0 66 123 124 66 123 124 1
|
||||||
|
0 124 68 66 124 68 66 1
|
||||||
|
0 69 68 124 69 68 124 1
|
||||||
|
0 124 125 69 124 125 69 1
|
||||||
|
0 126 70 69 126 70 69 1
|
||||||
|
0 69 125 126 69 125 126 1
|
||||||
|
0 126 127 67 126 127 67 1
|
||||||
|
0 67 70 126 67 70 126 1
|
||||||
|
0 67 127 112 67 127 112 1
|
||||||
|
0 112 62 67 112 62 67 1
|
||||||
|
0 128 129 34 128 128 34 1
|
||||||
|
0 130 131 52 129 129 52 1
|
||||||
|
0 132 133 56 130 130 56 1
|
||||||
|
0 134 70 135 131 70 131 1
|
||||||
|
"scroller" 0 1
|
||||||
|
96
|
||||||
|
0 -1.478017 20.995436 6.000000 0.076939 0.215925 -1
|
||||||
|
0 1.491741 20.995436 6.000000 0.083416 0.215925 -1
|
||||||
|
0 2.549132 27.005108 6.000000 0.085722 0.136089 -1
|
||||||
|
0 -2.470720 27.005108 6.000000 0.074773 0.136089 -1
|
||||||
|
0 3.514073 18.989233 6.000000 0.087827 0.240642 -1
|
||||||
|
0 7.480893 22.005108 6.000000 0.096479 0.201305 -1
|
||||||
|
0 -7.464517 22.005110 6.000000 0.063881 0.201305 -1
|
||||||
|
0 -3.484221 19.005362 6.000000 0.072382 0.241157 -1
|
||||||
|
0 3.517759 8.995436 6.000000 0.087745 0.381147 -1
|
||||||
|
0 -3.478692 9.015251 6.000000 0.072303 0.381614 -1
|
||||||
|
0 -0.476883 6.005363 6.000000 0.077857 0.415795 -1
|
||||||
|
0 -3.474295 5.996571 6.000000 0.072223 0.416635 -1
|
||||||
|
0 -0.472487 3.005361 6.000000 0.077713 0.449122 -1
|
||||||
|
0 0.522155 2.996570 6.000000 0.082580 0.449237 -1
|
||||||
|
0 0.527650 6.000967 6.000000 0.082488 0.415853 -1
|
||||||
|
0 3.507869 6.000966 6.000000 0.087724 0.416578 -1
|
||||||
|
0 -0.506554 -10.002331 6.000000 0.077611 0.635467 -1
|
||||||
|
0 0.515562 -10.010023 6.000000 0.082824 0.635567 -1
|
||||||
|
0 0.515562 -7.994639 6.000000 0.081197 0.612182 -1
|
||||||
|
0 -0.498861 -7.986947 6.000000 0.078984 0.612080 -1
|
||||||
|
0 7.487095 -0.006020 6.000000 0.096403 0.494928 -1
|
||||||
|
0 -7.470722 0.000184 6.000000 0.063777 0.494848 -1
|
||||||
|
0 -3.498861 -4.986946 6.000000 0.072169 0.572951 -1
|
||||||
|
0 3.492485 -4.994639 6.000000 0.087689 0.573052 -1
|
||||||
|
0 -4.498861 -6.002331 6.000000 0.068903 0.583294 -1
|
||||||
|
0 4.530946 -6.002331 6.000000 0.091582 0.583294 -1
|
||||||
|
0 7.507869 -6.010023 6.000000 0.098076 0.583394 -1
|
||||||
|
0 -7.476655 -6.006133 6.000000 0.062408 0.583344 -1
|
||||||
|
0 -18.496527 5.005362 6.000000 0.038553 0.433916 -1
|
||||||
|
0 -17.519123 9.995950 6.000000 0.041860 0.364471 -1
|
||||||
|
0 -21.486635 5.000965 6.000000 0.033025 0.433973 -1
|
||||||
|
0 -23.502296 9.990573 6.000000 0.028809 0.364541 -1
|
||||||
|
0 -27.479452 5.977798 6.000000 0.020135 0.416880 -1
|
||||||
|
0 -22.497412 4.003303 6.000000 0.030821 0.446985 -1
|
||||||
|
0 -27.479452 0.022464 6.000000 0.020135 0.494557 -1
|
||||||
|
0 -22.497414 1.011768 6.000000 0.030821 0.486005 -1
|
||||||
|
0 -0.491594 -27.002575 6.000000 0.079000 0.866634 -1
|
||||||
|
0 -0.571486 -22.010983 6.000000 0.078826 0.781945 -1
|
||||||
|
0 0.540664 -26.992649 6.000000 0.081251 0.866504 -1
|
||||||
|
0 0.539625 -21.973946 6.000000 0.081249 0.781461 -1
|
||||||
|
0 27.495455 -0.000695 6.000000 0.140046 0.494859 -1
|
||||||
|
0 22.490080 0.991055 6.000000 0.129037 0.485550 -1
|
||||||
|
0 22.477116 4.003556 6.000000 0.129009 0.446257 -1
|
||||||
|
0 27.501657 5.992133 6.000000 0.140059 0.416693 -1
|
||||||
|
0 23.485622 10.001644 6.000000 0.131299 0.364396 -1
|
||||||
|
0 21.502117 4.991519 6.000000 0.126882 0.433371 -1
|
||||||
|
0 17.513138 10.005877 6.000000 0.118271 0.364341 -1
|
||||||
|
0 18.494793 4.993823 6.000000 0.121407 0.433341 -1
|
||||||
|
0 2.549132 27.005108 -5.999992 0.085722 0.136089 -1
|
||||||
|
0 1.491741 20.995438 -5.999992 0.083416 0.215925 -1
|
||||||
|
0 -1.478017 20.995438 -5.999992 0.076939 0.215925 -1
|
||||||
|
0 -2.470720 27.005108 -5.999992 0.074773 0.136089 -1
|
||||||
|
0 7.480893 22.005108 -5.999992 0.096479 0.201305 -1
|
||||||
|
0 3.514073 18.989235 -5.999992 0.087827 0.240642 -1
|
||||||
|
0 -3.484221 19.005363 -5.999992 0.072382 0.241157 -1
|
||||||
|
0 -7.464517 22.005112 -5.999992 0.063881 0.201305 -1
|
||||||
|
0 3.517759 8.995436 -5.999992 0.087745 0.381147 -1
|
||||||
|
0 -3.478692 9.015251 -5.999992 0.072303 0.381614 -1
|
||||||
|
0 -3.474295 5.996571 -5.999992 0.072223 0.416635 -1
|
||||||
|
0 -0.476883 6.005363 -5.999992 0.077857 0.415795 -1
|
||||||
|
0 -0.472487 3.005361 -5.999992 0.077713 0.449122 -1
|
||||||
|
0 0.527650 6.000967 -5.999992 0.082488 0.415853 -1
|
||||||
|
0 0.522155 2.996570 -5.999992 0.082580 0.449237 -1
|
||||||
|
0 3.507869 6.000966 -5.999992 0.087724 0.416578 -1
|
||||||
|
0 0.515562 -7.994638 -5.999992 0.081197 0.612182 -1
|
||||||
|
0 0.515562 -10.010023 -5.999992 0.082824 0.635567 -1
|
||||||
|
0 -0.506554 -10.002331 -5.999992 0.077611 0.635467 -1
|
||||||
|
0 -0.498861 -7.986946 -5.999992 0.078984 0.612080 -1
|
||||||
|
0 7.487095 -0.006020 -5.999992 0.096403 0.494928 -1
|
||||||
|
0 -7.470722 0.000184 -5.999992 0.063777 0.494848 -1
|
||||||
|
0 -3.498861 -4.986946 -5.999992 0.072169 0.572951 -1
|
||||||
|
0 3.492485 -4.994639 -5.999992 0.087689 0.573052 -1
|
||||||
|
0 -4.498861 -6.002331 -5.999992 0.068903 0.583294 -1
|
||||||
|
0 4.530946 -6.002331 -5.999992 0.091582 0.583294 -1
|
||||||
|
0 7.507869 -6.010023 -5.999992 0.098076 0.583394 -1
|
||||||
|
0 -7.476655 -6.006133 -5.999992 0.062408 0.583344 -1
|
||||||
|
0 -18.496527 5.005362 -5.999992 0.038553 0.433916 -1
|
||||||
|
0 -17.519123 9.995950 -5.999992 0.041860 0.364471 -1
|
||||||
|
0 -21.486635 5.000965 -5.999992 0.033025 0.433973 -1
|
||||||
|
0 -23.502296 9.990573 -5.999992 0.028809 0.364541 -1
|
||||||
|
0 -27.479452 5.977798 -5.999992 0.020135 0.416880 -1
|
||||||
|
0 -22.497412 4.003303 -5.999992 0.030821 0.446985 -1
|
||||||
|
0 -27.479452 0.022464 -5.999992 0.020135 0.494557 -1
|
||||||
|
0 -22.497414 1.011768 -5.999992 0.030821 0.486005 -1
|
||||||
|
0 -0.571486 -22.010983 -5.999992 0.078826 0.781945 -1
|
||||||
|
0 -0.491594 -27.002575 -5.999992 0.079000 0.866634 -1
|
||||||
|
0 0.540664 -26.992649 -5.999992 0.081251 0.866504 -1
|
||||||
|
0 0.539625 -21.973946 -5.999992 0.081249 0.781461 -1
|
||||||
|
0 22.490080 0.991055 -5.999992 0.129037 0.485550 -1
|
||||||
|
0 27.495455 -0.000695 -5.999992 0.140046 0.494859 -1
|
||||||
|
0 22.477116 4.003556 -5.999992 0.129009 0.446257 -1
|
||||||
|
0 27.501657 5.992133 -5.999992 0.140059 0.416693 -1
|
||||||
|
0 23.485622 10.001644 -5.999992 0.131299 0.364396 -1
|
||||||
|
0 21.502117 4.991519 -5.999992 0.126882 0.433371 -1
|
||||||
|
0 17.513138 10.005877 -5.999992 0.118271 0.364341 -1
|
||||||
|
0 18.494793 4.993823 -5.999992 0.121407 0.433341 -1
|
||||||
|
2
|
||||||
|
0.000000 0.000000 1.000000
|
||||||
|
0.000000 0.000000 -1.000000
|
||||||
|
157
|
||||||
|
0 0 1 2 0 0 0 1
|
||||||
|
0 3 0 2 0 0 0 1
|
||||||
|
0 1 4 5 0 0 0 1
|
||||||
|
0 5 2 1 0 0 0 1
|
||||||
|
0 0 6 7 0 0 0 1
|
||||||
|
0 0 3 6 0 0 0 1
|
||||||
|
0 4 8 5 0 0 0 1
|
||||||
|
0 9 7 6 0 0 0 1
|
||||||
|
0 10 9 11 0 0 0 1
|
||||||
|
0 11 12 10 0 0 0 1
|
||||||
|
0 12 13 14 0 0 0 1
|
||||||
|
0 14 10 12 0 0 0 1
|
||||||
|
0 15 14 13 0 0 0 1
|
||||||
|
0 15 8 14 0 0 0 1
|
||||||
|
0 16 17 18 0 0 0 1
|
||||||
|
0 18 19 16 0 0 0 1
|
||||||
|
0 8 15 20 0 0 0 1
|
||||||
|
0 20 5 8 0 0 0 1
|
||||||
|
0 21 11 9 0 0 0 1
|
||||||
|
0 9 6 21 0 0 0 1
|
||||||
|
0 22 11 21 0 0 0 1
|
||||||
|
0 23 20 15 0 0 0 1
|
||||||
|
0 24 16 19 0 0 0 1
|
||||||
|
0 19 22 24 0 0 0 1
|
||||||
|
0 18 17 25 0 0 0 1
|
||||||
|
0 25 23 18 0 0 0 1
|
||||||
|
0 25 26 20 0 0 0 1
|
||||||
|
0 20 23 25 0 0 0 1
|
||||||
|
0 24 22 21 0 0 0 1
|
||||||
|
0 21 27 24 0 0 0 1
|
||||||
|
0 28 27 21 0 0 0 1
|
||||||
|
0 21 29 28 0 0 0 1
|
||||||
|
0 30 28 29 0 0 0 1
|
||||||
|
0 30 29 31 0 0 0 1
|
||||||
|
0 31 32 30 0 0 0 1
|
||||||
|
0 33 30 32 0 0 0 1
|
||||||
|
0 32 34 33 0 0 0 1
|
||||||
|
0 33 34 35 0 0 0 1
|
||||||
|
0 34 36 37 0 0 0 1
|
||||||
|
0 37 35 34 0 0 0 1
|
||||||
|
0 37 36 38 0 0 0 1
|
||||||
|
0 38 39 37 0 0 0 1
|
||||||
|
0 38 40 41 0 0 0 1
|
||||||
|
0 41 39 38 0 0 0 1
|
||||||
|
0 42 41 40 0 0 0 1
|
||||||
|
0 40 43 42 0 0 0 1
|
||||||
|
0 42 43 44 0 0 0 1
|
||||||
|
0 44 45 42 0 0 0 1
|
||||||
|
0 45 44 46 0 0 0 1
|
||||||
|
0 45 46 47 0 0 0 1
|
||||||
|
0 46 20 26 0 0 0 1
|
||||||
|
0 26 47 46 0 0 0 1
|
||||||
|
0 48 49 50 1 1 1 1
|
||||||
|
0 48 50 51 1 1 1 1
|
||||||
|
0 52 53 49 1 1 1 1
|
||||||
|
0 49 48 52 1 1 1 1
|
||||||
|
0 54 55 50 1 1 1 1
|
||||||
|
0 55 51 50 1 1 1 1
|
||||||
|
0 52 56 53 1 1 1 1
|
||||||
|
0 55 54 57 1 1 1 1
|
||||||
|
0 58 57 59 1 1 1 1
|
||||||
|
0 59 60 58 1 1 1 1
|
||||||
|
0 61 62 60 1 1 1 1
|
||||||
|
0 60 59 61 1 1 1 1
|
||||||
|
0 62 61 63 1 1 1 1
|
||||||
|
0 61 56 63 1 1 1 1
|
||||||
|
0 64 65 66 1 1 1 1
|
||||||
|
0 66 67 64 1 1 1 1
|
||||||
|
0 68 63 56 1 1 1 1
|
||||||
|
0 56 52 68 1 1 1 1
|
||||||
|
0 57 58 69 1 1 1 1
|
||||||
|
0 69 55 57 1 1 1 1
|
||||||
|
0 69 58 70 1 1 1 1
|
||||||
|
0 63 68 71 1 1 1 1
|
||||||
|
0 67 66 72 1 1 1 1
|
||||||
|
0 72 70 67 1 1 1 1
|
||||||
|
0 73 65 64 1 1 1 1
|
||||||
|
0 64 71 73 1 1 1 1
|
||||||
|
0 68 74 73 1 1 1 1
|
||||||
|
0 73 71 68 1 1 1 1
|
||||||
|
0 69 70 72 1 1 1 1
|
||||||
|
0 72 75 69 1 1 1 1
|
||||||
|
0 69 75 76 1 1 1 1
|
||||||
|
0 76 77 69 1 1 1 1
|
||||||
|
0 77 76 78 1 1 1 1
|
||||||
|
0 79 77 78 1 1 1 1
|
||||||
|
0 78 80 79 1 1 1 1
|
||||||
|
0 80 78 81 1 1 1 1
|
||||||
|
0 81 82 80 1 1 1 1
|
||||||
|
0 83 82 81 1 1 1 1
|
||||||
|
0 84 85 82 1 1 1 1
|
||||||
|
0 82 83 84 1 1 1 1
|
||||||
|
0 86 85 84 1 1 1 1
|
||||||
|
0 84 87 86 1 1 1 1
|
||||||
|
0 88 89 86 1 1 1 1
|
||||||
|
0 86 87 88 1 1 1 1
|
||||||
|
0 89 88 90 1 1 1 1
|
||||||
|
0 90 91 89 1 1 1 1
|
||||||
|
0 92 91 90 1 1 1 1
|
||||||
|
0 90 93 92 1 1 1 1
|
||||||
|
0 94 92 93 1 1 1 1
|
||||||
|
0 95 94 93 1 1 1 1
|
||||||
|
0 74 68 94 1 1 1 1
|
||||||
|
0 94 95 74 1 1 1 1
|
||||||
|
0 84 83 83 1 1 1 1
|
||||||
|
0 67 70 58 1 1 1 1
|
||||||
|
0 67 58 60 1 1 1 1
|
||||||
|
0 62 63 64 1 1 1 1
|
||||||
|
0 64 63 71 1 1 1 1
|
||||||
|
0 67 60 64 1 1 1 1
|
||||||
|
0 64 60 62 1 1 1 1
|
||||||
|
0 57 54 50 1 1 1 1
|
||||||
|
0 50 59 57 1 1 1 1
|
||||||
|
0 56 49 53 1 1 1 1
|
||||||
|
0 56 61 49 1 1 1 1
|
||||||
|
0 50 49 61 1 1 1 1
|
||||||
|
0 61 59 50 1 1 1 1
|
||||||
|
0 84 75 72 1 1 1 1
|
||||||
|
0 72 66 84 1 1 1 1
|
||||||
|
0 87 65 73 1 1 1 1
|
||||||
|
0 73 74 87 1 1 1 1
|
||||||
|
0 87 84 66 1 1 1 1
|
||||||
|
0 66 65 87 1 1 1 1
|
||||||
|
0 75 84 83 1 1 1 1
|
||||||
|
0 87 74 88 1 1 1 1
|
||||||
|
0 74 95 88 1 1 1 1
|
||||||
|
0 88 95 93 1 1 1 1
|
||||||
|
0 88 93 90 1 1 1 1
|
||||||
|
0 75 83 76 1 1 1 1
|
||||||
|
0 83 81 76 1 1 1 1
|
||||||
|
0 76 81 78 1 1 1 1
|
||||||
|
0 18 23 15 0 0 0 1
|
||||||
|
0 15 13 18 0 0 0 1
|
||||||
|
0 19 12 11 0 0 0 1
|
||||||
|
0 19 11 22 0 0 0 1
|
||||||
|
0 19 18 13 0 0 0 1
|
||||||
|
0 13 12 19 0 0 0 1
|
||||||
|
0 10 14 1 0 0 0 1
|
||||||
|
0 10 1 0 0 0 0 1
|
||||||
|
0 1 14 8 0 0 0 1
|
||||||
|
0 8 4 1 0 0 0 1
|
||||||
|
0 7 9 0 0 0 0 1
|
||||||
|
0 0 9 10 0 0 0 1
|
||||||
|
0 37 39 17 0 0 0 1
|
||||||
|
0 17 16 37 0 0 0 1
|
||||||
|
0 24 37 16 0 0 0 1
|
||||||
|
0 39 25 17 0 0 0 1
|
||||||
|
0 39 26 25 0 0 0 1
|
||||||
|
0 24 27 37 0 0 0 1
|
||||||
|
0 37 27 35 0 0 0 1
|
||||||
|
0 35 27 28 0 0 0 1
|
||||||
|
0 35 28 33 0 0 0 1
|
||||||
|
0 33 28 30 0 0 0 1
|
||||||
|
0 39 41 26 0 0 0 1
|
||||||
|
0 26 41 47 0 0 0 1
|
||||||
|
0 47 41 45 0 0 0 1
|
||||||
|
0 45 41 42 0 0 0 1
|
||||||
@@ -0,0 +1,85 @@
|
|||||||
|
[Global]
|
||||||
|
FallbackNoteSkin=default
|
||||||
|
|
||||||
|
[NoteDisplay]
|
||||||
|
TapNoteAnimationIsVivid=0
|
||||||
|
DrawHoldHeadForTapsOnSameRow=1
|
||||||
|
TapNoteAnimationLength=4
|
||||||
|
TapAdditionAnimationLength=4
|
||||||
|
TapMineAnimationLength=1
|
||||||
|
TapLiftAnimationLength=4
|
||||||
|
HoldHeadAnimationLength=4 // doesn't matter. Only 1 frame anyway.
|
||||||
|
HoldTopCapAnimationLength=4 // doesn't matter. Only 1 frame anyway.
|
||||||
|
HoldBottomCapAnimationLength=4 // doesn't matter. Only 1 frame anyway.
|
||||||
|
HoldBodyAnimationLength=4 // doesn't matter. Only 1 frame anyway.
|
||||||
|
HoldTailAnimationLength=4 // doesn't matter. Only 1 frame anyway.
|
||||||
|
|
||||||
|
StartDrawingHoldBodyOffsetFromHead=0
|
||||||
|
StopDrawingHoldBodyOffsetFromTail=0
|
||||||
|
|
||||||
|
HoldLetGoGrayPercent=0.125
|
||||||
|
|
||||||
|
ReverseDrawOrder=1101
|
||||||
|
HoldHeadIsAboveWavyParts=1
|
||||||
|
HoldTailIsAboveWavyParts=1
|
||||||
|
TapNoteAdditionTextureCoordOffsetX=0
|
||||||
|
TapNoteAdditionTextureCoordOffsetY=0
|
||||||
|
FlipHeadAndTailWhenReverse=1
|
||||||
|
FlipHoldBodyWhenReverse=1
|
||||||
|
TopHoldAnchorWhenReverse=1
|
||||||
|
|
||||||
|
TapNoteNoteColorTextureCoordSpacingX=0.12
|
||||||
|
TapNoteNoteColorTextureCoordSpacingY=0
|
||||||
|
|
||||||
|
TapFakeNoteColorTextureCoordSpacingX=0.12
|
||||||
|
TapFakeNoteColorTextureCoordSpacingY=0
|
||||||
|
|
||||||
|
HoldHeadNoteColorTextureCoordSpacingX=0.12
|
||||||
|
HoldHeadNoteColorTextureCoordSpacingY=0
|
||||||
|
|
||||||
|
[GhostArrowDim]
|
||||||
|
NoneCommand=
|
||||||
|
HitMineCommand=blend,'BlendMode_Add';diffuse,1,1,1,0.875;zoom,1;rotationz,0;linear,0.3;rotationz,90;linear,0.3;rotationz,180;diffusealpha,0
|
||||||
|
MissCommand=blend,'BlendMode_Add';
|
||||||
|
W5Command=blend,'BlendMode_Add';diffuse,0.8,0.0,0.6,0.875;zoom,1;linear,0.06;zoom,1.1;linear,0.06;diffusealpha,0
|
||||||
|
W4Command=blend,'BlendMode_Add';diffuse,0.3,0.8,1.0,0.875;zoom,1;linear,0.06;zoom,1.1;linear,0.06;diffusealpha,0
|
||||||
|
W3Command=blend,'BlendMode_Add';diffuse,0.0,1.0,0.4,0.875;zoom,1;linear,0.06;zoom,1.1;linear,0.06;diffusealpha,0
|
||||||
|
W2Command=blend,'BlendMode_Add';diffuse,1.0,1.0,0.3,0.875;zoom,1;linear,0.06;zoom,1.1;linear,0.06;diffusealpha,0
|
||||||
|
W1Command=blend,'BlendMode_Add';diffuse,1.0,1.0,1.0,0.875;zoom,1;linear,0.06;zoom,1.1;linear,0.06;diffusealpha,0
|
||||||
|
LetGoCommand=blend,'BlendMode_Add';
|
||||||
|
HeldCommand=blend,'BlendMode_Add';diffuse,1.0,1.0,0.3,0.875;zoom,1;linear,0.06;zoom,1.1;linear,0.06;diffusealpha,0
|
||||||
|
|
||||||
|
[GhostArrowBright]
|
||||||
|
NoneCommand=blend,'BlendMode_Add';
|
||||||
|
HitMineCommand=blend,'BlendMode_Add';diffuse,1,1,1,0.875;zoom,1;rotationz,0;linear,0.3;rotationz,90;linear,0.3;rotationz,180;diffusealpha,0
|
||||||
|
MissCommand=blend,'BlendMode_Add';
|
||||||
|
W5Command=blend,'BlendMode_Add';diffuse,0.8,0.0,0.6,0.875;zoom,1;linear,0.06;zoom,1.1;linear,0.06;diffusealpha,0
|
||||||
|
W4Command=blend,'BlendMode_Add';diffuse,0.3,0.8,1.0,0.875;zoom,1;linear,0.06;zoom,1.1;linear,0.06;diffusealpha,0
|
||||||
|
W3Command=blend,'BlendMode_Add';diffuse,0.0,1.0,0.4,0.875;zoom,1;linear,0.06;zoom,1.1;linear,0.06;diffusealpha,0
|
||||||
|
W2Command=blend,'BlendMode_Add';diffuse,1.0,1.0,0.3,0.875;zoom,1;linear,0.06;zoom,1.1;linear,0.06;diffusealpha,0
|
||||||
|
W1Command=blend,'BlendMode_Add';diffuse,1.0,1.0,1.0,0.875;zoom,1;linear,0.06;zoom,1.1;linear,0.06;diffusealpha,0
|
||||||
|
LetGoCommand=blend,'BlendMode_Add';
|
||||||
|
HeldCommand=blend,'BlendMode_Add';diffuse,1.0,1.0,0.3,0.875;zoom,1;linear,0.06;zoom,1.1;linear,0.06;diffusealpha,0
|
||||||
|
|
||||||
|
[HoldGhostArrow]
|
||||||
|
HoldingOnCommand=visible,true
|
||||||
|
HoldingOffCommand=visible,false
|
||||||
|
|
||||||
|
[ReceptorArrow]
|
||||||
|
W3Command=stoptweening;zoom,0.85;linear,0.12;zoom,1
|
||||||
|
W2Command=stoptweening;zoom,0.85;linear,0.12;zoom,1
|
||||||
|
W1Command=stoptweening;zoom,0.85;linear,0.12;zoom,1
|
||||||
|
InitCommand=
|
||||||
|
NoneCommand=stoptweening;zoom,0.85;linear,0.12;zoom,1
|
||||||
|
PressCommand=stoptweening;zoom,0.85;linear,0.12;zoom,1
|
||||||
|
[ReceptorArrowOverlay]
|
||||||
|
W3Command=stoptweening;zoom,0.85;linear,0.12;zoom,1
|
||||||
|
W2Command=stoptweening;zoom,0.85;linear,0.12;zoom,1
|
||||||
|
W1Command=stoptweening;zoom,0.85;linear,0.12;zoom,1
|
||||||
|
InitCommand=blend,"BlendMode_Add";effectclock,"beat";diffuseramp;effectcolor1,color("1,1,1,0");effectcolor2,color("1,1,1,1");effecttiming,.2,0,.8,0;effectoffset,.05
|
||||||
|
NoneCommand=stoptweening;zoom,0.85;linear,0.12;zoom,1
|
||||||
|
PressCommand=stoptweening;zoom,0.85;linear,0.12;zoom,1
|
||||||
|
[ReceptorOverlay]
|
||||||
|
InitCommand=diffusealpha,0;blend,"BlendMode_Add"
|
||||||
|
PressCommand=finishtweening;zoom,0.85;decelerate,0.12;zoom,1;diffusealpha,0.6;
|
||||||
|
LiftCommand=finishtweening;accelerate,0.12;diffusealpha,0;zoom,1.2
|
||||||
|
After Width: | Height: | Size: 2.7 KiB |
|
After Width: | Height: | Size: 148 KiB |
@@ -0,0 +1,17 @@
|
|||||||
|
[AnimatedTexture]
|
||||||
|
Frame0000=color1.png
|
||||||
|
Delay0000=0.125
|
||||||
|
Frame0001=color2.png
|
||||||
|
Delay0001=0.125
|
||||||
|
Frame0002=color3.png
|
||||||
|
Delay0002=0.125
|
||||||
|
Frame0003=color4.png
|
||||||
|
Delay0003=0.125
|
||||||
|
Frame0004=color5.png
|
||||||
|
Delay0004=0.125
|
||||||
|
Frame0005=color6.png
|
||||||
|
Delay0005=0.125
|
||||||
|
Frame0006=color7.png
|
||||||
|
Delay0006=0.125
|
||||||
|
Frame0007=color8.png
|
||||||
|
Delay0007=0.125
|
||||||
|
After Width: | Height: | Size: 76 KiB |
|
After Width: | Height: | Size: 108 KiB |
|
After Width: | Height: | Size: 120 KiB |
|
After Width: | Height: | Size: 157 KiB |
|
After Width: | Height: | Size: 24 KiB |
|
After Width: | Height: | Size: 26 KiB |
|
After Width: | Height: | Size: 30 KiB |
|
After Width: | Height: | Size: 46 KiB |
@@ -0,0 +1,984 @@
|
|||||||
|
// MilkShape 3D ASCII
|
||||||
|
|
||||||
|
Frames: 30
|
||||||
|
Frame: 1
|
||||||
|
|
||||||
|
Meshes: 3
|
||||||
|
"cell" 0 0
|
||||||
|
64
|
||||||
|
0 2.549132 27.005108 -5.999992 0.000000 0.000000 -1
|
||||||
|
0 -2.470720 27.005108 -5.999992 0.000000 0.000000 -1
|
||||||
|
0 -3.501126 29.003641 -3.999992 0.000000 0.000000 -1
|
||||||
|
0 3.515003 29.000792 -3.999992 0.000000 0.000000 -1
|
||||||
|
0 7.480893 22.005108 -5.999992 0.000000 0.000000 -1
|
||||||
|
0 9.515003 22.992289 -3.999992 0.000000 0.000000 -1
|
||||||
|
0 7.487095 -0.006020 -5.999992 0.000000 0.000000 -1
|
||||||
|
0 9.498875 3.988278 -3.999992 0.000000 0.000000 -1
|
||||||
|
0 -7.464517 22.005112 -5.999992 0.000000 0.000000 -1
|
||||||
|
0 -9.501126 22.993713 -3.999992 0.000000 0.000000 -1
|
||||||
|
0 -7.470722 0.000184 -5.999992 0.000000 0.000000 -1
|
||||||
|
0 -9.496346 5.006423 -3.999992 0.000000 0.000000 -1
|
||||||
|
0 -16.489040 12.002391 -3.999992 0.000000 0.000000 -1
|
||||||
|
0 -17.519123 9.995950 -5.999992 0.000000 0.000000 -1
|
||||||
|
0 -23.502296 9.990573 -5.999992 0.000000 0.000000 -1
|
||||||
|
0 -24.496029 11.991723 -3.999992 0.000000 0.000000 -1
|
||||||
|
0 -27.479452 5.977798 -5.999992 0.000000 0.000000 -1
|
||||||
|
0 -29.504972 7.003297 -3.999992 0.000000 0.000000 -1
|
||||||
|
0 -27.479452 0.022464 -5.999992 0.000000 0.000000 -1
|
||||||
|
0 -29.490093 -1.017060 -3.999992 0.000000 0.000000 -1
|
||||||
|
0 -0.491594 -27.002575 -5.999992 0.000000 0.000000 -1
|
||||||
|
0 -0.502999 -29.987505 -3.999992 0.000000 0.000000 -1
|
||||||
|
0 0.540664 -26.992649 -5.999992 0.000000 0.000000 -1
|
||||||
|
0 0.530027 -29.987507 -3.999992 0.000000 0.000000 -1
|
||||||
|
0 29.517078 -0.995554 -3.999992 0.000000 0.000000 -1
|
||||||
|
0 27.495455 -0.000695 -5.999992 0.000000 0.000000 -1
|
||||||
|
0 27.501657 5.992133 -5.999992 0.000000 0.000000 -1
|
||||||
|
0 29.517847 6.998812 -3.999992 0.000000 0.000000 -1
|
||||||
|
0 24.519735 12.004406 -3.999992 0.000000 0.000000 -1
|
||||||
|
0 23.485622 10.001644 -5.999992 0.000000 0.000000 -1
|
||||||
|
0 17.513138 10.005877 -5.999992 0.000000 0.000000 -1
|
||||||
|
0 16.503641 11.993057 -3.999992 0.000000 0.000000 -1
|
||||||
|
0 -3.501126 29.003641 3.999992 0.000000 0.000000 -1
|
||||||
|
0 -2.470720 27.005108 5.999992 0.000000 0.000000 -1
|
||||||
|
0 2.549132 27.005108 5.999992 0.000000 0.000000 -1
|
||||||
|
0 3.515003 29.000792 3.999992 0.000000 0.000000 -1
|
||||||
|
0 7.480893 22.005108 5.999992 0.000000 0.000000 -1
|
||||||
|
0 9.515003 22.992289 3.999992 0.000000 0.000000 -1
|
||||||
|
0 7.487095 -0.006020 5.999992 0.000000 0.000000 -1
|
||||||
|
0 9.498875 3.988278 3.999992 0.000000 0.000000 -1
|
||||||
|
0 -7.464517 22.005112 5.999992 0.000000 0.000000 -1
|
||||||
|
0 -9.501126 22.993713 3.999992 0.000000 0.000000 -1
|
||||||
|
0 -7.470722 0.000184 5.999992 0.000000 0.000000 -1
|
||||||
|
0 -9.496346 5.006423 3.999992 0.000000 0.000000 -1
|
||||||
|
0 -16.489040 12.002391 3.999992 0.000000 0.000000 -1
|
||||||
|
0 -17.519123 9.995950 5.999992 0.000000 0.000000 -1
|
||||||
|
0 -23.502296 9.990573 5.999992 0.000000 0.000000 -1
|
||||||
|
0 -24.496029 11.991723 3.999992 0.000000 0.000000 -1
|
||||||
|
0 -27.479452 5.977798 5.999992 0.000000 0.000000 -1
|
||||||
|
0 -29.504972 7.003297 3.999992 0.000000 0.000000 -1
|
||||||
|
0 -27.479452 0.022464 5.999992 0.000000 0.000000 -1
|
||||||
|
0 -29.490093 -1.017060 3.999992 0.000000 0.000000 -1
|
||||||
|
0 -0.491594 -27.002575 5.999992 0.000000 0.000000 -1
|
||||||
|
0 -0.502999 -29.981012 3.999992 0.000000 0.000000 -1
|
||||||
|
0 0.540664 -26.992649 5.999992 0.000000 0.000000 -1
|
||||||
|
0 0.530027 -29.981014 3.999992 0.000000 0.000000 -1
|
||||||
|
0 29.517078 -0.995554 3.999992 0.000000 0.000000 -1
|
||||||
|
0 27.495455 -0.000695 5.999992 0.000000 0.000000 -1
|
||||||
|
0 27.501657 5.992133 5.999992 0.000000 0.000000 -1
|
||||||
|
0 29.517847 6.998812 3.999992 0.000000 0.000000 -1
|
||||||
|
0 24.519735 12.004406 3.999992 0.000000 0.000000 -1
|
||||||
|
0 23.485622 10.001644 5.999992 0.000000 0.000000 -1
|
||||||
|
0 17.513138 10.005877 5.999992 0.000000 0.000000 -1
|
||||||
|
0 16.503641 11.993057 3.999992 0.000000 0.000000 -1
|
||||||
|
64
|
||||||
|
0.169806 0.655192 -0.736131
|
||||||
|
-0.250549 0.617210 -0.745840
|
||||||
|
-0.275250 0.836959 -0.473009
|
||||||
|
0.459405 0.785493 -0.414666
|
||||||
|
0.577221 0.333428 -0.745414
|
||||||
|
0.881916 0.227749 -0.412741
|
||||||
|
0.092722 0.371508 -0.923788
|
||||||
|
0.169860 0.707114 -0.686394
|
||||||
|
-0.573749 0.332170 -0.748649
|
||||||
|
-0.879427 0.314309 -0.357516
|
||||||
|
-0.141921 0.315683 -0.938191
|
||||||
|
-0.262755 0.616506 -0.742213
|
||||||
|
0.344982 0.840986 -0.416810
|
||||||
|
0.248845 0.616689 -0.746840
|
||||||
|
-0.168686 0.653382 -0.737995
|
||||||
|
-0.385134 0.776941 -0.498031
|
||||||
|
-0.575127 0.332429 -0.747475
|
||||||
|
-0.879422 0.314342 -0.357500
|
||||||
|
-0.650095 -0.165820 -0.741539
|
||||||
|
-0.785052 -0.458118 -0.416920
|
||||||
|
-0.329746 -0.522471 -0.786315
|
||||||
|
-0.234369 -0.850153 -0.471498
|
||||||
|
0.251898 -0.537389 -0.804835
|
||||||
|
0.353500 -0.814060 -0.460808
|
||||||
|
0.840352 -0.346008 -0.417236
|
||||||
|
0.615558 -0.250982 -0.747059
|
||||||
|
0.615191 0.250029 -0.747680
|
||||||
|
0.834314 0.438972 -0.333503
|
||||||
|
0.274670 0.837106 -0.473085
|
||||||
|
0.249963 0.616515 -0.746611
|
||||||
|
-0.167195 0.654806 -0.737072
|
||||||
|
-0.506100 0.780635 -0.366705
|
||||||
|
-0.391918 0.788978 0.473195
|
||||||
|
-0.250549 0.617210 0.745840
|
||||||
|
0.169806 0.655192 0.736131
|
||||||
|
0.325964 0.848082 0.417737
|
||||||
|
0.577221 0.333428 0.745414
|
||||||
|
0.832330 0.366307 0.415988
|
||||||
|
0.092722 0.371508 0.923788
|
||||||
|
0.236113 0.821103 0.519655
|
||||||
|
-0.573749 0.332170 0.748649
|
||||||
|
-0.825071 0.272863 0.494776
|
||||||
|
-0.141921 0.315683 0.938191
|
||||||
|
-0.318851 0.756020 0.571636
|
||||||
|
0.317238 0.776006 0.545137
|
||||||
|
0.248845 0.616689 0.746840
|
||||||
|
-0.168686 0.653382 0.737995
|
||||||
|
-0.395630 0.844991 0.359815
|
||||||
|
-0.575127 0.332429 0.747475
|
||||||
|
-0.825185 0.272671 0.494692
|
||||||
|
-0.650095 -0.165820 0.741539
|
||||||
|
-0.847433 -0.324937 0.419849
|
||||||
|
-0.329917 -0.522977 0.785907
|
||||||
|
-0.375728 -0.796362 0.473959
|
||||||
|
0.252032 -0.537990 0.804392
|
||||||
|
0.373498 -0.875660 0.306134
|
||||||
|
0.775167 -0.318440 0.545629
|
||||||
|
0.615558 -0.250982 0.747059
|
||||||
|
0.615191 0.250029 0.747680
|
||||||
|
0.901716 0.275241 0.333393
|
||||||
|
0.391503 0.789137 0.473273
|
||||||
|
0.249963 0.616515 0.746611
|
||||||
|
-0.167195 0.654806 0.737072
|
||||||
|
-0.366036 0.853817 0.370155
|
||||||
|
96
|
||||||
|
0 0 1 2 0 1 2 1
|
||||||
|
0 0 2 3 0 2 3 1
|
||||||
|
0 0 3 4 0 3 4 1
|
||||||
|
0 4 3 5 4 3 5 1
|
||||||
|
0 5 6 4 5 6 4 1
|
||||||
|
0 5 7 6 5 7 6 1
|
||||||
|
0 2 1 8 2 1 8 1
|
||||||
|
0 8 9 2 8 9 2 1
|
||||||
|
0 9 8 10 9 8 10 1
|
||||||
|
0 10 11 9 10 11 9 1
|
||||||
|
0 11 10 12 11 10 12 1
|
||||||
|
0 12 10 13 12 10 13 1
|
||||||
|
0 12 13 14 12 13 14 1
|
||||||
|
0 14 15 12 14 15 12 1
|
||||||
|
0 15 14 16 15 14 16 1
|
||||||
|
0 16 17 15 16 17 15 1
|
||||||
|
0 17 16 18 17 16 18 1
|
||||||
|
0 18 19 17 18 19 17 1
|
||||||
|
0 18 20 19 18 20 19 1
|
||||||
|
0 19 20 21 19 20 21 1
|
||||||
|
0 21 20 22 21 20 22 1
|
||||||
|
0 23 21 22 23 21 22 1
|
||||||
|
0 23 22 24 23 22 24 1
|
||||||
|
0 22 25 24 22 25 24 1
|
||||||
|
0 24 25 26 24 25 26 1
|
||||||
|
0 26 27 24 26 27 24 1
|
||||||
|
0 27 26 28 27 26 28 1
|
||||||
|
0 28 26 29 28 26 29 1
|
||||||
|
0 28 29 30 28 29 30 1
|
||||||
|
0 30 31 28 30 31 28 1
|
||||||
|
0 31 30 6 31 30 6 1
|
||||||
|
0 31 6 7 31 6 7 1
|
||||||
|
0 32 33 34 32 33 34 1
|
||||||
|
0 35 32 34 35 32 34 1
|
||||||
|
0 36 35 34 36 35 34 1
|
||||||
|
0 37 35 36 37 35 36 1
|
||||||
|
0 36 38 37 36 38 37 1
|
||||||
|
0 38 39 37 38 39 37 1
|
||||||
|
0 40 33 32 40 33 32 1
|
||||||
|
0 32 41 40 32 41 40 1
|
||||||
|
0 42 40 41 42 40 41 1
|
||||||
|
0 41 43 42 41 43 42 1
|
||||||
|
0 44 42 43 44 42 43 1
|
||||||
|
0 45 42 44 45 42 44 1
|
||||||
|
0 46 45 44 46 45 44 1
|
||||||
|
0 44 47 46 44 47 46 1
|
||||||
|
0 48 46 47 48 46 47 1
|
||||||
|
0 47 49 48 47 49 48 1
|
||||||
|
0 50 48 49 50 48 49 1
|
||||||
|
0 49 51 50 49 51 50 1
|
||||||
|
0 51 52 50 51 52 50 1
|
||||||
|
0 53 52 51 53 52 51 1
|
||||||
|
0 54 52 53 54 52 53 1
|
||||||
|
0 54 53 55 54 53 55 1
|
||||||
|
0 56 54 55 56 54 55 1
|
||||||
|
0 56 57 54 56 57 54 1
|
||||||
|
0 58 57 56 58 57 56 1
|
||||||
|
0 56 59 58 56 59 58 1
|
||||||
|
0 60 58 59 60 58 59 1
|
||||||
|
0 61 58 60 61 58 60 1
|
||||||
|
0 62 61 60 62 61 60 1
|
||||||
|
0 60 63 62 60 63 62 1
|
||||||
|
0 38 62 63 38 62 63 1
|
||||||
|
0 39 38 63 39 38 63 1
|
||||||
|
0 7 5 39 7 5 39 1
|
||||||
|
0 39 5 37 39 5 37 1
|
||||||
|
0 37 5 3 37 5 3 1
|
||||||
|
0 3 35 37 3 35 37 1
|
||||||
|
0 35 3 2 35 3 2 1
|
||||||
|
0 2 32 35 2 32 35 1
|
||||||
|
0 32 2 9 32 2 9 1
|
||||||
|
0 9 41 32 9 41 32 1
|
||||||
|
0 43 41 9 43 41 9 1
|
||||||
|
0 9 11 43 9 11 43 1
|
||||||
|
0 43 11 12 43 11 12 1
|
||||||
|
0 44 43 12 44 43 12 1
|
||||||
|
0 47 44 12 47 44 12 1
|
||||||
|
0 12 15 47 12 15 47 1
|
||||||
|
0 15 17 47 15 17 47 1
|
||||||
|
0 49 47 17 49 47 17 1
|
||||||
|
0 51 49 17 51 49 17 1
|
||||||
|
0 17 19 51 17 19 51 1
|
||||||
|
0 53 51 19 53 51 19 1
|
||||||
|
0 19 21 53 19 21 53 1
|
||||||
|
0 21 23 55 21 23 55 1
|
||||||
|
0 55 23 24 55 23 24 1
|
||||||
|
0 24 56 55 24 56 55 1
|
||||||
|
0 24 27 59 24 27 59 1
|
||||||
|
0 59 56 24 59 56 24 1
|
||||||
|
0 27 28 60 27 28 60 1
|
||||||
|
0 60 59 27 60 59 27 1
|
||||||
|
0 28 31 63 28 31 63 1
|
||||||
|
0 63 60 28 63 60 28 1
|
||||||
|
0 31 7 39 31 7 39 1
|
||||||
|
0 39 63 31 39 63 31 1
|
||||||
|
0 55 53 21 55 53 21 1
|
||||||
|
"inside" 0 2
|
||||||
|
136
|
||||||
|
0 0.545871 6.574782 4.000001 0.082192 0.409653 -1
|
||||||
|
0 0.527650 6.000967 6.000000 0.082126 0.416299 -1
|
||||||
|
0 3.517759 8.995436 6.000000 0.088233 0.377420 -1
|
||||||
|
0 3.013403 9.081276 4.000001 0.087090 0.376297 -1
|
||||||
|
0 3.514073 18.989233 6.000000 0.088225 0.246740 -1
|
||||||
|
0 3.013403 19.081276 4.000001 0.087090 0.245537 -1
|
||||||
|
0 1.491741 20.995436 6.000000 0.083642 0.220507 -1
|
||||||
|
0 -1.478017 20.995436 6.000000 0.076913 0.220507 -1
|
||||||
|
0 -1.506077 20.652702 4.000001 0.076850 0.224988 -1
|
||||||
|
0 -3.484221 19.005362 6.000000 0.072367 0.246529 -1
|
||||||
|
0 -2.986597 19.081276 4.000001 0.073495 0.245537 -1
|
||||||
|
0 -3.478692 9.015251 6.000000 0.072380 0.377160 -1
|
||||||
|
0 -0.476883 6.005363 6.000000 0.078414 0.416249 -1
|
||||||
|
0 -0.467116 6.613743 4.000001 0.078449 0.409203 -1
|
||||||
|
0 -0.498861 -7.986947 6.000000 0.079132 0.611176 -1
|
||||||
|
0 0.515562 -7.994639 6.000000 0.081431 0.611277 -1
|
||||||
|
0 0.526949 -7.493545 4.000000 0.081456 0.604724 -1
|
||||||
|
0 3.492485 -4.994639 6.000000 0.088176 0.565923 -1
|
||||||
|
0 3.000633 -4.993546 4.000000 0.087061 0.565909 -1
|
||||||
|
0 3.507869 6.000966 6.000000 0.088211 0.416576 -1
|
||||||
|
0 2.995759 4.994668 4.000000 0.087050 0.429734 -1
|
||||||
|
0 0.522155 2.996570 6.000000 0.082559 0.450850 -1
|
||||||
|
0 -0.472487 3.005361 6.000000 0.077660 0.450736 -1
|
||||||
|
0 -0.486608 2.542022 4.000000 0.077629 0.456794 -1
|
||||||
|
0 -3.474295 5.996571 6.000000 0.072390 0.416633 -1
|
||||||
|
0 -3.004789 4.996567 4.000000 0.073454 0.429710 -1
|
||||||
|
0 -3.498861 -4.986946 6.000000 0.072334 0.565822 -1
|
||||||
|
0 -0.516910 -7.467229 4.000000 0.079091 0.604379 -1
|
||||||
|
0 -0.571486 -22.010983 6.000000 0.078967 0.782863 -1
|
||||||
|
0 0.539625 -21.973946 6.000000 0.081485 0.782379 -1
|
||||||
|
0 0.506847 -21.462547 4.000000 0.081411 0.775691 -1
|
||||||
|
0 22.490080 0.991055 6.000000 0.129343 0.482086 -1
|
||||||
|
0 22.011435 0.996168 4.000000 0.128259 0.482019 -1
|
||||||
|
0 22.477116 4.003556 6.000000 0.129174 0.447705 -1
|
||||||
|
0 22.002260 4.005342 4.000000 0.128099 0.447682 -1
|
||||||
|
0 21.502117 4.991519 6.000000 0.126965 0.434786 -1
|
||||||
|
0 21.506847 4.546627 4.000000 0.126976 0.440604 -1
|
||||||
|
0 18.494793 4.993823 6.000000 0.122100 0.434200 -1
|
||||||
|
0 7.507869 -6.010023 6.000000 0.097274 0.573633 -1
|
||||||
|
0 7.534371 -6.462548 4.000000 0.097334 0.579549 -1
|
||||||
|
0 4.530946 -6.002331 6.000000 0.090529 0.573532 -1
|
||||||
|
0 4.497674 -6.517594 4.000000 0.090453 0.580270 -1
|
||||||
|
0 0.515562 -10.010023 6.000000 0.081431 0.625937 -1
|
||||||
|
0 -0.506554 -10.002331 6.000000 0.079114 0.625836 -1
|
||||||
|
0 -0.513281 -10.449017 4.000000 0.079099 0.631677 -1
|
||||||
|
0 -4.498861 -6.002331 6.000000 0.070068 0.573532 -1
|
||||||
|
0 -7.476655 -6.006133 6.000000 0.063321 0.573581 -1
|
||||||
|
0 -7.474803 -6.453374 4.000000 0.063325 0.579429 -1
|
||||||
|
0 -18.496527 5.005362 6.000000 0.038421 0.433492 -1
|
||||||
|
0 -21.486635 5.000965 6.000000 0.033316 0.434663 -1
|
||||||
|
0 -21.474804 4.555800 4.000000 0.033342 0.440484 -1
|
||||||
|
0 -22.497412 4.003303 6.000000 0.031025 0.447708 -1
|
||||||
|
0 -21.988565 3.996168 4.000000 0.032178 0.447802 -1
|
||||||
|
0 -22.497414 1.011768 6.000000 0.030886 0.481258 -1
|
||||||
|
0 -21.997740 0.996168 4.000000 0.032018 0.481462 -1
|
||||||
|
0 -21.997740 0.996168 -4.000000 0.032018 0.481462 -1
|
||||||
|
0 -21.988565 3.996168 -4.000000 0.032178 0.447802 -1
|
||||||
|
0 -18.493153 4.537452 -4.000000 0.038428 0.439610 -1
|
||||||
|
0 -21.474804 4.555800 -4.000000 0.033342 0.440484 -1
|
||||||
|
0 -0.502327 -21.471722 -4.000000 0.079124 0.775811 -1
|
||||||
|
0 -0.513281 -10.449017 -4.000000 0.079099 0.631677 -1
|
||||||
|
0 0.511512 -10.473810 -4.000000 0.081421 0.632002 -1
|
||||||
|
0 0.506847 -21.462547 -4.000000 0.081411 0.775691 -1
|
||||||
|
0 -7.474803 -6.453374 -4.000000 0.063325 0.579429 -1
|
||||||
|
0 -4.502326 -6.471723 -4.000000 0.070060 0.579670 -1
|
||||||
|
0 4.497674 -6.517594 -4.000000 0.090453 0.580270 -1
|
||||||
|
0 7.534371 -6.462548 -4.000000 0.097334 0.579549 -1
|
||||||
|
0 22.011435 0.996168 -4.000000 0.128259 0.482019 -1
|
||||||
|
0 18.506847 4.528278 -4.000000 0.122127 0.440287 -1
|
||||||
|
0 21.506847 4.546627 -4.000000 0.126976 0.440604 -1
|
||||||
|
0 22.002260 4.005342 -4.000000 0.128099 0.447682 -1
|
||||||
|
0 -0.467116 6.575283 -4.000001 0.078449 0.409648 -1
|
||||||
|
0 -2.999583 9.042815 -4.000001 0.073465 0.376800 -1
|
||||||
|
0 3.013403 9.042815 -4.000001 0.087090 0.376800 -1
|
||||||
|
0 0.545871 6.536322 -4.000001 0.082192 0.410099 -1
|
||||||
|
0 -2.986597 19.042814 -4.000001 0.073495 0.246039 -1
|
||||||
|
0 -1.506077 20.614243 -4.000001 0.076850 0.225491 -1
|
||||||
|
0 1.493923 20.614243 -4.000001 0.083647 0.225491 -1
|
||||||
|
0 3.013403 19.042814 -4.000001 0.087090 0.246039 -1
|
||||||
|
0 -2.999583 9.081276 4.000001 0.073465 0.376297 -1
|
||||||
|
0 1.493923 20.652702 4.000001 0.083647 0.224988 -1
|
||||||
|
0 -3.484221 19.005363 -5.999992 0.072367 0.246529 -1
|
||||||
|
0 -1.478017 20.995438 -5.999992 0.076913 0.220507 -1
|
||||||
|
0 1.491741 20.995438 -5.999992 0.083642 0.220507 -1
|
||||||
|
0 3.514073 18.989235 -5.999992 0.088225 0.246740 -1
|
||||||
|
0 3.517759 8.995436 -5.999992 0.088233 0.377420 -1
|
||||||
|
0 0.527650 6.000967 -5.999992 0.082126 0.416299 -1
|
||||||
|
0 -0.476883 6.005363 -5.999992 0.078414 0.416249 -1
|
||||||
|
0 -3.478692 9.015251 -5.999992 0.072380 0.377160 -1
|
||||||
|
0 0.526949 -7.493545 -4.000000 0.081456 0.604724 -1
|
||||||
|
0 -0.516910 -7.467229 -4.000000 0.079091 0.604379 -1
|
||||||
|
0 -2.999367 -5.011089 -4.000000 0.073466 0.566138 -1
|
||||||
|
0 3.000633 -4.993546 -4.000000 0.087061 0.565909 -1
|
||||||
|
0 -3.004789 4.996567 -4.000000 0.073454 0.429710 -1
|
||||||
|
0 -0.486608 2.542022 -4.000000 0.077629 0.456794 -1
|
||||||
|
0 0.522483 2.523840 -4.000000 0.082560 0.457032 -1
|
||||||
|
0 2.995759 4.994668 -4.000000 0.087050 0.429734 -1
|
||||||
|
0 0.515562 -7.994638 -5.999992 0.081431 0.611277 -1
|
||||||
|
0 -0.498861 -7.986946 -5.999992 0.079132 0.611176 -1
|
||||||
|
0 -3.498861 -4.986946 -5.999992 0.072334 0.565822 -1
|
||||||
|
0 -3.474295 5.996571 -5.999992 0.072390 0.416633 -1
|
||||||
|
0 -0.472487 3.005361 -5.999992 0.077660 0.450736 -1
|
||||||
|
0 0.522155 2.996570 -5.999992 0.082559 0.450850 -1
|
||||||
|
0 3.507869 6.000966 -5.999992 0.088211 0.416576 -1
|
||||||
|
0 3.492485 -4.994639 -5.999992 0.088176 0.565923 -1
|
||||||
|
0 -2.999367 -5.011089 4.000000 0.073466 0.566138 -1
|
||||||
|
0 0.522483 2.523840 4.000000 0.082560 0.457032 -1
|
||||||
|
0 -18.493153 4.537452 4.000000 0.038428 0.439610 -1
|
||||||
|
0 -0.502327 -21.471722 4.000000 0.079124 0.775811 -1
|
||||||
|
0 0.511512 -10.473810 4.000000 0.081421 0.632002 -1
|
||||||
|
0 -4.502326 -6.471723 4.000000 0.070060 0.579670 -1
|
||||||
|
0 18.506847 4.528278 4.000000 0.122127 0.440287 -1
|
||||||
|
0 0.539625 -21.973946 -5.999992 0.081485 0.782379 -1
|
||||||
|
0 -0.571486 -22.010983 -5.999992 0.078967 0.782863 -1
|
||||||
|
0 -22.497414 1.011768 -5.999992 0.030886 0.481258 -1
|
||||||
|
0 -22.497412 4.003303 -5.999992 0.031025 0.447708 -1
|
||||||
|
0 -21.486635 5.000965 -5.999992 0.033316 0.434663 -1
|
||||||
|
0 -18.496527 5.005362 -5.999992 0.038421 0.433492 -1
|
||||||
|
0 -7.476655 -6.006133 -5.999992 0.063321 0.573581 -1
|
||||||
|
0 -4.498861 -6.002331 -5.999992 0.070068 0.573532 -1
|
||||||
|
0 -0.506554 -10.002331 -5.999992 0.079114 0.625836 -1
|
||||||
|
0 0.515562 -10.010023 -5.999992 0.081431 0.625937 -1
|
||||||
|
0 4.530946 -6.002331 -5.999992 0.090529 0.573532 -1
|
||||||
|
0 7.507869 -6.010023 -5.999992 0.097274 0.573633 -1
|
||||||
|
0 18.494793 4.993823 -5.999992 0.122100 0.434200 -1
|
||||||
|
0 21.502117 4.991519 -5.999992 0.126965 0.434786 -1
|
||||||
|
0 22.477116 4.003556 -5.999992 0.129174 0.447705 -1
|
||||||
|
0 22.490080 0.991055 -5.999992 0.129343 0.482086 -1
|
||||||
|
0 27.495455 -0.000695 6.000000 0.139989 0.500622 -1
|
||||||
|
0 27.501657 5.992133 6.000000 0.140002 0.422259 -1
|
||||||
|
0 -27.479452 5.977798 6.000000 0.020154 0.421890 -1
|
||||||
|
0 -27.479452 0.022464 6.000000 0.020154 0.499762 -1
|
||||||
|
0 -27.479452 0.022464 -5.999992 0.020154 0.499762 -1
|
||||||
|
0 -27.479452 5.977798 -5.999992 0.020154 0.421890 -1
|
||||||
|
0 27.495455 -0.000695 -5.999992 0.139989 0.500622 -1
|
||||||
|
0 27.501657 5.992133 -5.999992 0.140002 0.422259 -1
|
||||||
|
132
|
||||||
|
-0.426003 0.735887 0.526300
|
||||||
|
-0.233622 0.933613 0.271639
|
||||||
|
-0.840566 0.491072 0.228685
|
||||||
|
-0.417847 0.108732 0.901987
|
||||||
|
-0.941515 -0.251044 0.224779
|
||||||
|
-0.757997 -0.443457 0.478316
|
||||||
|
-0.381686 -0.910051 0.161625
|
||||||
|
0.508190 -0.847889 0.151087
|
||||||
|
0.164191 -0.601932 0.781486
|
||||||
|
0.901153 -0.379340 0.209819
|
||||||
|
0.835235 -0.343913 0.429077
|
||||||
|
0.896069 0.375877 0.236171
|
||||||
|
0.374691 0.886508 0.271497
|
||||||
|
0.303934 0.709402 0.635904
|
||||||
|
0.258768 0.936216 0.237776
|
||||||
|
-0.497396 0.841970 0.209006
|
||||||
|
-0.175843 0.691709 0.700441
|
||||||
|
-0.900271 0.374705 0.221605
|
||||||
|
-0.553527 0.230042 0.800430
|
||||||
|
-0.792205 -0.442883 0.419841
|
||||||
|
0.198560 -0.647221 0.735988
|
||||||
|
0.370703 -0.903729 0.214134
|
||||||
|
-0.379445 -0.900750 0.211355
|
||||||
|
-0.267234 -0.635861 0.724063
|
||||||
|
-0.258962 -0.891115 0.372629
|
||||||
|
0.571732 -0.320158 0.755394
|
||||||
|
0.900007 0.376839 0.219045
|
||||||
|
0.444512 0.743294 0.499923
|
||||||
|
0.375212 0.894913 0.241549
|
||||||
|
-0.399682 0.886488 0.233225
|
||||||
|
-0.241609 0.544018 0.803535
|
||||||
|
-0.850800 0.481857 0.209650
|
||||||
|
-0.493354 0.125175 0.860775
|
||||||
|
-0.942194 -0.249067 0.224134
|
||||||
|
-0.696036 -0.345465 0.629434
|
||||||
|
-0.513100 -0.837067 0.189863
|
||||||
|
-0.193002 -0.697426 0.690179
|
||||||
|
0.377837 -0.901832 0.209617
|
||||||
|
0.375427 -0.902918 0.209271
|
||||||
|
0.268558 -0.635314 0.724053
|
||||||
|
0.253267 -0.940355 0.227132
|
||||||
|
0.373504 -0.627253 0.683409
|
||||||
|
0.368185 -0.905916 0.209181
|
||||||
|
-0.380733 -0.902178 0.202776
|
||||||
|
-0.312068 -0.732110 0.605498
|
||||||
|
-0.377631 -0.902363 0.207692
|
||||||
|
-0.376334 -0.904227 0.201855
|
||||||
|
-0.306911 -0.733768 0.606126
|
||||||
|
-0.377530 -0.902841 0.205790
|
||||||
|
0.374445 -0.904627 0.203569
|
||||||
|
0.350872 -0.823859 0.445136
|
||||||
|
0.848189 -0.485865 0.210973
|
||||||
|
0.632921 -0.140551 0.761352
|
||||||
|
0.941860 0.240138 0.235017
|
||||||
|
0.629501 0.356219 0.690533
|
||||||
|
0.694496 0.177608 -0.697230
|
||||||
|
0.586021 -0.294361 -0.754938
|
||||||
|
-0.263615 -0.446117 -0.855270
|
||||||
|
0.229548 -0.830755 -0.507103
|
||||||
|
0.177857 0.424208 -0.887927
|
||||||
|
-0.240617 -0.559147 -0.793384
|
||||||
|
0.260430 -0.640802 -0.722183
|
||||||
|
-0.150200 0.344553 -0.926673
|
||||||
|
-0.185852 -0.700887 -0.688634
|
||||||
|
-0.373313 -0.631262 -0.679813
|
||||||
|
0.235541 -0.551850 -0.799988
|
||||||
|
0.268558 -0.635314 -0.724053
|
||||||
|
-0.558017 0.224228 -0.798961
|
||||||
|
0.234425 -0.556459 -0.797119
|
||||||
|
-0.313581 -0.728305 -0.609293
|
||||||
|
-0.642324 -0.210083 -0.737079
|
||||||
|
0.306530 0.716441 -0.626699
|
||||||
|
0.577698 0.154752 -0.801447
|
||||||
|
-0.378603 0.221494 -0.898666
|
||||||
|
-0.289905 0.722738 -0.627379
|
||||||
|
0.757912 -0.438868 -0.482663
|
||||||
|
0.191605 -0.440985 -0.876823
|
||||||
|
-0.191682 -0.713712 -0.673701
|
||||||
|
-0.829575 -0.344609 -0.439374
|
||||||
|
0.428936 0.181684 0.884876
|
||||||
|
-0.244206 -0.573288 0.782115
|
||||||
|
0.941337 -0.250330 -0.226316
|
||||||
|
0.383959 -0.906209 -0.177091
|
||||||
|
-0.503088 -0.847547 -0.169017
|
||||||
|
-0.899997 -0.379100 -0.215146
|
||||||
|
-0.938372 0.246915 -0.241850
|
||||||
|
-0.367118 0.897412 -0.244697
|
||||||
|
0.375924 0.890688 -0.255648
|
||||||
|
0.839355 0.498481 -0.216794
|
||||||
|
-0.175843 0.691709 -0.700442
|
||||||
|
0.444512 0.743293 -0.499924
|
||||||
|
0.490340 0.130046 -0.861774
|
||||||
|
-0.553526 0.230042 -0.800431
|
||||||
|
-0.189592 -0.651097 -0.734933
|
||||||
|
-0.183159 -0.436075 -0.881074
|
||||||
|
0.177328 -0.699077 -0.692709
|
||||||
|
0.198560 -0.647221 -0.735989
|
||||||
|
-0.497396 0.841970 -0.209006
|
||||||
|
0.258768 0.936216 -0.237777
|
||||||
|
0.842085 0.497804 -0.207568
|
||||||
|
0.793869 -0.443083 -0.416472
|
||||||
|
-0.378237 -0.899805 -0.217459
|
||||||
|
0.495488 -0.844803 -0.201987
|
||||||
|
-0.792204 -0.442883 -0.419843
|
||||||
|
-0.900271 0.374705 -0.221605
|
||||||
|
0.349363 0.147326 0.925332
|
||||||
|
0.226644 -0.557256 0.798810
|
||||||
|
-0.147967 -0.352058 0.924208
|
||||||
|
0.104073 0.244752 0.963984
|
||||||
|
0.175034 -0.436327 0.882600
|
||||||
|
-0.233891 -0.556756 0.797068
|
||||||
|
0.234425 -0.556460 0.797118
|
||||||
|
-0.394645 0.888735 -0.233248
|
||||||
|
0.368762 0.894189 -0.253853
|
||||||
|
0.848431 0.481177 -0.220528
|
||||||
|
0.938303 -0.250853 -0.238035
|
||||||
|
0.508114 -0.838633 -0.196251
|
||||||
|
-0.250212 -0.943696 -0.216407
|
||||||
|
-0.497086 -0.846376 -0.191191
|
||||||
|
-0.250545 -0.943250 -0.217960
|
||||||
|
-0.383686 -0.900106 -0.206384
|
||||||
|
0.372887 -0.904057 -0.208891
|
||||||
|
0.378857 -0.900080 -0.215227
|
||||||
|
0.375427 -0.902917 -0.209272
|
||||||
|
0.377837 -0.901831 -0.209618
|
||||||
|
-0.380618 -0.902859 -0.199938
|
||||||
|
-0.905945 -0.366727 -0.211603
|
||||||
|
-0.905726 0.363690 -0.217691
|
||||||
|
-0.341889 0.000354 0.939740
|
||||||
|
0.342244 0.000000 0.939611
|
||||||
|
0.342243 0.000000 -0.939612
|
||||||
|
-0.341888 0.000354 -0.939741
|
||||||
|
184
|
||||||
|
0 0 1 2 0 1 2 1
|
||||||
|
0 3 2 4 3 2 4 1
|
||||||
|
0 5 4 6 5 4 6 1
|
||||||
|
0 6 7 8 6 7 8 1
|
||||||
|
0 7 9 10 7 9 10 1
|
||||||
|
0 10 9 11 10 9 11 1
|
||||||
|
0 11 12 13 11 12 13 1
|
||||||
|
0 13 12 1 13 12 1 1
|
||||||
|
0 14 15 16 14 15 16 1
|
||||||
|
0 15 17 18 15 17 18 1
|
||||||
|
0 18 17 19 18 17 19 1
|
||||||
|
0 20 19 21 20 19 21 1
|
||||||
|
0 21 22 23 21 22 23 1
|
||||||
|
0 23 22 24 23 22 24 1
|
||||||
|
0 25 24 26 25 24 26 1
|
||||||
|
0 26 14 27 26 14 27 1
|
||||||
|
0 28 29 30 28 29 30 1
|
||||||
|
0 30 29 31 30 29 31 1
|
||||||
|
0 32 31 33 32 31 33 1
|
||||||
|
0 34 33 35 34 33 35 1
|
||||||
|
0 36 35 37 36 35 37 1
|
||||||
|
0 37 38 39 37 38 39 1
|
||||||
|
0 39 38 40 39 38 40 1
|
||||||
|
0 41 40 42 41 40 42 1
|
||||||
|
0 42 43 44 42 43 44 1
|
||||||
|
0 44 43 45 44 43 45 1
|
||||||
|
0 45 46 47 45 46 47 1
|
||||||
|
0 47 46 48 47 46 48 1
|
||||||
|
0 48 49 50 48 49 50 1
|
||||||
|
0 50 49 51 50 49 51 1
|
||||||
|
0 52 51 53 52 51 53 1
|
||||||
|
0 54 53 28 54 53 28 1
|
||||||
|
0 55 56 57 55 56 57 1
|
||||||
|
0 57 56 58 57 56 58 1
|
||||||
|
0 59 55 57 59 55 57 1
|
||||||
|
0 59 60 61 59 60 61 1
|
||||||
|
0 61 62 59 61 62 59 1
|
||||||
|
0 59 57 63 59 57 63 1
|
||||||
|
0 63 64 59 63 64 59 1
|
||||||
|
0 59 64 60 59 64 60 1
|
||||||
|
0 61 65 62 61 65 62 1
|
||||||
|
0 62 65 66 62 65 66 1
|
||||||
|
0 67 62 66 67 62 66 1
|
||||||
|
0 66 68 67 66 68 67 1
|
||||||
|
0 67 68 69 67 68 69 1
|
||||||
|
0 69 70 67 69 70 67 1
|
||||||
|
0 71 72 73 71 72 73 1
|
||||||
|
0 73 74 71 73 74 71 1
|
||||||
|
0 72 75 76 72 75 76 1
|
||||||
|
0 77 78 73 77 78 73 1
|
||||||
|
0 73 72 76 73 72 76 1
|
||||||
|
0 76 77 73 76 77 73 1
|
||||||
|
0 3 79 13 3 79 13 1
|
||||||
|
0 13 0 3 13 0 3 1
|
||||||
|
0 8 10 79 8 10 79 1
|
||||||
|
0 3 5 80 3 5 80 1
|
||||||
|
0 8 79 3 8 79 3 1
|
||||||
|
0 3 80 8 3 80 8 1
|
||||||
|
0 2 3 0 2 3 0 1
|
||||||
|
0 4 5 3 4 5 3 1
|
||||||
|
0 6 80 5 6 80 5 1
|
||||||
|
0 8 80 6 8 80 6 1
|
||||||
|
0 10 8 7 10 8 7 1
|
||||||
|
0 11 79 10 11 79 10 1
|
||||||
|
0 13 79 11 13 79 11 1
|
||||||
|
0 1 0 13 1 0 13 1
|
||||||
|
0 75 81 82 75 81 82 1
|
||||||
|
0 82 76 75 82 76 75 1
|
||||||
|
0 82 83 77 82 83 77 1
|
||||||
|
0 77 76 82 77 76 82 1
|
||||||
|
0 83 84 78 83 84 78 1
|
||||||
|
0 78 77 83 78 77 83 1
|
||||||
|
0 78 84 85 78 84 85 1
|
||||||
|
0 85 73 78 85 73 78 1
|
||||||
|
0 73 85 86 73 85 86 1
|
||||||
|
0 86 74 73 86 74 73 1
|
||||||
|
0 86 87 71 86 87 71 1
|
||||||
|
0 71 74 86 71 74 86 1
|
||||||
|
0 71 87 88 71 87 88 1
|
||||||
|
0 88 72 71 88 72 71 1
|
||||||
|
0 72 88 81 72 88 81 1
|
||||||
|
0 81 75 72 81 75 72 1
|
||||||
|
0 89 90 91 89 90 91 1
|
||||||
|
0 89 91 92 89 91 92 1
|
||||||
|
0 91 93 94 91 93 94 1
|
||||||
|
0 95 96 92 95 96 92 1
|
||||||
|
0 92 91 94 92 91 94 1
|
||||||
|
0 92 94 95 92 94 95 1
|
||||||
|
0 89 97 98 89 97 98 1
|
||||||
|
0 98 90 89 98 90 89 1
|
||||||
|
0 90 98 99 90 98 99 1
|
||||||
|
0 90 99 91 90 99 91 1
|
||||||
|
0 91 99 100 91 99 100 1
|
||||||
|
0 100 93 91 100 93 91 1
|
||||||
|
0 101 94 93 101 94 93 1
|
||||||
|
0 93 100 101 93 100 101 1
|
||||||
|
0 95 94 101 95 94 101 1
|
||||||
|
0 101 102 95 101 102 95 1
|
||||||
|
0 96 95 102 96 95 102 1
|
||||||
|
0 102 103 96 102 103 96 1
|
||||||
|
0 103 104 92 103 104 92 1
|
||||||
|
0 92 96 103 92 96 103 1
|
||||||
|
0 92 104 97 92 104 97 1
|
||||||
|
0 97 89 92 97 89 92 1
|
||||||
|
0 105 27 16 105 27 16 1
|
||||||
|
0 18 105 16 18 105 16 1
|
||||||
|
0 23 25 105 23 25 105 1
|
||||||
|
0 18 20 106 18 20 106 1
|
||||||
|
0 23 105 18 23 105 18 1
|
||||||
|
0 106 23 18 106 23 18 1
|
||||||
|
0 16 27 14 16 27 14 1
|
||||||
|
0 15 18 16 15 18 16 1
|
||||||
|
0 19 20 18 19 20 18 1
|
||||||
|
0 21 106 20 21 106 20 1
|
||||||
|
0 23 106 21 23 106 21 1
|
||||||
|
0 24 25 23 24 25 23 1
|
||||||
|
0 26 105 25 26 105 25 1
|
||||||
|
0 27 105 26 27 105 26 1
|
||||||
|
0 107 52 54 107 52 54 1
|
||||||
|
0 50 52 107 50 52 107 1
|
||||||
|
0 107 54 108 107 54 108 1
|
||||||
|
0 109 44 108 109 44 108 1
|
||||||
|
0 108 30 109 108 30 109 1
|
||||||
|
0 47 107 108 47 107 108 1
|
||||||
|
0 108 110 47 108 110 47 1
|
||||||
|
0 44 110 108 44 110 108 1
|
||||||
|
0 30 41 109 30 41 109 1
|
||||||
|
0 39 41 30 39 41 30 1
|
||||||
|
0 39 30 32 39 30 32 1
|
||||||
|
0 32 111 39 32 111 39 1
|
||||||
|
0 36 111 32 36 111 32 1
|
||||||
|
0 32 34 36 32 34 36 1
|
||||||
|
0 30 108 28 30 108 28 1
|
||||||
|
0 31 32 30 31 32 30 1
|
||||||
|
0 33 34 32 33 34 32 1
|
||||||
|
0 35 36 34 35 36 34 1
|
||||||
|
0 37 111 36 37 111 36 1
|
||||||
|
0 39 111 37 39 111 37 1
|
||||||
|
0 40 41 39 40 41 39 1
|
||||||
|
0 109 41 42 109 41 42 1
|
||||||
|
0 44 109 42 44 109 42 1
|
||||||
|
0 45 110 44 45 110 44 1
|
||||||
|
0 47 110 45 47 110 45 1
|
||||||
|
0 48 107 47 48 107 47 1
|
||||||
|
0 50 107 48 50 107 48 1
|
||||||
|
0 51 52 50 51 52 50 1
|
||||||
|
0 53 54 52 53 54 52 1
|
||||||
|
0 28 108 54 28 108 54 1
|
||||||
|
0 112 113 59 112 113 59 1
|
||||||
|
0 59 62 112 59 62 112 1
|
||||||
|
0 114 55 59 114 55 59 1
|
||||||
|
0 59 113 114 59 113 114 1
|
||||||
|
0 55 114 115 55 114 115 1
|
||||||
|
0 115 56 55 115 56 55 1
|
||||||
|
0 56 115 116 56 115 116 1
|
||||||
|
0 116 58 56 116 58 56 1
|
||||||
|
0 58 116 117 58 116 117 1
|
||||||
|
0 117 57 58 117 57 58 1
|
||||||
|
0 57 117 118 57 117 118 1
|
||||||
|
0 118 63 57 118 63 57 1
|
||||||
|
0 63 118 119 63 118 119 1
|
||||||
|
0 64 63 119 64 63 119 1
|
||||||
|
0 120 60 64 120 60 64 1
|
||||||
|
0 119 120 64 119 120 64 1
|
||||||
|
0 61 60 120 61 60 120 1
|
||||||
|
0 120 121 61 120 121 61 1
|
||||||
|
0 61 121 122 61 121 122 1
|
||||||
|
0 122 65 61 122 65 61 1
|
||||||
|
0 66 65 122 66 65 122 1
|
||||||
|
0 122 123 66 122 123 66 1
|
||||||
|
0 66 123 124 66 123 124 1
|
||||||
|
0 124 68 66 124 68 66 1
|
||||||
|
0 69 68 124 69 68 124 1
|
||||||
|
0 124 125 69 124 125 69 1
|
||||||
|
0 126 70 69 126 70 69 1
|
||||||
|
0 69 125 126 69 125 126 1
|
||||||
|
0 126 127 67 126 127 67 1
|
||||||
|
0 67 70 126 67 70 126 1
|
||||||
|
0 67 127 112 67 127 112 1
|
||||||
|
0 112 62 67 112 62 67 1
|
||||||
|
0 128 129 34 128 128 34 1
|
||||||
|
0 130 131 52 129 129 52 1
|
||||||
|
0 132 133 56 130 130 56 1
|
||||||
|
0 134 70 135 131 70 131 1
|
||||||
|
"scroller" 0 1
|
||||||
|
96
|
||||||
|
0 -1.478017 20.995436 6.000000 0.076939 0.215925 -1
|
||||||
|
0 1.491741 20.995436 6.000000 0.083416 0.215925 -1
|
||||||
|
0 2.549132 27.005108 6.000000 0.085722 0.136089 -1
|
||||||
|
0 -2.470720 27.005108 6.000000 0.074773 0.136089 -1
|
||||||
|
0 3.514073 18.989233 6.000000 0.087827 0.240642 -1
|
||||||
|
0 7.480893 22.005108 6.000000 0.096479 0.201305 -1
|
||||||
|
0 -7.464517 22.005110 6.000000 0.063881 0.201305 -1
|
||||||
|
0 -3.484221 19.005362 6.000000 0.072382 0.241157 -1
|
||||||
|
0 3.517759 8.995436 6.000000 0.087745 0.381147 -1
|
||||||
|
0 -3.478692 9.015251 6.000000 0.072303 0.381614 -1
|
||||||
|
0 -0.476883 6.005363 6.000000 0.077857 0.415795 -1
|
||||||
|
0 -3.474295 5.996571 6.000000 0.072223 0.416635 -1
|
||||||
|
0 -0.472487 3.005361 6.000000 0.077713 0.449122 -1
|
||||||
|
0 0.522155 2.996570 6.000000 0.082580 0.449237 -1
|
||||||
|
0 0.527650 6.000967 6.000000 0.082488 0.415853 -1
|
||||||
|
0 3.507869 6.000966 6.000000 0.087724 0.416578 -1
|
||||||
|
0 -0.506554 -10.002331 6.000000 0.077611 0.635467 -1
|
||||||
|
0 0.515562 -10.010023 6.000000 0.082824 0.635567 -1
|
||||||
|
0 0.515562 -7.994639 6.000000 0.081197 0.612182 -1
|
||||||
|
0 -0.498861 -7.986947 6.000000 0.078984 0.612080 -1
|
||||||
|
0 7.487095 -0.006020 6.000000 0.096403 0.494928 -1
|
||||||
|
0 -7.470722 0.000184 6.000000 0.063777 0.494848 -1
|
||||||
|
0 -3.498861 -4.986946 6.000000 0.072169 0.572951 -1
|
||||||
|
0 3.492485 -4.994639 6.000000 0.087689 0.573052 -1
|
||||||
|
0 -4.498861 -6.002331 6.000000 0.068903 0.583294 -1
|
||||||
|
0 4.530946 -6.002331 6.000000 0.091582 0.583294 -1
|
||||||
|
0 7.507869 -6.010023 6.000000 0.098076 0.583394 -1
|
||||||
|
0 -7.476655 -6.006133 6.000000 0.062408 0.583344 -1
|
||||||
|
0 -18.496527 5.005362 6.000000 0.038553 0.433916 -1
|
||||||
|
0 -17.519123 9.995950 6.000000 0.041860 0.364471 -1
|
||||||
|
0 -21.486635 5.000965 6.000000 0.033025 0.433973 -1
|
||||||
|
0 -23.502296 9.990573 6.000000 0.028809 0.364541 -1
|
||||||
|
0 -27.479452 5.977798 6.000000 0.020135 0.416880 -1
|
||||||
|
0 -22.497412 4.003303 6.000000 0.030821 0.446985 -1
|
||||||
|
0 -27.479452 0.022464 6.000000 0.020135 0.494557 -1
|
||||||
|
0 -22.497414 1.011768 6.000000 0.030821 0.486005 -1
|
||||||
|
0 -0.491594 -27.002575 6.000000 0.079000 0.866634 -1
|
||||||
|
0 -0.571486 -22.010983 6.000000 0.078826 0.781945 -1
|
||||||
|
0 0.540664 -26.992649 6.000000 0.081251 0.866504 -1
|
||||||
|
0 0.539625 -21.973946 6.000000 0.081249 0.781461 -1
|
||||||
|
0 27.495455 -0.000695 6.000000 0.140046 0.494859 -1
|
||||||
|
0 22.490080 0.991055 6.000000 0.129037 0.485550 -1
|
||||||
|
0 22.477116 4.003556 6.000000 0.129009 0.446257 -1
|
||||||
|
0 27.501657 5.992133 6.000000 0.140059 0.416693 -1
|
||||||
|
0 23.485622 10.001644 6.000000 0.131299 0.364396 -1
|
||||||
|
0 21.502117 4.991519 6.000000 0.126882 0.433371 -1
|
||||||
|
0 17.513138 10.005877 6.000000 0.118271 0.364341 -1
|
||||||
|
0 18.494793 4.993823 6.000000 0.121407 0.433341 -1
|
||||||
|
0 2.549132 27.005108 -5.999992 0.085722 0.136089 -1
|
||||||
|
0 1.491741 20.995438 -5.999992 0.083416 0.215925 -1
|
||||||
|
0 -1.478017 20.995438 -5.999992 0.076939 0.215925 -1
|
||||||
|
0 -2.470720 27.005108 -5.999992 0.074773 0.136089 -1
|
||||||
|
0 7.480893 22.005108 -5.999992 0.096479 0.201305 -1
|
||||||
|
0 3.514073 18.989235 -5.999992 0.087827 0.240642 -1
|
||||||
|
0 -3.484221 19.005363 -5.999992 0.072382 0.241157 -1
|
||||||
|
0 -7.464517 22.005112 -5.999992 0.063881 0.201305 -1
|
||||||
|
0 3.517759 8.995436 -5.999992 0.087745 0.381147 -1
|
||||||
|
0 -3.478692 9.015251 -5.999992 0.072303 0.381614 -1
|
||||||
|
0 -3.474295 5.996571 -5.999992 0.072223 0.416635 -1
|
||||||
|
0 -0.476883 6.005363 -5.999992 0.077857 0.415795 -1
|
||||||
|
0 -0.472487 3.005361 -5.999992 0.077713 0.449122 -1
|
||||||
|
0 0.527650 6.000967 -5.999992 0.082488 0.415853 -1
|
||||||
|
0 0.522155 2.996570 -5.999992 0.082580 0.449237 -1
|
||||||
|
0 3.507869 6.000966 -5.999992 0.087724 0.416578 -1
|
||||||
|
0 0.515562 -7.994638 -5.999992 0.081197 0.612182 -1
|
||||||
|
0 0.515562 -10.010023 -5.999992 0.082824 0.635567 -1
|
||||||
|
0 -0.506554 -10.002331 -5.999992 0.077611 0.635467 -1
|
||||||
|
0 -0.498861 -7.986946 -5.999992 0.078984 0.612080 -1
|
||||||
|
0 7.487095 -0.006020 -5.999992 0.096403 0.494928 -1
|
||||||
|
0 -7.470722 0.000184 -5.999992 0.063777 0.494848 -1
|
||||||
|
0 -3.498861 -4.986946 -5.999992 0.072169 0.572951 -1
|
||||||
|
0 3.492485 -4.994639 -5.999992 0.087689 0.573052 -1
|
||||||
|
0 -4.498861 -6.002331 -5.999992 0.068903 0.583294 -1
|
||||||
|
0 4.530946 -6.002331 -5.999992 0.091582 0.583294 -1
|
||||||
|
0 7.507869 -6.010023 -5.999992 0.098076 0.583394 -1
|
||||||
|
0 -7.476655 -6.006133 -5.999992 0.062408 0.583344 -1
|
||||||
|
0 -18.496527 5.005362 -5.999992 0.038553 0.433916 -1
|
||||||
|
0 -17.519123 9.995950 -5.999992 0.041860 0.364471 -1
|
||||||
|
0 -21.486635 5.000965 -5.999992 0.033025 0.433973 -1
|
||||||
|
0 -23.502296 9.990573 -5.999992 0.028809 0.364541 -1
|
||||||
|
0 -27.479452 5.977798 -5.999992 0.020135 0.416880 -1
|
||||||
|
0 -22.497412 4.003303 -5.999992 0.030821 0.446985 -1
|
||||||
|
0 -27.479452 0.022464 -5.999992 0.020135 0.494557 -1
|
||||||
|
0 -22.497414 1.011768 -5.999992 0.030821 0.486005 -1
|
||||||
|
0 -0.571486 -22.010983 -5.999992 0.078826 0.781945 -1
|
||||||
|
0 -0.491594 -27.002575 -5.999992 0.079000 0.866634 -1
|
||||||
|
0 0.540664 -26.992649 -5.999992 0.081251 0.866504 -1
|
||||||
|
0 0.539625 -21.973946 -5.999992 0.081249 0.781461 -1
|
||||||
|
0 22.490080 0.991055 -5.999992 0.129037 0.485550 -1
|
||||||
|
0 27.495455 -0.000695 -5.999992 0.140046 0.494859 -1
|
||||||
|
0 22.477116 4.003556 -5.999992 0.129009 0.446257 -1
|
||||||
|
0 27.501657 5.992133 -5.999992 0.140059 0.416693 -1
|
||||||
|
0 23.485622 10.001644 -5.999992 0.131299 0.364396 -1
|
||||||
|
0 21.502117 4.991519 -5.999992 0.126882 0.433371 -1
|
||||||
|
0 17.513138 10.005877 -5.999992 0.118271 0.364341 -1
|
||||||
|
0 18.494793 4.993823 -5.999992 0.121407 0.433341 -1
|
||||||
|
2
|
||||||
|
0.000000 0.000000 1.000000
|
||||||
|
0.000000 0.000000 -1.000000
|
||||||
|
157
|
||||||
|
0 0 1 2 0 0 0 1
|
||||||
|
0 3 0 2 0 0 0 1
|
||||||
|
0 1 4 5 0 0 0 1
|
||||||
|
0 5 2 1 0 0 0 1
|
||||||
|
0 0 6 7 0 0 0 1
|
||||||
|
0 0 3 6 0 0 0 1
|
||||||
|
0 4 8 5 0 0 0 1
|
||||||
|
0 9 7 6 0 0 0 1
|
||||||
|
0 10 9 11 0 0 0 1
|
||||||
|
0 11 12 10 0 0 0 1
|
||||||
|
0 12 13 14 0 0 0 1
|
||||||
|
0 14 10 12 0 0 0 1
|
||||||
|
0 15 14 13 0 0 0 1
|
||||||
|
0 15 8 14 0 0 0 1
|
||||||
|
0 16 17 18 0 0 0 1
|
||||||
|
0 18 19 16 0 0 0 1
|
||||||
|
0 8 15 20 0 0 0 1
|
||||||
|
0 20 5 8 0 0 0 1
|
||||||
|
0 21 11 9 0 0 0 1
|
||||||
|
0 9 6 21 0 0 0 1
|
||||||
|
0 22 11 21 0 0 0 1
|
||||||
|
0 23 20 15 0 0 0 1
|
||||||
|
0 24 16 19 0 0 0 1
|
||||||
|
0 19 22 24 0 0 0 1
|
||||||
|
0 18 17 25 0 0 0 1
|
||||||
|
0 25 23 18 0 0 0 1
|
||||||
|
0 25 26 20 0 0 0 1
|
||||||
|
0 20 23 25 0 0 0 1
|
||||||
|
0 24 22 21 0 0 0 1
|
||||||
|
0 21 27 24 0 0 0 1
|
||||||
|
0 28 27 21 0 0 0 1
|
||||||
|
0 21 29 28 0 0 0 1
|
||||||
|
0 30 28 29 0 0 0 1
|
||||||
|
0 30 29 31 0 0 0 1
|
||||||
|
0 31 32 30 0 0 0 1
|
||||||
|
0 33 30 32 0 0 0 1
|
||||||
|
0 32 34 33 0 0 0 1
|
||||||
|
0 33 34 35 0 0 0 1
|
||||||
|
0 34 36 37 0 0 0 1
|
||||||
|
0 37 35 34 0 0 0 1
|
||||||
|
0 37 36 38 0 0 0 1
|
||||||
|
0 38 39 37 0 0 0 1
|
||||||
|
0 38 40 41 0 0 0 1
|
||||||
|
0 41 39 38 0 0 0 1
|
||||||
|
0 42 41 40 0 0 0 1
|
||||||
|
0 40 43 42 0 0 0 1
|
||||||
|
0 42 43 44 0 0 0 1
|
||||||
|
0 44 45 42 0 0 0 1
|
||||||
|
0 45 44 46 0 0 0 1
|
||||||
|
0 45 46 47 0 0 0 1
|
||||||
|
0 46 20 26 0 0 0 1
|
||||||
|
0 26 47 46 0 0 0 1
|
||||||
|
0 48 49 50 1 1 1 1
|
||||||
|
0 48 50 51 1 1 1 1
|
||||||
|
0 52 53 49 1 1 1 1
|
||||||
|
0 49 48 52 1 1 1 1
|
||||||
|
0 54 55 50 1 1 1 1
|
||||||
|
0 55 51 50 1 1 1 1
|
||||||
|
0 52 56 53 1 1 1 1
|
||||||
|
0 55 54 57 1 1 1 1
|
||||||
|
0 58 57 59 1 1 1 1
|
||||||
|
0 59 60 58 1 1 1 1
|
||||||
|
0 61 62 60 1 1 1 1
|
||||||
|
0 60 59 61 1 1 1 1
|
||||||
|
0 62 61 63 1 1 1 1
|
||||||
|
0 61 56 63 1 1 1 1
|
||||||
|
0 64 65 66 1 1 1 1
|
||||||
|
0 66 67 64 1 1 1 1
|
||||||
|
0 68 63 56 1 1 1 1
|
||||||
|
0 56 52 68 1 1 1 1
|
||||||
|
0 57 58 69 1 1 1 1
|
||||||
|
0 69 55 57 1 1 1 1
|
||||||
|
0 69 58 70 1 1 1 1
|
||||||
|
0 63 68 71 1 1 1 1
|
||||||
|
0 67 66 72 1 1 1 1
|
||||||
|
0 72 70 67 1 1 1 1
|
||||||
|
0 73 65 64 1 1 1 1
|
||||||
|
0 64 71 73 1 1 1 1
|
||||||
|
0 68 74 73 1 1 1 1
|
||||||
|
0 73 71 68 1 1 1 1
|
||||||
|
0 69 70 72 1 1 1 1
|
||||||
|
0 72 75 69 1 1 1 1
|
||||||
|
0 69 75 76 1 1 1 1
|
||||||
|
0 76 77 69 1 1 1 1
|
||||||
|
0 77 76 78 1 1 1 1
|
||||||
|
0 79 77 78 1 1 1 1
|
||||||
|
0 78 80 79 1 1 1 1
|
||||||
|
0 80 78 81 1 1 1 1
|
||||||
|
0 81 82 80 1 1 1 1
|
||||||
|
0 83 82 81 1 1 1 1
|
||||||
|
0 84 85 82 1 1 1 1
|
||||||
|
0 82 83 84 1 1 1 1
|
||||||
|
0 86 85 84 1 1 1 1
|
||||||
|
0 84 87 86 1 1 1 1
|
||||||
|
0 88 89 86 1 1 1 1
|
||||||
|
0 86 87 88 1 1 1 1
|
||||||
|
0 89 88 90 1 1 1 1
|
||||||
|
0 90 91 89 1 1 1 1
|
||||||
|
0 92 91 90 1 1 1 1
|
||||||
|
0 90 93 92 1 1 1 1
|
||||||
|
0 94 92 93 1 1 1 1
|
||||||
|
0 95 94 93 1 1 1 1
|
||||||
|
0 74 68 94 1 1 1 1
|
||||||
|
0 94 95 74 1 1 1 1
|
||||||
|
0 84 83 83 1 1 1 1
|
||||||
|
0 67 70 58 1 1 1 1
|
||||||
|
0 67 58 60 1 1 1 1
|
||||||
|
0 62 63 64 1 1 1 1
|
||||||
|
0 64 63 71 1 1 1 1
|
||||||
|
0 67 60 64 1 1 1 1
|
||||||
|
0 64 60 62 1 1 1 1
|
||||||
|
0 57 54 50 1 1 1 1
|
||||||
|
0 50 59 57 1 1 1 1
|
||||||
|
0 56 49 53 1 1 1 1
|
||||||
|
0 56 61 49 1 1 1 1
|
||||||
|
0 50 49 61 1 1 1 1
|
||||||
|
0 61 59 50 1 1 1 1
|
||||||
|
0 84 75 72 1 1 1 1
|
||||||
|
0 72 66 84 1 1 1 1
|
||||||
|
0 87 65 73 1 1 1 1
|
||||||
|
0 73 74 87 1 1 1 1
|
||||||
|
0 87 84 66 1 1 1 1
|
||||||
|
0 66 65 87 1 1 1 1
|
||||||
|
0 75 84 83 1 1 1 1
|
||||||
|
0 87 74 88 1 1 1 1
|
||||||
|
0 74 95 88 1 1 1 1
|
||||||
|
0 88 95 93 1 1 1 1
|
||||||
|
0 88 93 90 1 1 1 1
|
||||||
|
0 75 83 76 1 1 1 1
|
||||||
|
0 83 81 76 1 1 1 1
|
||||||
|
0 76 81 78 1 1 1 1
|
||||||
|
0 18 23 15 0 0 0 1
|
||||||
|
0 15 13 18 0 0 0 1
|
||||||
|
0 19 12 11 0 0 0 1
|
||||||
|
0 19 11 22 0 0 0 1
|
||||||
|
0 19 18 13 0 0 0 1
|
||||||
|
0 13 12 19 0 0 0 1
|
||||||
|
0 10 14 1 0 0 0 1
|
||||||
|
0 10 1 0 0 0 0 1
|
||||||
|
0 1 14 8 0 0 0 1
|
||||||
|
0 8 4 1 0 0 0 1
|
||||||
|
0 7 9 0 0 0 0 1
|
||||||
|
0 0 9 10 0 0 0 1
|
||||||
|
0 37 39 17 0 0 0 1
|
||||||
|
0 17 16 37 0 0 0 1
|
||||||
|
0 24 37 16 0 0 0 1
|
||||||
|
0 39 25 17 0 0 0 1
|
||||||
|
0 39 26 25 0 0 0 1
|
||||||
|
0 24 27 37 0 0 0 1
|
||||||
|
0 37 27 35 0 0 0 1
|
||||||
|
0 35 27 28 0 0 0 1
|
||||||
|
0 35 28 33 0 0 0 1
|
||||||
|
0 33 28 30 0 0 0 1
|
||||||
|
0 39 41 26 0 0 0 1
|
||||||
|
0 26 41 47 0 0 0 1
|
||||||
|
0 47 41 45 0 0 0 1
|
||||||
|
0 45 41 42 0 0 0 1
|
||||||
|
|
||||||
|
Materials: 3
|
||||||
|
"cells"
|
||||||
|
0.588235 0.588235 0.588235 1.000000
|
||||||
|
0.588235 0.588235 0.588235 1.000000
|
||||||
|
0.898039 0.898039 0.898039 1.000000
|
||||||
|
0.000000 0.000000 0.000000 1.000000
|
||||||
|
0.000000
|
||||||
|
1.000000
|
||||||
|
"..\black.png"
|
||||||
|
""
|
||||||
|
"19 - Default"
|
||||||
|
1.000000 1.000000 1.000000 1.000000
|
||||||
|
0.800000 0.800000 0.800000 1.000000
|
||||||
|
0.000000 0.000000 0.000000 1.000000
|
||||||
|
0.000000 0.000000 0.000000 1.000000
|
||||||
|
0.000000
|
||||||
|
1.000000
|
||||||
|
"..\color4.png"
|
||||||
|
""
|
||||||
|
"19 - Inside"
|
||||||
|
1.000000 1.000000 1.000000 1.000000
|
||||||
|
1.000000 1.000000 1.000000 1.000000
|
||||||
|
0.000000 0.000000 0.000000 1.000000
|
||||||
|
0.000000 0.000000 0.000000 1.000000
|
||||||
|
0.000000
|
||||||
|
1.000000
|
||||||
|
"..\color in.jpg"
|
||||||
|
""
|
||||||
|
|
||||||
|
Bones: 0
|
||||||
|
GroupComments: 0
|
||||||
|
MaterialComments: 0
|
||||||
|
BoneComments: 0
|
||||||
|
ModelComment: 0
|
||||||
@@ -20,14 +20,14 @@ ret.Redir = function(sButton, sElement)
|
|||||||
if sElement == "Hold Head Active" or
|
if sElement == "Hold Head Active" or
|
||||||
sElement == "Roll Head Active"
|
sElement == "Roll Head Active"
|
||||||
then
|
then
|
||||||
sElement = "StreamHead Active";
|
sElement = "Hold Head Active";
|
||||||
end
|
end
|
||||||
|
|
||||||
-- Test
|
-- Test
|
||||||
if sElement == "Hold Head Inactive" or
|
if sElement == "Hold Head Inactive" or
|
||||||
sElement == "Roll Head Inactive" or
|
sElement == "Roll Head Inactive"
|
||||||
then
|
then
|
||||||
sElement = "StreamHead Inactive";
|
sElement = "Hold Head Inactive";
|
||||||
end
|
end
|
||||||
|
|
||||||
sButton = ret.RedirTable[sButton];
|
sButton = ret.RedirTable[sButton];
|
||||||
|
|||||||
@@ -8,7 +8,7 @@ TapNoteAnimationLength=4
|
|||||||
TapAdditionAnimationLength=4
|
TapAdditionAnimationLength=4
|
||||||
TapMineAnimationLength=1
|
TapMineAnimationLength=1
|
||||||
TapLiftAnimationLength=4
|
TapLiftAnimationLength=4
|
||||||
HoldHeadAnimationLength=4 // doesn't matter. Only 1 frame anyway.
|
HoldHeadAnimationLength=1 // doesn't matter. Only 1 frame anyway.
|
||||||
HoldTopCapAnimationLength=4 // doesn't matter. Only 1 frame anyway.
|
HoldTopCapAnimationLength=4 // doesn't matter. Only 1 frame anyway.
|
||||||
HoldBottomCapAnimationLength=4 // doesn't matter. Only 1 frame anyway.
|
HoldBottomCapAnimationLength=4 // doesn't matter. Only 1 frame anyway.
|
||||||
HoldBodyAnimationLength=4 // doesn't matter. Only 1 frame anyway.
|
HoldBodyAnimationLength=4 // doesn't matter. Only 1 frame anyway.
|
||||||
@@ -35,7 +35,7 @@ TapFakeNoteColorTextureCoordSpacingX=0
|
|||||||
TapFakeNoteColorTextureCoordSpacingY=0.125
|
TapFakeNoteColorTextureCoordSpacingY=0.125
|
||||||
|
|
||||||
HoldHeadNoteColorTextureCoordSpacingX=0
|
HoldHeadNoteColorTextureCoordSpacingX=0
|
||||||
HoldHeadNoteColorTextureCoordSpacingY=0.125
|
HoldHeadNoteColorTextureCoordSpacingY=0
|
||||||
|
|
||||||
[GhostArrowDim]
|
[GhostArrowDim]
|
||||||
NoneCommand=
|
NoneCommand=
|
||||||
|
|||||||
@@ -0,0 +1,141 @@
|
|||||||
|
local function Fooled()
|
||||||
|
local phrases = {
|
||||||
|
"hornswaggled",
|
||||||
|
"bamboozled",
|
||||||
|
"hoodwinked",
|
||||||
|
"swindled",
|
||||||
|
"duped",
|
||||||
|
"hoaxed",
|
||||||
|
"fleeced",
|
||||||
|
"shafted",
|
||||||
|
"caboodled",
|
||||||
|
"beguiled",
|
||||||
|
"finagled",
|
||||||
|
"two-timed",
|
||||||
|
"suckered",
|
||||||
|
"flimflammed"
|
||||||
|
}
|
||||||
|
return phrases[math.random(#phrases)]
|
||||||
|
end
|
||||||
|
|
||||||
|
local ssc = {
|
||||||
|
"AJ Kelly as freem",
|
||||||
|
"Jonathan Payne (Midiman)",
|
||||||
|
"Colby Klein (shakesoda)",
|
||||||
|
}
|
||||||
|
|
||||||
|
local sm_ssc = {
|
||||||
|
"Jason Felds (wolfman2000)",
|
||||||
|
"Alberto Ramos (Daisuke Master)",
|
||||||
|
"Jack Walstrom (FSX)",
|
||||||
|
}
|
||||||
|
|
||||||
|
local stepmania = {
|
||||||
|
"Chris Danford",
|
||||||
|
"Glenn Maynard",
|
||||||
|
"Steve Checkoway",
|
||||||
|
-- and various other contributors
|
||||||
|
}
|
||||||
|
|
||||||
|
local contrib = {
|
||||||
|
"Aldo Fregoso (Aldo_MX)", -- delays
|
||||||
|
"Chris Eldridge (kurisu)", -- dance-threepanel
|
||||||
|
"cerbo",
|
||||||
|
"cesarmades", -- pump/cmd* noteskins
|
||||||
|
"corec", -- various fixes
|
||||||
|
"galopin", -- piu PlayStation2 usb mat support
|
||||||
|
"gholms", -- automake 1.11 support
|
||||||
|
"juanelote", -- SongManager:GetSongGroupByIndex, JumpToNext/PrevGroup logic mods
|
||||||
|
"Kaox", -- pump/default noteskin
|
||||||
|
"NitroX72", -- pump/frame noteskin
|
||||||
|
"sy567", -- beginner helper fix
|
||||||
|
"Thai Pangsakulyanont (theDtTvB)",
|
||||||
|
"v1toko", -- x-mode from StepNXA
|
||||||
|
}
|
||||||
|
|
||||||
|
local thanks = {
|
||||||
|
"A Pseudonymous Coder", -- support
|
||||||
|
"Bill Shillito (DM Ashura)", -- Music (not yet though)
|
||||||
|
"cpubasic13", -- testing (a lot)
|
||||||
|
"Dreamwoods",
|
||||||
|
"Infamouspat", -- oitg bro
|
||||||
|
"Jason Bolt (LightningXCE)",
|
||||||
|
"Jousway", -- Noteskins
|
||||||
|
"Matt1360", -- Automake magic + oitg bro
|
||||||
|
"Mark Cannon (vyhd)", -- oitg bro + twirl/roll
|
||||||
|
"Petriform", -- Music
|
||||||
|
"Renard",
|
||||||
|
"Ryan McKanna (Plaguefox)",
|
||||||
|
}
|
||||||
|
|
||||||
|
local shoutout = {
|
||||||
|
"The Lua team", -- lua project lead or some shit. super nerdy but oh hell.
|
||||||
|
"Mojang", -- minecraft forever -freem
|
||||||
|
"NAKET Coder",
|
||||||
|
"Ciera Boyd", -- you bet your ass I'm putting my girlfriend in the credits
|
||||||
|
--Image(), -- we should have some logos probably to look super pro
|
||||||
|
"You showed us... your ultimate dance",
|
||||||
|
-- "Can't stop crying... buckets of tears!"
|
||||||
|
}
|
||||||
|
|
||||||
|
local copyright = {
|
||||||
|
"StepMania is released under the terms of the MIT license.",
|
||||||
|
"If you paid for the program you've been " .. Fooled() .. ".",
|
||||||
|
"All content is the sole property of their respectful owners."
|
||||||
|
}
|
||||||
|
|
||||||
|
local sections = {
|
||||||
|
{ "the spinal shark collective (project lead)", ssc },
|
||||||
|
{ "sm-ssc Team", sm_ssc },
|
||||||
|
{ "StepMania Team", stepmania },
|
||||||
|
{ "Other Contributors", contrib },
|
||||||
|
{ "Special Thanks", thanks },
|
||||||
|
{ "Shoutouts", shoutout },
|
||||||
|
{ "Copyright", copyright },
|
||||||
|
}
|
||||||
|
|
||||||
|
-- To add people or sections modify the above.
|
||||||
|
|
||||||
|
local lineOn = cmd(zoom,0.875;strokecolor,color("#444444");shadowcolor,color("#444444");shadowlength,3)
|
||||||
|
local sectionOn = cmd(diffuse,color("#88DDFF");strokecolor,color("#446688");shadowcolor,color("#446688");shadowlength,3)
|
||||||
|
local item_padding_start = 4;
|
||||||
|
|
||||||
|
local creditScroller = Def.ActorScroller {
|
||||||
|
SecondsPerItem = 0.5;
|
||||||
|
NumItemsToDraw = 40;
|
||||||
|
TransformFunction = function( self, offset, itemIndex, numItems)
|
||||||
|
self:y(30*offset)
|
||||||
|
end;
|
||||||
|
OnCommand = cmd(scrollwithpadding,item_padding_start,15);
|
||||||
|
}
|
||||||
|
|
||||||
|
local function AddLine( text, command )
|
||||||
|
local text = Def.ActorFrame{
|
||||||
|
LoadFont("Common normal")..{
|
||||||
|
Text = text or "";
|
||||||
|
OnCommand = command or lineOn;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
table.insert( creditScroller, text )
|
||||||
|
end
|
||||||
|
|
||||||
|
-- Add sections with padding.
|
||||||
|
for section in ivalues(sections) do
|
||||||
|
AddLine( section[1], sectionOn )
|
||||||
|
for name in ivalues(section[2]) do
|
||||||
|
AddLine( name )
|
||||||
|
end
|
||||||
|
AddLine()
|
||||||
|
AddLine()
|
||||||
|
end
|
||||||
|
|
||||||
|
creditScroller.BeginCommand=function(self)
|
||||||
|
SCREENMAN:GetTopScreen():PostScreenMessage( "SM_BeginFadingOut", (t.SecondsPerItem * (#t + item_padding_start) + 5) );
|
||||||
|
end;
|
||||||
|
|
||||||
|
|
||||||
|
return Def.ActorFrame{
|
||||||
|
creditScroller..{
|
||||||
|
InitCommand=cmd(CenterX;y,SCREEN_BOTTOM-64),
|
||||||
|
}
|
||||||
|
};
|
||||||
@@ -1,9 +1,9 @@
|
|||||||
function GetLocalProfiles()
|
function GetLocalProfiles()
|
||||||
local ret = {};
|
local t = {};
|
||||||
|
|
||||||
for p = 0,PROFILEMAN:GetNumLocalProfiles()-1 do
|
for p = 0,PROFILEMAN:GetNumLocalProfiles()-1 do
|
||||||
local profile=PROFILEMAN:GetLocalProfileFromIndex(p);
|
local profile=PROFILEMAN:GetLocalProfileFromIndex(p);
|
||||||
local item = Def.ActorFrame {
|
local ProfileCard = Def.ActorFrame {
|
||||||
--[[ Def.Quad {
|
--[[ Def.Quad {
|
||||||
InitCommand=cmd(zoomto,200,1;y,40/2);
|
InitCommand=cmd(zoomto,200,1;y,40/2);
|
||||||
OnCommand=cmd(diffuse,Color('Outline'););
|
OnCommand=cmd(diffuse,Color('Outline'););
|
||||||
@@ -22,10 +22,10 @@ function GetLocalProfiles()
|
|||||||
end;
|
end;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
table.insert( ret, item );
|
t[#t+1]=ProfileCard;
|
||||||
end;
|
end;
|
||||||
|
|
||||||
return ret;
|
return t;
|
||||||
end;
|
end;
|
||||||
|
|
||||||
function LoadCard(cColor)
|
function LoadCard(cColor)
|
||||||
@@ -38,14 +38,14 @@ function LoadCard(cColor)
|
|||||||
return t
|
return t
|
||||||
end
|
end
|
||||||
function LoadPlayerStuff(Player)
|
function LoadPlayerStuff(Player)
|
||||||
local ret = {};
|
local t = {};
|
||||||
|
|
||||||
local pn = (Player == PLAYER_1) and 1 or 2;
|
local pn = (Player == PLAYER_1) and 1 or 2;
|
||||||
|
|
||||||
--[[ local t = LoadActor(THEME:GetPathB('', '_frame 3x3'), 'metal', 200, 230) .. {
|
--[[ local t = LoadActor(THEME:GetPathB('', '_frame 3x3'), 'metal', 200, 230) .. {
|
||||||
Name = 'BigFrame';
|
Name = 'BigFrame';
|
||||||
}; --]]
|
}; --]]
|
||||||
local t = Def.ActorFrame {
|
t[#t+1] = Def.ActorFrame {
|
||||||
Name = 'JoinFrame';
|
Name = 'JoinFrame';
|
||||||
LoadCard(Color('Orange'));
|
LoadCard(Color('Orange'));
|
||||||
--[[ Def.Quad {
|
--[[ Def.Quad {
|
||||||
@@ -62,23 +62,13 @@ function LoadPlayerStuff(Player)
|
|||||||
OnCommand=cmd(diffuseshift;effectcolor1,Color('White');effectcolor2,color("0.5,0.5,0.5"));
|
OnCommand=cmd(diffuseshift;effectcolor1,Color('White');effectcolor2,color("0.5,0.5,0.5"));
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
table.insert( ret, t );
|
|
||||||
|
|
||||||
t = Def.ActorFrame {
|
t[#t+1] = Def.ActorFrame {
|
||||||
Name = 'BigFrame';
|
Name = 'BigFrame';
|
||||||
LoadCard(PlayerColor(Player));
|
LoadCard(PlayerColor(Player));
|
||||||
};
|
};
|
||||||
table.insert( ret, t );
|
t[#t+1] = Def.ActorFrame {
|
||||||
|
|
||||||
--[[ t = LoadActor(THEME:GetPathB('', '_frame 3x3'), 'metal', 170, 20) .. {
|
|
||||||
Name = 'SmallFrame';
|
Name = 'SmallFrame';
|
||||||
}; --]]
|
|
||||||
t = Def.ActorFrame {
|
|
||||||
Name = 'SmallFrame';
|
|
||||||
--[[ Def.Quad {
|
|
||||||
InitCommand=cmd(zoomto,170+4,32+4);
|
|
||||||
OnCommand=cmd(shadowlength,1);
|
|
||||||
}; --]]
|
|
||||||
InitCommand=cmd(y,-2);
|
InitCommand=cmd(y,-2);
|
||||||
Def.Quad {
|
Def.Quad {
|
||||||
InitCommand=cmd(zoomto,200-10,40+2);
|
InitCommand=cmd(zoomto,200-10,40+2);
|
||||||
@@ -97,9 +87,8 @@ function LoadPlayerStuff(Player)
|
|||||||
OnCommand=cmd(diffuse,PlayerColor(Player);glow,color("1,1,1,0.25"));
|
OnCommand=cmd(diffuse,PlayerColor(Player);glow,color("1,1,1,0.25"));
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
table.insert( ret, t );
|
|
||||||
|
|
||||||
t = Def.ActorScroller{
|
t[#t+1] = Def.ActorScroller{
|
||||||
Name = 'Scroller';
|
Name = 'Scroller';
|
||||||
NumItemsToDraw=6;
|
NumItemsToDraw=6;
|
||||||
-- InitCommand=cmd(y,-230/2+20;);
|
-- InitCommand=cmd(y,-230/2+20;);
|
||||||
@@ -114,34 +103,17 @@ function LoadPlayerStuff(Player)
|
|||||||
end;
|
end;
|
||||||
children = GetLocalProfiles();
|
children = GetLocalProfiles();
|
||||||
};
|
};
|
||||||
table.insert( ret, t );
|
|
||||||
|
|
||||||
t = Def.ActorFrame {
|
t[#t+1] = Def.ActorFrame {
|
||||||
Name = "EffectFrame";
|
Name = "EffectFrame";
|
||||||
--[[ Def.Quad {
|
|
||||||
InitCommand=cmd(y,-230/2;vertalign,top;zoomto,200,8;fadebottom,1);
|
|
||||||
OnCommand=cmd(diffuse,Color("Black");diffusealpha,0.25);
|
|
||||||
};
|
};
|
||||||
Def.Quad {
|
t[#t+1] = LoadFont("Common Normal") .. {
|
||||||
InitCommand=cmd(y,230/2;vertalign,bottom;zoomto,200,8;fadetop,1);
|
|
||||||
OnCommand=cmd(diffuse,Color("Black");diffusealpha,0.25);
|
|
||||||
}; --]]
|
|
||||||
};
|
|
||||||
table.insert( ret, t );
|
|
||||||
--[[ t = Def.BitmapText {
|
|
||||||
OnCommand = cmd(y,160);
|
|
||||||
Name = 'SelectedProfileText';
|
|
||||||
Font = "Common Normal";
|
|
||||||
Text = 'No profile';
|
|
||||||
}; --]]
|
|
||||||
t = LoadFont("Common Normal") .. {
|
|
||||||
Name = 'SelectedProfileText';
|
Name = 'SelectedProfileText';
|
||||||
--InitCommand=cmd(y,160;shadowlength,1;diffuse,PlayerColor(Player));
|
--InitCommand=cmd(y,160;shadowlength,1;diffuse,PlayerColor(Player));
|
||||||
InitCommand=cmd(y,160;shadowlength,1;);
|
InitCommand=cmd(y,160;shadowlength,1;);
|
||||||
};
|
};
|
||||||
table.insert( ret, t );
|
|
||||||
|
|
||||||
return ret;
|
return t;
|
||||||
end;
|
end;
|
||||||
|
|
||||||
function UpdateInternal3(self, Player)
|
function UpdateInternal3(self, Player)
|
||||||
|
|||||||
|
Before Width: | Height: | Size: 15 KiB After Width: | Height: | Size: 17 KiB |
|
Before Width: | Height: | Size: 8.6 KiB After Width: | Height: | Size: 8.5 KiB |
@@ -1,4 +1,4 @@
|
|||||||
[common]
|
[common]
|
||||||
Top=5
|
Top=5
|
||||||
Baseline=26
|
Baseline=26
|
||||||
LineSpacing=28
|
LineSpacing=28
|
||||||
@@ -42,4 +42,5 @@ line 2=큰탑터투트티펌페
|
|||||||
line 3=폼핑할함해행헤혀
|
line 3=폼핑할함해행헤혀
|
||||||
line 4=환회휘태난터까시
|
line 4=환회휘태난터까시
|
||||||
line 5=간너샐러버문쳐달
|
line 5=간너샐러버문쳐달
|
||||||
line 6=깡천림홍석
|
line 6=깡천림홍석악전반
|
||||||
|
line 7=채
|
||||||
|
|||||||
|
Before Width: | Height: | Size: 2.8 KiB After Width: | Height: | Size: 400 B |
|
Before Width: | Height: | Size: 2.8 KiB After Width: | Height: | Size: 429 B |
|
Before Width: | Height: | Size: 3.8 KiB After Width: | Height: | Size: 1.1 KiB |
|
Before Width: | Height: | Size: 36 KiB After Width: | Height: | Size: 32 KiB |
|
Before Width: | Height: | Size: 326 B After Width: | Height: | Size: 239 B |
|
Before Width: | Height: | Size: 271 B After Width: | Height: | Size: 173 B |
|
Before Width: | Height: | Size: 285 B After Width: | Height: | Size: 233 B |
|
Before Width: | Height: | Size: 299 B After Width: | Height: | Size: 216 B |
|
Before Width: | Height: | Size: 263 B After Width: | Height: | Size: 165 B |
|
Before Width: | Height: | Size: 250 B After Width: | Height: | Size: 226 B |
|
Before Width: | Height: | Size: 254 B After Width: | Height: | Size: 188 B |