Title: 2D Stage Z axis code Post by: BlazingFury on January 26, 2014, 07:21:50 AM I need help with this code, what value should I use to make 2d stages 3d?
2D stage Z axis scale modifier [standardtoaster] 046F93B0 XXXXXXXX Title: Re: 2D Stage Z axis code Post by: Shinobu Nyan! on January 27, 2014, 10:05:09 AM Usually they have values to input a long with the code. But if not convert decimal into float values and input that.
Ex. .05 = 3D4CCCCD .1 = 3DCCCCCD .5 = 3F000000 1 = 3F800000 Geckocodes has a data conversion area here (http://geckocodes.org/index.php?arsenal=3) I haven't used the code so just experiment with values till one looks right. I don't know if that makes the characters 2d as well though. Title: Re: 2D Stage Z axis code Post by: BlazingFury on January 27, 2014, 10:38:16 AM Usually they have values to input a long with the code. But if not convert decimal into float values and input that. Ex. .05 = 3D4CCCCD .1 = 3DCCCCCD .5 = 3F000000 1 = 3F800000 Geckocodes has a data conversion area here ([url]http://geckocodes.org/index.php?arsenal=3[/url]) I haven't used the code so just experiment with values till one looks right. I don't know if that makes the characters 2d as well though. Yes Thank you Koneko Chan :happy: I used the 1=3F800000 value and the 2d stage hanebow was 3d I have dracula castle over hanebow btw. |