forked from tsunamods-codes/the-test-room
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mod.xml
24 lines (23 loc) · 1 KB
/
mod.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<?xml version="1.0" encoding="utf-8"?>
<ModInfo xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<ID>1d8e8b95-ba50-47af-9ff6-78df5d34b2f6</ID>
<Name>[Tsunamods] The Test Room</Name>
<Category>Gameplay</Category>
<Author>Tsunamods</Author>
<Version>${MOD_VERSION}</Version>
<Description>
A Debug room mod for modders needing to test core engine functionalities.
Originally part of Shinra Archaeology Cut, this debug section has become a fully functional mode of it own in time.
Thanks to Odysseus and Satsuki_Yatoshi for the original work on this part and for allowing this mod to exist.
See the mod link for more information.
</Description>
<ReleaseNotes></ReleaseNotes>
<ReleaseDate>2024-05-05</ReleaseDate>
<Link>https://github.com/tsunamods-codes/the-test-room</Link>
<DonationLink></DonationLink>
<FFNxConfig>
<ff7_advanced_blinking>true</ff7_advanced_blinking>
</FFNxConfig>
<Variables />
<Compatibility/>
</ModInfo>