Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion wiki/modding/songs/displaying-songs.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Simply add a <syntax lang="xml">&lt;song&gt;</syntax> node to your week xml, con

Or if you prefer not to use weeks, just <a href="index.html#creating-the-song-itself">create your song normally</a> and it'll automatically appear in freeplay.

And optionally, you can make use of ``./data/freeplaySonglist.txt``, it follows a similar format to <a href="../weeks/index.html#week-sorting">``./data/weeks/weeks.txt``</a>.
And optionally, you can make use of ``./data/config/freeplaySonglist.txt``, it follows a similar format to <a href="../weeks/index.html#week-sorting">``./data/weeks/weeks.txt``</a>.
```
song-name
other-song
Expand Down
Loading