
by MangaD at 21-06-2020, 03:43 PM
0 comments
After talking with @不饿白帝BEBD, @Runningcake and @Lee Catalpa Tien (on QQ), I have grasped a few concepts of the SPT file. I'll leave a rough draft here, for future updates and development. Feel free to comment with your knowledge and improve it!
Overview of SPT file:
![[Image: spt.png]](https://i.postimg.cc/br7qqmMm/spt.png)
Making new moves requires modifying
In the attachment there is a much more complete tutorial file made by @Lee Catalpa Tien. Thanks to @nikhil for translating it to English!
Overview of SPT file:
![[Image: spt.png]](https://i.postimg.cc/br7qqmMm/spt.png)
cad
andkeyTgr
arrays appear to be useless. Maybe leftovers from older versions.
frames
array contains all the frames' data.allowKeyTrigger
attribute of a frame specifies whether or not we can perform an action (e.g. attack) from this frame.
attack
array contains all the attacks that the character can perform while in this frame.refName
is the name reference for an attack. The attacks are in the fileData.Global_globalDat
.
action
array contains all the possible actions of a character.a_keyTgr
specifies the actions that can be TriGgeRed in the action state that it belongs to, as well as how to trigger themrkt
(restrict key trigger) if it is false,allowKeyTrigger
in frame is ignored. If it is true, it can be triggered only in frames of the action that haveallowKeyTrigger
set totrue
. Example: In STAND state,rkt
should befalse
for a special move if we want to trigger it at any time. But during an attack or specific action,rkt
should betrue
so that only in certain frames (e.g. later frames) of the attack we can trigger another one.
k
key combination to perform move to right.
kr
key combination to perform move to left (stands for key reverse).
agi
is the Action Group Index that this trigger corresponds to.
ati
- in an action group there is anactionIndex
array,ati
is the index in this array.
ai
- each element of theactionIndex
array is also an array, andai
is the index of the element in this array that we want.
frameIndex
refers to the frame where this action starts
actionGroup
- corresponds to a set of actions. Most common arenormal
,gua
(guard),cat
(catch human),hea
(catch object),rid
(ride)action
useless array, probably leftover from older versions. It was moved to the outsideaction
array mentioned above. NowactionGroup
is linked to a set of actions through the attributesati
,agi
andai
insidea_keyTgr
inside of an action.
Making new moves requires modifying
actionGroup
, action
and frame
arrays.hire_id
- array with type of soldiers for each possible unit (we have to use their id to get them, e.g.: "z_infantry01"). If you use a mount as id (e.g.horse
,horse_monster
,horse_triceratops
), they will be available to mount but won't attack on their own.
hire_max
- array with count of soldiers for each possible unit (for ex. lets say "z_infantry01" if we put its value to 1, then we get 4 soldiers, if 2 means then 8 soldiers)
hire_price
- array with costs to hire a unit, for each possible unit.
hire_h
- array with mounts for each possible unit. If "null" they are on foot. If "h" they are on horse. If "m" they are on monster. If "t" they are on triceratops. These mounts won't disappear when a soldier falls from them, they will be available to mount by the player or another soldier, except if thehire_id
isz_cavalry01
, then the mounts will disappear.
In the attachment there is a much more complete tutorial file made by @Lee Catalpa Tien. Thanks to @

by MangaD at 19-06-2020, 08:45 PM
0 comments
If you'd like to change where Shawn's arrow spawns, or any other projectile, you'll find the data for it in
This will also change the velocity of the arrow though. This is the solution @S*LuEX told me. Don't know any other right now.
globalDat
(id=142). Find the PtWithName
of the projectile (10 for Shawn's arrow, standing) and change the velocity attributes (vx
, vy
and vz
).vz
will cause the arrow to go up with negative values, and down with positive values. Default is 0 so it goes straight.vy
will cause the arrow to go higher with negative values, and lower with positive values.vx
is what you want, lower values will cause the arrow to not go as far, but they will also hit the opponent that is touching you.This will also change the velocity of the arrow though. This is the solution @S*LuEX told me. Don't know any other right now.

by asdfqwe at 19-06-2020, 07:56 PM
3 comments
How to change HP, MP and SP of a character with HF workshop?
Welcome, Guest
You have to register before you can post on our site.
|
Search Forums
Forum Statistics
Members: 465 Latest member: RoiXperience Forum threads: 350 Forum posts: 1,569 |
Online Users
There are currently 70 online users. 0 Member(s) | 68 Guest(s) Baidu, Google |
Upcoming Events
No upcoming events |
Latest Threads
Remove the healing effect
Last
by 不饿白帝BEBD 1 Replies |
Marti Wong's LF Remastere...
Last
by Avodo 0 Replies |
HFX Chaotic World
Last
by Mehdi_mc 1 Replies |
What song are you listeni...
Last
by MangaD 44 Replies |
HFE Random Version
Last
by Almighty Jack E 0 Replies |
HF Lunar Gravity Edition
Last
by Almighty Jack E 0 Replies |
HF Equilibrium
Last
by Almighty Jack E 1 Replies |
HFE Editor | Bug List
Last
by MangaD 5 Replies |
XJDL
Last
by Almighty Jack E 0 Replies |
HF Tower Climbing Challen...
Last
by Almighty Jack E 0 Replies |