Ekranoplan

Discuss, get help with, or post new graphics for TTDPatch and OpenTTD, using the NewGRF system, here. Graphics for plain TTD also acceptable here.

Moderator: Graphics Moderators

User avatar
Dave
Moderator
Moderator
Posts: 17243
Joined: 26 Dec 2005 20:19
Location: North London

Re: Ekranoplan

Post by Dave »

LaDoncella wrote:ships have been always obsolete :O
Really? Funny that - I use them lots.
Official TT-Dave Fan Club

Dave's Screenshot Thread! - Albion: A fictional Britain
Flickr


Why be a song when you can be a symphony? r is a...
User avatar
Purno
Tycoon
Tycoon
Posts: 16659
Joined: 30 Mar 2004 12:30
Location: Almere, The Netherlands

Re: Ekranoplan

Post by Purno »

Zephyris wrote:Mmm, thanks for the links.

I have coded a preview grf for those who want to have a play with the graphics... The vehicles currently have no statistics but with the links I'm sure I'll be able to make some suitable ones up!
I'd still pixel-tweak some of those big blue areas. :wink:
Contributor to the The 2cc Set and Dutch Trainset. Inventor of the Metro concept. Retired Graphics Artist.
Image Image
Download TT | Latest TTDPatch | OpenTTD | OpenTTDCoop | BaNaNaS: OpenTTD content system | 2048² OTTD scenario of the Netherlands
GRF Codec | GRF Crawler | GRF Maker | Usefull graphics & tools sites | NML Documentation Wiki | NFO Documentation Wiki
All my graphics are licensed under GPL. "Always remember you're unique, just like everyone else."
User avatar
Zephyris
Tycoon
Tycoon
Posts: 2890
Joined: 16 May 2007 16:59

Re: Ekranoplan

Post by Zephyris »

Big fat crunchy gravedigging bump.

Would anyone be interested in finishing up this set? I am (as always at the moment :s) hideously busy in real life but would love to start playing with this set... The graphics are "done" (though as purno says some tweaks would be nice) and all sprites are coded and aligned so it is just a matter of adding vehicle statistics.
User avatar
lawton27
Tycoon
Tycoon
Posts: 1418
Joined: 03 Aug 2009 14:29
Location: Manchester

Re: Ekranoplan

Post by lawton27 »

Zephyris wrote:Big fat crunchy gravedigging bump.

Would anyone be interested in finishing up this set? I am (as always at the moment :s) hideously busy in real life but would love to start playing with this set... The graphics are "done" (though as purno says some tweaks would be nice) and all sprites are coded and aligned so it is just a matter of adding vehicle statistics.
This is probably a year too late, I don't know how to add statistics but I can't imagine it would take too long, I've done some research and put together some game stats, the costs are in £ as that’s what they are recorded in on the wiki, let me know if you need more info:

Orlinok layered:
Weight:

544 tonnes

Speed:

500 km/h

Enter Service:
1979

Capacity:
150 passengers

Cost:
£36,914

ConstructeurPachenkov:
Weight:
844 tonnes

Speed:
450 km/h

Enter Service:
1987

Capacity:
300 passengers

Cost:
£61.523

EkranoplanKM layered:
Weight:
550 tonnes

Speed:
600 km/h

Enter Service:
1987

Capacity:
200 passengers

Cost:
£ 153,808


HUGE EDIT (I missed the bottom three): :oops:
And the rest:

ProjetSukhoi:
Weight:

544 tonnes

Speed:

600 km/h

Enter Service:
1995

Capacity:
250 passengers

Cost:
£167,00


Raketa2:
Weight:

544 tonnes

Speed:

500 km/h

Enter Service:
1965

Capacity:
50 passengers

Cost:
£36,914

SukhoiS90200:
Weight:

850 tonnes

Speed:

500 km/h

Enter Service:
1995

Capacity:
300 passengers

Cost:
£69,914
User avatar
Sensation Lover
Transport Coordinator
Transport Coordinator
Posts: 338
Joined: 26 Feb 2009 09:17
Skype: Aron Bogdan Silviu
Location: Torino, Italy
Contact:

Re: Ekranoplan

Post by Sensation Lover »

nice work... realy nice!!!...
I was in:
Austria,Belgium,Brazil,China,France,Germany,Hungary,Indonesia,Italy,Luxemburg,Malaysia,Mexico,Netherlands,Norway,Panamà,Poland,Romania,
Saudi Arabia,Singapore,Slovenia,Spain,Switzerland,Thailand,U.K.,Ukraine,U.S.A.
User avatar
Simozzz
Traffic Manager
Traffic Manager
Posts: 140
Joined: 09 Aug 2008 12:29
Location: Moscow, Russia
Contact:

Re: Ekranoplan

Post by Simozzz »

...
EkranoplanKM layered:
Weight:
550 tonnes

Speed:
600 km/h

Enter Service:
1987

Capacity:
200 passengers

...
Lawton, you were wrong with KM. You give Lun stats instead.

Maybe I'll try to code it soon, and after that it maybe will be added to WAS.
Sorry for my bad English.
railroadrunner
Engineer
Engineer
Posts: 12
Joined: 13 Sep 2009 10:04

