Skip to content

Commit

Permalink
put back the jazz in the rizzazz
Browse files Browse the repository at this point in the history
  • Loading branch information
Sam Feeney committed Dec 4, 2016
1 parent a9b30e2 commit 6597e02
Show file tree
Hide file tree
Showing 6 changed files with 76 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -124,8 +124,10 @@ gitversion.h
Cache/
Save/*
!Save/LocalProfiles
/Save/*/*
!Save/GamePrefs
Save/*/*
Save/LocalProfiles/*
!Save/GamePrefs/*
!Save/LocalProfiles/00000000
Logs/
Songs/*
Expand Down
1 change: 1 addition & 0 deletions Save/GamePrefs/SpeedIncLarge.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
50
1 change: 1 addition & 0 deletions Save/GamePrefs/SpeedIncrement.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
1
10 changes: 10 additions & 0 deletions Save/LocalProfiles/00000000/Editable.ini
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
[Editable]
BirthYear=0
CharacterID=default
DisplayName=Default Profile
IgnoreStepCountCalories=0
IsMale=0
LastUsedHighScoreName=
Voomax=0.000000
WeightPounds=0

57 changes: 57 additions & 0 deletions Save/LocalProfiles/00000000/Stats.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,57 @@
<?xml version="1.0" encoding="UTF-8" ?>

<Stats>
<GeneralData>
<DisplayName>TestProfile</DisplayName>
<CharacterID>default</CharacterID>
<LastUsedHighScoreName></LastUsedHighScoreName>
<WeightPounds>0</WeightPounds>
<Voomax>0.000000</Voomax>
<BirthYear>0</BirthYear>
<IgnoreStepCountCalories>0</IgnoreStepCountCalories>
<IsMale>1</IsMale>
<IsMachine>0</IsMachine>
<Guid>87ad84c485415285</Guid>
<SortOrder></SortOrder>
<LastDifficulty></LastDifficulty>
<LastCourseDifficulty></LastCourseDifficulty>
<Song Dir=''/>
<Course/>
<CurrentCombo>0</CurrentCombo>
<TotalSessions>0</TotalSessions>
<TotalSessionSeconds>0</TotalSessionSeconds>
<TotalGameplaySeconds>0</TotalGameplaySeconds>
<TotalCaloriesBurned>0.000000</TotalCaloriesBurned>
<GoalType>0</GoalType>
<GoalCalories>0</GoalCalories>
<GoalSeconds>0</GoalSeconds>
<LastPlayedMachineGuid>b82f102f8b7df9e2</LastPlayedMachineGuid>
<LastPlayedDate>2016-11-21</LastPlayedDate>
<TotalDancePoints>0</TotalDancePoints>
<NumExtraStagesPassed>0</NumExtraStagesPassed>
<NumExtraStagesFailed>0</NumExtraStagesFailed>
<NumToasties>0</NumToasties>
<TotalTapsAndHolds>0</TotalTapsAndHolds>
<TotalJumps>0</TotalJumps>
<TotalHolds>0</TotalHolds>
<TotalRolls>0</TotalRolls>
<TotalMines>0</TotalMines>
<TotalHands>0</TotalHands>
<TotalLifts>0</TotalLifts>
<PlayerRating>0</PlayerRating>
<DefaultModifiers/>
<Unlocks/>
<NumSongsPlayedByPlayMode/>
<NumSongsPlayedByStyle/>
<NumSongsPlayedByDifficulty/>
<NumSongsPlayedByMeter/>
<NumTotalSongsPlayed>0</NumTotalSongsPlayed>
<NumStagesPassedByPlayMode/>
<NumStagesPassedByGrade/>
</GeneralData>
<SongScores/>
<CourseScores/>
<CategoryScores/>
<ScreenshotData/>
<CalorieData/>
</Stats>
4 changes: 4 additions & 0 deletions Save/LocalProfiles/00000000/Type.ini
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
[ListPosition]
Priority=1
Type=Normal

0 comments on commit 6597e02

Please sign in to comment.