Creating an unlockable character

Agad117

Member
Is this possible via SOC? I've tried to avail but I am new.
I have created a MAINCFG file and am experimenting with it to see what works but the only think i can figure out how to do is to diable character from being selected i have no idea how to re-enable character with conditions
 
Last edited:
Is this possible via SOC? I've tried to avail but I am new
Yes, you can do it with SOC. Here ya' got a template:
Unlockable character:
# Comments use a hash before them! (only in SOC)
# To replace an existing unlock, use 1-32.
# To replace an existing condition, use 1-31 / 103-105.

# The unlock
# Sonic
Unlockable 33
Name = Play as Sonic
Objective = Complete Greenflower Act 1
Height = 0
ConditionSet = 106
Type = Skin
Var = sonic
NoChecklist = true

# The condition which defines how to unlock the character
# Complete GFZ1
ConditionSet 106
Condition1 = MapBeaten 1
I don't have access to my laptop right now, so I couldn't test this.
 
Yes, you can do it with SOC. Here ya' got a template:
Thank you for the assistance and quick response, I see now that I was going about it the wrong way!

EDIT: I do have one more question, would this change a character's single player status from 0 to 1 or is this unlocking a locked character? I am still testing whether I am properly locking a character or simply disabling the selection
 
Last edited:
Thank you for the assistance and quick response, I see now that I was going about it the wrong way!

EDIT: I do have one more question, would this change a character's single player status from 0 to 1 or is this unlocking a locked character? I am still testing whether I am properly locking a character or simply disabling the selection
It should unlock Sonic when beating Greenflower Zone Act 1 (if you didn't edited it yet). But as I said, I can't test that right now :dramahog:.
 

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

Back
Top