chikuchikugonzalezの雑記帳

趣味とか日記とかメモとか(∩゚д゚)

Helperステコンのhelpertypeパラメータ

世の中にはhelpertype = Proj(もしくはhelpertype = Projectile)というのも会ったらしいが、Mugen Fighters Guildでこんな風に答えている人が居た。

Helper type allows "proj" and "projectile" now.
But this helper type is the same type "normal" now.

MFG - Login

つまりhelpertype = Normalと同じらしい。

で気になったのでmugen1.0のほうのドキュメントを見に行ったら衝撃の事実がありました。

helpertype = type_string (string)

This parameter is deprecated; player-type helpers are not supported. If helpertype = normal, then the helper will be allowed to move off the edge of the screen. Furthermore, the camera will not move to try to keep the helper on screen. If helpertype = player, then the helper will be constrained to the screen and will be followed by the camera, just like a normal player. Defaults to normal. If you plan to use a helper for camera manipulation, do not use a player-type helper; instead use the ScreenBound controller in a normal helper with the "movecamera" parameter.

State Controller Reference

なるべくhelpertype = Playerではなく、helpertype = NormalでScreenBoundを使って画面内に入れろということらしい。