Go Back   FileForums > Game Backup > PC Games > PC Games - CD/DVD Conversions > Conversion Tutorials

Reply
 
Thread Tools Display Modes
  #181  
Old 09-08-2015, 09:57
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
sorry error n2
Reply With Quote
Sponsored Links
  #182  
Old 09-08-2015, 10:02
toto621 toto621 is offline
Registered User
 
Join Date: Jul 2015
Location: The World
Posts: 71
Thanks: 42
Thanked 47 Times in 23 Posts
toto621 is on a distinguished road
Quote:
Originally Posted by Stor31 View Post
sorry error n2
You forgot to provide an icon file, for example for Fairy Fencer F, icon file was in the folder Icons next to the script so I made it like this, in the begining of the script :
Code:
;Setup File Icon
#define IconFile "Icons\FFF-02.ico"
If your icon is in the same folder (no subfolder) than the script just change it like this :
Code:
;Setup File Icon
#define IconFile "name_of_the_icon.ico"
Reply With Quote
The Following User Says Thank You to toto621 For This Useful Post:
Stor31 (09-08-2015)
  #183  
Old 09-08-2015, 11:44
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
Thx @toto612 All work very good
but how to change the color ?,
I do not like purple !!!!

Last edited by Stor31; 09-08-2015 at 11:47.
Reply With Quote
  #184  
Old 09-08-2015, 12:04
toto621 toto621 is offline
Registered User
 
Join Date: Jul 2015
Location: The World
Posts: 71
Thanks: 42
Thanked 47 Times in 23 Posts
toto621 is on a distinguished road
Quote:
Originally Posted by Stor31 View Post
Thx @toto612 All work very good
but how to change the color ?,
I do not like purple !!!!
Check the Color= line under the [Theme] section of the script.
Reply With Quote
The Following User Says Thank You to toto621 For This Useful Post:
Stor31 (09-08-2015)
  #185  
Old 09-08-2015, 12:25
mausschieber's Avatar
mausschieber mausschieber is offline
Conversion Designer
 
Join Date: Jan 2011
Location: germany
Posts: 3,606
Thanks: 5,631
Thanked 10,075 Times in 2,658 Posts
mausschieber is on a distinguished road
Quote:
Originally Posted by Stor31 View Post
Thx @toto612 All work very good
but how to change the color ?,
I do not like purple !!!!
i search for Windows Phone Color
and think this is the right color

;Colors are Originally from OS Windows Phone 8 (01-20)
;1=Lime 2=Green 3=Emerald 4=Teal 5=Cyan
;6=Cobalt 7=Indigo 8=Violet 9=Pink 10=Magenta
;11=Crimson 12=Red 13=Orange 14=Amber 15=Yellow
;16=Brown 17=Olive 18=Steel 19=Mauve 20=Sienna
Reply With Quote
The Following 5 Users Say Thank You to mausschieber For This Useful Post:
arkantos7 (10-08-2015), Grumpy (09-08-2015), pakrat2k2 (09-08-2015), Razor12911 (10-08-2015), Stor31 (09-08-2015)
  #186  
Old 09-08-2015, 12:54
bastien360 bastien360 is offline
Registered User
 
Join Date: Jul 2014
Location: Rodrigues,Mauritius
Posts: 26
Thanks: 19
Thanked 0 Times in 0 Posts
bastien360 is on a distinguished road
am having an appname error on compiling...the updated script
Reply With Quote
  #187  
Old 09-08-2015, 14:26
toto621 toto621 is offline
Registered User
 
Join Date: Jul 2015
Location: The World
Posts: 71
Thanks: 42
Thanked 47 Times in 23 Posts
toto621 is on a distinguished road
Thumbs up

Here we go, brand new script with Lockscreen disabled, internal compression and proper language support. It's only an addon, you NEED the updated package from the OP of this thread !!

No need to set it manually anymore, it will detect your OS current language.
Only french and english supported so far, if you use another language, you can force english output by changing this line at the begining of the script :
Code:
;Force english language
#define ForceEnglish 0
to
Code:
;Force english language
#define ForceEnglish 1
If you want to add another language, do the following :
1- Go to Inno language folder and pick isl file corresponding to your language.