Re: Ekranoplan

Post by railroadrunner »

While interesting, these ekranoplans will be nothing more than glorified hovercrafts as long as there is no change in the speed properties of ships, as I realised while finishing the coding for my own enjoyment.

As of now the speed of ships is determined by a byte whose value is the mph speed * 3.2, giving a maximum speed of 255 / 3.2 = 80 mph, far from the up to 350 mph speed of ekranoplans.

One solution would be to propose an extension of the NFO properties for ships, adding a property for ships, a divider/multiplier, by default set to /3.2 but allowing to specify lower dividers/multipliers for ekranoplans and other unusual "ships".
Doing so wouldn't break compatibility with existing sets or implementations and would allow sets coded with this property to work with older implementations of NFO albeit with slower speeds until TTDP and OTTD picks up the change.
Unfortunately devs may have other priorities, especially since it is probably easier to implement in OTTD than in TTDP.
DaleStan
TTDPatch Developer
TTDPatch Developer
Posts: 10285
Joined: 18 Feb 2004 03:06
Contact:

Re: Ekranoplan

Post by DaleStan »

railroadrunner wrote:Doing so ... would allow sets coded with this property to work with older implementations of NFO albeit with slower speeds until TTDP and OTTD picks up the change.
Negative.

If a property is set that the host (Patch/Open) does not know how to read, the host will refuse to load the GRF. If the host doesn't know about the property, how does it know how many bytes to read?
To get a good answer, ask a Smart Question. Similarly, if you want a bug fixed, write a Useful Bug Report. No TTDPatch crashlog? Then follow directions.
Projects: NFORenum (download) | PlaneSet (Website) | grfcodec (download) | grfdebug.log parser
railroadrunner
Engineer
Engineer
Posts: 12
Joined: 13 Sep 2009 10:04

Re: Ekranoplan

Post by railroadrunner »

Indeed, I knew I surely missed something -_-

Damned, foiled again...

Well, I guess we'll have to live with it until that point reaches some kind of priority or amuses one of the devs.

Thanks for the reminder DaleStan...
User avatar
Simozzz
Traffic Manager
Traffic Manager
Posts: 140
Joined: 09 Aug 2008 12:29
Location: Moscow, Russia
Contact:

Re: Ekranoplan

Post by Simozzz »

I starded coding this before I knew that there is no such byte for speed like RVs have. :oops:
...
Btw, railroadrunner, can you show your work? Or it isn't done yet?
Sorry for my bad English.
User avatar
Zephyris
Tycoon
Tycoon
Posts: 2890
Joined: 16 May 2007 16:59

Re: Ekranoplan

Post by Zephyris »

... nothing more than glorified hovercrafts ...
Glorified hovercraft it is then!
Kogut
Tycoon
Tycoon
Posts: 2493
Joined: 26 Aug 2009 06:33
Location: Poland

Re: Ekranoplan

Post by Kogut »

Is it possible to download ekranoplan grf file from somewhere?
Correct me If I am wrong - PM me if my English is bad
AIAI - AI for OpenTTD
User avatar
Zephyris
Tycoon
Tycoon
Posts: 2890
Joined: 16 May 2007 16:59

Re: Ekranoplan

Post by Zephyris »

You can download a graphics preview here, but bear in mind that there are no correct vehicle statistics... All the vehicles are fast, cheap and have incredibly high capacities.
User avatar
kamnet
Moderator
Moderator
Posts: 8582
Joined: 28 Sep 2009 17:15
Location: Eastern KY
Contact:

Re: Ekranoplan

Post by kamnet »

For an update, back in 2012 Andythenorth mentioned this:
andythenorth wrote:
colossal404 wrote:And unfortunately the maximum speed for boats is 127 km/h (~79 mph)
I have proof (due to a maths mistake in FISH) that this is not the case any more. :twisted:
So perhaps if somebody is looking for something to do over the summer, re-code this set with new/better stats and increased speeds?
Supercheese
Tycoon
Tycoon
Posts: 1660
Joined: 16 Dec 2007 22:24
Location: Idaho, USA

Re: Ekranoplan

Post by Supercheese »

kamnet wrote:For an update, back in 2012 Andythenorth mentioned this:
andythenorth wrote:
colossal404 wrote:And unfortunately the maximum speed for boats is 127 km/h (~79 mph)
I have proof (due to a maths mistake in FISH) that this is not the case any more. :twisted:
So perhaps if somebody is looking for something to do over the summer, re-code this set with new/better stats and increased speeds?
Sadly that quote is not valid, the maximum speed for ships is still 127 km/h. As I mentioned in a different thread, the ship movement handler must be recoded to support higher ship speeds.
Eyecandy Road Vehicles | Fake Subways | Supercheese's NewObjects

"Fashions and cultures change, but steam trains shall always be majestic."
-Professor Hershel Layton
User avatar
kamnet
Moderator
Moderator
Posts: 8582
Joined: 28 Sep 2009 17:15
Location: Eastern KY
Contact:

