How to set new num_emblems in 2.1?

Status
Not open for further replies.

Ors

Custom User Title
It doesn't work anymore.
Code:
MainCFG Category
GameData = s_test2.dat
NumEmblems = 30

Emblem 1
Hint = Don't get this!
Type = Global
X = 0
Y = 0
Z = 256
MapNum = 1
Sprite = v
Color = SKINCOLOR_RED
The emblem appears but I still need 160 to have them all.
 
You need to use a clear command such as CLEAR ALL

Place it like this:
Code:
...
GameData = s_test2.dat NumEmblems = 30 
CLEAR ALL
Emblem 1 Hint = Don't get this! Type = Global
...
 
NumEmblems actually no longer exists. The game will just add up the number of emblems by itself. But yes, as Glaber said, the Clear command wipes out SRB2's default emblems.
 
Be warned though, "Clear All" will not just wipe out emblems but everything else - emblems, unlockables, conditionsets, even level headers!

To wipe out emblems specifically you need to do both these two:

Clear Emblems
Clear ExtraEmblems

For the others in case you cared, they are:

Clear Unlockables
Clear ConditionSets
Clear Levels
 
Status
Not open for further replies.

Who is viewing this thread (Total: 1, Members: 0, Guests: 1)

Back
Top