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
  #1  
Old 04-08-2015, 09:26
Amsal Amsal is offline
Registered User
 
Join Date: May 2015
Location: New Delhi
Posts: 237
Thanks: 242
Thanked 41 Times in 28 Posts
Amsal is on a distinguished road
How to edit components in Metro UI Install

Can anyone tell me that how to edit components like english and russian ?
Attached Images
File Type: png proof.png (1.66 MB, 1153 views)
Reply With Quote
Sponsored Links
  #2  
Old 05-08-2015, 06:47
Amsal Amsal is offline
Registered User
 
Join Date: May 2015
Location: New Delhi
Posts: 237
Thanks: 242
Thanked 41 Times in 28 Posts
Amsal is on a distinguished road
is anyone can help me ?

here the download link for the Metro UI script

http://krinkels.org/resources/metro-...ad?version=334
Reply With Quote
  #3  
Old 05-08-2015, 07:45
Andrey167's Avatar
Andrey167 Andrey167 is offline
Registered User
 
Join Date: Nov 2013
Location: Azerbaycan
Posts: 134
Thanks: 208
Thanked 124 Times in 46 Posts
Andrey167 is on a distinguished road
edit here

[Components]
Name: text; Description: Язык субтитров; Types: full; Flags: fixed
Name: text\rus; Description: Русский; Flags: exclusive; ExtraDiskSpaceRequired: 100000000
Name: text\eng; Description: Английский; Flags: exclusive; ExtraDiskSpaceRequired: 200000000
Name: voice; Description: Язык озвучки; Types: full; Flags: fixed
Name: voice\rus; Description: Русский; Flags: exclusive; ExtraDiskSpaceRequired: 500000000
Name: voice\eng; Description: Английский; Flags: exclusive; ExtraDiskSpaceRequired: 600000000
Reply With Quote
  #4  
Old 05-08-2015, 07:49
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 Amsal View Post
is anyone can help me ?

here the download link for the Metro UI script

http://krinkels.org/resources/metro-...ad?version=334
rather then just a link add file directly to post ( under manage attatchments )
Reply With Quote
  #5  
Old 05-08-2015, 08:36
Amsal Amsal is offline
Registered User
 
Join Date: May 2015
Location: New Delhi
Posts: 237
Thanks: 242
Thanked 41 Times in 28 Posts
Amsal is on a distinguished road
I want only english. So what i have to do
Reply With Quote
  #6  
Old 05-08-2015, 09:00
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
Quote:
Originally Posted by Amsal View Post
I want only english. So what i have to do
add this ;
to disable see example

[Components]
Name: text; Description: Язык субтитров; Types: full; Flags: fixed
;Name: text\rus; Description: Русский; Flags: exclusive; ExtraDiskSpaceRequired: 100000000
Name: text\eng; Description: Английский; Flags: exclusive; ExtraDiskSpaceRequired: 200000000
Name: voice; Description: Язык озвучки; Types: full; Flags: fixed
;Name: voice\rus; Description: Русский; Flags: exclusive; ExtraDiskSpaceRequired: 500000000
Name: voice\eng; Description: Английский; Flags: exclusive; ExtraDiskSpaceRequired: 600000000
Reply With Quote
  #7  
Old 05-08-2015, 09:06
Amsal Amsal is offline
Registered User
 
Join Date: May 2015
Location: New Delhi
Posts: 237
Thanks: 242
Thanked 41 Times in 28 Posts
Amsal is on a distinguished road
Quote:
Originally Posted by mausschieber View Post
add this ;
to disable see example

[Components]
Name: text; Description: Язык субтитров; Types: full; Flags: fixed
;Name: text\rus; Description: Русский; Flags: exclusive; ExtraDiskSpaceRequired: 100000000
Name: text\eng; Description: Английский; Flags: exclusive; ExtraDiskSpaceRequired: 200000000
Name: voice; Description: Язык озвучки; Types: full; Flags: fixed
;Name: voice\rus; Description: Русский; Flags: exclusive; ExtraDiskSpaceRequired: 500000000
Name: voice\eng; Description: Английский; Flags: exclusive; ExtraDiskSpaceRequired: 600000000
it doesn't disable
Reply With Quote
  #8  
Old 05-08-2015, 09: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
Find out what page that is then use shouldskippage function to skip or remove page permanently, shouldskippage is found under inno setup documentation so you have to a little reading.
Reply With Quote
  #9  
