Other user's assetsAll the assets in this file belong to the author, or are from free-to-use modder's resources
Upload permissionYou are not allowed to upload this file to other sites under any circumstances
Modification permissionYou must get permission from me before you are allowed to modify my files to improve it
Conversion permissionYou are not allowed to convert this file to work on other games under any circumstances
Asset use permissionYou must get permission from me before you are allowed to use any of the assets in this file
Asset use permission in mods/files that are being soldYou are not allowed to use assets from this file in any mods/files that are being sold, for money, on Steam Workshop or other platforms
Asset use permission in mods/files that earn donation pointsYou are not allowed to earn Donation Points for your mods if they use my assets
Author notes
This author has not provided any additional notes regarding file permissions
File credits
ersh for OpenAnimationReplacer felsiky for DynamicAnimationReplacer
Donation Points system
Please log in to find out whether this mod is receiving Donation Points
Refactored trimming and parsing to account for file names with spaces
Version 1.0.7
Ignores comment lines in DAR conditions file
Version 1.0.6
Fixed a couple of Comparsion Types
Version 1.0.5
Fixed parser incorrectly parsing the last item in an OR block.
Version 1.0.4
The size of your C matters
Version 1.0.3
Hotfix: Adds IsEquippedLeft and Right.
Version 1.0.2
Adds First Person folder support. Fixed OR serialization. Fixed recursive copying
Version 1.0.1
Fixed error when _conditions.txt file contained empty lines
Version 1.0.0
Initial Upload
What it does
This tool can convert DAR mods to the new OAR structure. It copies all the files from the DynamicAnimationReplacer folder to the OpenAnimationReplacer folder, then generates the JSON files needed at each level.
To keep things simple, the numbered folders of DAR are preserved, which also makes determining priority in config generation much easier.
How to use
Select the root folder of the DAR mod you want to convert (the folder where the meshes folder are located). See the third image for example selection
After selecting the DAR mod, you can customize the OAR output folder and/or the OAR Mod name used in the OAR project config.json
Click Convert.
What is planned
better UI
fixing bugs
full fledged editor feature
You can find the source code and additional releases here.