したらばTOP ■掲示板に戻る■ 全部 1-100 最新50 | メール | |

雑談スレ

1 ◆HNyBlrQHeQ:2007/04/16(月) 20:10:15 ID:4vFMGlX60
StepManiaについての雑談、調べてもわからない質問等はここに。

108GUEST PLAYER:2007/10/20(土) 15:41:11 ID:Mr5iev3A0
何か本家重いね。

関係ないけどCVS20070726cで漸くプレイ画面にBPM表示出来た。
だけど3.9型式でCVS2006型式(実際のBPMの変化に合わせて表示が変わる)は今の所出来ない模様。

ノートスキンのHold ExplosionとRoll Explosionを方向毎に別の画像使うにはどうしたらいいのやら。
Lua5.1の日本語マニュアルとStepMania側のクラス表を手に入れたが、さっぱり。

109GUEST PLAYER:2007/10/20(土) 19:07:32 ID:GRtvHlZo0
>>108
よかったらstepmaniaのクラス表があるとこ教えてもらえませんか?
一応自分でも探してみたけど、どの辺りにあるのかさっぱりわからんです

110GUEST PLAYER:2007/10/20(土) 22:31:06 ID:Mr5iev3A0
>>109
StepMania本家 > Message Boards > Themes, NoteSkins, Game Types > Lua commands xml commandsのレスにリンクがある。

先に言っておくけど、具体的な説明はなく、あくまで一覧表だから。
IE6だとツリーの操作が出来なかったがFirefoxでは出来た(要JavaScriptオン)。

111GUEST PLAYER:2007/10/20(土) 23:57:26 ID:kzqpJdJg0
>>108
Rollなら
Down Roll Explosion 2x1.pngみたいなのをそれぞれ作ってやれば
それを読み込んでくれるよ。

Holdはどうもそれだけじゃ駄目みたいだけど。

112GUEST PLAYER:2007/10/21(日) 01:37:20 ID:QJIsOOm20
>>111
自作のノートスキンでは無理だった。
そのまま128x64の画像が表示された。

取敢えず_down roll explosion 2x1.pngにリネームして

local t = Def.Sprite {
Texture=NOTESKIN:GetPath('_down','roll explosion');
Frame0000=0;
Delay0000=0.2;
Frame0001=1;
Delay0001=0.2;
};
return t;

の内容で
Down Roll Explosion.lua
Up Roll Explosion.lua
Left Roll Explosion.lua
Right Roll Explosion.lua
を作成(redirファイルは認識しなかった)、

NoteSkin.luaの
Var "Element" == "Roll Explosion" or
をコメントアウト、

ret.PartsToRotate =に
["Roll Explosion"] = true,
を追加。

因にret.RedirTable =は
Up = "Up",
Down = "Down",
Left = "Left",
Right = "Right",
UpLeft = "Down",
UpRight = "Down",
に変更している。

これで取敢えずアニメーションはするようになったが、どの方向も下だけで回転しなかった。
尤もロールは連打している間は通常〜Tap Explosion Brightと〜Tap Explosion Dimが使われるようなので弄らない事にした。

Holdは多分「現在フリーズアローを踏んでいるか」を取得出来ればそれ専用の処理をLoadActor()すれば良いような気もするが判らん。

113GUEST PLAYER:2007/10/21(日) 06:55:04 ID:yql/eDTw0
>>110
見つけましたありがとうございます!

しかし3.9はなんとかテーマもノートも素人なりにいじれたけど、
4.0はLuaを理解しないと先に進めそうもないから大変だ

114GUEST PLAYER:2007/10/21(日) 22:57:10 ID:cJnpHMtg0
>>112
ごめん。
>>111は間違い。

けど結局、
それぞれを読み込ませるのはRollもHoldも出来た。
ttp://pict.or.tp/img/27337.jpg

消えてるの表示できるようになったらどっかに揚げるわ。