Re: Ekranoplan

Post by kamnet »

I have gotten sucked into this. So far 32 ekranoplans, ranging from Cold War-era military hardware to new market offerings to experimental and even futuristic designs. These likely aren't very cheap, but I haven't (yet) thought of including costs. Some of the luxury offerings like the Bentley Ares SuperYacht run $2 million. Stats on most of them available below if anybody wants a look.

https://docs.google.com/spreadsheets/d/ ... sp=sharing
User avatar
kamnet
Moderator
Moderator
Posts: 8582
Joined: 28 Sep 2009 17:15
Location: Eastern KY
Contact:

Re: Ekranoplan

Post by kamnet »

So I got an itch to see if I could get some more proper stats into this set. Here is a decoded NewGRF:
[+] Spoiler
// Automatically generated by GRFCODEC. Do not modify!
// (Info version 32)
// Escapes: 2+ 2- 2< 2> 2u< 2u> 2/ 2% 2u/ 2u% 2* 2& 2| 2^ 2sto = 2s 2rst = 2r 2psto 2ror = 2rot 2cmp 2ucmp 2<< 2u>> 2>>
// Escapes: 71 70 7= 7! 7< 7> 7G 7g 7gG 7GG 7gg 7c 7C
// Escapes: D= = DR D+ = DF D- = DC Du* = DM D* = DnF Du<< = DnC D<< = DO D& D| Du/ D/ Du% D%
// Format: spritenum imagefile depth xpos ypos xsize ysize xrel yrel zoom flags
0 * 4 F4 00 00 00
1 * 128 08 08 "RW" 13 "íEkranoplan v0.2a" 00 "Ekranoplan "
"as boats in dual company colours "
"with newIndustry support. By Richard "
"Wheeler (Zephyris) 2007." 00
2 * 170 00 08 01 29 00 09 "PASSTOUR "
" "
" "
" "
" "
" "
3 * 52 00 02 14 // "Antonov Eska"
01 00
00 \w 1960-01-01
02 20
03 05
04 0A
06 0F
08 FF
09 01
0A 01
0B FF
0C FF
0D 28
0F 10
07 11 00 00 00 00
12 00
13 32
14 00
15 5B
17 02
18 D1 01
19 00 00
4 * 48 00 02 14 // "MAI Anotonov An-2E"
01 01
00 \w 2003-01-01
02 20
03 05
04 0A
06 0F
08 FF
09 01
0A 01
0B FF
0C FF
0D 28
0F 10
07 11 00 00 00 00
12 00
13 32
14 00
15 80
17 12
18 D1 01
19 00 00

5 * 52 00 02 14 // "Alexeev KM-1 Korabl Maket"
01 02
00 \w 1966-10-16
02 20 03 14 04 07 06 0F 08 FF 09 01 0A 01 0B FF 0C FF 0D 28 0F 10 07 11
00 00 00 00 12 00 13 32 14 00 15 5B 17 02 18 D1 01 19 00 00

6 * 52 00 02 14 // "Alexeev A-90 Orlyonok"
01 03
00 \w 1972-10-01
02 20 03 0D 04 0A 06 0F 08 FF 09 01 0A 01 0B FF 0C FF 0D 28 0F 10 07
11 00 00 00 00 12 00 13 32 14 00 15 5B 17 02 18 D1 01 19 00 00

7 * 52 00 02 14 // "Alexeev MD-160 Spasatel"
01 04
00 \w 1986-07-16
02 20 03 1A 04 19 06 0F 08 FF 09 01 0A 01 0B FF 0C FF 0D 28 0F 10 07
11 00 00 00 00 12 00 13 32 14 00 15 5B 17 02 18 D1 01 19 00 00

8 * 52 00 02 14 // "Sukhoi S-90 200"
01 05
00 \w 2002-01-01
02 20 03 1E 04 28 06 0F 08 FF 09 01 0A 01 0B FF 0C FF 0D 28 0F 10 07 11
00 00 00 00 12 00 13 32 14 00 15 5B 17 02 18 D1 01 19 00 00

9 * 52 00 02 14 // "Alexeev Raketa-2"
01 06
00 \w 2010-01-01
02 20 03 1E 04 28 06 0F 08 FF 09 01 0A 01 0B FF 0C FF 0D 28 0F 10 07 11
00 00 00 00 12 00 13 32 14 00 15 5B 17 02 18 D1 01 19 00 00

10 * 52 00 02 14 // "Sukhoi Projet"
01 07
00 \w 1995-01-01
02 20 03 1E 04 28 06 0F 08 FF 09 01 0A 01 0B FF 0C FF 0D 28 0F 10 07 11
00 00 00 00 12 00 13 32 14 00 15 5B 17 02 18 D1 01 19 00 00

11 * 52 00 02 14 // "Constructeur Pachenkov"
01 08
00 \w 1995-01-01
02 20 03 1E 04 28 06 0F 08 FF 09 01 0A 01 0B FF 0C FF 0D 28 0F 10 07 11
00 00 00 00 12 00 13 32 14 00 15 5B 17 02 18 D1 01 19 00 00

