Rivals of Aether

Rivals of Aether

Solid Snake
Aaron No. 893  [producent] 2 maja 2022 o 11:12
Interrogation Workshop Compatibility
Workshop characters can have up to 3 custom interrogation lines of dialogue. To make your own, enter the following code into your fighter's init.gml file:
sna_interrogated_line_01 = "Your dialogue here."; // Snake interrogation line 1. sna_interrogated_line_02 = "More dialogue here."; // Snake interrogation line 2. (Optional.) sna_interrogated_line_03 = "Even more dialogue here."; // Snake interrogation line 3. (Optional.)
Examples:
sna_interrogated_line_01 = "Crocodiles taste great..."; sna_interrogated_line_02 = "Throw a grenade into a crocodile's mouth..."; sna_interrogated_line_03 = "You lousy...!";
sna_interrogated_line_01 = "woag";
sna_interrogated_line_01 = "PC gaming? More like, ur mom"; sna_interrogated_line_02 = "If PC is so good, why is there no PC 2?";
< >
Wyświetlanie 1-7 z 7 komentarzy
Aperson 15 maja 2022 o 16:35 
Quick question, how do I check whether the implemented interrogation quotes actually work? I've tried grabbing and then taunting with Snake, but I haven't seen the response show up before he releases the fighter.
Aaron No. 893  [producent] 15 maja 2022 o 19:10 
Początkowo opublikowane przez Aperson:
Quick question, how do I check whether the implemented interrogation quotes actually work? I've tried grabbing and then taunting with Snake, but I haven't seen the response show up before he releases the fighter.
Opponents with low damage escape grabs faster.

I suppose you could test it by going into training mode, and setting the damage to 999.
Ostatnio edytowany przez: Aaron No. 893; 15 maja 2022 o 19:10
yardsailor 16 czerwca 2022 o 15:52 
Hey there, I was curious why it's only three? Could there be more and if not why?
Aaron No. 893  [producent] 16 czerwca 2022 o 23:47 
@yardsailor I figured it would be easier for other people to implement it this way, instead of having them create an array.
TimRtec 26 czerwca 2022 o 22:33 
I have a suggestion.
When doing the interrogation taunt, it should give an indicator for the opponent to use taunt as well to keep the interrogation going instead of it just having snake just say "talk" and letting the opponent go. Once the interrogation is done the time limit of the ability would continue counting down giving the option for the snake to throw the opponent or strange or let go.
TimRtec 26 czerwca 2022 o 22:35 
Początkowo opublikowane przez TimRtec:
I have a suggestion.
When doing the interrogation taunt, it should give an indicator for the opponent to use taunt as well to keep the interrogation going instead of it just having snake just say "talk" and letting the opponent go. Once the interrogation is done the time limit of the ability would continue counting down giving the option for the snake to throw the opponent or strange or let go.
basically just allow the opponent to use taunt to let the interrogation finish before having the time limit continue
crismrhach 19 października 2023 o 6:20 
when are you releasing codec calls?
< >
Wyświetlanie 1-7 z 7 komentarzy
Na stronę: 1530 50