News:

Simutrans Wiki Manual
The official on-line manual for Simutrans. Read and contribute.

New aircraft

Started by jamespetts, June 01, 2017, 11:48:27 PM

Previous topic - Next topic

0 Members and 2 Guests are viewing this topic.

jamespetts

Having been away from home for a few days without access to my usual development computer, I cannot easily work on the code, but I have been able to work on the pakset. I have found a number of online sources of free 3-d models of aircraft whose licenses permit their use in at least non-commercial games (there are a variety of licenses: I link to the original file in the relevant .dat file). Some of the licences allow redistribution of the models themselves (which I am uploading to Github now, which should help people who want to produce additional aircraft from them), but some only permit redistribution of the rendered images, which will not be uploaded. I am somewhat hampered working on my Linux machine in that it is not compatible with Sketchup in which a lot of the free models are produced, and most of the automatic conversions to Collada or similar formats on the websites are broken (sometimes missing textures, sometimes missing parts, sometimes being entirely blank). I might be able to get further with that when I get back to my Windows computer at home, although I expect that I will need to prioritise the coding by then.

In any event, here is an overview of some of the new aircraft.


A Junkers F.13


A Boeing 274 and a Beech Model 18


A De Havilland Albatross


A Boeing 307 Stratoliner


A Boeing 737-100


A Boeing 737-300


A Boeing 787-8


A De Havilland Canada 3 "Otter"


An Embraerar ERJ-145


A Vickers Vanguard (cargo version depicted; passenger version also available)


A Vickers VC-10 (standard version depicted; super version also available)


Aero Commander 680 and Dornier 228


A comparison of the size of the Boeing 737-100, 737-900ER and 787-8.

There are a few others, not pictured, such as the Junkers W34, Lockheed Vega and De Havilland Dragon Rapide. With the exception of the Vanguard and VC-10, I have not added multiple liveries for these, as texturing is quite a substantial amount of work compared to converting them for use in Simutrans; however, for those who would like to create multiple liveries for these, I have uploaded as many of the models as permissible to the Blender Github repository.
Download Simutrans-Extended.

Want to help with development? See here for things to do for coding, and here for information on how to make graphics/objects.

Follow Simutrans-Extended on Facebook.

Bassem_90

Hi is it possible to do the liveries of Turkish Airlines and middle east airlines A320 and Egypt Air 737-800 ? Thank you :)

jamespetts

It is possible in principle to do any livery - do feel free to modify the aircraft as you please.
Download Simutrans-Extended.

Want to help with development? See here for things to do for coding, and here for information on how to make graphics/objects.

Follow Simutrans-Extended on Facebook.

Bassem_90


jamespetts

I should note that the whole pakset is open source (using the Artistic Licence 1.0), and many of the .blend files used to create the objects are also available (sadly, not all of the aircraft), so you and anyone else are free to modify any of them as you please without asking first.

If you do produce modified versions, I should be very grateful if you could upload them (including sources) for everyone to enjoy, although this is not compulsory provided that you comply with the terms of the Artistic Licence 1.0.
Download Simutrans-Extended.

Want to help with development? See here for things to do for coding, and here for information on how to make graphics/objects.

Follow Simutrans-Extended on Facebook.

Bassem_90

Hi the latest pak 128 Britain nightly is not working. How this can be fixed? It is giving error signal. Thank you

jamespetts

I have replied in the relevant bug report thread. I should be grateful if you would not post the same question twice in multiple threads, as a single bug report should suffice. Thank you.
Download Simutrans-Extended.

Want to help with development? See here for things to do for coding, and here for information on how to make graphics/objects.

Follow Simutrans-Extended on Facebook.

Bassem_90

#7
HI noted sorry for this

---

hi are there any plans for Embraer E-family and sukhoi superjet? thank you :)

jamespetts

Yes, eventually, but there are lots of things that I need to do first. If you would like to have a go at these, do feel free.
Download Simutrans-Extended.

Want to help with development? See here for things to do for coding, and here for information on how to make graphics/objects.

Follow Simutrans-Extended on Facebook.

Milko

Hello James

Actually I'm unable to follow simutrans and only now I see your wonderful work on aircraft!!!!

Splendid!!!!

Giuseppe

jamespetts

I must confess that I cannot take much of the credit for this, as these are all models freely available to download from various sources online whose licences are compatible with the rendered images being used for Simutrans, and the only work that I have done is to adapt them for Simutrans, render them and to write the .dat files.

Unfortunately, many of the licences are not compatible with the models themselves being made available, although some of them are, and those are available on the Github repository.
Download Simutrans-Extended.

Want to help with development? See here for things to do for coding, and here for information on how to make graphics/objects.

