well maybe we don't take kindly to people who don't take kidnly to those who don't take kindly!
It feels kinds empty, but it's still a pretty cool layout.
__________________
Quote:
Originally Posted by Tau
fffff
True to its name, it does sound like someone hitting a piano really fucking hard.
Quote:
Originally Posted by Lukeyboysonic
[*]Any incorrect spellings i will automatically change it for you without noticing. This is because people might not understand your posts due to bad spelling and grammar. Please check carefully before you post it.
Question is, who's likely to shoot? And why can't the guy, you know, represent himself for once? I mean, this one isn't a rip, it's not particularly derogatory... consequently, there isn't much to be pissy about.
mnn it's nice to see a theme that had a look of it's own i just got done playing it and i found it very nice to play my beatmania & pop n' music songs to.
-- a simple little thing called love
LoadFont("", "_ssmt") ..{
InitCommand=cmd(shadowlength,0;horizalign,left;x,SCREEN_CENTER_X;y,SCREEN_CENTER_Y);
OnCommand=cmd(playcommand,"Set");
SetCommand=function(self)
local steps = GAMESTATE:GetCurrentSteps(PLAYER_1);
local rv = steps:GetRadarValues( PLAYER_1 );
local totalSteps = rv:GetValue(5);
local marvs = STATSMAN:GetCurStageStats():GetPlayerStageStats(PLAYER_1):GetTapNoteScores('TapNoteScore_W1');
local mPercent = (marvs / totalSteps) * 100;
self:settext(string.sub(mPercent,0,2) .. '%');
end;
};
Enjoy this code snippet from NAKET Coder Revolution SM4, as you can now display percentages a la 5th mix on Eval.
To modify:
Showing Player 2's Stats: replace PLAYER_1 with PLAYER_2. If you're in a Multiplayer environment, this could possibly go up to 32.
Getting counts for other TapNoteScores than W1: Replace 'TapNoteScore_W1' with any number from 2 to 5, i.e. 'TapNoteScore_W5' will show Boos. For misses, 'TapNoteScore_Miss'.
Getting counts for HoldNoteScores: Replace "GetTapNoteScores" with "GetHoldNoteScores", 'TapNoteScore_W*' with 'HoldNoteScore_Held' or 'HoldNoteScore_LetGo'
Thanks to Anonymous Zig for helping me figure this shit out. It's open source code, feel free to use in your theme if you like the effect.
You can probably do this programatically, but I don't know enough Lua to do that yet (would have to cobble something together based on some stuff from the default theme). As such, don't expect it in the first release of NCR4, but it will be there in the future.
Last edited by NAKET Coder : 05-27-2007 at 09:21 PM.
Okay, I guess I'm going to make this a public beta after all.
Unless you build your own SM releases from CVS, follow ALL the instructions.
1) Download the 3/25/2007 build of StepMania CVS here.
2) Download the unofficial 5/25/2007 build of StepMania CVS here.
3) Download the 5/25/2007 beta of NAKET Coder Revolution here.
4) Install 3/25/2007 (if you've already done this, skip this step).
5) Extract the 5/25/07 unofficial build into the same directory, and extract the NCR beta in the themes directory.
Switch your theme and it should be done.
Known Bugs:
Course Modes are not done yet.
ScreenStage may give you a small error in non-event mode. An unrelated error will happen during Course modes, even though the condition for the elements in question says NOT Course Mode.
Probably some other bugs that I may or may not know about already.