2- Copy this isl file to the Lang folder of this archive.

3- Edit this file with notepad (for example) and add this section at the very bottom :
Code:
;; WPI messages ;;
WPIText1=Start
WPIText2=Install
WPIText3=Uninstall
WPIText4=Exit
WPIText5=Welcome
WPIText6=Finalization
WPIText7=Welcome to %1 Installer Wizard
WPIText8=You are installing %1 on your computer.
WPIText9=It is highly recommended that you close all programs
WPIText10=that may interfere with the installation progress.
WPIText11=When ready click Proceed to continue with installation or close to exit installation.
WPIText12=Select the destination of the product you are installing
WPIText13=will be installed in this Directory.
WPIText14=You can select a different directory by clicking the browse button.
WPIText15=Make sure you have enough space before installing.
WPIText16=Installing
WPIText17=Installer Wizard is installing the product.
WPIText18=This might take a while.
WPIText19=Completing the %1 Install Wizard
WPIText20=Installer has finished installing the product on your computer
WPIText21=has been installed successfully.
WPIText22=Proceed
WPIText23=Close
WPIText24=Click Finish to Close Install Wizard or Uninstall to Rollback changes made.
WPIText25=Create a shortcut
WPIText26=Install...
WPIText27=Are you sure that you want to close installer wizard?
WPIText28=This action closes installer wizard.
WPIText29=The product you are installing would not be installed.
WPIText30=You can re-install this product later on if not now.
WPIText31=Yes
WPIText32=No
WPIText33=Minimize
WPIText34=Finish
WPIText35=was not found.
WPIText36=Rolling back changes...
WPIText37=Uninstaller Wizard is uninstalling the product.
WPIText38=Uninstalling...
WPIText39=Back
WPIText40=Cancel
WPIText42=English
4- Now translate each line, note that you MUST keep the %1 when there is one, when setup is launched, it will be replaced by the game name. The only line that MUST stay in english if the last one (WPIText42) so if (for example) you translate in spanish this line must be like this :
Code:
WPIText42=Spanish
5- When the translation is done, open the script and add a line corresponding to your language in the script, under the [Languages] section. For example if you added spanish language, modify like this :
Code:
[Languages]
#if ForceEnglish == 1
Name: "Default"; MessagesFile: "Lang/English.isl"
#endif
#if ForceEnglish == 0
Name: "English"; MessagesFile: "Lang/English.isl"
Name: "French"; MessagesFile: "Lang/French.isl"
Name: "Spanish"; MessagesFile: "Lang/Spanish.isl"
#endif
6- Now go inside the Resources folder, copy the english.ini and rename it to your language name, in english, for example spanish.ini.

7- Now open this file and translate each line.

8- If you don't want to translate this file, simply let the WPIText42 line of your translated isl file to English.

9- It's done, enjoy the translated WPI script in your language

-- Edit --
09/10/2015:
- Spanish translation added, huge thx to omdj
- Fixed misplaced text with Spanish translation, download link updated
Attached Files
File Type: 7z WPI_No_Lock (08-09-2015).7z (31.4 KB, 52 views)
File Type: 7z WPI_No_Lock (08-10-2015 - Fixed).7z (37.2 KB, 123 views)

Last edited by toto621; 10-08-2015 at 02:27.
Reply With Quote
The Following 6 Users Say Thank You to toto621 For This Useful Post:
arkantos7 (10-08-2015), Grumpy (09-08-2015), mausschieber (09-08-2015), omdj (09-08-2015), pakrat2k2 (09-08-2015), Stor31 (10-08-2015)
  #188  
Old 09-08-2015, 20:10
omdj's Avatar
omdj omdj is offline
Conversion Designer
 
