Record Attack in custom mods?

Status
Not open for further replies.

Lat'

Absolute territory where
Kart Krew™️
2024 Collaborator 2015 Contest Winner
Why doesn't the record attack unlock when finishing a level in custom mods?
I created a save ect but the game doesn't want to unlock the record attack.

How can I fix that?
 
You have to make a custom unlockable for it.

Assuming you want it to be unlocked when the player completes the first map of your level pack (let's say this is MAPA1), you'd do something like this:

Code:
Unlockable 1
Type = RecordAttack
NoCecho = true
NoChecklist = true
ConditionSet = 1

ConditionSet 1
Condition1 = MapBeaten A1
 
Thanks now it works!
 
Last edited:
Status
Not open for further replies.

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

Back
Top