Follow Simutrans-Extended on Facebook.

Milko

Hello James

Do you need help in balancing the new planes according to my own?

Giuseppe

jamespetts

Quote from: Milko on September 11, 2017, 12:05:15 PM
Hello James

Do you need help in balancing the new planes according to my own?

Giuseppe


Thank you for the offer of assistance. What sort of balancing had you in mind? Prices and costs I am not concerned with at present because those will need to be rebalanced from scratch using real life data when I have completed a minimum set of balancability features.

For the other attributes, such as the passenger/cargo capacity, takeoff/landing runway lengths, ranges, etc., I have tried to find real life data for this where possible (and note that, for passenger capacity, I am working on a new feature, on the passenger-and-mail-classes branch of both pakset and main code to have separate capacities for separate classes of passenger/mail, which I have implemented on that branch for aircraft as well as updating slightly some of the aircraft on the master branch), but if you believe that you are able to find better data than I have been able to find, then I should appreciate any correction. I have left, I think, quite a few comments in the code indicating where I found the data and in some cases at least where I have had to make an educated guess.

Thank you for all of your help.
Download Simutrans-Extended.

Want to help with development? See here for things to do for coding, and here for information on how to make graphics/objects.

Follow Simutrans-Extended on Facebook.

Milko

Hello James

I would like to focus on the technical data, let me make some examples: in my aircraft the range, weight, and load capacity are calculated on the aircraft data and considering the fuel tank halfway.
Length of the takeoff track is calculated at 0 meters above sea level and 20 degrees centigrade.
The turbofan engine power is calculated by means of a "homemade" formula as there is no way to calculate the one in function of the other.

With regard to prices and costs, I am not the most suitable person for the calculation.

Giuseppe

jamespetts

If you would like to calibrate the range, power, minimum runway length, etc. to be consistent with your aircraft, then, yes, please do; that would be helpful. Thank you. (Please do check the passenger-and-mail-classes branch to check that you have not missed any as there are a number of extra versions, mostly high and low density variants).
Download Simutrans-Extended.

Want to help with development? See here for things to do for coding, and here for information on how to make graphics/objects.

Follow Simutrans-Extended on Facebook.

Milko

Hello James

Junker F13 (a variant) (mail and passenger) (introduced 1920):
Power 126kW (motor has 140kW but there are losses in the trasmission, water pump, alternate....).
Cruise speed 160km/h
Tractive effort 2kN
Weight 1100kg
Payload 500kg
Range 1200km

Or you may use the Junker F13 (fe variant) (mail and passenger) (introduced 1928):
Power 205kW (motor has 228kW but there are losses in the trasmission, water pump, alternate....).
Cruise speed 170km/h
Tractive effort 3kN
Weight 1600kg
Payload 600kg
Range 950km

Actually I don't have access to github, could you update data in github?

Thank's

Giuseppe

jamespetts

Splendid, thank you for that. I have updated this (using the 1920 version) to use your statistics, although I am not sure what to do with the payload for mail/passengers, as the capacity for neither tends to depend on volume rather than weight, so I have left the capacities as they were before.
Download Simutrans-Extended.

Want to help with development? See here for things to do for coding, and here for information on how to make graphics/objects.

Follow Simutrans-Extended on Facebook.

Milko

Hello


