Skip to content

Commit cb76e92

Browse files
authored
Merge pull request #21 from Maltodaxtrin/master
Update to 1.0.2
2 parents 6198b77 + e14287e commit cb76e92

6 files changed

Lines changed: 27 additions & 5 deletions

File tree

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,10 @@ This Modification is unofficial Fan Content permitted under the Fan Content Poli
113113

114114
## Version History
115115

116+
1.0.2 -- Minor updates
117+
118+
- Fixed the player being stuck in the Pocket Plane at the end of the quest by automatically leaving the plane and going back to where you were. (if you want to go back to the Pocket Plane, feel free to do so) + added Russian translation for that part
119+
116120
1.0.1 -- Minor updates
117121

118122
- Added Russian translation.

cowledmenace/dialog/dx#laerd.d

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -248,9 +248,27 @@ IF ~Global("KilledShoon","GLOBAL",1) AreaCheck("ar4500")~ goodbye
248248
= @626
249249
= @630
250250
IF ~~ DO ~EraseJournalEntry(@120)
251+
TakePartyItem("dx#wards")
251252
DestroyItem("dx#wards")
252253
AddJournalEntry(@150,QUEST_DONE)
253-
SpellNoDec(Myself,DRYAD_TELEPORT)~ EXIT
254+
ClearAllActions()
255+
StartCutSceneMode()
256+
Wait(1)
257+
CreateVisualEffectObject("SPDIMNDR",Player1)
258+
FadeToColor([20.0],0)
259+
SpellNoDec(Myself,DRYAD_TELEPORT)
260+
PlaySound("PORTAL2")
261+
Wait(1)
262+
ActionOverride(Player1,LeaveAreaLUAPanic("AR0802","",[980.2000],NE))
263+
ActionOverride(Player1,LeaveAreaLUA("AR0802","",[980.2000],NE))
264+
ActionOverride(Player2,LeaveAreaLUA("AR0802","",[980.2000],NE))
265+
ActionOverride(Player3,LeaveAreaLUA("AR0802","",[980.2000],NE))
266+
ActionOverride(Player4,LeaveAreaLUA("AR0802","",[980.2000],NE))
267+
ActionOverride(Player5,LeaveAreaLUA("AR0802","",[980.2000],NE))
268+
ActionOverride(Player6,LeaveAreaLUA("AR0802","",[980.2000],NE))
269+
MultiPlayerSync()
270+
EndCutSceneMode()
271+
FadeFromColor([20.0],0)~ EXIT
254272
END
255273

256274
IF ~Global("KilledShoon","GLOBAL",1) AreaCheck("DX#002")~ greetcrypt

cowledmenace/lang/english/english.tra

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -344,7 +344,7 @@ Weight: 3~
344344

345345
@625 = ~So, this is where we part ways, <CHARNAME>. Today, the world breathes a huge sigh of relief. Nobody knows about it, but we avoided a possible catastrophe down the line.~
346346
@626 = ~The next time I see Elminster, I will be sure to recount our exploits! He once said that should Shoon VII be alive today, there would be no peace in our time. And now that I've met him, I would agree.~
347-
@630 = ~I thank you for your assistance in this matter, and may we meet again under better circumstances.~
347+
@630 = ~I suppose you'll be returning to Athkatla? This is goodbye then. Thank you for your assistance in this matter, and may we meet again under better circumstances.~
348348

349349
// Laeral Silverhand
350350
@700 = ~What in the name of the Goddess happened here? One minute, a meeting was taking place — which I was spying on, mind you — and yet, in the following minute, such was the magical energy unleashed here that I felt it through my spell!~

cowledmenace/lang/russian/russian.tra

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -343,7 +343,7 @@ THAC0: +3
343343

344344
@625 = ~Итак, на этом мы расстаёмся, <CHARNAME>. Сегодня мир вздохнул с огромным облегчением. Никто об этом не узнает, но мы избежали возможной катастрофы в будущем.~
345345
@626 = ~В следующий раз, когда я увижу Эльминстера, я обязательно расскажу о наших подвигах! Он как-то сказал, что если бы Шун VII был жив, то в наше время не было бы мира. И теперь, когда я встретила его, я с этим согласна.~
346-
@630 = ~Я благодарю тебя за помощь в этом деле, и пусть мы встретимся снова при лучших обстоятельствах.~
346+
@630 = ~Полагаю, вы намерены вернуться в Аткатлу? Тогда прощайте. Я благодарю тебя за помощь в этом деле, и пусть мы встретимся снова при лучших обстоятельствах.~
347347

348348
// Laeral Silverhand
349349
@700 = ~Что, во имя Мистры, здесь произошло? В одну минуту здесь проходила встреча - за которой я, заметьте, пристально наблюдала - и в следующую минуту здесь высвободилась такая магическая энергия, что я почувствовала её через всю себя!~

cowledmenace/setup-cowledmenace.tp2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
BACKUP ~cowledmenace/backup~
88
AUTHOR ~Daxtreme at http://gibberlings3.net~
9-
VERSION ~1.0.1~
9+
VERSION ~1.0.2~
1010

1111
ALWAYS
1212
INCLUDE ~cowledmenace/common.tpa~

package_mod.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ call "%~dp0..\ModPackaging\utilities\ie_games.bat"
66

77
REM /* MODIFY: set the values of the 3 variables below to reflect the current mod version */
88
set "mod_name=Cowled Menace"
9-
set "mod_version=v1.0.0"
9+
set "mod_version=v1.0.2"
1010
set mod_folder=cowledmenace
1111

1212
REM /* MODIFY: list here which IE games the mod is compatible with, from this list of possibilities: */

0 commit comments

Comments
 (0)