File information
Last updated
Original upload
Created by
meh321Uploaded by
meh321Virus scan
Safe to use
Tags for this mod
Current section
About this mod
Contains a database to make SFSE DLL plugins version independent easily.
- Requirements
-
This mod does not have any known dependencies other than the base game.
Mods requiring this file
- Permissions and credits
-
Credits and distribution permission
- Other user's assets All the assets in this file belong to the author, or are from free-to-use modder's resources
- Upload permission You are not allowed to upload this file to other sites under any circumstances
- Modification permission You must get permission from me before you are allowed to modify my files to improve it
- Conversion permission You are not allowed to convert this file to work on other games under any circumstances
- Asset use permission You 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 sold You 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 points You 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
This author has not credited anyone else in this file
Donation Points system
Please log in to find out whether this mod is receiving Donation Points
Description
This is a database that helps make DLL mods version independent more easily.
For regular mod users: Download and install the "all-in-one" package from files section. You can use mod manager or do it manually. The .bin files should go here:
Data/SFSE/Plugins/
For DLL plugin authors:
Use the appropriate offsets.txt file to see which ID corresponds to which offset, and then you can use the ID instead of offset to make your mod not depend on any specific game version.
What the files mean:
versionlib-1.7.23.0.bin - contains ID / offsets for steam version of the game 1.7.23.0
versionlib-1.7.23.0.1.bin - contains ID / offsets for MS store version of the game 1.7.23.0, the 1 at the end is not part of game version, but says it is MS store.
If there are more platforms in the future (for example GOG) then I will add 2 at end etc.
Offsets.txt files follow the same naming theme.
This is a database that helps make DLL mods version independent more easily.
For regular mod users: Download and install the "all-in-one" package from files section. You can use mod manager or do it manually. The .bin files should go here:
Data/SFSE/Plugins/
For DLL plugin authors:
Use the appropriate offsets.txt file to see which ID corresponds to which offset, and then you can use the ID instead of offset to make your mod not depend on any specific game version.
What the files mean:
versionlib-1.7.23.0.bin - contains ID / offsets for steam version of the game 1.7.23.0
versionlib-1.7.23.0.1.bin - contains ID / offsets for MS store version of the game 1.7.23.0, the 1 at the end is not part of game version, but says it is MS store.
If there are more platforms in the future (for example GOG) then I will add 2 at end etc.
Offsets.txt files follow the same naming theme.