Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add more localization support, this time with lower_with_under #2214

Draft
wants to merge 13 commits into
base: master
Choose a base branch
from
12 changes: 6 additions & 6 deletions GameData/RP-1/Agencies/Agents.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ AGENT
RP0Agent = true // if we clear out AGENTs without this, on FINAL, only RP-0 agents will exist.

name = Federation Aeronautique Internationale
title = Federation Aeronautique Internationale
title = #rp1_agencies_fai

description = Founded in 1905, the FAI is the governing body for air sports and for aeronautics and astronautics world records. If you're setting a milestone, odds are the FAI is the group certifying it. Funding, however, will come from your government--the FAI doesn't offer prizes, just record records.
description = #rp1_agencies_fai_desc

logoURL = RP-1/Agencies/FAI
logoScaledURL = RP-1/Agencies/FAI_scaled
Expand All @@ -21,9 +21,9 @@ AGENT
RP0Agent = true // if we clear out AGENTs without this, on FINAL, only RP-0 agents will exist.

name = GPS
title = GPS
title = #rp1_agencies_gps

description = The Global Positioning System (GPS), originally Navstar GPS, is a space-based radionavigation system owned by the United States government and operated by the United States Air Force. It is a global navigation satellite system that provides geolocation and time information to a GPS receiver anywhere on or near the Earth where there is an unobstructed line of sight to four or more GPS satellites.
description = #rp1_agencies_gps_desc

logoURL = RP-1/Agencies/GPS
logoScaledURL = RP-1/Agencies/GPS_scaled
Expand All @@ -36,9 +36,9 @@ AGENT
RP0Agent = true // if we clear out AGENTs without this, on FINAL, only RP-0 agents will exist.

name = GLONASS
title = GLONASS
title = #rp1_agencies_glonass

description = GLONASS, or "Global Navigation Satellite System", is a space-based satellite navigation system operating in the radionavigation-satellite service. It provides an alternative to GPS and is the second navigational system in operation with global coverage and of comparable precision.
description = #rp1_agencies_glonass_desc

