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
  #91  
Old 23-06-2013, 14:07
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, impressive.

you can't extract it the original script.

I think designer has to wait. I'mma create that.
Reply With Quote
Sponsored Links
  #92  
Old 23-06-2013, 14:08
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
Do you need the files?
Reply With Quote
  #93  
Old 23-06-2013, 14:12
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
yeah.
Reply With Quote
  #94  
Old 23-06-2013, 14:17
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
I see in each custom installer temp a file called botva2.dll, how do i use it to create a custome theme?
Here is the files:
Attached Files
File Type: rar {tmp}.rar (5.73 MB, 145 views)
File Type: 7z setup.7z (669.5 KB, 122 views)
Reply With Quote
The Following User Says Thank You to danswano For This Useful Post:
Razor12911 (23-06-2013)
  #95  
Old 11-07-2013, 07:42
mausschieber's Avatar
mausschieber mausschieber is offline
Conversion Designer
 
Join Date: Jan 2011
Location: germany
Posts: 4,311
Thanks: 6,755
Thanked 11,698 Times in 3,223 Posts
mausschieber is on a distinguished road
how can i insert hompage and browse button
in autorunscript

thanks for help me
Reply With Quote
  #96  
Old 11-07-2013, 13:35
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 danswano View Post
I see in each custom installer temp a file called botva2.dll, how do i use it to create a custome theme?
Here is the files:
look thru this site for skins, see if the have that information listed
Code:
http://isskin.codejock.com/
edit: they do > getting started
Code:
http://isskin.codejock.com/gettingstarted.asp
Reply With Quote
  #97  
Old 30-09-2013, 16:13
Joelz Joelz is offline
Registered User
 
Join Date: Sep 2013
Location: CZ
Posts: 11
Thanks: 4
Thanked 0 Times in 0 Posts
Joelz is on a distinguished road
Hi.

1.
How can i set that some files will be installed and the end? I need some MOD to be installed after all files will be installed.

So Inno will create folders and install files but folder and files for MOD will be installed after all this.

2.
When i want to uninstall my game i will say "The uninstall log file ......unins00.dat is in a format not recognized by this version of the uninstaller. Cannot uninstall.

Check attached file for Inno Setup scrips.

Thank you for help.
Attached Files
File Type: zip stalker.zip (64.5 KB, 60 views)

Last edited by Joelz; 30-09-2013 at 16:41.
Reply With Quote
  #98  
Old 06-11-2013, 22:03
varma1993's Avatar
varma1993 varma1993 is offline
Registered User
 
Join Date: Mar 2012
Location: Hyderabad
Posts: 29
Thanks: 23
Thanked 8 Times in 6 Posts
varma1993 is on a distinguished road
Send a message via AIM to varma1993 Send a message via Yahoo to varma1993
How to use -z161 -d0 these parameters in compression method to speedup the compression
Reply With Quote
  #99  
Old 07-11-2013, 09:45
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
Depends on that particular file. Else just put the command in the method along with your current switches and commands
Reply With Quote
  #100  
Old 24-12-2013, 14:34
Inge's Avatar
Inge Inge is offline
Die Hard Member
 
Join Date: Jun 2012
Location: Germany
Posts: 420
Thanks: 203
Thanked 633 Times in 201 Posts
Inge is on a distinguished road
Silent Hill 3 Regkey Problem

Hey there People,
I've made a own Conversion from Silent Hill 3 but got Problems with the Regkeys.
The Original Game was Installed on Drive E:\ the Conversion later to Drive H:\, the Game won't Start from Conversion because the most Strings still stands on E:\

Quote:
Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Konami\Sil ent Hill 3]
"Path"="H:\\Program Files (x86)\\Konami\\Silent Hill 3\\"
"Version"="1.0.0"
@=""
"save"="E:\\Program Files (x86)\\KONAMI\\SILENT HILL 3\\savedata\\"
"data"="E:\\Program Files (x86)\\KONAMI\\SILENT HILL 3\\"
"movie"="E:\\Program Files (x86)\\KONAMI\\SILENT HILL 3\\"
"installdir"="E:\\Program Files (x86)\\KONAMI\\SILENT HILL 3\\"
"sound"="E:\\Program Files (x86)\\KONAMI\\SILENT HILL 3\\"
The Question is, what I have to do that my Installer correct the E:\ Strings automaticly to any other Driveletter?