Join Date: Feb 2008
Location: Land of injustice and evil
Posts: 597
Thanks: 1,644
Thanked 2,829 Times in 449 Posts
omdj is on a distinguished road
Spanish.isl and spanish.ini:
Attached Images
File Type: png autorun.png (770.6 KB, 388 views)
Attached Files
File Type: rar SpanishTranslation.rar (9.5 KB, 38 views)
Reply With Quote
The Following 4 Users Say Thank You to omdj For This Useful Post:
arkantos7 (10-08-2015), Grumpy (09-08-2015), pakrat2k2 (10-08-2015), toto621 (10-08-2015)
  #189  
Old 09-08-2015, 23:48
punchao's Avatar
punchao punchao is offline
Registered User
 
Join Date: Apr 2014
Location: Barcelona
Posts: 156
Thanks: 112
Thanked 44 Times in 36 Posts
punchao is on a distinguished road
how to use?
Reply With Quote
  #190  
Old 10-08-2015, 00:30
toto621 toto621 is offline
Registered User
 
Join Date: Jul 2015
Location: The World
Posts: 71
Thanks: 42
Thanked 47 Times in 23 Posts
toto621 is on a distinguished road
Quote:
Originally Posted by punchao View Post
how to use?
Spanish translation added, thx to omdj

-- Edit --
- Fixed misplaced text with Spanish translation, download link updated
Attached Files
File Type: 7z WPI_No_Lock (08-10-2015 - Fixed).7z (37.2 KB, 70 views)

Last edited by toto621; 10-08-2015 at 02:24.
Reply With Quote
The Following User Says Thank You to toto621 For This Useful Post:
omdj (10-08-2015)
  #191  
Old 10-08-2015, 07:02
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
Smile

Quote:
Originally Posted by bastien360 View Post
am having an appname error on compiling...the updated script
look #180
Reply With Quote
  #192  
Old 13-08-2015, 04:57
shadowhacker shadowhacker is offline
Registered User
 
Join Date: Aug 2015
Location: New Zealand
Posts: 20
Thanks: 0
Thanked 0 Times in 0 Posts
shadowhacker is on a distinguished road
Precomp 0.43 Is Supported?
Reply With Quote
  #193  
Old 13-08-2015, 05:28
toto621 toto621 is offline
Registered User
 
Join Date: Jul 2015
Location: The World
Posts: 71
Thanks: 42
Thanked 47 Times in 23 Posts
toto621 is on a distinguished road
Quote:
Originally Posted by shadowhacker View Post
Precomp 0.43 Is Supported?
No. While it's really easy to add it in the script, you will have to find a compatible compression soft to go with it. WPI support only Compressor 2.2 which do not have precomp 0.43 option.

I suppose you can fool the software by replacing precomp 0.42 by version 0.43 but I'm not sure of the result.
Reply With Quote
  #194  
Old 13-08-2015, 11:11
shadowhacker shadowhacker is offline
Registered User
 
Join Date: Aug 2015
Location: New Zealand
Posts: 20
Thanks: 0
Thanked 0 Times in 0 Posts
shadowhacker is on a distinguished road
I Tried That but The Results are Error

Precomp error Code Injection Failed
Reply With Quote
  #195  
Old 13-08-2015, 12:22
toto621 toto621 is offline
Registered User
 
Join Date: Jul 2015
Location: The World
Posts: 71
Thanks: 42
Thanked 47 Times in 23 Posts
toto621 is on a distinguished road
Quote:
Originally Posted by shadowhacker View Post
I Tried That but The Results are Error

Precomp error Code Injection Failed
Try what ? Replacing precomp 0.42 by version 0.43 in Compressor 2.2 ?

If you talk about the script, you need to modify some code lines, not just PrecomVer= parameter.

I made the modification on the script for you but you still need to find a compatible Compression software.
Attached Files
File Type: 7z WPI_No_Lock (08-13-2015).7z (289.0 KB, 131 views)
Reply With Quote
Reply

Thread Tools
Display Modes

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
Conversion Designer/Installer Creator Razor12911 Conversion Tutorials 1614 03-10-2024 01:24
Windows XP - Tricks gargujjwal Software 3 25-05-2008 02:54
Error Windows Installer: Command And Conquer 3 Kane Edition glfsd PC Games 14 24-01-2008 06:00
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 01:53.


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