Gamer125 / fofix

Automatically exported from code.google.com/p/fofix
0 stars 0 forks source link

Add Difficulty-based careers #28

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Separate "unlock_completed" entry for Easy, Medium, Hard, Expert so you
must unlock a song on each difficulty (4 careers in 1).

Original issue reported on code.google.com by evily...@gmail.com on 23 Oct 2008 at 8:20

GoogleCodeExporter commented 9 years ago

Original comment by chris.paiano@gmail.com on 13 Nov 2008 at 9:43

GoogleCodeExporter commented 9 years ago

Original comment by worldrave111@gmail.com on 23 Jan 2009 at 4:35

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
MrFaust composed the following suggestion / detail list for the ultimate
implementation of this issue (obviously any new difficulties will be ignored 
for now,
and we don't have proper rips of GHWT and GHM to work with, but this is still a 
good
format and set of information nonetheless):

"
Career Mode settings in song.ini
since this entry is mostly used to define where in the songlist each song 
belongs.
For GH1/GH2/GH80s/GHOT
unlock_id = only option

For GH3/GHA - this will also prevent songs from showing up in each mode that 
are not
normally there. There are 6 songs in GH3 that are no shows in solo mode and 18 
songs
that are not shown in co-op mode.
unlocks_id = solo career
unlockc_id = co-op

For RB1/RB2/GHWT/GHM - this will allow for better sorting by instrument since a 
song
generally has a different difficulty rating if you are playing the guitar versus
playing the drums versus playing as a band. So the song will show up in a 
different
tier depending on the instrument(s) selected. If more than one unstrument is
selected, always go with the band level setting.
unlockb_id = band
unlockg_id = guitar
unlockr_id = rhythm (bass)
unlockd_id = drums

define if song is locked or unlocked by difficulty
GH1/GH2/GH80s/GH3/GHA/RB1/RB2 have had only 4 difficulties
easy = 1 diff1_locked = 1 - locked, diff1_locked = 0 - unlocked
medium = 2 diff2_locked = 1 - locked, diff2_locked = 0 - unlocked
hard = 3 diff3_locked = 1 - locked, diff3_locked = 0 - unlocked
expert = 4 diff4_locked = 1 - locked, diff4_locked = 0 - unlocked

GHWT has 5 difficulties
beginner= 0 diff0_locked = 1 - locked, diff0_locked = 0 - unlocked
easy = 1 diff1_locked = 1 - locked, diff1_locked = 0 - unlocked
medium = 2 diff2_locked = 1 - locked, diff2_locked = 0 - unlocked
hard = 3 diff3_locked = 1 - locked, diff3_locked = 0 - unlocked
expert = 4 diff4_locked = 1 - locked, diff4_locked = 0 - unlocked

GH:Metallica has 6 difficulties
beginner= 0 diff0_locked = 1 - locked, diff0_locked = 0 - unlocked
easy = 1 diff1_locked = 1 - locked, diff1_locked = 0 - unlocked
medium = 2 diff2_locked = 1 - locked, diff2_locked = 0 - unlocked
hard = 3 diff3_locked = 1 - locked, diff3_locked = 0 - unlocked
expert = 4 diff4_locked = 1 - locked, diff4_locked = 0 - unlocked
expert+ = 5 diff5_locked = 1 - locked, diff5_locked = 0 - unlocked
"

Original comment by chris.paiano@gmail.com on 1 Mar 2009 at 2:19

GoogleCodeExporter commented 9 years ago

Original comment by chris.paiano@gmail.com on 1 Mar 2009 at 2:20

GoogleCodeExporter commented 9 years ago
isnt this set for release 4.000?

Original comment by StagingTheUniverse@gmail.com on 7 Nov 2009 at 2:57