Map files?
#18

jup, uppercase doesn't matter unless you have DOS OS . :wink:

If you get russian splash screen after moving "files" to "mods" than you have some other mod that is using Gui/background0.tga ... files ...

New wrapper works like this :

first it loads everything from "mods" folder ( it reads folders alphabetically and loads game structure folders and files only once so if same file is present in two folders it will load only one from the first folder)

secondly it loads from "files" folder ( only files that are not present in "mods" folder) .... filelist.txt is irrelevant here


... and your maps_ru.properties looks ok

please check if bld_ru.properties ( i18n folder) is looking like this :

Code:
# StatusBar: 'selected' + actor name
Selected              Selected
# StatusBar: 'loading' + landscape name
Loading               Loading

# --- Menu Bar Items
&File                 &File
Load/SaveMissionFiles Load/Save Mission Files
&Edit                 &Edit
TIPEdit               Edit Menu
&View                 &View
TIPView               View Menu

# -- Menu 'File'
&MapLoad              &Load Map
TIPLoadLandscape      Load Map SubMenu
Load                  Load ...
TIPLoad               Load Mission File
Save                  Save
SaveAs                Save As ...
TIPSaveAs             Save Mission File
Play                  Play
TIPPlay               Play Current Mission
&Exit                 &Exit
ExitBuilder           Exit Builder

# -- Menu 'Edit'
&Conditions           &Conditions
TIPConditions         Edit Weather And Time Conditions
&Texts                Des&cription
TIPTexts              Edit Mission Description
&DeleteAll            &Delete All
TIPDeleteAll          Delete All Objects

# -- Menu 'View'
&Object               &Object
TIPObject             Show/Hide Object Dialog
&Landscape            &Landscape
TIPLandscape          Show/Hide Landscape Dialog
De&struction          De&struction
TIPDestruction        Show/Hide Objects Destruction Dialog
&DisplayFilter        &Display Filter
TIPDisplayFilter      Display Filter SubMenu
&IconSize             &Icon Size
TIPIconSize           Icon Size SubMenu
Save&ViewHLand        &Hover Camera
TIPSaveViewHLand      Maintain camera altitude over the ground
Show&Grid             Show &Grid
TIPShowGrid           Show/Hide Grid
&AnimateCamera        Smooth &Transitions
TIPAnimateCamera      Smooth camera transitions between 2D/3D modes

# -- SubMenu 'Display Filter'
showBridge            Show Bridge
TIPshowBridge         Show/Hide Bridge Icons
showRunway            Show Runway
TIPshowRunway         Show/Hide Runway Icons
showName              Show Name
TIPshowName           Show/Hide Object Name
showTime              Show Time
TIPshowTime           Show/Hide Time in Path
showArmy              Show Army
TIPshowArmy           Show/Hide Army
showTarget            Show Target
showStaticCamers      Show Static Cameras
show                  Show
showBornPlaces        Show Home Base
&ShowAll              &Show All
TIPShowAll            Show All Icons
&HideAll              Hide All
TIPHideAll            Hide All Icons
showRocket            Show Rocket

# --- PopUp Menu
&Unselect             &Unselect
TIPUnselect           Unselect Current Object
&Delete               &Delete
TIPDelete             Delete Current Object
De&stroyObject        De&stroy Object
TIPDestroyObject      Destroy Nearest Object
Re&storeObject        Re&store Object
TIPRestoreObject      Restore Nearest Object
De&stroyBridge        De&stroy Bridge
TIPDestroyBridge      Destroy Nearest Bridge
Re&storeBridge        Re&store Bridge
TIPRestoreBridge      Restore Nearest Bridge

# --- Dialog titles
StandBy               Stand By
LoadMission           Loading Mission
SaveMission           Saving Mission
ConfirmExit           Exit Builder

# --- Dialog messages
# 'Loading Landscape:' + landscape name
LoadingLandscape      Loading Landscape:\n
LoadingMission        Loading Mission\n
ConfirmExitMsg        Would you like to save new mission file ?\n

