English (American)  中文(简体)
This forum uses cookies
This forum makes use of cookies to store your login information if you are registered, and your last visit if you are not. Cookies are small text documents stored on your computer; the cookies set by this forum can only be used on this website and pose no security risk. Cookies on this forum also track the specific topics you have read and when you last read them. Please confirm whether you accept or reject these cookies being set.

A cookie will be stored in your browser regardless of choice to prevent you being asked this question again. You will be able to change your cookie settings at any time using the link in the footer.

Thread Rating:
  • 1 Vote(s) - 5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[P-Code] HFX Stage Setting
#1
In HFX Action Script 3 there is a large array, in the file Data.Global, called stage_setting, which contains the settings for the stages. You can see it here.

Here are my findings regarding that array:

The array contains 9 Acts, which are themselves represented as arrays. The last 2 Acts are not being used in the original game.

Each Act array contains 8 rounds, also represented as arrays, which are: Tutorial, Duel, Mission, Story, Battle, Tournament, Team Fight, and Training. If a round is an empty array it will not show up in the game. For instance, only Act 1 has a tutorial round, and Act 1 does not have Tournament nor Team Fight rounds.  Each round contains a number of stages.

Example and explanation of a stage:

Example:
[1, 1, -1, -1, r_enemy_soldier_500_hp + r_add_3star_hero_when_clear, ["z_axeman"], [], ["forest_mud"]]

Means:
[1, // playing hero num (Lucas)
1, // unknown
-1, // type of next stage
-1, // unknown
r_enemy_soldier_500_hp + r_add_3star_hero_when_clear, // buffs
["z_axeman"], // enemies
[], // setting of mission or battle
["forest_mud"]] // background

Stage types:
s_tutorial = 0;      
s_duel = 1;
s_mission = 2;      
s_story = 3;      
s_battle = 4;      
s_tournament = 5;      
s_vs = 6;
s_training = 7;

-1 means it won't unlock a new stage.
[Image: random.php?pic=random]
▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬
The meaning of life is to give life a meaning.
Stop existing. Start living.
The following 2 users say Thank You to MangaD for this post:
  • Kaphwank, Julian
Reply
#2
What's the number assigned for team fight stages?
[Image: Jack-E-s-Signature.png]
Reply
  


Forum Jump:


Users browsing this thread: 2 Guest(s)