Ultima attività 2 days ago

Convert ETS2 DLC names into their respective command line flags.

zeeky ha revisionato questo gist 2 days ago. Vai alla revisione

Nessuna modifica

zeeky ha revisionato questo gist 2 days ago. Vai alla revisione

1 file changed, 3 insertions

get-dlcflags.ps1(file creato)

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