115GUEST PLAYER:2007/10/22(月) 16:46:02 ID:flPWtTJs0
>>114
何とか出来た。
うpろだドットネットFTP鯖 / solonote6(CVS2007)_beta6.zip
画像 ttp://ranobe.com/up/src/up233884.jpg

ただ…

Down Hold Explosion 4x1.png
Up Hold Explosion 4x1.png
Left Hold Explosion 4x1.png
RightHold Explosion 4x1.png
Down Roll Explosion 4x1.png
Up Roll Explosion 4x1.png
Left Roll Explosion 4x1.png
Right Roll Explosion 4x1.png

と方向毎に画像を用意したのではLuaの意味が…。
commonフォルダのFallback Explosion.luaがカギだとは思うけど。

116GUEST PLAYER:2007/10/22(月) 19:46:46 ID:XlWRybpo0
>>115
>>108で"方向ごとに別の画像を使う"なんて言うから勘違いしてたわ。
Tap Noteみたいに、
1つの画像を回転させてそれぞれ表示させたいのね?

117GUEST PLAYER:2007/10/24(水) 14:14:50 ID:C5uAKmQc0
defaultに入ってるNoteSkin.luaを適当にリネームして
読み込まないようにしてしまえば、
HoldExplosionも1つの画像で出来るんだけどな…。

118GUEST PLAYER:2007/10/24(水) 14:35:35 ID:C5uAKmQc0
>>115
多分出来た。
metrics.iniの
"FallbackNoteSkin"
が鍵になると思う。

うpろだドットネットFTPに揚げたから試してみてくだしあ。
ttp://pict.or.tp/img/27680.jpg

119GUEST PLAYER:2007/10/25(木) 03:00:37 ID:6N4.fiDQ0
>>118
動作を確認、大変参考になりました。
ありがとうございます。

…しかし自分の方はそれを参考にしても不具合多発中。
metrics.iniの記述に問題があるのかも(Defaultと同じだと都合が悪いので)。
まったりデバッグしてみるので改善したら報告します。

120119:2007/10/29(月) 03:05:41 ID:5gUSWCsE0
漸くデバッグを完了しました。
主な原因はUpLeftを「反転出来る」と勘違いして必要な画像を用意しなかった事と、レセプター周りのスクリプトファイルの不足でした。

うpろだドットネットFTP鯖 / solonote6(CVS2007)_v1.zip
画像 ttp://ranobe.com/up/src/up237505.jpg

ただ、このノートスキンは独立したUpLeft Tap Noteを使用していません(Luaによる回転)。
次は3.9と同様に独立した画像を使用したものを作る予定です。

余談ですが、Luaの編集は『Notepad++』がお勧めです。
初めからLuaの色分けに対応していて(メソッドとステートメントで違う色)、メソッド単位での折りたたみも可能です。

121GUEST PLAYER:2007/10/29(月) 13:15:26 ID:L57M21xQ0
>>120
気になった点を幾つか。