12 * 52 00 02 14 // "Beriev Be-2500 Neptune"
01 09
00 \w 2025-01-01
02 20 03 1E 04 28 06 0F 08 FF 09 01 0A 01 0B FF 0C FF 0D 28 0F 10 07 11
00 00 00 00 12 00 13 32 14 00 15 5B 17 02 18 D1 01 19 00 00

13 * 52 00 02 14 // "Aerocon Atlantis-1 Wingship"
01 0A
00 \w 2040-01-01
02 20 03 1E 04 28 06 0F 08 FF 09 01 0A 01 0B FF 0C FF 0D 28 0F 10 07 11
00 00 00 00 12 00 13 32 14 00 15 5B 17 02 18 D1 01 19 00 00


14 * 18 04 02 7F 01 00 "Antonov Eska" 00
15 * 4 01 02 02 08
16 ekranoplan/ekranoplan00.png 8bpp 274 8 108 108 -53 -53 normal chunked
17 ekranoplan/ekranoplan00.png 8bpp 402 8 108 108 -86 -35 normal chunked
18 ekranoplan/ekranoplan00.png 8bpp 530 8 108 108 -53 -47 normal chunked
19 ekranoplan/ekranoplan00.png 8bpp 658 8 108 108 -28 -37 normal chunked
20 ekranoplan/ekranoplan00.png 8bpp 2 136 108 108 -53 -53 normal chunked
21 ekranoplan/ekranoplan00.png 8bpp 130 136 108 108 -86 -35 normal chunked
22 ekranoplan/ekranoplan00.png 8bpp 258 136 108 108 -53 -47 normal chunked
23 ekranoplan/ekranoplan00.png 8bpp 386 136 108 108 -28 -37 normal chunked
24 ekranoplan/ekranoplan00.png 8bpp 514 136 108 108 -53 -53 normal chunked
25 ekranoplan/ekranoplan00.png 8bpp 642 136 108 108 -86 -35 normal chunked
26 ekranoplan/ekranoplan00.png 8bpp 2 264 108 108 -53 -47 normal chunked
27 ekranoplan/ekranoplan00.png 8bpp 130 264 108 108 -28 -37 normal chunked
28 ekranoplan/ekranoplan00.png 8bpp 258 264 108 108 -53 -53 normal chunked
29 ekranoplan/ekranoplan00.png 8bpp 386 264 108 108 -86 -35 normal chunked
30 ekranoplan/ekranoplan00.png 8bpp 514 264 108 108 -53 -47 normal chunked
31 ekranoplan/ekranoplan00.png 8bpp 642 264 108 108 -28 -37 normal chunked
32 * 9 02 02 AA 01 01 00 00 00 00
33 * 9 02 02 BB 01 01 01 00 01 00
34 * 13 03 02 01 00 02 00 AA 00 01 AA 00 BB 00


35 * 19 04 02 7F 01 01 "MAI Antonov An-2E" 00
36 * 4 01 02 02 08
37 ekranoplan/ekranoplan00.png 8bpp 50 392 108 108 -53 -53 normal chunked
38 ekranoplan/ekranoplan00.png 8bpp 178 392 108 108 -86 -35 normal chunked
39 ekranoplan/ekranoplan00.png 8bpp 306 392 108 108 -53 -47 normal chunked
40 ekranoplan/ekranoplan00.png 8bpp 434 392 108 108 -28 -37 normal chunked
41 ekranoplan/ekranoplan00.png 8bpp 562 392 108 108 -53 -53 normal chunked
42 ekranoplan/ekranoplan00.png 8bpp 2 520 108 108 -86 -35 normal chunked
43 ekranoplan/ekranoplan00.png 8bpp 130 520 108 108 -53 -47 normal chunked
44 ekranoplan/ekranoplan00.png 8bpp 258 520 108 108 -28 -37 normal chunked
45 ekranoplan/ekranoplan00.png 8bpp 386 520 108 108 -53 -53 normal chunked
46 ekranoplan/ekranoplan00.png 8bpp 514 520 108 108 -86 -35 normal chunked
47 ekranoplan/ekranoplan00.png 8bpp 642 520 108 108 -53 -47 normal chunked
48 ekranoplan/ekranoplan00.png 8bpp 2 648 108 108 -28 -37 normal chunked
49 ekranoplan/ekranoplan00.png 8bpp 130 648 108 108 -53 -53 normal chunked
50 ekranoplan/ekranoplan00.png 8bpp 258 648 108 108 -86 -35 normal chunked
51 ekranoplan/ekranoplan00.png 8bpp 386 648 108 108 -53 -47 normal chunked
52 ekranoplan/ekranoplan00.png 8bpp 514 648 108 108 -28 -37 normal chunked
53 * 9 02 02 AA 01 01 00 00 00 00
54 * 9 02 02 BB 01 01 01 00 01 00
55 * 13 03 02 01 01 02 00 AA 00 01 AA 00 BB 00


