Posts: 10
Threads: 2
Joined: Jul 2019
Reputation:
0
Language: English
Wait,how do you mod/make aircraft?
Posts: 2,539
Threads: 102
Joined: Jun 2017
Reputation:
23
Language: EN, NL, FR, DE
Location: Belgium
First, you need a database reader. I use 'DB Browser for Sqlite', which is free.
Then in the data folder you will find a file called data.sqlite.
Open this file in the db browser and go to 'browe data' tab.
In the dropdown menu you can select passenger airliners, cargo airliners or combi airliners, depending on what you want to create.
Here you can add or edit airliners. Fill in all the fields that the other airliners have filled in.
Posts: 76
Threads: 18
Joined: Dec 2018
Reputation:
0
Language: DE, EN
Location: Berlin (Germany)
Do I understand the data base in the right manner, that I only need to change the nummer in "MaxAirlineClasses" to get more or fewer seatclasses without other changes?
Posts: 10
Threads: 2
Joined: Jul 2019
Reputation:
0
Language: English
What type of file does it has to be?(XML,Binary,Image,JSON)
Posts: 2,539
Threads: 102
Joined: Jun 2017
Reputation:
23
Language: EN, NL, FR, DE
Location: Belgium
sqlite, all the airliner data (except standard configurations) is in the data.sqlite file.
@AirBerliner: MaxAirlinerClasses defines how many classes you can have in the airliner.
Posts: 76
Threads: 18
Joined: Dec 2018
Reputation:
0
Language: DE, EN
Location: Berlin (Germany)
07-19-2019, 01:36 PM
(This post was last modified: 07-19-2019, 01:37 PM by AirBerliner.)
@Tjoeker: Thanks a lot. With this information I can change the maximum seatclasses in the upcomming version.
Have a nice weekend
Posts: 10
Threads: 2
Joined: Jul 2019
Reputation:
0
Language: English
I already know how to edit planes , but how do you make one?
Posts: 10
Threads: 2
Joined: Jul 2019
Reputation:
0
Language: English
After Making what about the seat configuration?
Posts: 10
Threads: 2
Joined: Jul 2019
Reputation:
0
Language: English
07-21-2019, 03:24 AM
(This post was last modified: 07-21-2019, 03:26 AM by Oultimate.
Edit Reason: _
)
I tried to make a plane "PZL M28"
i've done Making a new record in the DB Browser and filled it all up
i've done making the Seat configurations
And my game wont launch
CabinC : 0
Max Classes : 1
Narrative : NULL
Airliner Family : PZL M28
Body : Single_Aisle
CockpitC : 2
Engine : Piston_Engine
FuelCap : 595
Weight : 2300
IsConvertable : True
Length : 13,10
Manufacturer : PZL
CSpeed : 245
Range:1592
FuelConsuption : 0,028
MinRunway:548
Name: PZLS M28
Price : 240000
Produced : 07-04-1984 00:00,04-23-2017 00:00
RangeType : Regional
TypeAirliner : Passenger
Wingspan : 22,6
Exit Limit : 19
Aisles : 1
MaxAbreast : 2
Cabin Width : 173
Cabin Length : 526
(Yes I know its inaccurate)
Heres the SeatConfig
<?xml version="1.0" encoding="UTF-8"?>
<configurations>
<!--PZL 44-->
<configuration type="PZL 44 Wicher" economy="0" premium="0" first="-1" business="0" exitrows="525" emergencyrows="0" toiletrows="525" kitchenrows="525">
<seats>
<seat class="First_Class" type="Standard" pitch="75" width="48"></seat>
</seats>
</configuration>
<!--PZL 4-->
<configuration type="PZL 4" economy="0" premium="0" first="-1" business="0" exitrows="365" emergencyrows="-1" toiletrows="-1" kitchenrows="-1">
<seats>
<seat class="First_Class" type="Standard" pitch="73" width="49"></seat>
</seats>
</configuration>
<!--PZL 27-->
<configuration type="PZL 27" economy="0" premium="0" first="-1" business="0" exitrows="222" emergencyrows="-1" toiletrows="-1" kitchenrows="-1">
<seats>
<seat class="First_Class" type="Standard" pitch="74" width="35"></seat>
</seats>
</configuration>
<!--PZL M28-->
<configuration type="An-38" economy="20" premium="0" first="0" business="0" exitrows="222" emergencyrows="0" toiletrows="-1" kitchenrows="0">
<seats>
<seat class="Economy_Class" type="Standard" pitch="50" width="35"></seat>
</seats>
</configuration>
</configurations>
Please help Game wont Launch