View Single Post
  #2  
Old 27-11-2024, 22:46
Cesar82's Avatar
Cesar82 Cesar82 is offline
Registered User
 
Join Date: May 2011
Location: Brazil
Posts: 1,073
Thanks: 1,814
Thanked 2,302 Times in 786 Posts
Cesar82 is on a distinguished road
Quote:
Originally Posted by Mushiiii View Post
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

Last edited by Cesar82; 27-11-2024 at 22:49.
Reply With Quote
The Following 2 Users Say Thank You to Cesar82 For This Useful Post:
Dunnowho69 (18-03-2025), Mushiiii (27-11-2024)