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
  #436  
Old 25-04-2013, 23: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
inno setup script or batch?
Reply With Quote
Sponsored Links
  #437  
Old 25-04-2013, 23:36
Compiler Compiler is offline
Registered User
 
Join Date: Aug 2012
Location: A Planet called Earth.
Posts: 38
Thanks: 10
Thanked 7 Times in 7 Posts
Compiler is on a distinguished road
Quote:
Originally Posted by Razor12911 View Post
inno setup script or batch?
For compressing game data to *.bin files.
Reply With Quote
  #438  
Old 26-04-2013, 00: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
use Conversion Converter

set this under this

[CompressingSettings]
FreeArcFile1=OUTDIRPATH\DVD1\Data.bin;Source:SELDI RPATH\*;Option:a -ep1 -r -ed;Method:-mprecomp:t-jnf+srep+delta+lzma:a1:mfbt4:d158m:fb273:mc1000:lc 8;

Last edited by Razor12911; 26-04-2013 at 00:37.
Reply With Quote
  #439  
Old 26-04-2013, 03:57
Andre Jesus's Avatar
Andre Jesus Andre Jesus is offline
Registered User
 
Join Date: Jun 2012
Location: Brazil
Posts: 70
Thanks: 11
Thanked 0 Times in 0 Posts
Andre Jesus is on a distinguished road
Quote:
Originally Posted by altef_4 View Post
what filme.wav, i can't find it in your script, or you say about incorrect sound when you click on nextbtn, if yes and you use ansi inno then find this
sndPlaySoundW
and change to this
sndPlaySoundA
if i'm understand you wrong, then explain whats wrong
Dear altef_4, sorry my bad english.
This word correct is file. Inside the folder 'files' are the sound .wav.
I make a change that you suggested me. Now is work but have a delay when i click on the button.

setup.7z
Reply With Quote
  #440  
Old 26-04-2013, 04:08
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
Quote:
Originally Posted by Andre Jesus View Post
Hello Friends.

How can i change (size and place) the button of the message box?

Attachment 6091

Thanks in advance.
Yep, it is possible, tested it on my script and working, but it's not easy.

Make Custom Labels, Change OnClicks and Use Booleans.
Attached Images
File Type: png Capture.PNG (901.7 KB, 167 views)

Last edited by Razor12911; 26-04-2013 at 04:13.
Reply With Quote
  #441  
Old 27-04-2013, 03:17
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
BlackBox Inno Setup Script:

Creator:

RaZoR12911

Credits:

Bulat Ziganshin
Victor Dobrov
SotM
CTACKo
Shegorat

Instructions:

Graphics:

You can change all graphics which are in Graphics Folder inside attachment.

Installer Only Support:
Latest Freearc 0.67 Alpha Archives with/without precomp and srep compression.

Uses Inno Setup ANSI or Inno Setup Enhanced Edition ANSI or Inno Setup Unicode or Inno Setup Enhanced Edition Unicode

Check up inno setup documentation for other functions, like shortcuts, tasks, compoents but for now you need to know this.

New Directives

[ArcFiles]

how to set it up for freearc archive extracting process:

Section directives:

Source - Name of the archive
DestDir - Destination directory for unpacking archives
Components - Names of components that need for unpacking archive
Tasks - Names of tasks that need for unpacking archive
Disk - Number of the disk that contains the archive
Password - Acrhive password, if archive is encrypted
FilesList - Path to textfile with filenames which need to unpack from archives (!not tested)

Example:

[ArcFiles]
Source: {src}\Data1.cab; DestDir: {app}; Disk: 1;
Source: {src}\Data2.cab; DestDir: {app}; Disk: 2;
Source: {src}\Data3.cab; DestDir: {app}; Disk: 2; Password: 1234

Preview and Download
Attached Images
File Type: png Capture4.PNG (360.3 KB, 207 views)
File Type: png Capture5.PNG (46.9 KB, 195 views)
File Type: png Capture2.PNG (35.0 KB, 199 views)
Attached Files
File Type: 7z BlackBox_Script_RaZoR12911.7z (1.35 MB, 210 views)

