最后活跃于 2 days ago

Convert ETS2 DLC names into their respective command line flags.

zeeky 修订了这个 Gist 2 days ago. 转到此修订

没有任何变更

zeeky 修订了这个 Gist 2 days ago. 转到此修订

1 file changed, 3 insertions

get-dlcflags.ps1(文件已创建)

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