最終更新 2 days ago

Convert ETS2 DLC names into their respective command line flags.

zeeky revised this gist 2 days ago. Go to revision

No changes

zeeky revised this gist 2 days ago. Go to revision

1 file changed, 3 insertions

get-dlcflags.ps1(file created)

@@ -0,0 +1,3 @@
1 + Get-ChildItem -Name dlc_* | ForEach-Object {
2 + $_.Replace("dlc_", "eut2_").Replace(".scs", "")
3 + }
Newer Older