Quote:
Originally Posted by Mushiiii
Thank you very much for your help and i was able to get the exe to run i got from LIS. But there are some issues. How do i remove https://ibb.co.com/5891Gh0 this part as i couldn't find find it in the script and the desktop shortcut wasn't created correctly for some reason(fixed it). Also https://ibb.co.com/SP38tfc here the part to copy ini files and addition language, how do i remove them as i don't want any addition things and want a option here to create start menu shortcut .
|
comment 2 lines in script with ";"
Code:
;#define Components
;#define Tasks
The shortcuts are configurable in the [Icons] section of the script.
By default, a shortcut will be created on the desktop and one in the start menu for the game defined at the beginning of the script in:
Code:
#define GameExec "bin\game.exe"
You can disable the hash check page if you are not going to use it by simply commenting out the line as ";"
Code:
;#define HashPage NO