Skip to content
This repository was archived by the owner on Oct 13, 2025. It is now read-only.
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
43 commits
Select commit Hold shift + click to select a range
da95f4e
なんか追加
DekoKiyo Mar 31, 2023
f20a68d
まぁがんばrとう
DekoKiyo Mar 31, 2023
6256243
途中だけど多分うまくいくこれなら
DekoKiyo Mar 31, 2023
3e1fd7f
まぁ
DekoKiyo Apr 1, 2023
4abae73
更新
DekoKiyo Apr 1, 2023
db8a3c8
更新
DekoKiyo Apr 2, 2023
784b4f4
エラーコード追加
DekoKiyo Apr 2, 2023
c420829
バックアップ関連精度向上
DekoKiyo Apr 2, 2023
e97cbf7
旧スポーンポイント選定処理を削除
DekoKiyo Apr 2, 2023
56a9601
調整完了
DekoKiyo Apr 3, 2023
a127dd5
wiki更新
DekoKiyo Apr 3, 2023
e1ddac9
2023/04/04時点でのdevelopをマージ
DekoKiyo Apr 4, 2023
df4960c
Backupブランチの翻訳を個別で容易
DekoKiyo Apr 4, 2023
462aa53
2種類存在していたので一つに統合
DekoKiyo Apr 4, 2023
549d844
不要なので削除
DekoKiyo Apr 4, 2023
f26485c
準備
DekoKiyo Apr 6, 2023
181a925
更新
DekoKiyo Apr 6, 2023
118cba2
更新
DekoKiyo Apr 7, 2023
685802b
翻訳
DekoKiyo Apr 7, 2023
e12e328
当分更新なし
DekoKiyo Apr 7, 2023
fea57cf
メニューを分別
DekoKiyo Apr 14, 2023
8abaf4c
ソース公開&軽量化
DekoKiyo Apr 15, 2023
7af601e
銀行強盗を追加
DekoKiyo Apr 15, 2023
1dce467
HitAndRun追加
DekoKiyo Apr 16, 2023
165e34f
危険人物発見を追加
DekoKiyo Apr 17, 2023
9d1a8b3
暗号化するかわかりやすく
DekoKiyo Apr 17, 2023
7fc851b
仮配布用
DekoKiyo Apr 17, 2023
10f5ac8
英語翻訳[EN]を追加
DekoKiyo Apr 18, 2023
a0d4fd7
コールアウト周りを修正
DekoKiyo Apr 21, 2023
56b00a6
オーバーレイ開放
DekoKiyo Apr 27, 2023
116c76c
翻訳更新&一旦無効化
DekoKiyo Apr 29, 2023
538d59c
準備段階
DekoKiyo Apr 29, 2023
d532c4f
更新
DekoKiyo Apr 30, 2023
48146fa
検視官追加
DekoKiyo Apr 30, 2023
8067b5c
更新
DekoKiyo Apr 30, 2023
6ba0f78
いつか使えそうなセーブシステム
DekoKiyo May 3, 2023
122232b
手動サイレン
DekoKiyo May 3, 2023
90c8bd2
検視官追加
DekoKiyo May 5, 2023
557f60b
更新
DekoKiyo May 5, 2023
a51d5fd
Merge remote-tracking branch 'origin/develop'
DekoKiyo May 6, 2023
633f83c
現在の開発版と同期
DekoKiyo May 6, 2023
8f9a22d
バックアップの運転の賢さを向上
DekoKiyo May 7, 2023
3161a7f
wiki更新
DekoKiyo May 15, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 15 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,39 +7,54 @@
"Ballas",
"ballasout",
"BLAINECOUNTY",
"BODHI",
"Callout",
"Callouts",
"CARBINERIFLE",
"Cayo",
"chicold",
"Decryptor",
"Dekokiyo",
"DOUBLEACTION",
"Driveable",
"Encryptor",
"famca",
"famdnf",
"famfor",
"FBISWAT",
"FLSH",
"Gusenberg",
"Hawick",
"HEAVYPISTOL",
"intupperphotography",
"Jakowski",
"Lazlow",
"LCPDFR",
"lestercrest",
"LOSSANTOS",
"LOSSANTOSCOUNTY",
"lossantospolicedept",
"LSPDFR",
"LSSD",
"lxml",
"Mantain",
"nervousron",
"NORTHYANKTON",
"openpyxl",
"Paleto",
"Perico",
"Perro",
"POLICEOLD",
"POLICET",
"Puerta",
"Ragdoll",
"roadcone",
"Rockstar",
"SNIPERRIFLE",
"Snowlight",
"tendtodead",
"Tongva",
"UNSTREAMED",
"Vinewood",
"voyeurizing",
"Yankton"
Expand Down
22 changes: 16 additions & 6 deletions .vscode/tasks.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,24 +22,34 @@
}
},
{
"label": "Release-Zip",
"label": "Dev-Confused",
"type": "shell",
"command": "powershell -ExecutionPolicy Bypass .\\DevelopBuild-Confused.ps1",
"problemMatcher": [],
"group": {
"kind": "build",
"isDefault": true
}
},
{
"label": "Release-Confused",
"type": "shell",
"command": "powershell -ExecutionPolicy Bypass .\\ReleaseZip.ps1",
"command": "powershell -ExecutionPolicy Bypass .\\ReleaseBuild-Confused.ps1",
"problemMatcher": [],
"group": {
"kind": "build",
"isDefault": true
}
},
{
"label": "Format",
"label": "Release-Zip",
"type": "shell",
"command": "dotnet format DynamicLSPDFR/DynamicLSPDFR.csproj",
"command": "powershell -ExecutionPolicy Bypass .\\ReleaseZip-Confused.ps1",
"problemMatcher": [],
"group": {
"kind": "build",
"isDefault": false
"isDefault": true
}
}
},
]
}
46 changes: 46 additions & 0 deletions Archive/ManualSirenLevel.cs
Original file line number Diff line number Diff line change
@@ -0,0 +1,46 @@
namespace DynamicLSPDFR.Debug;

