Create an account

DLTXify by right click [FOR MODDERS] [TOOL] (UPDATE 1)  

Upload: 07 Nov 2022, 07:42
Created by: MerelyMezz [X]
Uploaded by: Aqxaro

This bundle allows to create DLTX version of the mod by simple right click on the folder of the mod and choosing "DLTXify mod" in context menu. Not a game mod.

It comes with LTXDiff.exe tool which performs dltxification and 3 powershell scripts:
  • dltxify.ps1 is a script which is called for creating dltx mod
  • dltxify add to right click menu.ps1 adds "DLTXify mod" to right click menu
  • dltxify remove from right click menu.ps1 removes that entry

USAGE: unpack the archive into Anomaly folder and run "dltxify add to right click menu.ps1". Confirm changing execution policy if it will ask


It takes several assumptions to make it work:

  • The mod must be a folder with "gamedata" folder inside it, like how MO2 stores mods.
  • You need to have fully unpacked game archives and put into "<anomaly folder>\unpacked\gamedata". If you want to change the location, you can open dltxify.ps1 file and change $gamedata_path variable
  • The dltxified mod will be created in separate directory with name "<name of original mod>_DLTX"

TROUBLESHOOTING:

  • The Anomaly game folder must not be in Program Files folder and its subfolders, scripts aren't allowed to be executed from there
  • The whole path to the mod shouldnt contain characters like [], otherwise you might get "Cannot find path" errors. Try to not use them and similar characters that trigger that error in your mod name
  • If you cant execute "dltxify add to right click menu.ps1" (the script just closes instantly), you need to open powershell with administrator rights and enter the command: Set-ExecutionPolicy RemoteSigned. After that, you need to enter the value "A" which allows everyone to execute scripts.
  • If you still cant add DLTXify entry to right click, you can add it manually, here is how:
    1. Open windows registry editor (regedit.exe)
    2. Navigate to key HKEY_CLASSES_ROOT\Directory\shell
    3. Create new key in that location called "DLTXify Mod"
    4. Then in newly created location create another key called "command"
    5. In default value of this key type "C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe" -ep Bypass -File "<your_path_to_anomaly>\dltxify.ps1" "%1"

If you like my work and wanna support further creations, i will be very glad and appreciate your donation ;)
Streamlabs

Companion Inventory Unlock (Anomaly 1.5.1) 2.94kb

Companion Inventory Unlock (Anomaly 1.5.1)

23 May 2022
0
859
0

Ever wish you could get rid of all the garbage Hip seems intent on collecting? Now you can. NOW 90% less cheaty by default. (Full cheaty ness can be enabled at users discretion, consult a priest before stealing items from your companions, author is not responsible for loss of fun or hair.)

Comments
The minimum comment length is 10 characters.