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

 
 
Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
  #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)
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search
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
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 06:52.


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