56 * 18 04 02 7F 01 02 "Alexeev KM-1 Korabl Maket" 00
57 * 4 01 02 02 08
58 ekranoplan/ekranoplan00.png 8bpp 2 776 108 108 -53 -53 normal chunked
59 ekranoplan/ekranoplan00.png 8bpp 130 776 108 108 -86 -35 normal chunked
60 ekranoplan/ekranoplan00.png 8bpp 258 776 108 108 -53 -47 normal chunked
61 ekranoplan/ekranoplan00.png 8bpp 386 776 108 108 -28 -37 normal chunked
62 ekranoplan/ekranoplan00.png 8bpp 514 776 108 108 -53 -53 normal chunked
63 ekranoplan/ekranoplan00.png 8bpp 642 776 108 108 -86 -35 normal chunked
64 ekranoplan/ekranoplan00.png 8bpp 2 904 108 108 -53 -47 normal chunked
65 ekranoplan/ekranoplan00.png 8bpp 130 904 108 108 -28 -37 normal chunked
66 ekranoplan/ekranoplan00.png 8bpp 258 904 108 108 -53 -53 normal chunked
67 ekranoplan/ekranoplan00.png 8bpp 386 904 108 108 -86 -35 normal chunked
68 ekranoplan/ekranoplan00.png 8bpp 514 904 108 108 -53 -47 normal chunked
69 ekranoplan/ekranoplan00.png 8bpp 642 904 108 108 -28 -37 normal chunked
70 ekranoplan/ekranoplan00.png 8bpp 2 1032 108 108 -53 -53 normal chunked
71 ekranoplan/ekranoplan00.png 8bpp 130 1032 108 108 -86 -35 normal chunked
72 ekranoplan/ekranoplan00.png 8bpp 258 1032 108 108 -53 -47 normal chunked
73 ekranoplan/ekranoplan00.png 8bpp 386 1032 108 108 -28 -37 normal chunked
74 * 9 02 02 AA 01 01 00 00 00 00
75 * 9 02 02 BB 01 01 01 00 01 00
76 * 13 03 02 01 02 02 00 AA 00 01 AA 00 BB 00


77 * 27 04 02 7F 01 03 "Alexeev A-90 Orlyonok" 00
78 * 4 01 02 02 08
79 ekranoplan/ekranoplan00.png 8bpp 594 1032 108 108 -53 -53 normal chunked
80 ekranoplan/ekranoplan00.png 8bpp 2 1160 108 108 -86 -35 normal chunked
81 ekranoplan/ekranoplan00.png 8bpp 130 1160 108 108 -53 -47 normal chunked
82 ekranoplan/ekranoplan00.png 8bpp 258 1160 108 108 -28 -37 normal chunked
83 ekranoplan/ekranoplan00.png 8bpp 386 1160 108 108 -53 -53 normal chunked
84 ekranoplan/ekranoplan00.png 8bpp 514 1160 108 108 -86 -35 normal chunked
85 ekranoplan/ekranoplan00.png 8bpp 642 1160 108 108 -53 -47 normal chunked
86 ekranoplan/ekranoplan00.png 8bpp 2 1288 108 108 -28 -37 normal chunked
87 ekranoplan/ekranoplan00.png 8bpp 130 1288 108 108 -53 -53 normal chunked
88 ekranoplan/ekranoplan00.png 8bpp 258 1288 108 108 -86 -35 normal chunked
89 ekranoplan/ekranoplan00.png 8bpp 386 1288 108 108 -53 -47 normal chunked
90 ekranoplan/ekranoplan00.png 8bpp 514 1288 108 108 -28 -37 normal chunked
91 ekranoplan/ekranoplan00.png 8bpp 642 1288 108 108 -53 -53 normal chunked
92 ekranoplan/ekranoplan00.png 8bpp 2 1416 108 108 -86 -35 normal chunked
93 ekranoplan/ekranoplan00.png 8bpp 130 1416 108 108 -53 -47 normal chunked
94 ekranoplan/ekranoplan00.png 8bpp 258 1416 108 108 -28 -37 normal chunked
95 * 9 02 02 AA 01 01 00 00 00 00
96 * 9 02 02 BB 01 01 01 00 01 00
97 * 13 03 02 01 03 02 00 AA 00 01 AA 00 BB 00