Last edited by Razor12911; 27-04-2013 at 03:56.
Reply With Quote
The Following 5 Users Say Thank You to Razor12911 For This Useful Post:
-XCX- (11-12-2016), amgad_800 (05-05-2013), danswano (27-04-2013), Sony091090 (07-10-2016), y_thelastknight (28-04-2013)
  #442  
Old 27-04-2013, 04:48
danswano danswano is offline
Registered User
 
Join Date: Feb 2013
Location: Luxm
Posts: 314
Thanks: 218
Thanked 27 Times in 22 Posts
danswano is on a distinguished road
Maybe BlackBox is good, interface+compression but i've never seen a better compression than AGB, they have something is killing me to know.
Reply With Quote
  #443  
Old 27-04-2013, 05:19
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
hmm, what is AGB?
Reply With Quote
  #444  
Old 27-04-2013, 05:27
danswano danswano is offline
Registered User
 
Join Date: Feb 2013
Location: Luxm
Posts: 314
Thanks: 218
Thanked 27 Times in 22 Posts
danswano is on a distinguished road
A group like BlackBox.
Reply With Quote
  #445  
Old 27-04-2013, 05:54
Compiler Compiler is offline
Registered User
 
Join Date: Aug 2012
Location: A Planet called Earth.
Posts: 38
Thanks: 10
Thanked 7 Times in 7 Posts
Compiler is on a distinguished road
Quote:
Originally Posted by Razor12911 View Post
use Conversion Converter

set this under this

[CompressingSettings]
FreeArcFile1=OUTDIRPATH\DVD1\Data.bin;Source:SELDI RPATH\*;Option:a -ep1 -r -ed;Method:-mprecomp:t-jnf+srep+delta+lzma:a1:mfbt4:d158m:fb273:mc1000:lc 8;
I didn't ask commands/code for yener's script.
I have been using above script,but I keeps me giving error while compressing data from old games,so I need code and files for compression.Thanks.
Reply With Quote
  #446  
Old 27-04-2013, 06:02
danswano danswano is offline
Registered User
 
Join Date: Feb 2013
Location: Luxm
Posts: 314
Thanks: 218
Thanked 27 Times in 22 Posts
danswano is on a distinguished road
The code is within the ini file and the files are in temp folder.
Reply With Quote
The Following User Says Thank You to danswano For This Useful Post:
Razor12911 (27-04-2013)
  #447  
Old 27-04-2013, 08:48
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
New Project:

Installer Designer:

Certified to work with Installer v6/Installer v5.5
Attached Images
File Type: png Capture.PNG (15.8 KB, 153 views)

Last edited by Razor12911; 27-04-2013 at 10:47.
Reply With Quote
The Following User Says Thank You to Razor12911 For This Useful Post:
danswano (27-04-2013)
  #448  
Old 27-04-2013, 09:21
danswano danswano is offline
Registered User
 
Join Date: Feb 2013
Location: Luxm
Posts: 314
Thanks: 218
Thanked 27 Times in 22 Posts
danswano is on a distinguished road
That's something Razor.
I hope you consider the ability to integrate the output skin as part of the original ISDone code as i don't want to go through the whole code and edit it again.
If that's not a skin designer and only for the code forget what i said above
Reply With Quote
  #449  
Old 27-04-2013, 10:43
danswano danswano is offline
Registered User
 
Join Date: Feb 2013
Location: Luxm
Posts: 314
Thanks: 218
Thanked 27 Times in 22 Posts
danswano is on a distinguished road
How do i insert a few small icons in the corner and link them to a URL, example below:
Attached Images
File Type: jpg 4-27-2013 8-41-43 PM.jpg (13.6 KB, 153 views)
Reply With Quote
  #450  
Old 27-04-2013, 10:46
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
@danswano

generating script, might take a while because kinda busy with Designer.

@Installer Designer

Preview Added
Reply With Quote
The Following User Says Thank You to Razor12911 For This Useful Post:
danswano (27-04-2013)
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
Frequently Asked Questions Joe Forster/STA PC Games - Frequently Asked Questions 0 29-11-2005 09:48



All times are GMT -7. The time now is 00:19.


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