Skip to content

XICamera v0.7.8

Latest
Compare
Choose a tag to compare
@Hokuten85 Hokuten85 released this 01 Oct 19:49
· 4 commits to master since this release

Adding the ability to adjust the camera panning speed. I've added two new functions requiring the user to specify their desired panning speed. **Some users preferred the auto calculation I was doing for the vertical pan speed, so I've re-implemented that and added a setting to turn it off. It's on by default. Manually setting the vertical pan speed forces the auto calc setting off.

Also adding the ability to use a command that increments and decrements the camera distances. Credits to Dodik from ffxiah.

Windower 4
Horizontal pan speed: //cam hspeed|hs <###>
Vertical pan speed: //cam vspeed|vs <###>
Increment cam: //cam in|incr
decrement cam: //cam de|decr
Increment battle cam: //cam bin|bincr
decrement battle cam: //cam bde|bdecr
toggle setting save behavior on incr/dec: //cam saveOnIncrement|soi
Toggles Vertical pan speed autocalc: //cam autoCalcVertSpeed|acv

Ashita 3 and 4
/cam hspeed|hs <###>
/cam vspeed|vs <###>
Increment cam: /cam in|incr
decrement cam: /cam de|decr
Increment battle cam: /cam bin|bincr
decrement battle cam: /cam bde|bdecr
toggle setting save behavior on incr/dec: /cam saveOnIncrement|soi
Toggles Vertical pan speed autocalc: /cam autoCalcVertSpeed|acv

Again, credits to Dodik. The increment/decrement commands can be used with keybinds.
For instance adding to your init.txt in Windower 'bind pageup cam de' and 'bind pagedown cam in' will let your PgUp and PgDn buttons adjust your camera.
'bind ^pageup cam bde' - binds the Battle camera decrement to Ctrl+PgUp
'bind ^pagedown cam bin' - binds the Battle camera increment to Ctrl+PgDn

Ashita keybinds added to your loading script(usually default.txt) are similar
/bind PRIOR /cam de - Binds Page Up to camera decr
/bind NEXT /cam in - Binds Page Up to camera incr