The payload is the maximum allowable, for each airplane there is in fact the parameter MTOW (max take off weight) and OEW (operational empty weight). The sum of the weight of: petrol, passengers, luggage, cargo (let's call it total load) can not exceed the difference between MTOW and OEW or the plane could not take off.


There are therefore two limits, one imposed by weight and one by volume, neither of the two can be overcome.


Giuseppe




jamespetts

For passengers, there is usually a fixed number of seats that someone has calculated on the basis of what the aircraft can sensibly carry, so one can just refer to information about the number of seats for that. For mail, however, I am not sure how to calculate a payload taking into account both volume and weight.
Download Simutrans-Extended.

Want to help with development? See here for things to do for coding, and here for information on how to make graphics/objects.

Follow Simutrans-Extended on Facebook.

Milko

#19
Hello

Very little data for the Junkers W34.
Power 298kW
Tractive effort 4kN
Weight 1900kg
Other data are correct.
(I will not have access to github for a rather long time ...  :-[  please update data)

Mail: The mail has a low weight / volume ratio because it is "light" compared to other materials. I saw very little information on the internal cargo volume of the aircraft. I think the only thing to do is to consider only the weight limit without evaluating the limit on the volume.

Giuseppe






Hello

Lockheed Vega

Power 302kW
Tractive effort 3kN
Weight 1500kg
Max Payload 600kg

Giuseppe


Mod note: please avoid making unnecessary double-posts. Edit your last comment instead. :)
~IgorEliezer

jamespetts

Splendid - now incorporated. I have left the mail capacity alone at present, as I suspect that a capacity based solely on weight would yield far too high a capacity. The best thing to do is find some known values for aircraft mail capacities (I think that I managed to find one for a DC-3 once) and extrapolate from those.
Download Simutrans-Extended.

Want to help with development? See here for things to do for coding, and here for information on how to make graphics/objects.

Follow Simutrans-Extended on Facebook.

Milko


Hello James

I would just like to ask you to indicate the maximum load values as a reminder in the .dat file of each plane with a comment (# max payload XXX)

Giuseppe

jamespetts

That is straightforward - I will do that shortly.
Download Simutrans-Extended.

Want to help with development? See here for things to do for coding, and here for information on how to make graphics/objects.

Follow Simutrans-Extended on Facebook.

Milko

Hello James

I have verified that the specific weight of the paper is 0.7-1.15 kg / dm3 (that is between 700 and 1150 kg / m3). Let's assume that the mail has a specific weight three times less in the case that the envelopes are ordered and ten times lower in case of messy envelopes.
The loocked vega has a maximum load of 600kg, which equates to about 1.8 m3 in the case of tidy envelopes or 6 m3 in the case of messy envelopes.
Starting from this example, can we consider that weight is more limiting than volume?

Giuseppe

jamespetts

Quote from: Milko on January 09, 2018, 10:33:05 PM
Hello James

I have verified that the specific weight of the paper is 0.7-1.15 kg / dm3 (that is between 700 and 1150 kg / m3). Let's assume that the mail has a specific weight three times less in the case that the envelopes are ordered and ten times lower in case of messy envelopes.
The loocked vega has a maximum load of 600kg, which equates to about 1.8 m3 in the case of tidy envelopes or 6 m3 in the case of messy envelopes.
Starting from this example, can we consider that weight is more limiting than volume?

Giuseppe

I think that it is very difficult to say without having some actual data on aircraft mail capacity.
Download Simutrans-Extended.

Want to help with development? See here for things to do for coding, and here for information on how to make graphics/objects.

Follow Simutrans-Extended on Facebook.

Milko

Hello James


Data update for Beechcraft 18 (passenger and mail):
Power: 604kW
Tractive effort: 5kN
Speed: 298km/h
payload: 750kg
weight: 3.2t


Giuseppe

jamespetts

Splendid, thank you. Now incorporated.
Download Simutrans-Extended.

Want to help with development? See here for things to do for coding, and here for information on how to make graphics/objects.

Follow Simutrans-Extended on Facebook.

Milko

Hello


Data for boeing 247 (passenger and mail)


Power: 738kW
Tractive effort: 7kN
Weight: 4,5t
Payload: 1750kg


Giuseppe

jamespetts

Splendid, thank you - now incorporated.
Download Simutrans-Extended.

Want to help with development? See here for things to do for coding, and here for information on how to make graphics/objects.

Follow Simutrans-Extended on Facebook.

Milko

Hello James


Dh 91


Power: 1411kW
Tractive: 11kN
Payload: 454kg


And two different data for mail and passenger:
Mail weight=11,3 - Range=5300km
Passenger weight=10,1 - Range=1630km


Giuseppe

jamespetts

Splendid, thank you: now incorporated.
Download Simutrans-Extended.

Want to help with development? See here for things to do for coding, and here for information on how to make graphics/objects.

Follow Simutrans-Extended on Facebook.

Milko

Hello James
dragon rapid (passenger and mail):
Power: 268kW
Tractive effort: 3kN
Weight: 1,6t
Payload: 860kg
Mail version: in the dat file is missing "engine_type=petrol"
----------

ju-52:
Power: 1286kW
Tractive effort: 15kN
Weight: 6,9t
Payload: 2350kg
Giuseppe


jamespetts

Splendid, thank you: changes now incorporated.
Download Simutrans-Extended.

Want to help with development? See here for things to do for coding, and here for information on how to make graphics/objects.

Follow Simutrans-Extended on Facebook.

Milko

Hello James


Data for lockheed l10 electra:
Power: 604kW
Tractive effort: 5kN
Weight: 3,2t
Payload: 1560kg


Data for lockheed l9 orion:

Power: 386kW
Tractive effort: 4kN
Weight: 1,9t
Payload: 500kg (1kg=1 simu mail?)
speed: 282km/h


Giuseppe


jamespetts

Splendid, thank you: now incorporated.
Download Simutrans-Extended.

Want to help with development? See here for things to do for coding, and here for information on how to make graphics/objects.

Follow Simutrans-Extended on Facebook.