Phoenix Point
0 of 0

File information

Last updated

Original upload

Created by

JJ2197

Uploaded by

JJ2198

Virus scan

Safe to use

Tags for this mod

About this mod

This is a simple mod that removes the pauses that happen when you activate abilities such as quick aim, rapid clearance, rally etc. No longer will you have to sit through an animation every time you use quick aim, instead you can immediately shoot/move after activating.

Requirements
Permissions and credits
This is a simple mod that removes the pauses that happen when you activate abilities such as quick aim, rapid clearance, rally etc. No longer will you have to sit through an animation every time you use quick aim, instead you can immediately shoot/move after activating. Although these animation are fairly short, it can be quiet annoying to watch them repeatedly, especially when you use them several times in one turn. This mod doesn't skip every ability, such as jet jump, attacks and using items such as a med kit (This method doesn't work for them unfortunately). I have also included a second file that skips animations for enemies, some of these skips may not be preferable to some as it can make it confusing as to what a certain enemy has done. This mod uses the PPDefModifer by tracktwo so there are some fairly simple json files that you can edit to remove certain abilities that you don't want to be skipped. The files follow this structure:

{
        "guid": "83c8e082-84cb-e3c4-3b5f-9f2ad6e936e3",
        "field": "AnimType",
         "value": -1,
        "comment": "AcidwormExplode_AbilityDef"
},

To remove an animation skip simply search for the ability in the file ( The comment is based on the name in the editor which mostly follows a Name of enemy + ability structure) and simply delete everything from { to }, or change the -1 to 1, just make sure the very last } in the file doesn't have a coma but the rest do.

This mod requires two things, one is of course the mod loader, which you can get here if you don't have it:
https://github.com/RealityMachina/PhoenixPointModInjector/releases/tag/0.1

It also uses Tracktwos PPDefModifer which you can get here:
https://github.com/tracktwo/ppdefmodifier/releases

Simply put the PPDefModifer.dll in the mods folder and put the json files in a folder name PPDefModifer in the mods folder.
PPDefModifer also supports the modification of many different fields, I am currently working making a separate mod that will allow
for customizing a huge range of options, similar to this mod:
https://www.nexusmods.com/phoenixpoint/mods/21
But will also include such things as facility, difficulty, ability settings (at default values) and whatever else I can find in the files that is worth modifying. I will also upload text files that include all of the modifiable fields, so you can add more to it that isn't included, for now you can find the guids/fields/values from this mod:
https://www.nexusmods.com/phoenixpoint/mods/32