98 * 29 04 02 7F 01 04 "Alexeev MD-160 Spasatel" 00
99 * 4 01 02 02 08
100 ekranoplan/ekranoplan00.png 8bpp 466 1416 108 108 -53 -53 normal chunked
101 ekranoplan/ekranoplan00.png 8bpp 594 1416 108 108 -86 -35 normal chunked
102 ekranoplan/ekranoplan00.png 8bpp 2 1544 108 108 -53 -47 normal chunked
103 ekranoplan/ekranoplan00.png 8bpp 130 1544 108 108 -28 -37 normal chunked
104 ekranoplan/ekranoplan00.png 8bpp 258 1544 108 108 -53 -53 normal chunked
105 ekranoplan/ekranoplan00.png 8bpp 386 1544 108 108 -86 -35 normal chunked
106 ekranoplan/ekranoplan00.png 8bpp 514 1544 108 108 -53 -47 normal chunked
107 ekranoplan/ekranoplan00.png 8bpp 642 1544 108 108 -28 -37 normal chunked
108 ekranoplan/ekranoplan00.png 8bpp 2 1672 108 108 -53 -53 normal chunked
109 ekranoplan/ekranoplan00.png 8bpp 130 1672 108 108 -86 -35 normal chunked
110 ekranoplan/ekranoplan00.png 8bpp 258 1672 108 108 -53 -47 normal chunked
111 ekranoplan/ekranoplan00.png 8bpp 386 1672 108 108 -28 -37 normal chunked
112 ekranoplan/ekranoplan00.png 8bpp 514 1672 108 108 -53 -53 normal chunked
113 ekranoplan/ekranoplan00.png 8bpp 642 1672 108 108 -86 -35 normal chunked
114 ekranoplan/ekranoplan00.png 8bpp 2 1800 108 108 -53 -47 normal chunked
115 ekranoplan/ekranoplan00.png 8bpp 130 1800 108 108 -28 -37 normal chunked
116 * 9 02 02 AA 01 01 00 00 00 00
117 * 9 02 02 BB 01 01 01 00 01 00
118 * 13 03 02 01 04 02 00 AA 00 01 AA 00 BB 00


119 * 21 04 02 7F 01 05 "Sukhoi S-90 200" 00
120 * 4 01 02 02 08
121 ekranoplan/ekranoplan00.png 8bpp 338 1800 108 108 -53 -53 normal chunked
122 ekranoplan/ekranoplan00.png 8bpp 466 1800 108 108 -86 -35 normal chunked
123 ekranoplan/ekranoplan00.png 8bpp 594 1800 108 108 -53 -47 normal chunked
124 ekranoplan/ekranoplan00.png 8bpp 2 1928 108 108 -28 -37 normal chunked
125 ekranoplan/ekranoplan00.png 8bpp 130 1928 108 108 -53 -53 normal chunked
126 ekranoplan/ekranoplan00.png 8bpp 258 1928 108 108 -86 -35 normal chunked
127 ekranoplan/ekranoplan00.png 8bpp 386 1928 108 108 -53 -47 normal chunked
128 ekranoplan/ekranoplan00.png 8bpp 514 1928 108 108 -28 -37 normal chunked
129 ekranoplan/ekranoplan00.png 8bpp 642 1928 108 108 -53 -53 normal chunked
130 ekranoplan/ekranoplan00.png 8bpp 2 2056 108 108 -86 -35 normal chunked
131 ekranoplan/ekranoplan00.png 8bpp 130 2056 108 108 -53 -47 normal chunked
132 ekranoplan/ekranoplan00.png 8bpp 258 2056 108 108 -28 -37 normal chunked
133 ekranoplan/ekranoplan00.png 8bpp 386 2056 108 108 -53 -53 normal chunked
134 ekranoplan/ekranoplan00.png 8bpp 514 2056 108 108 -86 -35 normal chunked
135 ekranoplan/ekranoplan00.png 8bpp 642 2056 108 108 -53 -47 normal chunked
136 ekranoplan/ekranoplan00.png 8bpp 2 2184 108 108 -28 -37 normal chunked
137 * 9 02 02 AA 01 01 00 00 00 00
138 * 9 02 02 BB 01 01 01 00 01 00
139 * 13 03 02 01 05 02 00 AA 00 01 AA 00 BB 00


140 * 22 04 02 7F 01 06 "Alexeev Raketa-2" 00
141 * 4 01 02 02 08
142 ekranoplan/ekranoplan00.png 8bpp 210 2184 108 108 -53 -53 normal chunked
143 ekranoplan/ekranoplan00.png 8bpp 338 2184 108 108 -86 -35 normal chunked
144 ekranoplan/ekranoplan00.png 8bpp 466 2184 108 108 -53 -47 normal chunked
145 ekranoplan/ekranoplan00.png 8bpp 594 2184 108 108 -28 -37 normal chunked
146 ekranoplan/ekranoplan00.png 8bpp 2 2312 108 108 -53 -53 normal chunked
147 ekranoplan/ekranoplan00.png 8bpp 130 2312 108 108 -86 -35 normal chunked
148 ekranoplan/ekranoplan00.png 8bpp 258 2312 108 108 -53 -47 normal chunked
149 ekranoplan/ekranoplan00.png 8bpp 386 2312 108 108 -28 -37 normal chunked
150 ekranoplan/ekranoplan00.png 8bpp 514 2312 108 108 -53 -53 normal chunked
151 ekranoplan/ekranoplan00.png 8bpp 642 2312 108 108 -86 -35 normal chunked
152 ekranoplan/ekranoplan00.png 8bpp 2 2440 108 108 -53 -47 normal chunked
153 ekranoplan/ekranoplan00.png 8bpp 130 2440 108 108 -28 -37 normal chunked
154 ekranoplan/ekranoplan00.png 8bpp 258 2440 108 108 -53 -53 normal chunked
155 ekranoplan/ekranoplan00.png 8bpp 386 2440 108 108 -86 -35 normal chunked
156 ekranoplan/ekranoplan00.png 8bpp 514 2440 108 108 -53 -47 normal chunked
157 ekranoplan/ekranoplan00.png 8bpp 642 2440 108 108 -28 -37 normal chunked
158 * 9 02 02 AA 01 01 00 00 00 00
159 * 9 02 02 BB 01 01 01 00 01 00
160 * 13 03 02 01 06 02 00 AA 00 01 AA 00 BB 00


