Other user's assetsAll the assets in this file belong to the author, or are from free-to-use modder's resources
Upload permissionYou can upload this file to other sites but you must credit me as the creator of the file
Modification permissionYou are allowed to modify my files and release bug fixes or improve on the features so long as you credit me as the original creator
Conversion permissionYou can convert this file to work with other games as long as you credit me as the creator of the file
Asset use permissionYou are allowed to use the assets in this file without permission as long as you credit me
Asset use permission in mods/files that are being soldYou are allowed to use the assets in this file in 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 allowed to earn Donation Points for your mods if they use my assets
Please log in to find out whether this mod is receiving Donation Points
Changelogs
Version 1.0.6
Rebuild with XMake on Qudix plugin template.
Changed log path to "Data/SKSE/Plugins" to avoid the 1.6.1130-related issue when some SKSE logs are stored in "Documents\My Games\Skyrim.INI\SKSE" directory.
Version 1.0.5
New feature - PayCrimeGold. You can pay or pay not the crime gold when you pay the crime gold.
New optional ini file that makes the mod identical to No Crime Teleport RE.
Version 1.0
Initial release
This mod will replace "pay the fine" function with some customization similar to No Crime Teleport RE but extended. Since the original SKSE plugin has MIT License, I found it possible to tweak it, adapt for the latest game versions and make a new release.
Features:
- Customizable modes controlled by config.
GoToJail > if you want to replace teleport to jail.
RemoveStolenItems > if you want to replace taking stolen items away.
PayCrimeGold > if you want to replace paying the crime fee.
0 is to use original value (aka disable the feature).
1 is to use new value only for vanilla factions.
2 is to use new value only for non-vanilla factions.
3 is to use new value in any case.
- Customizable values for all modes, 0 = false, 1 = true.
- Default settings are 3-3-3/0-0-0, this means "no teleport and don't take stolen items and keep gold for any faction", so this mod is tagged as cheat. - Optional config file has 1-0-0/0-0-0 settings, this means "no teleport only for vanilla factions, other features are disabled".
- All settings are read on function call rather then on game load, so the mod can be configured in-game with Ini File Editor MCM by Dylbill.
Compatibility: - This mod is not compatible with No Crime Teleport RE because they do the same thing in the same address. - This mod is compatible with any mods that use PlayerPayCrimeGold Papyrus function like No Crime Teleport. - They may become obsolete depending on this mod settings though.