# --- Dialog load/save files
MissionFiles          Mission Files

# --- Dialog Landscape
# Title
Landscape             Landscape
# Labels
Light                 Brightness:
Show                  Show:
TIPLight              Set Landscape Brightness
TIPShow               Show/Hide Landscape

# --- Dialog Object
# Title
Object                Object
BornPlace             Home Base
# Tabs
Type                  Type
AircraftActor         Properties
Waypoint              Waypoint
ChiefActor            Properties
StaticActor           Properties
BornPlaceActor        Properties
tTarget               Target
StaticCamera          Static Camera
bplace_aircraft       Aircraft
# Buttons
ButtonShow            Show
ButtonHide            Hide
&Prev                 Prev
&Next                 Next
&Set                  Set
&Clear                Clear
bplace_addall         Add All
bplace_add            
bplace_delall         Remove All
Rocket                Rocket
# Labels
Army                  Army:
Squadron              Squadron:
Wing                  Flight:
Weapons               Weapons:
Fuel                  Fuel:
Planes                Planes:
Skill                 Skill:
Rookie                Rookie
Average               Average
Veteran               Veteran
Ace                   Ace
Custom                Custom
Skin                  Skin:
Pilot                 Pilot:
NumberOn              Markings On:
Default               Default
Plane1                Plane 1
Plane2                Plane 2
Plane3                Plane 3
Plane4                Plane 4
OnlyAI                Only AI:
Player                Player:
Height                Height:
[M]                   [m]
Speed                 Speed:
[kM/H]                [km/h]
lType                 Type:
Target                Target:
Name                  Name:
TimeOut               TimeOut:
landing               Landing
Primary               Primary
Secondary             Secondary
Secret                Hidden
DestructLevel         Destruction level
AppliesArmy           Applies for:
bplace_planes         Available
bplace_list           In Reserve
bplace_cats           Add/Remove by Category
bplace_country        Country:
bplace_year           Year:
bplace_category       Category:
bplace_sturm          Ground attack planes
bplace_fiter          Fighters
bplace_int            Interceptors
bplace_bomber         Bombers
bplace_recon          Recon planes
bplace_diver          Dive Bombers
bplace_sailer         Sea planes
bplace_single         Single-Engine planes
bplace_multi          Multi-Engine planes
FrontMarker           Front Marker
showFrontMarker       Show Front Marker
building              Object
buildings             Objects
Count                 Count:
Period                Period:
RHide                 Hold Fire:
Sleep                 Sleep:
Skill                 Skill:
Parachute             Parachute:
RadioSilence          Radio Silence:
Noseart               Noseart:
Slowfire              ROF:

# --- Dialog 'Destruction'
# Title
Destruction           Destruction
# Labels
DestLight             Brightness:
TIPDestLight          Set Destruction 'brightness'
DestSize              Brush Size:
TIPDestSize           Set Destruction Brush Size
DestValue             Destruction Level:
TIPDestValue          Set Destruction Level: Left - zero, Right - maximum

# --- Dialog 'Mission Conditions'
# Title
MissionConditions     Mission Conditions
# Labels
Time                  Time:
Weather               Weather:
Clear                 Clear
Good                  Good
Hazy                  Hazy
Poor                  Poor
Blind                 Blind
Rain/Snow             Rain/Snow
Thunder               Thunder
CloudHeight           Cloud Height
[m]                   [m]
weather               Weather
misc                  Misc.
timeLocked            Static Time:
weaponsLocked         No User Loadout:

# --- Dialog 'Texts'
# Title
Texts                 Mission Description
# Tabs
textName              Mission Name
textShort             Short
textDescr             Full Description

# --- Type waypoints
NORMFLY               Normfly
TAKEOFF               Takeoff
LANDING               Landing
GATTACK               GAttack

# --- Target types
Destroy               Destroy
DestroyGround         Destroy Ground
DestroyBridge         Destroy Bridge
Inspect               Recon
Escort                Escort
Defence               Defence
DefenceGround         Defence Ground
DefenceBridge         Defence Bridge
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 7 Guest(s)