How do I add weeks? #218
-
Self-explanatory. I didn't find any YT tutorials or stuff on the wiki on how to actually implement a week in game. Do you have to actually hardcode it in the game or something? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
you can, in xml format (btw put it in assets/weeks or mods/[insert mod name here]/weeks) (we are not kade engine!) <!DOCTYPE codename-engine-week>
<week name="DADDY DEAREST" chars="dad,bf,gf" sprite="week1">
<song>Bopeebo</song>
<song>Fresh</song>
<song>Dadbattle</song>
</week> what im showing here, is an example of a Codename week metadata file. or you can just put a song in the mods folder ( hope this works out ;) |
Beta Was this translation helpful? Give feedback.
you can, in xml format (btw put it in assets/weeks or mods/[insert mod name here]/weeks) (we are not kade engine!)
what im showing here, is an example of a Codename week metadata file.
or you can just put a song in the mods folder (
mods/[insert mod name here/songs/
), which will automatically appear on the freeplay menu, just in case you wanna add some freeplay songs or smthhope this works out ;)