Go Back   FileForums > Game Backup > PC Games > PC Games - CD/DVD Conversions > Conversion Tutorials
Register FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools Search this Thread Display Modes
  #16  
Old 30-10-2017, 07:27
Stor31 Stor31 is offline
Registered User
 
Join Date: Aug 2013
Location: Wahranne
Posts: 323
Thanks: 1,025
Thanked 86 Times in 68 Posts
Stor31 is on a distinguished road
Quote:
Originally Posted by Simorq View Post
Code:
#define ExeName    "x64\ShadowOfWar.exe"
#define ExeName2    "Game.exe"

[Icons]
Name: {group}\{#GameName}; Filename: {app}\{#ExeName}; IconFilename: {app}\{#ExeName}; Check: NoStartIcon;
Name: {group}\{#GameName}; Filename: {app}\{#ExeName2}; IconFilename: {app}\{#ExeName2}; Check: NoStartIcon;
Name: {commondesktop}\{#GameName}; Filename: {app}\{#ExeName}; IconFilename: {app}\{#ExeName}; Check: DesktopIcon;
Name: {commondesktop}\{#GameName}; Filename: {app}\{#ExeName2}; IconFilename: {app}\{#ExeName2}; Check: DesktopIcon;
he gave me a single shortcut

I have to change something else ???

Last edited by Stor31; 30-10-2017 at 07:30.
Reply With Quote
Sponsored Links
  #17  
Old 30-10-2017, 07:54
Simorq's Avatar
Simorq Simorq is offline
Registered User
 
Join Date: Mar 2014
Location: Iran
Posts: 642
Thanks: 3,602
Thanked 1,308 Times in 464 Posts
Simorq is on a distinguished road
Quote:
Originally Posted by Stor31 View Post
he gave me a single shortcut

I have to change something else ???



Code:
#define ExeName    "x64\ShadowOfWar.exe"
#define ExeName2    "Game.exe"

[Icons]
Name: {group}\{#GameName}; Filename: {app}\{#ExeName}; IconFilename: {app}\{#ExeName}; Check: NoStartIcon;
Name: {group}\GameNamex64; Filename: {app}\{#ExeName2}; IconFilename: {app}\{#ExeName2}; Check: NoStartIcon;
Name: {commondesktop}\{#GameName}; Filename: {app}\{#ExeName}; IconFilename: {app}\{#ExeName}; Check: DesktopIcon;
Name: {commondesktop}\GameNamex64; Filename: {app}\{#ExeName2}; IconFilename: {app}\{#ExeName2}; Check: DesktopIcon;
Reply With Quote
The Following User Says Thank You to Simorq For This Useful Post:
Stor31 (30-10-2017)
  #18  
Old 31-10-2017, 03:28
l4km47's Avatar
l4km47 l4km47 is offline
Registered User
 
Join Date: Oct 2016
Location: sri lanka
Posts: 18
Thanks: 44
Thanked 6 Times in 1 Post
l4km47 is on a distinguished road
geting this error ??



Last edited by pakrat2k2; 31-10-2017 at 10:03.
Reply With Quote
  #19  
Old 31-10-2017, 04:28
Simorq's Avatar
Simorq Simorq is offline
Registered User
 
Join Date: Mar 2014
Location: Iran
Posts: 642
Thanks: 3,602
Thanked 1,308 Times in 464 Posts
Simorq is on a distinguished road
Quote:
Originally Posted by l4km47 View Post
geting this error ??



upload the pictures
use Inno Setup Enhanced Unicode
Reply With Quote
The Following 2 Users Say Thank You to Simorq For This Useful Post:
l4km47 (03-11-2017), Stor31 (31-10-2017)
  #20  
Old 03-12-2017, 07:09
poker2332 poker2332 is offline
Registered User
 
Join Date: May 2010
Location: argentina
Posts: 28
Thanks: 2
Thanked 0 Times in 0 Posts
poker2332 is on a distinguished road
Hello, a question I put a password to my file.bin In what part of the script do I have to write it?
If my file is not .bin (could it be: .hello, .nose, etc) in which part of the scrixt can I change it?
Reply With Quote
  #21  
Old 03-12-2017, 07:14
pakrat2k2's Avatar
pakrat2k2 pakrat2k2 is offline
Moderator
 
Join Date: Apr 2005
Location: Canada
Posts: 7,209
Thanks: 3,040
Thanked 9,043 Times in 3,086 Posts
pakrat2k2 is on a distinguished road
Quote:
Originally Posted by poker2332 View Post
Hello, a question I put a password to my file.bin In what part of the script do I have to write it?
If my file is not .bin (could it be: .hello, .nose, etc) in which part of the scrixt can I change it?
you choose the file extension in ultraarc.ini itself.

[Distribution]
ArchivePrefixName=Data
ArchiveExtension=bin


password I don't know don't use the script, maybe someone else knows.
Reply With Quote
The Following User Says Thank You to pakrat2k2 For This Useful Post:
poker2332 (03-12-2017)
  #22  
Old 03-12-2017, 08:23
poker2332 poker2332 is offline
Registered User
 
Join Date: May 2010
Location: argentina
Posts: 28
Thanks: 2
Thanked 0 Times in 0 Posts
poker2332 is on a distinguished road
Quote:
Originally Posted by pakrat2k2 View Post
you choose the file extension in ultraarc.ini itself.

[Distribution]
ArchivePrefixName=Data
ArchiveExtension=bin


password I don't know don't use the script, maybe someone else knows.
In the old script, I know where the password goes ... but in this really I have no idea.
thanks for the reply
Reply With Quote
  #23  
Old 03-12-2017, 08:45
78372 78372 is offline
Registered User
 
Join Date: Dec 2016
Location: Bangladesh
Posts: 650
Thanks: 772
Thanked 953 Times in 309 Posts
78372 is on a distinguished road
UltraArc script doesn't support passwords, either you have to force it, or you should not use UltraArc scripts nor UltraArc
__________________
NOT AVAILABLE
Reply With Quote
  #24  
Old 03-12-2017, 10:23
poker2332 poker2332 is offline
Registered User
 
Join Date: May 2010
Location: argentina
Posts: 28
Thanks: 2
Thanked 0 Times in 0 Posts
poker2332 is on a distinguished road
Quote:
Originally Posted by 78372 View Post
UltraArc script doesn't support passwords, either you have to force it, or you should not use UltraArc scripts nor UltraArc
Then it is impossible to decompress the bins with this syntax?

if not ISArcExtract ( 0, 100, ExpandConstant('{src}\{#Data}'), ExpandConstant('{app}\'), '', false, 'MyPassWord', ExpandConstant('{tmp}\arc.ini'), ExpandConstant('{app}\'), notPCFonFLY{PCFonFLY}) then break;
Reply With Quote
  #25  
Old 03-12-2017, 10:27
78372 78372 is offline
Registered User
 
Join Date: Dec 2016
Location: Bangladesh
Posts: 650
Thanks: 772
Thanked 953 Times in 309 Posts
78372 is on a distinguished road
Why not? Just edit the script
__________________
NOT AVAILABLE
Reply With Quote
  #26  
Old 03-12-2017, 11:05
Simorq's Avatar
Simorq Simorq is offline
Registered User
 
Join Date: Mar 2014
Location: Iran
Posts: 642
Thanks: 3,602
Thanked 1,308 Times in 464 Posts
Simorq is on a distinguished road
Quote:
Originally Posted by poker2332 View Post
Then it is impossible to decompress the bins with this syntax?

if not ISArcExtract ( 0, 100, ExpandConstant('{src}\{#Data}'), ExpandConstant('{app}\'), '', false, 'MyPassWord', ExpandConstant('{tmp}\arc.ini'), ExpandConstant('{app}\'), notPCFonFLY{PCFonFLY}) then break;
You can connect ISDone to UltraArc.
Reply With Quote
  #27  
Old 03-12-2017, 13:19
poker2332 poker2332 is offline
Registered User
 
Join Date: May 2010
Location: argentina
Posts: 28
Thanks: 2
Thanked 0 Times in 0 Posts
poker2332 is on a distinguished road
Quote:
Originally Posted by Simorq View Post
You can connect ISDone to UltraArc.
Can you tell me what is the way to do it? I am not a programmer, therefore it is really difficult for me to understand how this script works.
Reply With Quote
  #28  
Old 03-12-2017, 13:23
Simorq's Avatar
Simorq Simorq is offline
Registered User
 
Join Date: Mar 2014
Location: Iran
Posts: 642
Thanks: 3,602
Thanked 1,308 Times in 464 Posts
Simorq is on a distinguished road
Quote:
Originally Posted by poker2332 View Post
Can you tell me what is the way to do it? I am not a programmer, therefore it is really difficult for me to understand how this script works.
Soon I'll release the new version with this feature.
Reply With Quote
The Following 2 Users Say Thank You to Simorq For This Useful Post:
oltjon (03-12-2017), pakrat2k2 (03-12-2017)
  #29  
Old 03-05-2018, 06:42
Stor31 Stor31 is offline
Registered User
 
Join Date: Aug 2013
Location: Wahranne
Posts: 323
Thanks: 1,025
Thanked 86 Times in 68 Posts
Stor31 is on a distinguished road
plz Simorq add XTool to R.G. Gamers ... thanks again
Reply With Quote
  #30  
Old 03-05-2018, 06:48
Simorq's Avatar
Simorq Simorq is offline
Registered User
 
Join Date: Mar 2014
Location: Iran
Posts: 642
Thanks: 3,602
Thanked 1,308 Times in 464 Posts
Simorq is on a distinguished road
Quote:
Originally Posted by Stor31 View Post
plz Simorq add XTool to R.G. Gamers ... thanks again
Soon
Reply With Quote
The Following 2 Users Say Thank You to Simorq For This Useful Post:
oltjon (03-05-2018), Stor31 (03-05-2018)
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
UltraARC Tutorials, Hints and Examples Razor12911 Conversion Tutorials 35 17-03-2021 11:56
Quantum Break GTX590 PC Games - CD/DVD Conversions 105 25-03-2019 08:28
Bioshock Infinite Complete Edition (7xDVD5) UltraArc + CIU v2.0.3 By *Yener90* GTX590 PC Games - CD/DVD Conversions 13 17-06-2017 10:55
Hover Revolt of Gamers (1xDVD5) CIUV2 pakrat2k2 PC Games - CD/DVD Conversions 0 16-06-2017 19:45
Mortal Kombat XL (7xDVD5) UltraArc + CIU v2.0.3 By *Yener90* GTX590 PC Games - CD/DVD Conversions 1 13-10-2016 16:03



All times are GMT -7. The time now is 10:13.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2026, vBulletin Solutions Inc.
FileForums @ https://fileforums.com