161 * 19 04 02 7F 01 07 "Sukhoi Projet" 00
162 * 4 01 02 02 08
163 ekranoplan/ekranoplan00.png 8bpp 50 2568 108 108 -53 -53 normal chunked
164 ekranoplan/ekranoplan00.png 8bpp 178 2568 108 108 -86 -35 normal chunked
165 ekranoplan/ekranoplan00.png 8bpp 306 2568 108 108 -53 -47 normal chunked
166 ekranoplan/ekranoplan00.png 8bpp 434 2568 108 108 -28 -37 normal chunked
167 ekranoplan/ekranoplan00.png 8bpp 562 2568 108 108 -53 -53 normal chunked
168 ekranoplan/ekranoplan00.png 8bpp 2 2696 108 108 -86 -35 normal chunked
169 ekranoplan/ekranoplan00.png 8bpp 130 2696 108 108 -53 -47 normal chunked
170 ekranoplan/ekranoplan00.png 8bpp 258 2696 108 108 -28 -37 normal chunked
171 ekranoplan/ekranoplan00.png 8bpp 386 2696 108 108 -53 -53 normal chunked
172 ekranoplan/ekranoplan00.png 8bpp 514 2696 108 108 -86 -35 normal chunked
173 ekranoplan/ekranoplan00.png 8bpp 642 2696 108 108 -53 -47 normal chunked
174 ekranoplan/ekranoplan00.png 8bpp 2 2824 108 108 -28 -37 normal chunked
175 ekranoplan/ekranoplan00.png 8bpp 130 2824 108 108 -53 -53 normal chunked
176 ekranoplan/ekranoplan00.png 8bpp 258 2824 108 108 -86 -35 normal chunked
177 ekranoplan/ekranoplan00.png 8bpp 386 2824 108 108 -53 -47 normal chunked
178 ekranoplan/ekranoplan00.png 8bpp 514 2824 108 108 -28 -37 normal chunked
179 * 9 02 02 AA 01 01 00 00 00 00
180 * 9 02 02 BB 01 01 01 00 01 00
181 * 13 03 02 01 07 02 00 AA 00 01 AA 00 BB 00


182 * 28 04 02 7F 01 08 "Constructeur Pachenkov" 00
183 * 4 01 02 02 08
184 ekranoplan/ekranoplan00.png 8bpp 2 2952 108 108 -53 -53 normal chunked
185 ekranoplan/ekranoplan00.png 8bpp 130 2952 108 108 -86 -35 normal chunked
186 ekranoplan/ekranoplan00.png 8bpp 258 2952 108 108 -53 -47 normal chunked
187 ekranoplan/ekranoplan00.png 8bpp 386 2952 108 108 -28 -37 normal chunked
188 ekranoplan/ekranoplan00.png 8bpp 514 2952 108 108 -53 -53 normal chunked
189 ekranoplan/ekranoplan00.png 8bpp 642 2952 108 108 -86 -35 normal chunked
190 ekranoplan/ekranoplan00.png 8bpp 2 3080 108 108 -53 -47 normal chunked
191 ekranoplan/ekranoplan00.png 8bpp 130 3080 108 108 -28 -37 normal chunked
192 ekranoplan/ekranoplan00.png 8bpp 258 3080 108 108 -53 -53 normal chunked
193 ekranoplan/ekranoplan00.png 8bpp 386 3080 108 108 -86 -35 normal chunked
194 ekranoplan/ekranoplan00.png 8bpp 514 3080 108 108 -53 -47 normal chunked
195 ekranoplan/ekranoplan00.png 8bpp 642 3080 108 108 -28 -37 normal chunked
196 ekranoplan/ekranoplan00.png 8bpp 2 3208 108 108 -53 -53 normal chunked
197 ekranoplan/ekranoplan00.png 8bpp 130 3208 108 108 -86 -35 normal chunked
198 ekranoplan/ekranoplan00.png 8bpp 258 3208 108 108 -53 -47 normal chunked
199 ekranoplan/ekranoplan00.png 8bpp 386 3208 108 108 -28 -37 normal chunked
200 * 9 02 02 AA 01 01 00 00 00 00
201 * 9 02 02 BB 01 01 01 00 01 00
202 * 13 03 02 01 08 02 00 AA 00 01 AA 00 BB 00