Old 05-08-2015, 18:45
Amsal Amsal is offline
Registered User
 
Join Date: May 2015
Location: New Delhi
Posts: 237
Thanks: 242
Thanked 41 Times in 28 Posts
Amsal is on a distinguished road
RAZOR19211, i can't do it. Can you please give me the edited script.

BUT FIRST RELEASE THE ASC AND THEN HELP ME
BECAUSE THE ASC PROJECT IS MORE IMPORTANT FOR ALL OF THAN THIS.
Reply With Quote
  #10  
Old 18-08-2015, 03:05
vint56 vint56 is offline
Registered User
 
Join Date: May 2011
Location: almaty
Posts: 52
Thanks: 145
Thanked 55 Times in 31 Posts
vint56 is on a distinguished road
example
Code:
;Создает страничку компонентов
#define Components

#define SelectText "Выбор языка интерфейса:"
#define RusText "Русский"
#define EngText "Английский"

;#define SelectSound "Выбор языка озвучки:"
;#define RusSound "Русский"
;#define EngSound "Английский"

#define SelectSound "Выбор таблетки:"
#define RusSound "PROPHET"
#define EngSound "FAiRLiGHT"
;CODEX
;FAiRLiGHT
;PROPHET
;SKIDROW
;3DM
;DMN32 / SKIDROW (Steam Emu)


[CustomMessages]
;rus.RusText=Русский
;rus.RusSound=Русский
;rus.EngText=Английский
;rus.EngSound=Английский
;rus.SelectText=Выбор языка интерфейса:
;rus.SelectSound=Выбор языка озвучки:

[code_]
/////////////////////ComponentsPage///////////////////////////////////
TextLabel:= TLabel.Create(WizardForm);
with TextLabel do begin
  Caption:=ExpandConstant('{#SelectText}');
end;

RUSTextLabel:= TLabel.Create(WizardForm);
with RUSTextLabel do begin
  Caption:=ExpandConstant('{#RusText}');
end;

ENGTextLabel:= TLabel.Create(WizardForm);
with ENGTextLabel do begin
 Caption:=ExpandConstant('{#EngText}');
end;

VoiceLabel:= TLabel.Create(WizardForm);
with VoiceLabel do begin
  Caption:=ExpandConstant('{#SelectSound}');
end;

RUSVoiceLabel:= TLabel.Create(WizardForm);
with RUSVoiceLabel do begin
  Caption:=ExpandConstant('{#RusSound}');
end;

ENGVoiceLabel:= TLabel.Create(WizardForm);
  with ENGVoiceLabel do begin
  Caption:=ExpandConstant('{#EngSound}');
end;

Last edited by vint56; 18-08-2015 at 03:15.
Reply With Quote
The Following 2 Users Say Thank You to vint56 For This Useful Post:
Amsal (18-08-2015), Harsh ojha (04-07-2019)
  #11  
Old 18-11-2016, 09:10
ImmortalArc's Avatar
ImmortalArc ImmortalArc is offline
Registered User
 
Join Date: Nov 2016
Location: Santiago
Posts: 72
Thanks: 44
Thanked 9 Times in 4 Posts
ImmortalArc is on a distinguished road
Anyone can post it here I can't sign up In knrinkles
Please
Thanks
__________________
Sharing is caring : immortal words..
Reply With Quote
  #12  
Old 19-11-2016, 09:12
rez3vil's Avatar
rez3vil rez3vil is offline
Registered User
 
Join Date: Sep 2016
Location: Nosgoth
Posts: 17
Thanks: 58
Thanked 9 Times in 7 Posts
rez3vil is on a distinguished road
Quote:
Originally Posted by ImmortalArc View Post
Anyone can post it here I can't sign up In knrinkles
Please
Thanks
the script is already uploaded at ultra arc section of topic.
http://fileforums.com/showpost.php?p=438418&postcount=7
Reply With Quote
The Following User Says Thank You to rez3vil For This Useful Post:
Harsh ojha (04-07-2019)
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
Help for #define components and #indef Components alucard1973 Conversion Tutorials 0 30-04-2015 05:52
How to Edit CAB files Grumpy PC Games 12 24-02-2013 09:47
Spellforce Install crack? munsterbuster PC Games 2 12-12-2003 14:03
Game install problem MAL1 PC Games 2 12-05-2003 10:21
I Need a "Magic 3" install diagram. gamer242 PS2 Games 3 06-03-2003 22:50



All times are GMT -7. The time now is 08:54.


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