1.metrics.iniに以下の4行を追加すると吉。
[UpLeft]
StartDrawingHoldBodyOffsetFromHead=-22
[UpRight]
StartDrawingHoldBodyOffsetFromHead=-22
私のNoteFo(ryもそうだけど、
これでUpLeftとUpRightのHoldの表示が改善するはず。

2.StompとかSkippyとか使ってみた?
Defaultだと、
Tap AddtionはTap Note 8x8の右4列
(正確には、Tap Noteの半分から右)。
SoloNoteみたいにTap Noteを8列で表示すると、
Tap Addtionに5-8番の画像が無いから表示が消えるよ。
どうしてもTapNoteを8列で表示したいなら、
TapNoteAdditionTextureCoordOffsetX=0.5

TapNoteAdditionTextureCoordOffsetX=0
にするか、
又は16x8で画像を更に用意するかどちらかが良いと思うよ。

3.そのまんま使うと見た目が悪いよ。
私が作ったNot(ryのMetricsは
DefaultとかCommon無しでも使えるようにMetricsにほぼ全部の欄が記述されてるけど、
("○○=n"の=の左側って何て言うんだろ?)
DefaultとかCommonと共通の部分はFallbackするんだから、
普通は書かない方が良いと思うよ。

ってとこが気になった。

122119:2007/10/30(火) 02:35:48 ID:D/KhCIMI0
修正してみました。
うpろだドットネットFTP鯖 / solonote6(CVS2007)_v1,1.zip

> 1.
このオフセットはビデオボードの性能に依存するようで、自分の環境ではBodyが上にはみ出してしまいました。
Intel 865G Chipsetでは-17が適性値のようです。

> 2.
普段有り得ないオプションは全然使用していないので抑Additionが何に使われるかすら知りませんでした。
画像を追加して16x8にしています。

> 3.
何を指しているのか判らなかったので、取敢えずmetrics.iniから使用していない設定を省きました。

123GUEST PLAYER:2007/10/31(水) 00:12:39 ID:w/s7PElU0
久し振りに本スレを見に行ったら人激減していたけど流れがまともになっている。

そういえば某所でもうDDR HPの譜面が公開されているね。
HPのラスボス曲は譜面が分岐するとアルカディアに書いてあったけど、流石にステマニでは2曲に分けないと無理か…。

124GUEST PLAYER:2007/11/06(火) 04:02:47 ID:qqD05yp20
XIIIのPARTICLEにノートスキンで対抗してみた(え?)
うpろだドットネット FTP鯖 / solonote6(CVS2007)_v1,2.zip

125GUEST PLAYER:2007/11/08(木) 23:16:45 ID:CJbzWuLs0
CVS 20071107 来た

Notes:
Linux:
The packages folder should contain only StepMania.smzip and not SMData.smzip. In the future only StepMania.smzips will be released so those can simply be replaced.

Mac:
Support for 10.2.8 and 10.3.x with x<9 has been dropped. There was no way to test it and hopefully no one is still using 10.2. If you're using 10.3 still, the upgrade to 10.3.9 is free.

Changes:
All:
Rename SMData.smzip to StepMania.smzip
Add "expert" preference to disable writing the Catalog.xml which can be quite slow.
Fix crash when changing themes.
Fix sound becoming mono when resampling audio.
Numerous bug fixes.

Windows:
Default to Direct Sound for audio, should fix audio issues.

XBox:
Allow StepMania to be launched from DVD.

Mac:
Require 10.3.9 or above. Supports Leopard.

Sound APIにDirectSoundを選択した際に音声がモノラルになる問題が解消。
オンラインプレイ時に文字が全て"s"に化ける問題が解消。

126GUEST PLAYER:2007/11/21(水) 22:35:42 ID:oeTc.mFo0
CVS 20071121 来た

Notes:
The Mac OS X application can simply replace prior snapshots' applications.

The Linux application and Packages/StepMania.smzip from prior snapshots need to be replaced.

Changes:
All:
Fix crash with mono songs.
Fix stats not being saved.

Mac OS X, Linux:
Fix game hanging when certain divx movies are playing (this still happens in Windows).

127GUEST PLAYER:2008/01/04(金) 23:51:29 ID:hkf1RjpI0
CVS 20080103 来た

Changes:
Fix song background movies initially play too quickly.
Fix random background movies switch every beat.
Fix key sounds playing on press and release.
Fix key sounded file with no associated music file crashes.
Fix holds showing the tap note score for stepping on the head when showing the hold note score. (I.e., show only OK when the hold finishes rather than, OK Perfect.)

遂に7鍵BMSがキー音ありでプレイ可能に。
ただ負荷が非常に高いのか、プレイ開始までに時間がかかるし、実際のプレイも高難度譜面だと非力なPCでは処理落ちしてしまう模様。
最悪の場合、キー音が最後まで再生されず切れ切れになってしまう。

128GUEST PLAYER:2008/04/28(月) 11:10:19 ID:LLobxjKQ0
Add-on .smzipsのリストってどこにあるんでしょうか

129GUEST PLAYER:2010/05/10(月) 20:03:15 ID:nu28YQPE0
3.9をインストールしたのはいいのですが本体しか見つからなくて曲を入れるフォルダが見つかりません
どうすればいいのでしょうか?

130learlUnobre:2012/12/10(月) 10:55:05 ID:aSyaZWhQ0
If you carefully observe the clothes you will find a black "Z" shape of the seam in the clothing whose line number and jersey will be connected to make the wearer feel very comfortable and has no rugged sense!Let Me Teach You How To Buy Lingerie Online By: Michelle | May 17th 2012 - Over the final 5 many years there has been an explosion of lingerie shops the two on the internet and conventional bricks and mortar design shops key in to the market The authentic jerseys are the top of the jerseys line
The newspaper called Beilusike to control themselves and not "once you see the beautiful young actress can not extricate themselves Cold sports drinks is a good choice

131BupNigneeBype:2012/12/30(日) 12:31:07 ID:ppWuHKn60
IrredyKew www.chinanikenfljerseys.us
unsemasters www.shopbearsnfljerseys.com
eneseeree www.officialhoustontexansprostore.com

132BupNigneeBype:2013/01/02(水) 12:15:40 ID:dd00Rq4Y0
IrredyKew www.nikebengalsauthenticjerseys.com
unsemasters www.cheapnikejerseys.us
eneseeree www.ravensjerseyproshop.com

133BupNigneeBype:2013/01/04(金) 00:13:08 ID:SW6hx0C20
IrredyKew www.officialnikevikingsjerseyshop.com/cheap-chuck-foreman-jersey-forsale-c-9_12.html
unsemasters www.washingtonredskinsofficialstore.com/cheap-reed-doughty-jersey-forsale-c-9_50.html
eneseeree www.patriotsofficialstoreonline.com/cheap-logan-mankins-jersey-forsale-c-9_49.html

134BupNigneeBype:2013/01/05(土) 09:23:24 ID:TPg1lATE0
IrredyKew www.nikevikingsauthenticjerseys.com/nike-christian-ponder-jersey-authentic-c-9_22.html
unsemasters www.49ersofficialprostore.com/nike-frank-gore-jersey-authentic-c-9_20.html
eneseeree www.packersofficialnflshop.com/nike-aaron-rodgers-jersey-authentic-c-9_15.html

135Flandafef:2013/01/06(日) 03:32:02 ID:DiVE/Bu60
DuaddyBed www.falconsofficialnfl.com/new-arrival-thomas-decoud-falcons-jersey-c-9_23.html
cuctuazickich www.washingtonredskinsonline.com/new-arrival-evan-royster-redskins-jersey-c-9_43.html
immoralcold www.washingtonredskinsonline.com/new-arrival-deangelo-hall-redskins-jersey-c-9_22.html

136Flandafef:2013/01/07(月) 12:29:52 ID:LagP77kA0
DuaddyBed www.nflofficialbroncos.com/new-arrival-shannon-sharpe-broncos-jersey-c-9_16.html
cuctuazickich www.officialfootballravens.com/new-arrival-sam-koch-ravens-jersey-c-8_25.html
immoralcold www.nflofficialbroncos.com/new-arrival-dj-williams-broncos-jersey-c-9_36.html

137Flandafef:2013/01/09(水) 10:11:01 ID:zkWiNA/M0
DuaddyBed www.officialhoustontexanspros.com/new-arrival-james-casey-texans-jersey-c-8_21.html
cuctuazickich www.shoppackersnfljersey.com/new-arrival-reggie-white-packers-jersey-c-9_14.html
immoralcold www.footballpatriotsstore.com/new-arrival-tracy-white-patriots-jersey-c-9_39.html


新着レスの表示


名前: E-mail(省略可)

※書き込む際の注意事項はこちら

※画像アップローダーはこちら

(画像を表示できるのは「画像リンクのサムネイル表示」がオンの掲示板に限ります)

掲示板管理者へ連絡 無料レンタル掲示板