logoURL = RP-1/Agencies/GLONASS
logoScaledURL = RP-1/Agencies/GLONASS_scaled
Expand Down
4 changes: 2 additions & 2 deletions GameData/RP-1/Craft Files/SPH/Jet Trainer.craft
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
ship = Jet Trainer
ship = #rp1_crafts_jettrainer
version = 1.12.3
description = Basic subsonic jet aircraft. 2 seater, very forgiving flight characteristics, if a bit twitchy at low speeds. Rotate at 35 m/s, liftoff at 45 m/s. Stall speed 40 m/s, max speed 270 m/s. AG 1 extends flaps, AG2 retracts them.
description = #rp1_crafts_jettrainer_desc
type = SPH
size = 9.62759399,4.3061924,10.549736
steamPublishedFileId = 0
Expand Down
4 changes: 2 additions & 2 deletions GameData/RP-1/Craft Files/SPH/Supersonic Jet Trainer.craft
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
ship = Supersonic Jet Trainer
ship = #rp1_crafts_ssjettrainner
version = 1.12.3
description = Supersonic jet trainer based on a classic fighter jet. AG 1 to lower flaps, AG 2 to raise flaps. Rotate at 70 m/s, liftoff speed 90 m/s, landing speed 80 m/s, Max Speed Mach 1.6, G limit 8 Gs. Watch out for tailstrikes!
description = #rp1_crafts_ssjettrainner_desc
type = SPH
size = 7.25775957,4.26809883,14.1500263
steamPublishedFileId = 0
Expand Down
4 changes: 2 additions & 2 deletions GameData/RP-1/Craft Files/VAB/MR-1 Meteo.craft
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
ship = MR-1 Meteo
ship = #rp1_crafts_mr1
version = 1.12.3
description = Soviet MR-1 "Meteo" sounding rocket. Two-stage with booster and sustainer, with a unique hollow booster allowing the sustainer engine to fire through the center. Maximum altitude 95 km, with room for extra payload in the payload fairing.
description = #rp1_crafts_mr1_desc
type = VAB
size = 1.24396825,8.24987221,1.24396825
steamPublishedFileId = 0
Expand Down
4 changes: 2 additions & 2 deletions GameData/RP-1/Craft Files/VAB/V-2.craft
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
ship = V-2
ship = #rp1_crafts_v2
version = 1.12.3
description = German short range ballistic missile, repurposed for more peaceful uses. Contains a large payload fairing in the nose with plenty of space, 250 km max altitude.
description = #rp1_crafts_v2_desc
type = VAB
size = 3.52706838,11.4751921,3.52706814
steamPublishedFileId = 0
Expand Down
4 changes: 2 additions & 2 deletions GameData/RP-1/Craft Files/VAB/WAC-Corporal.craft
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
ship = WAC-Corporal
ship = #rp1_crafts_wac
version = 1.12.3
description = American WAC-Corporal sounding rocket. Two-stage with booster and sustainer. Maximum altitude 80 km, no payload capacity.
description = #rp1_crafts_wac_desc
type = VAB
size = 1.07140982,7.56459427,0.927868187
steamPublishedFileId = 0
Expand Down
52 changes: 28 additions & 24 deletions GameData/RP-1/KCT/KCTTags.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -3,98 +3,102 @@ KCTTAGS
TAG
{
name = Avionics
displayName = #rp1_kct_tags_avionics
partMult = 3.0 // Leave unspecified for 1.0
globalMult = 1.0 // Leave unspecified for 1.0
desc = Has avionics to control the craft, requiring extensive testing.
desc = #rp1_kct_tags_avionics_desc
}
TAG
{
name = Cockpit
displayName = #rp1_kct_tags_cockpit
partMult = 2
desc = Has a cockpit.
desc = #rp1_kct_tags_cockpit_desc
}
TAG
{
name = EngineLiquidPF
displayName = Pressure-Fed Engine
displayName = #rp1_kct_tags_engineliquidpf
partMult = 1.75
desc = Has a pressure-fed liquid rocket engine that requires some additional testing.
desc = #rp1_kct_tags_engineliquidpf_desc
}
TAG
{
name = EngineLiquidTurbo
displayName = Pump-Fed Engine
displayName = #rp1_kct_tags_engineliquidturbo
partMult = 4
desc = Has a pump-fed liquid rocket engine. The turbopump is a very complicated piece of machinery that requires extensive testing.
desc = #rp1_kct_tags_engineliquidturbo_desc
}
TAG
{
name = EngineSolid
displayName = Solid Rocket Motor
displayName = #rp1_kct_tags_enginesolid
partMult = 1.05
desc = Has a solid rocket motor. Much easier to integrate and test than liquid engines.
desc = #rp1_kct_tags_enginesolid_desc
}
TAG
{
name = HumanRated
displayName = Human-Rated
displayName = #rp1_kct_tags_humanrated
partMult = 1.25
globalMult = 1.25
isHumanRating = True
desc = Has human-rated equipment that requires more time for integration and testing of the entire craft.
desc = #rp1_kct_tags_humanrated_desc
}
TAG
{
name = Instruments
desc = Has scientific instruments. Currently, no effect on launch cost.
displayName = #rp1_kct_tags_instruments
desc = #rp1_kct_tags_instruments_desc
}
TAG
{
name = Nuclear
displayName = #rp1_kct_tags_nuclear
partMult = 3
globalMult = 1.1
desc = Has radioactive elements that must be carefully handled and integrated, and require additional administrative permits.
desc = #rp1_kct_tags_nuclear_desc
}
TAG
{
name = NuclearRTG
displayName = Nuclear RTG
displayName = #rp1_kct_tags_nuclearrtg
partMult = 2.5
desc = Has radioactive elements that must be carefully handled and integrated, and require additional administrative permits.
desc = #rp1_kct_tags_nuclearrtg_desc
}
TAG
{
name = Reentry
displayName = Reentry-Rated
displayName = #rp1_kct_tags_reentry
partMult = 1.5
desc = Has reentry equipment that needs proper integration and testing for safety.
desc = #rp1_kct_tags_reentry_desc
}
TAG
{
name = TankBalloon
displayName = Balloon Tank
displayName = #rp1_kct_tags_tankballoon
partMult = 2.5
desc = Has a Balloon Tank that is very difficult to handle and must be pressurized properly at all times.
desc = #rp1_kct_tags_tankballoon_desc
}
TAG
{
name = TankServiceModule
displayName = Service Module Tank
displayName = #rp1_kct_tags_tankservicemodule
partMult = 2
desc = Has a Service Module tank, specially designed to hold many different resources. This flexibility and complexity increases the launch cost.
desc = #rp1_kct_tags_tankservicemodule_desc
}
TAG
{
name = Toxic
displayName = Toxic Propellants
displayName = #rp1_kct_tags_toxic
partMult = 1
desc = Has toxic propellants that need to be handled carefully prior to launch. Currently, these do not increase launch cost.
desc = #rp1_kct_tags_toxic_desc
}
TAG
{
name = PadInfrastructure
displayName = Pad Infrastructure
displayName = #rp1_kct_tags_padinfrastructure
partMult = 0
desc = Part of the pad infrastructure and does not contribute to build time or assesed mass/size.
desc = #rp1_kct_tags_padinfrastructure_desc
}
}
Loading