internal static class ManualSiren
{
internal static int Level = 0;

internal static void Initialize()
{
GameFiber.StartNew(() =>
{
while (true)
{
GameFiber.Yield();
if (Level > 0)
{
Level--;
GameFiber.Wait(100);
}
}
});

GameFiber.StartNew(Update);
}

internal static void Update()
{
while (true)
{
GameFiber.Yield();
Game.DisplayHelp(Level.ToString());
}
}

internal static void AddValue()
{
GameFiber.StartNew(() =>
{
GameFiber.Yield();
if (Level < 100)
{
Level++;
GameFiber.Wait(100);
}
});
}
}
27 changes: 27 additions & 0 deletions Archive/旧バックアップ運転システム.cs
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
if (this.driver && this.driver.IsValid())
{
while (this.driver.DistanceTo(Game.LocalPlayer.Character.Position) > 22.5f)
{
try
{
if (this.IsDismissed || !this.driver.IsInVehicle(this.vehicle, true)) break;
var posCache = this.driver.Position;
this.driver.Tasks.DriveToPosition(World.GetNextPositionOnStreet(Game.LocalPlayer.Character.Position.Around(RandomNumber.Instance.Next(25, 30))), 10f, VehicleDrivingFlags.DriveAroundObjects | VehicleDrivingFlags.DriveAroundPeds | VehicleDrivingFlags.DriveAroundVehicles).WaitForCompletion();
if (this.IsDismissed || !this.driver.IsInVehicle(this.vehicle, true)) break;
if (posCache.DistanceTo(this.driver.Position) < 3f)
{
this.driver.Tasks.Clear();
if (this.IsDismissed || !this.driver.IsInVehicle(this.vehicle, true)) break;
var pos = Game.LocalPlayer.Character.Position.Around(RandomNumber.Instance.Next(15, 25));
this.vehicle.Position = new(pos.X, pos.Y, (float)World.GetGroundZ(pos, true, true));
if (this.vehicle.IsUpsideDown) this.vehicle.Rotation = new(0f, 0f, this.vehicle.Rotation.Yaw);
continue;
}
}
catch (Exception e)
{
Logger.ErrorCode("DynamicLSPDFR-Backup", 110);
Logger.Error(e.ToString());
}
}
}
15 changes: 15 additions & 0 deletions DevelopBuild-Confused.ps1
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
Write-Host "-------- Build as the Develop Edition --------" -ForegroundColor DarkMagenta
Write-Host "-------- Comfused Enabled --------" -ForegroundColor Green
Start-Sleep -Milliseconds 250
.\PowerShell\Dev.ps1
Write-Host "-------- Build Completed --------" -ForegroundColor Green
Write-Host "-------- Start Obfuscation --------" -ForegroundColor Blue
Start-Sleep -Milliseconds 250
.\PowerShell\Obfuscation.ps1
Write-Host "-------- Obfuscation Completed --------" -ForegroundColor Green
Write-Host "-------- Copy Files to GTA5 --------" -ForegroundColor Blue
Start-Sleep -Milliseconds 250
.\PowerShell\CopyFiles-Confuse.ps1
Start-Sleep -Milliseconds 250
Write-Host "-------- Copy Completed --------" -ForegroundColor Green
.\PowerShell\Completed.ps1
6 changes: 2 additions & 4 deletions DevelopBuild.ps1
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
Write-Host "-------- Build as the Develop Edition --------" -ForegroundColor DarkMagenta
Write-Host "-------- Comfused Disabled --------" -ForegroundColor Red
Start-Sleep -Milliseconds 250
.\PowerShell\Dev.ps1
Write-Host "-------- Build Completed --------" -ForegroundColor Green
Write-Host "-------- Start Obfuscation --------" -ForegroundColor Blue
Start-Sleep -Milliseconds 250
.\PowerShell\Obfuscation.ps1
Write-Host "-------- Obfuscation Completed --------" -ForegroundColor Green
Write-Host "-------- Skip Obfuscation --------" -ForegroundColor Blue
Write-Host "-------- Copy Files to GTA5 --------" -ForegroundColor Blue
Start-Sleep -Milliseconds 250
.\PowerShell\CopyFiles.ps1
Expand Down
14 changes: 13 additions & 1 deletion Document/Animations.txt
Original file line number Diff line number Diff line change
Expand Up @@ -38,5 +38,17 @@ amb@world_human_cop_idles@female@idle_enter
- idle_intro

