Skip to content

Releases: Hokuten85/XICamera

XICamera v0.7.8

01 Oct 19:49
Compare
Choose a tag to compare

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

XICamera v0.7.7

30 Sep 18:39
Compare
Choose a tag to compare
XICamera v0.7.7 Pre-release
Pre-release

Adding the ability to adjust the camera panning speed. I removed the functionality that attempted to auto-set the vertical camera pan speed when setting the default camera distance. I've replaced it with two new functions requiring the user to specify their desired panning speed.

Windower 4
Horizontal pan speed: //cam hspeed|hs <###>
Vertical pan speed: //cam vspeed|vs <###>

Ashita 3 and 4
/cam hspeed|hs <###>
/cam vspeed|vs <###>

XICamera v0.7.6

16 Jul 03:28
Compare
Choose a tag to compare

Helps with battle audio loss as camera distance increases. Not perfect, but you can still hear the battle audio 50+ yalms, though the volume decreases the further out you get.

Moar signature adjustments

15 Feb 00:23
Compare
Choose a tag to compare

Signature adjustments attempt #2. I should have tested better.

Adding status cmd back

13 Jan 06:31
Compare
Choose a tag to compare

There were a few people that liked the status command. Adding it back.

/cam s|status

0.7.2

31 Dec 16:45
Compare
Choose a tag to compare

1/11/2023 - What's the best way to release a hotfix >_< I derped some var names in the unload logic for Ashita 3 and 4 addons. Those are fixed and reuploaded.

Fix for NPC move speed animation.
Fix for Windower 5 version crashing on unload.

/cam distance ###
/cam d ##

/cam battle ###
/cam b ##

Addon versions for all launchers. Ashita 3 also has a plugin version. Make sure to select the correct version.

XICamera v0.6

08 Dec 02:31
Compare
Choose a tag to compare

This release contains a few different versions that I worked on months ago for different versions of launchers. I haven't done extensive testing on stuff.

xicamera_ashita3_addon_v0.6 is an addon version written entirely in lua.
xicamera_ashita4_addon_v0.6 is an addon version written entirely in lua.

XICamera_Windower4_v0.5 is literally just the same as the previous release. I haven't found a good way to do most of the work in lua.
xicamera_windower5_v0.6 is an addon version written entirely in lua for Windower 5.

xicamera_ashita3_plugin_v0.6.zip - This is a plugin version and requires a recompile periodically whenever Ashita updates its interface. I'd suggest trying the Addon version for Ashita 3, and use that if it's performing well for you.