203 * 28 04 02 7F 01 09 "Beriev Be-2500 Neptune" 00
204 * 4 01 02 02 08
205 ekranoplan/ekranoplan00.png 8bpp 594 3208 108 108 -53 -53 normal chunked
206 ekranoplan/ekranoplan00.png 8bpp 2 3336 108 108 -86 -35 normal chunked
207 ekranoplan/ekranoplan00.png 8bpp 130 3336 108 108 -53 -47 normal chunked
208 ekranoplan/ekranoplan00.png 8bpp 258 3336 108 108 -28 -37 normal chunked
209 ekranoplan/ekranoplan00.png 8bpp 386 3336 108 108 -53 -53 normal chunked
210 ekranoplan/ekranoplan00.png 8bpp 514 3336 108 108 -86 -35 normal chunked
211 ekranoplan/ekranoplan00.png 8bpp 642 3336 108 108 -53 -47 normal chunked
212 ekranoplan/ekranoplan00.png 8bpp 2 3464 108 108 -28 -37 normal chunked
213 ekranoplan/ekranoplan00.png 8bpp 130 3464 108 108 -53 -53 normal chunked
214 ekranoplan/ekranoplan00.png 8bpp 258 3464 108 108 -86 -35 normal chunked
215 ekranoplan/ekranoplan00.png 8bpp 386 3464 108 108 -53 -47 normal chunked
216 ekranoplan/ekranoplan00.png 8bpp 514 3464 108 108 -28 -37 normal chunked
217 ekranoplan/ekranoplan00.png 8bpp 642 3464 108 108 -53 -53 normal chunked
218 ekranoplan/ekranoplan00.png 8bpp 2 3592 108 108 -86 -35 normal chunked
219 ekranoplan/ekranoplan00.png 8bpp 130 3592 108 108 -53 -47 normal chunked
220 ekranoplan/ekranoplan00.png 8bpp 258 3592 108 108 -28 -37 normal chunked
221 * 9 02 02 AA 01 01 00 00 00 00
222 * 9 02 02 BB 01 01 01 00 01 00
223 * 13 03 02 01 09 02 00 AA 00 01 AA 00 BB 00


224 * 33 04 02 7F 01 0A "Aerocon Atlantis-1 Wingship" 00
225 * 4 01 02 02 08
226 ekranoplan/ekranoplan00.png 8bpp 466 3592 108 108 -53 -53 normal chunked
227 ekranoplan/ekranoplan00.png 8bpp 594 3592 108 108 -86 -35 normal chunked
228 ekranoplan/ekranoplan00.png 8bpp 2 3720 108 108 -53 -47 normal chunked
229 ekranoplan/ekranoplan00.png 8bpp 130 3720 108 108 -28 -37 normal chunked
230 ekranoplan/ekranoplan00.png 8bpp 258 3720 108 108 -53 -53 normal chunked
231 ekranoplan/ekranoplan00.png 8bpp 386 3720 108 108 -86 -35 normal chunked
232 ekranoplan/ekranoplan00.png 8bpp 514 3720 108 108 -53 -47 normal chunked
233 ekranoplan/ekranoplan00.png 8bpp 642 3720 108 108 -28 -37 normal chunked
234 ekranoplan/ekranoplan00.png 8bpp 2 3848 108 108 -53 -53 normal chunked
235 ekranoplan/ekranoplan00.png 8bpp 130 3848 108 108 -86 -35 normal chunked
236 ekranoplan/ekranoplan00.png 8bpp 258 3848 108 108 -53 -47 normal chunked
237 ekranoplan/ekranoplan00.png 8bpp 386 3848 108 108 -28 -37 normal chunked
238 ekranoplan/ekranoplan00.png 8bpp 514 3848 108 108 -53 -53 normal chunked
239 ekranoplan/ekranoplan00.png 8bpp 642 3848 108 108 -86 -35 normal chunked
240 ekranoplan/ekranoplan00.png 8bpp 2 3976 108 108 -53 -47 normal chunked
241 ekranoplan/ekranoplan00.png 8bpp 130 3976 108 108 -28 -37 normal chunked
242 * 9 02 02 AA 01 01 00 00 00 00
243 * 9 02 02 BB 01 01 01 00 01 00
244 * 13 03 02 01 0A 02 00 AA 00 01 AA 00 BB 00
What works sofar:
1. Factual introduction date for most vehicles.
2. Factual vehicle/model lifetimes for most vehicles.
3. Refits for all cargo types.
4. Real/correct names for most vehicles.

What still needs done:
1. Proper costs - if not factual (these things tend to cost millions of dollars, if not billions), then something more realistic and/or expensive.
2. Proper cargo capacities. I don't know where to set this.
3. Zero-cost cargo refits for most cargos. The only one I can think of that should have a refit cost are passengers. Everything else is going to be bulk cargo.
4. If possible, find a hack to get ship speeds higher.

Unfortunately I was not able to uncover any actual specs and stats for the Antonov Eska, Sukhoi Projet, and Constructer Pachenkov. I'm fairly certain the Esta was only a test vehicle to discover the properties of GEV/WIGE vehicles and only carried a pilot, so it's going to be too small for any use other than eyecandy. The other two I found no information on at all, so I made up a date and just left their stats alone for now. Most of the vehicles drawn here were never actually produced, but they did have theoretical specs and some dates, so I assigned what I could, and overall this is starting to look like a much more useful set.
Post Reply

Return to “Graphics Development”

Who is online

Users browsing this forum: GarryG, Google Adsense [Bot] and 61 guests