運ぶときの抱えるアニメーション的な
anim@heists@box_carry
- idle

無線
random@arrests
- generic_radio_enter
- generic_radio_chatter
- generic_radio_exit
anim@heists@box_carry@
- idle
- idle

写真
amb@world_human_paparazzi@male@base
- base
Original file line number Diff line number Diff line change
@@ -0,0 +1,60 @@
=====================================================================================

このプラグインはベータ版です。バグ検証はしておりますが、万が一重大なバグが発生して、
プレイヤーに対し損害が発生したとしても、開発者は一切の責任を負いません。    
また、バグが発生した場合は、バグ報告のご協力をお願い致します。        
バグ報告先は、ロケット霊夢様の快諾を得て、LSPDFRコミュニティ(JP)内の専用スレッドへ
ご送信ください。開発者が直接対応させていただきます。

=====================================================================================

Copyright 2023 DekoKiyo

LSPDFRコミュニティ(JP)配布用 DynamicLSPDFR 開発版Ver.0.3.0.0をDLして頂きありがとうございます。
導入前に以下の注意をお読みください。

【注意】
1. このファイルはDekoKiyo(以下開発者)の意思により配布しています。このサーバーへ参加しているかを問わず、他人に二次配布は行わないでください。
2. このファイルは著作権法に基づきソースコードは公開されていません。
逆コンパイルなどでソースコードを不正に入手する行為は認められていません。
不正流出防止のためにファイルの暗号化はしていますが、
万が一、ソースコードの不正流出またはそれに類する行為が確認された場合は、このサーバーでの配布を停止します。
発覚したらブチギレだぞヽ(`Д´#)ノ ムキー!!
3. 質問chや僕のDMにパスワード関連の問い合わせはしないでください。
したらちゃぶ台投げるぞ(ノ`Д´)ノ彡┻━┻

