Signed Level Packs for "full version levels" in free mode #67
Labels
No Milestone
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: SketchyMaze/doodle#67
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The free version of the game won't use doodads embedded inside a level.
It could be possible to make exceptions, and allow free DLC or special promotions which need custom doodads attached:
Signature
property to the Level data (str)When the game is loading a level which has a signature attached, and especially for the free version, the algorithm is:
Or something along those lines. If the signature is good, the level is allowed to contain custom doodads and be played and edited. If the hash is over just the attached files data, it allows free users to edit and remix the level and use its embedded doodads to their heart's content, but if they break the signature the free game will no longer be happy.
The
doodle-admin
tool can have the feature to create signed levels and levelpacks.Implemented in
82884c79ae
.Levels and Levelpacks can both be signed and the free game will load their embedded doodads even for the free mode.