How to make all characters unlocked from the begining?

LunaticLudwig

What is this for?
How to make all characters unlocked from the begining?

I'm making a map via wad and I need all characters to be unlocked from the begining, especially Amy (I can make Metal Sonic or Fang be unlocked, say, for beating the level). I read info on srb2 wiki, but I found nothing about characters unlock from the start.

please help...
 
Add the following to the level heading:
Code:
Unlockable 1
Type = None
Name = Fang
ConditionSet = -1

Unlockable 2
Type = None
Name = Metal Sonic
ConditionSet = -1

Unlockable 23
Type = None
Name = Amy Rose
ConditionSet = -1

Read this page for a reference.
 

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

Back
Top