Skip to content

Commit

Permalink
Fix: All
Browse files Browse the repository at this point in the history
  • Loading branch information
CoconutKR committed Aug 1, 2024
1 parent b3d82b7 commit 0db2f7a
Show file tree
Hide file tree
Showing 39 changed files with 403 additions and 16 deletions.
1 change: 1 addition & 0 deletions lang/english.lng
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ STR_B747_SP_NAME :[AWAS] Boeing 747SP
STR_B747_300_NAME :[AWAS] Boeing 747-300
STR_B747_300M_NAME :[AWAS] Boeing 747-300M
STR_B747_300SF_NAME :[AWAS] Boeing 747-300SF
STR_B747_300SR_NAME :[AWAS] Boeing 747-300SR
STR_B747_400_NAME :[AWAS] Boeing 747-400
STR_B747_400M_NAME :[AWAS] Boeing 747-400M
STR_B747_400D_NAME :[AWAS] Boeing 747-400D
Expand Down
1 change: 1 addition & 0 deletions lang/korean.lng
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ STR_B747_SP_NAME :[AWAS] 보잉 747SP
STR_B747_300_NAME :[AWAS] 보잉 747-300
STR_B747_300M_NAME :[AWAS] 보잉 747-300M
STR_B747_300SF_NAME :[AWAS] 보잉 747-300SF
STR_B747_300SR_NAME :[AWAS] 보잉 747-300SR
STR_B747_400_NAME :[AWAS] 보잉 747-400
STR_B747_400M_NAME :[AWAS] 보잉 747-400M
STR_B747_400D_NAME :[AWAS] 보잉 747-400D
Expand Down
1 change: 0 additions & 1 deletion src/Aircraft/Airbus/A320/A318_100/A318_100.pnml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ item(FEAT_AIRCRAFT, A318_100, 7015){
introduction_date: date(2003, 1, 1);
aircraft_type: AIRCRAFT_TYPE_SMALL;
sprite_id: SPRITE_ID_NEW_AIRCRAFT;
variant_group: A320_100;

//spec
speed: 901km/h;
Expand Down
2 changes: 1 addition & 1 deletion src/Aircraft/Airbus/A320/A319_100/A319_100.pnml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ item(FEAT_AIRCRAFT, A319_100, 7016){
introduction_date: date(1996, 1, 1);
aircraft_type: AIRCRAFT_TYPE_SMALL;
sprite_id: SPRITE_ID_NEW_AIRCRAFT;
variant_group: A320_100;
variant_group: A318_100;

//spec
speed: 901km/h;
Expand Down
2 changes: 1 addition & 1 deletion src/Aircraft/Airbus/A320/A319neo/A319neo.pnml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ item(FEAT_AIRCRAFT, A319neo, 7017){
introduction_date: date(2021, 1, 1);
aircraft_type: AIRCRAFT_TYPE_SMALL;
sprite_id: SPRITE_ID_NEW_AIRCRAFT;
variant_group: A320_100;
variant_group: A318_100;

//spec
speed: 901km/h;
Expand Down
1 change: 1 addition & 0 deletions src/Aircraft/Airbus/A320/A320_100/A320_100.pnml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ item(FEAT_AIRCRAFT, A320_100, 7020){
introduction_date: date(1988, 1, 1);
aircraft_type: AIRCRAFT_TYPE_SMALL;
sprite_id: SPRITE_ID_NEW_AIRCRAFT;
variant_group: A318_100;

//spec
speed: 901km/h;
Expand Down
2 changes: 1 addition & 1 deletion src/Aircraft/Airbus/A320/A320_200/A320_200.pnml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ item(FEAT_AIRCRAFT, A320_200, 7007){
introduction_date: date(1987, 1, 1);
aircraft_type: AIRCRAFT_TYPE_SMALL;
sprite_id: SPRITE_ID_NEW_AIRCRAFT;
variant_group: A320_100;
variant_group: A318_100;

//spec
speed: 901km/h;
Expand Down
2 changes: 1 addition & 1 deletion src/Aircraft/Airbus/A320/A320neo/A320neo.pnml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ item(FEAT_AIRCRAFT, A320neo, 7018){
introduction_date: date(2014, 1, 1);
aircraft_type: AIRCRAFT_TYPE_SMALL;
sprite_id: SPRITE_ID_NEW_AIRCRAFT;
variant_group: A320_100;
variant_group: A318_100;

//spec
speed: 901km/h;
Expand Down
2 changes: 1 addition & 1 deletion src/Aircraft/Airbus/A320/A321LR/A321LR.pnml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ item(FEAT_AIRCRAFT, A321LR, 7022){
introduction_date: date(2018, 1, 1);
aircraft_type: AIRCRAFT_TYPE_SMALL;
sprite_id: SPRITE_ID_NEW_AIRCRAFT;
variant_group: A320_100;
variant_group: A318_100;

//spec
speed: 901km/h;
Expand Down
2 changes: 1 addition & 1 deletion src/Aircraft/Airbus/A320/A321_100/A321_100.pnml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ item(FEAT_AIRCRAFT, A321_100, 7021){
introduction_date: date(1994, 1, 1);
aircraft_type: AIRCRAFT_TYPE_SMALL;
sprite_id: SPRITE_ID_NEW_AIRCRAFT;
variant_group: A320_100;
variant_group: A318_100;

//spec
speed: 901km/h;
Expand Down
2 changes: 1 addition & 1 deletion src/Aircraft/Airbus/A320/A321_200/A321_200.pnml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ item(FEAT_AIRCRAFT, A321_200, 7002){
introduction_date: date(1994, 1, 1);
aircraft_type: AIRCRAFT_TYPE_SMALL;
sprite_id: SPRITE_ID_NEW_AIRCRAFT;
variant_group: A320_100;
variant_group: A318_100;

//spec
speed: 901km/h;
Expand Down
2 changes: 1 addition & 1 deletion src/Aircraft/Airbus/A320/A321neo/A321neo.pnml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ item(FEAT_AIRCRAFT, A321neo, 7019){
introduction_date: date(2016, 1, 1);
aircraft_type: AIRCRAFT_TYPE_SMALL;
sprite_id: SPRITE_ID_NEW_AIRCRAFT;
variant_group: A320_100;
variant_group: A318_100;

//spec
speed: 901km/h;
Expand Down
1 change: 0 additions & 1 deletion src/Aircraft/Airbus/A330/A330_200/A330_200.pnml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ item(FEAT_AIRCRAFT, A330_200, 7024){
introduction_date: date(1992, 1, 1);
aircraft_type: AIRCRAFT_TYPE_LARGE;
sprite_id: SPRITE_ID_NEW_AIRCRAFT;
variant_group: A330_300;

//spec
speed: 913km/h;
Expand Down
2 changes: 1 addition & 1 deletion src/Aircraft/Airbus/A330/A330_200F/A330_200F.pnml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ item(FEAT_AIRCRAFT, A330_200F, 7025){
introduction_date: date(1992, 1, 1);
aircraft_type: AIRCRAFT_TYPE_LARGE;
sprite_id: SPRITE_ID_NEW_AIRCRAFT;
variant_group: A330_300;
variant_group: A330_200;

//spec
speed: 913km/h;
Expand Down
1 change: 1 addition & 0 deletions src/Aircraft/Airbus/A330/A330_300/A330_300.pnml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ item(FEAT_AIRCRAFT, A330_300, 7005){
introduction_date: date(1994, 1, 1);
aircraft_type: AIRCRAFT_TYPE_LARGE;
sprite_id: SPRITE_ID_NEW_AIRCRAFT;
variant_group: A330_200;

//spec
speed: 913km/h;
Expand Down
2 changes: 1 addition & 1 deletion src/Aircraft/Airbus/A330/A330_800/A330_800.pnml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ item(FEAT_AIRCRAFT, A330_800, 7026){
introduction_date: date(2018, 1, 1);
aircraft_type: AIRCRAFT_TYPE_LARGE;
sprite_id: SPRITE_ID_NEW_AIRCRAFT;
variant_group: A330_300;
variant_group: A330_200;

//spec
speed: 913km/h;
Expand Down
2 changes: 1 addition & 1 deletion src/Aircraft/Airbus/A330/A330_900/A330_900.pnml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ item(FEAT_AIRCRAFT, A330_900, 7027){
introduction_date: date(2018, 1, 1);
aircraft_type: AIRCRAFT_TYPE_LARGE;
sprite_id: SPRITE_ID_NEW_AIRCRAFT;
variant_group: A330_300;
variant_group: A330_200;

//spec
speed: 913km/h;
Expand Down
1 change: 0 additions & 1 deletion src/Aircraft/Airbus/A340/A340_200/A340_200.pnml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ item(FEAT_AIRCRAFT, A340_200, 7033){
introduction_date: date(1992, 1, 1);
aircraft_type: AIRCRAFT_TYPE_LARGE;
sprite_id: SPRITE_ID_NEW_AIRCRAFT;
variant_group: A340_300;

//spec
speed: 902km/h;
Expand Down
1 change: 1 addition & 0 deletions src/Aircraft/Airbus/A340/A340_300/A340_300.pnml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ item(FEAT_AIRCRAFT, A340_300, 7032){
introduction_date: date(1992, 1, 1);
aircraft_type: AIRCRAFT_TYPE_LARGE;
sprite_id: SPRITE_ID_NEW_AIRCRAFT;
variant_group: A340_200;

//spec
speed: 902km/h;
Expand Down
2 changes: 1 addition & 1 deletion src/Aircraft/Airbus/A340/A340_500/A340_500.pnml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ item(FEAT_AIRCRAFT, A340_500, 7031){
introduction_date: date(2002, 1, 1);
aircraft_type: AIRCRAFT_TYPE_LARGE;
sprite_id: SPRITE_ID_NEW_AIRCRAFT;
variant_group: A340_300;
variant_group: A340_200;

//spec
speed: 902km/h;
Expand Down
2 changes: 1 addition & 1 deletion src/Aircraft/Airbus/A340/A340_600/A340_600.pnml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ item(FEAT_AIRCRAFT, A340_600, 7030){
introduction_date: date(2002, 1, 1);
aircraft_type: AIRCRAFT_TYPE_LARGE;
sprite_id: SPRITE_ID_NEW_AIRCRAFT;
variant_group: A340_300;
variant_group: A340_200;

//spec
speed: 902km/h;
Expand Down
Binary file added src/Aircraft/Boeing/B747/B747_300/B747_300.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
55 changes: 55 additions & 0 deletions src/Aircraft/Boeing/B747/B747_300/B747_300.pnml
Original file line number Diff line number Diff line change
@@ -0,0 +1,55 @@
/*--------------------------------------------------------------------
B747-300
--------------------------------------------------------------------*/
// Graphics
#include "B747_300_graphic.pnml"

// Switch
#include "B747_300_switch.pnml"

/*--------------------------------------------------------------------
Aircraft info
--------------------------------------------------------------------*/
item(FEAT_AIRCRAFT, B747_300, 7094){
property {
name: string(STR_B747_300_NAME);
climates_available: ALL_CLIMATES;
introduction_date: date(1981, 1, 1);
aircraft_type: AIRCRAFT_TYPE_LARGE;
sprite_id: SPRITE_ID_NEW_AIRCRAFT;

//spec
speed: 990km/h;

//Model
model_life: VEHICLE_NEVER_EXPIRES;
vehicle_life: 30;
retire_early: 0;
reliability_decay: 0;

//Cargo
passenger_capacity: 412;
mail_capacity: 50;
acceleration: 27;
refittable_cargo_classes: NO_CARGO_CLASS;
non_refittable_cargo_classes: NO_CARGO_CLASS;
cargo_allow_refit: [PASS];
cargo_disallow_refit: [];

//Costs
refit_cost: 100;

//Flags
misc_flags: bitmask(AIRCRAFT_FLAG_2CC);
sound_effect: SOUND_JET;
}

graphics {
default: sw_B747_300;
purchase: sw_B747_300_purchase;
loading_speed: 26;
cost_factor: 1150;
running_cost_factor: 120;
cargo_subtype_text: sw_Boeing_747_300_cargo_subtype_text;
}
}
25 changes: 25 additions & 0 deletions src/Aircraft/Boeing/B747/B747_300/B747_300_graphic.pnml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
/*--------------------------------------------------------------------
Graphics
--------------------------------------------------------------------*/

/*--------------------------------------------------------------------
구매정보
--------------------------------------------------------------------*/
spriteset(set_B747_300_purchase, "src\Aircraft\Boeing\B747\B747_300\B747_300.png"){
tmpl_B747_100_purchase(0, 0)
}

/*--------------------------------------------------------------------
1. Boeing 747-300 Manufacturer
--------------------------------------------------------------------*/

spriteset(set_B747_300, "src\Aircraft\Boeing\B747\B747_300\B747_300.png"){
tp_B747_100(0, 0)
}

/*--------------------------------------------------------------------
구매정보
--------------------------------------------------------------------*/
switch(FEAT_TRAINS, SELF, sw_B747_300_purchase, cargo_subtype) {
set_B747_300_purchase;
}
14 changes: 14 additions & 0 deletions src/Aircraft/Boeing/B747/B747_300/B747_300_switch.pnml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
/*--------------------------------------------------------------------
스위치
--------------------------------------------------------------------*/
switch(FEAT_AIRCRAFT, SELF, sw_Boeing_747_300_cargo_subtype_text, cargo_subtype) {
1: return string(STR_REFIT_LIVERY_Boeing); // 제조사
2: return string(STR_REFIT_LIVERY_Boeing); // 대한항공
return string(STR_REFIT_LIVERY_Boeing);
}

switch(FEAT_AIRCRAFT, SELF, sw_B747_300, cargo_subtype) {
1: set_B747_300; // 제조사
2: set_B747_300; // 대한항공
set_B747_300;
}
Binary file added src/Aircraft/Boeing/B747/B747_300M/B747_300M.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
55 changes: 55 additions & 0 deletions src/Aircraft/Boeing/B747/B747_300M/B747_300M.pnml
Original file line number Diff line number Diff line change
@@ -0,0 +1,55 @@
/*--------------------------------------------------------------------
B747-300M
--------------------------------------------------------------------*/
// Graphics
#include "B747_300M_graphic.pnml"

// Switch
#include "B747_300M_switch.pnml"

/*--------------------------------------------------------------------
Aircraft info
--------------------------------------------------------------------*/
item(FEAT_AIRCRAFT, B747_300M, 7095){
property {
name: string(STR_B747_300M_NAME);
climates_available: ALL_CLIMATES;
introduction_date: date(1981, 1, 1);
aircraft_type: AIRCRAFT_TYPE_LARGE;
sprite_id: SPRITE_ID_NEW_AIRCRAFT;

//spec
speed: 990km/h;

//Model
model_life: VEHICLE_NEVER_EXPIRES;
vehicle_life: 30;
retire_early: 0;
reliability_decay: 0;

//Cargo
passenger_capacity: 245;
mail_capacity: 200;
acceleration: 27;
refittable_cargo_classes: NO_CARGO_CLASS;
non_refittable_cargo_classes: NO_CARGO_CLASS;
cargo_allow_refit: [PASS];
cargo_disallow_refit: [];

//Costs
refit_cost: 100;

//Flags
misc_flags: bitmask(AIRCRAFT_FLAG_2CC);
sound_effect: SOUND_JET;
}

graphics {
default: sw_B747_300M;
purchase: sw_B747_300M_purchase;
loading_speed: 26;
cost_factor: 1150;
running_cost_factor: 120;
cargo_subtype_text: sw_Boeing_747_300M_cargo_subtype_text;
}
}
25 changes: 25 additions & 0 deletions src/Aircraft/Boeing/B747/B747_300M/B747_300M_graphic.pnml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
/*--------------------------------------------------------------------
Graphics
--------------------------------------------------------------------*/

/*--------------------------------------------------------------------
구매정보
--------------------------------------------------------------------*/
spriteset(set_B747_300M_purchase, "src\Aircraft\Boeing\B747\B747_300M\B747_300M.png"){
tmpl_B747_100_purchase(0, 0)
}

/*--------------------------------------------------------------------
1. Boeing 747-300M Manufacturer
--------------------------------------------------------------------*/

spriteset(set_B747_300M, "src\Aircraft\Boeing\B747\B747_300M\B747_300M.png"){
tp_B747_100(0, 0)
}

/*--------------------------------------------------------------------
구매정보
--------------------------------------------------------------------*/
switch(FEAT_TRAINS, SELF, sw_B747_300M_purchase, cargo_subtype) {
set_B747_300M_purchase;
}
14 changes: 14 additions & 0 deletions src/Aircraft/Boeing/B747/B747_300M/B747_300M_switch.pnml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
/*--------------------------------------------------------------------
스위치
--------------------------------------------------------------------*/
switch(FEAT_AIRCRAFT, SELF, sw_Boeing_747_300M_cargo_subtype_text, cargo_subtype) {
1: return string(STR_REFIT_LIVERY_Boeing); // 제조사
2: return string(STR_REFIT_LIVERY_Boeing); // 대한항공
return string(STR_REFIT_LIVERY_Boeing);
}

switch(FEAT_AIRCRAFT, SELF, sw_B747_300M, cargo_subtype) {
1: set_B747_300M; // 제조사
2: set_B747_300M; // 대한항공
set_B747_300M;
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 0db2f7a

Please sign in to comment.