2021-10-10 20:53:06 +02:00
<?xml version="1.0" encoding="utf-8"?>
2021-11-14 21:20:03 +01:00
{% if config['slug'] != "sunken_tapes" %}<!-- This mod is based on Sunken Tapes. See https://git.kompot.si/jaka/barotrauma - sunken - tapes and https://steamcommunity.com/sharedfiles/filedetails/?id=2616577901 for the source material and code generator. --> {% else %}<!-- Code licensed under GPLv3 and generated with a script available at https://git.kompot.si/jaka/barotrauma - sunken - tapes --> {% endif %}
<contentpackage name= "{{ config['name'] }}" path= "Mods/{{ config['name'] }}/filelist.xml" corepackage= "false" gameversion= "0.15.12.0" { % i f c o n f i g [ ' s l u g ' ] = = " S u n k e n T a p e s " % } steamworkshopid= "2616577901" { % e n d i f % } >
2021-10-28 12:03:58 +02:00
<Item file= "Mods/{{ config['name'] }}/{{ config['slug'] }}.xml" />
<UIStyle file= "Mods/{{ config['name'] }}/{{ config['slug'] }}_style.xml" />
2021-12-17 17:13:02 +01:00
<None file= "Mods/{{ config['name'] }}/PreviewImage.png" />
2021-10-28 12:03:58 +02:00
<None file= "Mods/{{ config['name'] }}/icons.png" />
<None file= "Mods/{{ config['name'] }}/covers.png" />
2021-12-17 17:13:02 +01:00
<None file= "Mods/{{ config['name'] }}/sprites.png" />
<None file= "Mods/{{ config['name'] }}/players_icons.png" />
<None file= "Mods/{{ config['name'] }}/players_sprites.png" /> {% for tape in tapes %}
2021-11-29 01:37:39 +01:00
<None file= "Mods/{{ config['name'] }}/music/{{ tape[" i d e n t i f i e r " ] } } . o g g " />
<None file= "Mods/{{ config['name'] }}/music/{{ tape[" i d e n t i f i e r " ] } } - w a l k m a n . o g g " /> {% endfor %}
2021-10-28 12:03:58 +02:00
<None file= "Mods/{{ config['name'] }}/sound_effects/boombox_insert_cassette.ogg" />
<None file= "Mods/{{ config['name'] }}/sound_effects/boombox_play_cassette.ogg" />
<None file= "Mods/{{ config['name'] }}/sound_effects/cassette_drop.ogg" />
2021-10-10 20:53:06 +02:00
</contentpackage>