Anybody know how to convert a 3.95 noteskin to SM 5? I'm so accustomed to Mina's noteskin that I really don't want to try to use something else.
Convert 3.95 noteskin to SM 5
Collapse
X
-
-
Re: Convert 3.95 noteskin to SM 5
Open a stepmania 5 noteskin and replace all the graphics accordiningly
done


Comment
-
Re: Convert 3.95 noteskin to SM 5
not really, sm-ssc, sm5, sm4 cvs and sm4 alpha use a complete diffrent system than 3.9 and 3.95
3.95 and 3.9 is were you basicly define all the part of a noteskin using files, so you got like 200 files of redir/sprite/actor files that define diffrent images/parts of the noteskin
in sm5 we use lua to define stuff, so for example an easy code in noteskin.lua is
and the common noteskin is already basicly filled with this shit, so just changing the images wont work hahaCode:local sElement; if Var "Element" == "Tap Fake" then sElement = "Tap Note"; end return sElement;
edit: I know more about noteskins than everyone in this comunity combined hahahahah, I can create the code for entire noteskins from the top of my head using nothing but an empty text fileLast edited by Jousway; 07-15-2014, 04:07 PM.Its not a bug its a FEATURE!





Comment



Comment