With this "Bug" I can't Share the Installer, anybody help please.

Last edited by Inge; 24-12-2013 at 14:40.
Reply With Quote
  #101  
Old 24-12-2013, 15:17
y_thelastknight's Avatar
y_thelastknight y_thelastknight is offline
Registered User
 
Join Date: Mar 2010
Location: Canada
Posts: 437
Thanks: 616
Thanked 576 Times in 213 Posts
y_thelastknight is on a distinguished road
Quote:
Originally Posted by Inge View Post
Hey there People,
I've made a own Conversion from Silent Hill 3 but got Problems with the Regkeys.
The Original Game was Installed on Drive E:\ the Conversion later to Drive H:\, the Game won't Start from Conversion because the most Strings still stands on E:\



The Question is, what I have to do that my Installer correct the E:\ Strings automaticly to any other Driveletter?

With this "Bug" I can't Share the Installer, anybody help please.

i hope this works

Code:
#define Appname "Silent Hill 3"
#define Publisher "Konami"
#define Ver "1.0.0"

[Registry]
Root: HKLM; SubKey: SOFTWARE\{#Publisher}\{#Appname}; ValueType: string; ValueName: Path; ValueData: {app}; Flags: uninsdeletevalue uninsdeletekeyifempty
Root: HKLM; SubKey: SOFTWARE\{#Publisher}\{#Appname}; ValueType: string; ValueName: Version; ValueData: {#Ver}; Flags: uninsdeletevalue uninsdeletekeyifempty
Root: HKLM; SubKey: SOFTWARE\{#Publisher}\{#Appname}; ValueType: string; Flags: uninsdeletevalue uninsdeletekeyifempty
Root: HKLM; SubKey: SOFTWARE\{#Publisher}\{#Appname}; ValueType: string; ValueName: save; ValueData: {app}\savedata\; Flags: uninsdeletevalue uninsdeletekeyifempty
Root: HKLM; SubKey: SOFTWARE\{#Publisher}\{#Appname}; ValueType: string; ValueName: data; ValueData: {app}; Flags: uninsdeletevalue uninsdeletekeyifempty
Root: HKLM; SubKey: SOFTWARE\{#Publisher}\{#Appname}; ValueType: string; ValueName: movie; ValueData: {app}; Flags: uninsdeletevalue uninsdeletekeyifempty
Root: HKLM; SubKey: SOFTWARE\{#Publisher}\{#Appname}; ValueType: string; ValueName: installdir; ValueData: {app}; Flags: uninsdeletevalue uninsdeletekeyifempty
Root: HKLM; SubKey: SOFTWARE\{#Publisher}\{#Appname}; ValueType: string; ValueName: sound; ValueData: {app}; Flags: uninsdeletevalue uninsdeletekeyifempty

Last edited by y_thelastknight; 24-12-2013 at 21:55.
Reply With Quote
The Following User Says Thank You to y_thelastknight For This Useful Post:
Inge (25-12-2013)
  #102  
Old 24-12-2013, 21:51
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
only thing I see incorrect is

ValueName: Path; ValueData: {src}; > that too should be {app};
Reply With Quote
The Following 2 Users Say Thank You to pakrat2k2 For This Useful Post:
Inge (25-12-2013), y_thelastknight (24-12-2013)
  #103  
Old 25-12-2013, 00:24
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
these keys are useless .. all default
Reply With Quote
  #104  
Old 25-12-2013, 17:23
Inge's Avatar
Inge Inge is offline
Die Hard Member
 
Join Date: Jun 2012
Location: Germany
Posts: 420
Thanks: 203
Thanked 633 Times in 201 Posts
Inge is on a distinguished road
Thanks, Guys. Setting the Value data to {app} has solved the problem. Everything works fine now.
Reply With Quote
The Following User Says Thank You to Inge For This Useful Post:
y_thelastknight (25-12-2013)
  #105  
Old 21-02-2014, 13:03
reiji777's Avatar
reiji777 reiji777 is offline
Registered User
 
Join Date: May 2011
Location: Tokyo
Posts: 53
Thanks: 50
Thanked 3 Times in 3 Posts
reiji777 is on a distinguished road
Quote:
Originally Posted by sentinelks View Post
these keys are useless .. all default
please explain in detail why? and whats right?
currently I'm trying to make trilogy conversion and I'm stuck on registries. when I check on regedit. the entries are in many places
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



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


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