2025年8月25日 星期一

劍星 跳極樂淨土舞蹈 mod

Garnidelia - Gokuraku Jodo Motion with Music mod 是一個很特別的 mod, 可以讓 Eve 跳極樂淨土舞蹈, 當然, 這時候無法進行遊戲, 單純看 eve 跳舞, 安裝過程複雜了一些, 不過是值得的。

Gokuraku Jodo Motion with Music mod 需要先安裝以下 mod:
  1. MyAnimsJiggleMod
  2. toggledev.vbs
  3. ue4ss
ue4ss 是很重要的底層 mod, 就算不用這個 mod, 建議還是裝起來, 很多有趣的 mod 都會需要 ue4ss, 雖然有時候會造成遊戲不穩開不起來, 但是還是值得使用, 通常是更新才會遇到遊戲不穩開不起來的情形。

參考: 安裝劍星 ue4ss mod

toggledev.vbs (這是一個 vb script, 看起來只是修改 UE4SS-settings.ini) 放到 StellarBlade\SB\Binaries\Win64\ue4ss\

AnimJiggleAdd_P (MyAnimsJiggleMod 作者提供的抖動效果 mod, 不一定要安裝, 抖動效果不同而已) 放到 StellarBlade\SB\Content\Paks\~mods

Adictional activation key F1-1802-2025-1755124067.rar (Gokuraku Jodo Motion with Music mod) 解開放到 StellarBlade\SB\Content\Paks\LogicMods\Gokurakujodo_P

adictional file-1802-2025-1754979161.rar 這是作者未來會用到的檔案, 我目前沒裝這個檔案。

照著 list 1. L15 ~ L37 ue4sssettings.ini 的設定, 修改 ue4sssettings.ini。

toggledev.vbs
 1 Dim fso, file, lines, path, line, out, i
 2 Set fso = CreateObject("Scripting.FileSystemObject")
 3 
 4 path = "UE4SS-settings.ini"
 5 Set file = fso.OpenTextFile(path, 1, False)
 6 lines = Split(file.ReadAll, vbCrLf)
 7 file.Close
 8 
 9 For i = 0 To UBound(lines)
10     line = lines(i)
11     If InStr(line, "ConsoleEnabled = 0") Then
12         lines(i) = Replace(line, "0", "1")
13     ElseIf InStr(line, "ConsoleEnabled = 1") Then
14         lines(i) = Replace(line, "1", "0")
15     ElseIf InStr(line, "GuiConsoleEnabled = 0") Then
16         lines(i) = Replace(line, "0", "1")
17     ElseIf InStr(line, "GuiConsoleEnabled = 1") Then
18         lines(i) = Replace(line, "1", "0")
19     ElseIf InStr(line, "GuiConsoleVisible = 0") Then
20         lines(i) = Replace(line, "0", "1")
21     ElseIf InStr(line, "GuiConsoleVisible = 1") Then
22         lines(i) = Replace(line, "1", "0")
23     ElseIf InStr(line, "bUseUObjectArrayCache = false") Then
24         lines(i) = Replace(line, "false", "true")
25     ElseIf InStr(line, "bUseUObjectArrayCache = true") Then
26         lines(i) = Replace(line, "true", "false")
27     End If
28 Next
29 
30 Set out = fso.OpenTextFile(path, 2, False)
31 For i = 0 To UBound(lines)
32     out.WriteLine lines(i)
33 Next
34 out.Close
35 
36 MsgBox "Settings toggled", 64, "Done"


list 1. 節錄 Garnidelia - Gokuraku Jodo Motion with Music mod 安裝說明
 1 Motion mod that makes Eve dances Gokuraku Jodo from Garnidelia requires UE4SS
 2 
 3 Motion actvation by keyboard Num.5
 4 
 5 Added a file version with F1 key activation for those who don't have numeric keyboard
 6 
 7 Installation folder >>> LogicMods
 8 
 9 how installation path have to look be : StellarBlade\SB\Content\Paks\LogicMods\Gokurakujodo_P
10 
11 
12 For jiggle physics use my jiggle mod: https://www.nexusmods.com/stellarblade/mods/1871
13 
14 In your ue4sssettings.ini have sure these parameters are this way:
15 [Debug]
16 ; Whether to enable the external UE4SS debug console.
17 ConsoleEnabled = 1
18 GuiConsoleEnabled = 1
19 GuiConsoleVisible = 1
20 
21 ; The API that will be used to render the GUI debug window.
22 ; Valid values (case-insensitive): dx11, d3d11, opengl
23 ; Default: opengl
24 GraphicsAPI = dx11
25 
26 [Hooks]
27 HookProcessInternal = 1
28 HookProcessLocalScriptFunction = 1
29 HookInitGameState = 1
30 HookLoadMap = 1
31 HookCallFunctionByNameWithArguments = 1
32 HookBeginPlay  = 0
33 HookLocalPlayerExec = 1
34 HookAActorTick = 1
35 HookEngineTick = 1
36 HookGameViewportClientTick = 1
37 FExecVTableOffsetInLocalPlayer = 0x28
38 
39 Download the toggledev.vbs and place it on your eu4ss folder this way : StellarBlade\SB\Binaries\Win64\ue4ss
40 
41 The mod have the music so let it play till the end :v cause it dont stop if you stops the dance(idk how to make a control to music stops, only to play XD)
42 
43 link of the ue4ss version that i using:
44 
45 Ue4Ss that i using
46 
47 https://github.com/Chrisr0/RE-UE4SS/releases


裝好之後按下最右邊的數字按鍵 5, 就可以發動跳舞功能, 如果沒有數字按鍵的鍵盤, 也可以按下 F1 觸發。



由於可以搭配 cns 使用, 弄了蕾雯的版本, 蕾雯飄逸的長髮還蠻特別。



按下 F1 開始跳舞, 再次按下 F1 會停止, 但是極樂淨土音樂會持續播放到結束, 作者還不知道怎麼中斷音樂, 也許之後的版本會改善。跳舞期間可以移動視角, 看看不同的角度。



在跳舞的狀態下, 如果被怪物襲擊, 也是會被打死的, 另外操作人物摔下懸崖一樣會死。



沒有留言:

張貼留言

使用 google 的 reCAPTCHA 驗證碼, 總算可以輕鬆留言了。

我實在受不了 spam 了, 又不想讓大家的眼睛花掉, 只好放棄匿名留言。這是沒辦法中的辦法了。留言的朋友需要有 google 帳號。