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
  #586  
Old 13-10-2013, 12:43
Razor12911's Avatar
Razor12911 Razor12911 is offline
Noob
 
Join Date: Jul 2012
Location: South Africa
Posts: 3,749
Thanks: 2,170
Thanked 11,206 Times in 2,307 Posts
Razor12911 is on a distinguished road
I give up.
Reply With Quote
Sponsored Links
  #587  
Old 13-10-2013, 13:15
Razor12911's Avatar
Razor12911 Razor12911 is offline
Noob
 
Join Date: Jul 2012
Location: South Africa
Posts: 3,749
Thanks: 2,170
Thanked 11,206 Times in 2,307 Posts
Razor12911 is on a distinguished road
Freearc 0.67 Alpha (3,653kb)
Reply With Quote
  #588  
Old 13-10-2013, 13:29
Razor12911's Avatar
Razor12911 Razor12911 is offline
Noob
 
Join Date: Jul 2012
Location: South Africa
Posts: 3,749
Thanks: 2,170
Thanked 11,206 Times in 2,307 Posts
Razor12911 is on a distinguished road
Try this fix.
Attached Files
File Type: 7z TEST.7z (865.4 KB, 115 views)
File Type: 7z Resident Evil Revelations_Updated_Script.7z (8.1 KB, 85 views)
Reply With Quote
  #589  
Old 13-10-2013, 13:48
ashyamsundar's Avatar
ashyamsundar ashyamsundar is offline
Registered User
 
Join Date: Jun 2013
Location: Tamilnadu
Posts: 24
Thanks: 17
Thanked 3 Times in 3 Posts
ashyamsundar is on a distinguished road
How to change default installation directory ?

C:\program files\****
to
C:\Users\%USERPROFILE%\Desktop\****
Reply With Quote
  #590  
Old 13-10-2013, 13:51
Razor12911's Avatar
Razor12911 Razor12911 is offline
Noob
 
Join Date: Jul 2012
Location: South Africa
Posts: 3,749
Thanks: 2,170
Thanked 11,206 Times in 2,307 Posts
Razor12911 is on a distinguished road
[Setup]
DefaultDirName={commondesktop} \****
Reply With Quote
The Following User Says Thank You to Razor12911 For This Useful Post:
ashyamsundar (14-10-2013)
  #591  
Old 13-10-2013, 13:58
Razor12911's Avatar
Razor12911 Razor12911 is offline
Noob
 
Join Date: Jul 2012
Location: South Africa
Posts: 3,749
Thanks: 2,170
Thanked 11,206 Times in 2,307 Posts
Razor12911 is on a distinguished road
try with different files.
Reply With Quote
The Following 2 Users Say Thank You to Razor12911 For This Useful Post:
hsalheen (13-10-2013), Kurutucu (13-10-2013)
  #592  
Old 13-10-2013, 15:41
sentinelks sentinelks is offline
Banned
 
Join Date: May 2013
Location: hjklò
Posts: 281
Thanks: 74
Thanked 320 Times in 157 Posts
sentinelks is on a distinguished road
limit compression and memory ex:

Code:
[External compressor:srep]
;options  = l%d (minimal match length, default=512)
header = 0
packcmd   = srep {options} -l25% -l128 -c128 -a4 $$arcdatafile$$.tmp $$arcpackedfile$$.tmp
unpackcmd = srep -d -s $$arcpackedfile$$.tmp $$arcdatafile$$.tmp

[External compressor:precomp]
header = 0
packcmd   = precomp -f -c- {options} -o$$arcpackedfile$$.tmp  $$arcdatafile$$.tmp
unpackcmd = precomp -o$$arcdatafile$$.tmp -r $$arcpackedfile$$.tmp
Reply With Quote
The Following User Says Thank You to sentinelks For This Useful Post:
hsalheen (13-10-2013)
  #593  
Old 13-10-2013, 18:55
Kurutucu Kurutucu is offline
Registered User
 
Join Date: Aug 2012
Location: Somewhere in the world
Posts: 159
Thanks: 78
Thanked 209 Times in 48 Posts
Kurutucu is on a distinguished road
Quote:
Originally Posted by hsalheen View Post
error
Can you see?