【説明】
DynamicLSPDFRはLCPDFR.comにて公開されているLSPDFR用プラグインです。
特徴として、多言語対応、独自の乱数生成アルゴリズムを搭載しています。
また、このデータではコールアウトを12個追加します。(完成度が高いとは言っていない。)

このデータはVer.0.3.0.0となっていますが、もしかしたら正式リリース1.0.0.0になるかもしれないです。
結構頑張って作ってるので使ってくれるだけでも嬉しいです(*´∀`)
ってなわけなんですが、一つ注意です。上記の通りバグを含んでいる可能性があります。
万が一これを導入してLSPDFRがクラッシュした場合はLSPDFRコミュニティ(JP)内の専用スレッドを用意しているのでそちらにバグ報告をお願い致します。
何をしたらクラッシュしたのかとログファイル(GTA5.exeがあるディレクトリの中にあるRAGEPluginHook.log)を添付してくださいますと非常に助かります。

【追加機能】
既存の機能については公式Wikiを御覧ください→ (https://github.com/Dekokiyo/DynamicLSPDFR/wiki)
・コールアウト「銀行強盗」を追加
・コールアウト「ひき逃げ」を追加
・コールアウト「危険人物を発見」を追加

正式版はこちらでDL可能です。
https://www.lcpdfr.com/downloads/gta5mods/scripts/43022-dynamic-lspdfr/

開発者SNS
Twitter: https://twitter.com/DekoKiyomori
GitHub: https://github.com/DekoKiyo











パスワード: 3DLS417
68 changes: 68 additions & 0 deletions Document/エラーコード.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,68 @@
[DynamicLSPDFR]
30
交通切符のXmlの読み込みに失敗

31
DefaultBackup.xmlの読み込みに失敗

50
コールアウトの開始時の初期化に失敗

51
コールアウトの開始時、Pedの生成に失敗

52
コールアウトの開始時、Vehicleの生成に失敗

53
コールアウトの開始時、Blipの生成に失敗

60
コールアウトの進行中、エラーが発生

[DynamicLSPDFR-Backup]
100
無線アニメーション処理でのエラー

101
車両スポーン位置選定でのエラー

102
車両モデル選定処理でのエラー
運転手モデル選定処理でのエラー

103
車両生成時のエラー

104
運転手生成時のエラー

105
スタンガン、警棒、フラッシュライトのいずれかの付与処理でのエラー

106
ハンドガンの付与処理でのエラー

107
ロングガンの付与処理でのエラー

108
応援車両にBlipを付与する際のエラー

109
欠番

110
応援車両移動中のエラー

111
応援車両駐車中のエラー

112
応援降車処理中のエラー

115
応援解散時のエラー

116
応援削除のエラー
5 changes: 0 additions & 5 deletions Document/エラーコード一覧.txt

This file was deleted.

10 changes: 10 additions & 0 deletions Document/設定ファイル予備軍.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
; Open Traffic Tickets Menu Key
OpenTrafficTicketsMenuKey = U
OpenTrafficTicketsMenuKey-Modifier = LControlKey

[TrafficTickets]
; Limit points of seize suspect vehicle
LimitOfSeize = 10
Unit = $
; If it's true, the unit is displayed in right.
RightUnitPosition = false
3 changes: 3 additions & 0 deletions DynamicLSPDFR.sln
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,7 @@ Global
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {61480014-3AFE-4A09-BBD4-194D66D6392E}
EndGlobalSection
EndGlobal
Loading