PDA

View Full Version : help with my script half life 2


Ivanlakersss2016
17-11-2024, 03:43
Hello, I would like to add additional parameters to my game to run the game in Spanish to my desktop shortcut. Could someone help me how to modify it? I leave the parameter written so that someone can correct my script, thanks!

-language spanish -audiolanguage spanish +cc_lang spanish -game hl2_complete

https://www.mediafire.com/file/ib1ogp18ax9s2xx/Half+Life+2+-+20th+Anniversary.iss/file

dixen
17-11-2024, 05:19
Something like that
Name: {commondesktop}\{#AppLinkName1}; Filename: {#AppExeFolder1}\{#AppExe1}; IconFilename: {app}\2.ico; WorkingDir: {#AppExeFolder1}; Components: "AdditionalTasks\Icons\CreateDesktopIcon"; Check: "CheckError and IsWin64"; Parameters: "-language spanish -audiolanguage spanish +cc_lang spanish -game hl2_complete";