0/28 so there is no stream files. And if file don't have stream files precomp not work. Use srep only for Setup-1.bin.
Reply With Quote
The Following User Says Thank You to Kurutucu For This Useful Post:
hsalheen (13-10-2013)
  #594  
Old 13-10-2013, 23:31
yedkriz yedkriz is offline
Registered User
 
Join Date: Sep 2013
Location: inDia
Posts: 2
Thanks: 2
Thanked 0 Times in 0 Posts
yedkriz is on a distinguished road
Quote:
Originally Posted by kurutucu View Post
update 1.8

-added 4 version [main.iss, main(precomp.0.43).iss, main(compact.mode).iss, main(compact.mode-precomp.0.43).iss]

-added original blackbox logo font.

-fixed buttons.

-fixed font colors.

-added compact mode.

-fixed finish page.

-fixed kurutucu compressor.

-added framework redist.

-skin change fixed. You can change with any skin.

-disabled nvidia physx checkbox. But you can enable it.

-other checkboxs selected automatic.

-watch dogs original soundtrack added.
how to download tis update ??
Where is the link ??
Sorry , am new to this
Reply With Quote
  #595  
Old 14-10-2013, 00:33
Kurutucu Kurutucu is offline
Registered User
 
Join Date: Aug 2012
Location: Somewhere in the world
Posts: 159
Thanks: 78
Thanked 209 Times in 48 Posts
Kurutucu is on a distinguished road
Black_Box_Script_By_Kurutucu_V1.8.7z
Reply With Quote
  #596  
Old 14-10-2013, 11:03
D4rkSp4wn D4rkSp4wn is offline
Registered User
 
Join Date: Mar 2013
Location: Brasil
Posts: 16
Thanks: 18
Thanked 8 Times in 6 Posts
D4rkSp4wn is on a distinguished road
Quote:
Originally Posted by Kurutucu View Post
Heya man, i know u wont be releasing the 2.0 stuff but can u add nanozip support to it and make the script 1.9 version?

Thanks in advance
Reply With Quote
  #597  
Old 14-10-2013, 12:56
Kurutucu Kurutucu is offline
Registered User
 
Join Date: Aug 2012
Location: Somewhere in the world
Posts: 159
Thanks: 78
Thanked 209 Times in 48 Posts
Kurutucu is on a distinguished road
Quote:
Originally Posted by D4rkSp4wn View Post
Heya man, i know u wont be releasing the 2.0 stuff but can u add nanozip support to it and make the script 1.9 version?

Thanks in advance
v1.9 changed only theme and music button. v2.0 cancelled. So won't share.
Reply With Quote
  #598  
Old 15-10-2013, 06:43
Razor12911's Avatar
Razor12911 Razor12911 is offline
Noob
 
Join Date: Jul 2012
Location: South Africa
Posts: 3,749
Thanks: 2,170
Thanked 11,206 Times in 2,307 Posts
Razor12911 is on a distinguished road
make sure that this exists.

[UninstallDelete]
Type: filesandordirs; Name: {app};
Reply With Quote
The Following User Says Thank You to Razor12911 For This Useful Post:
hsalheen (15-10-2013)
  #599  
Old 15-10-2013, 15:49
sentinelks sentinelks is offline
Banned
 
Join Date: May 2013
Location: hjklò
Posts: 281
Thanks: 74
Thanked 320 Times in 157 Posts
sentinelks is on a distinguished road
NeedSize no string Mb.

use example:
Code:
if Float < 1024 then Result:= NumToStr(Float/32*32)+ '00'+' Mb' else
Reply With Quote
The Following User Says Thank You to sentinelks For This Useful Post:
hsalheen (15-10-2013)
  #600  
Old 15-10-2013, 18:42
coliotte coliotte is offline
Registered User
 
Join Date: Dec 2012
Location: france
Posts: 14
Thanks: 11
Thanked 4 Times in 4 Posts
coliotte is on a distinguished road
Reply With Quote
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
INNO TROUBLESHOOT - Tutorials and Answers about INNO Setup REV0 Conversion Tutorials 129 21-05-2021 05:51
INNO TUTORIAL - Using Unicode and ANSI Versions of INNO Setup REV0 Conversion Tutorials 51 26-03-2015 06:57
Copy file with Inno Setup Script emrahcey Software 1 02-07-2010 08:24



All times are GMT -7. The time now is 23:44.


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