Skip to content

Commit

Permalink
Script work for Level 1 explore dialogues
Browse files Browse the repository at this point in the history
  • Loading branch information
Timbles committed Mar 10, 2024
1 parent 357f48b commit 289d491
Show file tree
Hide file tree
Showing 21 changed files with 3,965,450 additions and 210 deletions.
15 changes: 15 additions & 0 deletions Data/Mods/constance_ouruin/Data/Dialogues/ouruin/dhs_variables.txt
Expand Up @@ -281,6 +281,21 @@ ouruin_dart_quest
4: Dart has been beaten. Quest complete!
5: Player has given drug money to Dart

ouruin_adal_quest
0: Adal has not been met
1: Player has met Adal
2: Player has offered to help Adal
3: Player has given Adal all her funds. Quest complete
4: Player has given Adal half her funds. Quest complete
5: Player has given Adal some of her funds. Quest complete
6: Player has decided to keep all of her funds. Quest complete

ouruin_adal_depot
0: Depot has not been entered
1: Thieves encountered
2: Gold retrieved, Adal ready
3: Gold paid

ouruin_beggar_quest
0: Beggar has not been met
1: Beggar has been met
Expand Down
@@ -0,0 +1,18 @@
#name "AdalBye"
#participants 3
set_dialogue_color 1 0 0.52 0.95
set_dialogue_voice 1 8
set_dialogue_color 2 0.5 0.4 0.9
set_dialogue_voice 2 9
set_cam 107.934 -52.1063 44.4331 0 -104.34 0 72.1066
set_character_pos 2 110.746 -52.6143 45.5415 120
send_character_message 2 "set_eye_dir 110.059 -51.7802 44.6747 1"
send_character_message 2 "set_animation \"Data/Animations/r_idle.anm\""
send_character_message 2 "set_torso_target 110.419 -51.9468 44.9465 0"
send_character_message 2 "set_head_target 110.237 -51.8214 44.3819 1"
set_character_pos 1 109.964 -52.6171 44.5603 -41
send_character_message 1 "set_animation \"Data/Animations/r_actionidle.anm\""
send_character_message 1 "set_eye_dir 107.654 -51.6501 45.1233 1"
send_character_message 1 "set_torso_target 110.907 -52.23 44.8819 0"
send_character_message 1 "set_head_target 109.881 -51.7344 45.4733 1"
say 1 "Ghost" "I'll see you later, [wait 0.1]Adal. [wait 0.2]Have a good evening."
Expand Up @@ -33,7 +33,7 @@ send_character_message 1 "set_head_target 110.758 -51.7196 45.3777 1"
send_character_message 2 "set_torso_target 110.625 -52.032 44.4836 1"
send_character_message 2 "set_eye_dir 112.214 -51.5924 45.9177 1"
send_character_message 2 "set_head_target 112.038 -51.5215 45.5809 1"
say 2 "Adal" "Yeah, [wait 0.1]everything's fine. [wait 0.15]I just need to finish up with this work..."
say 2 "Adal" "E-[wait 0.1]Everything's fine. [wait 0.15]I just need to finish up with this work..."
send_character_message 1 "set_torso_target 110.537 -52.1338 45.0456 0"
set_cam 110.225 -51.8737 46.166 0 4 0 30.7033
send_character_message 2 "set_eye_dir 110.068 -51.7626 44.6235 1"
Expand Down
Expand Up @@ -2,7 +2,7 @@
<NavMeshMeta>
<Level>level1_explore</Level>
<IgnoreHash>false</IgnoreHash>
<LevelHash>919363a024d63a6dbc09ad0a1e9805a3</LevelHash>
<LevelHash>4f62c63685ed87a97feab90964f82d3b</LevelHash>
<IgnoreVersion>false</IgnoreVersion>
<Version>1</Version>
</NavMeshMeta>
Binary file not shown.

0 comments on commit 289d491

Please sign in to comment.