Special Aircraft Service

Please login or register.

Login with username, password and session length
Advanced search  
Pages: [1] 2   Go Down

Author Topic: An Overview  (Read 7136 times)

0 Members and 1 Guest are viewing this topic.

baders

  • member
  • Offline Offline
  • Posts: 21
An Overview
« on: August 19, 2016, 01:37:51 AM »

Hi there Stainless and all. I am just getting the urge to get back into combat flight sims. An older model I am, having started with what was Air Warrior way back accessing through GEnie. (What is GEnie I hear the youngsters ask). Came up through Confirmed Kill/Warbirds/IL2 and became a developer for "sicks" (Sylvan Clebsch) Targetware/Target Rabaul. Sadly, sick pulled the plug on Targetware core code and that was that. Been looking for a project ever since.

Your project looks very interesting. Is there an overview of it or what you have in mind ?

Will it be modular (as in Targetware eg. different theatres) ?
Are you writing the engine yourself ?
Will it be open to modding by community ?
Will it have an online capability ?
What security (anti cheat etc) will it feature ?

I do apologise if these questions are answered elsewhere.
Logged

Stainless

  • moderator
  • member
  • Offline Offline
  • Posts: 1531
Re: An Overview
« Reply #1 on: August 19, 2016, 02:42:49 AM »

Will it be modular (as in Targetware eg. different theatres) ?

Yes.

Quote
Are you writing the engine yourself ?

It's looking that way. I have been looking at various existing engines, including UE4, but none of them can do everything I need.

Quote
Will it be open to modding by community ?

Yes. Totally. Even the source code will be available.

Quote
Will it have an online capability ?

Yes.

Quote
What security (anti cheat etc) will it feature ?

Whatever I can come up with down the line.
Logged

baders

  • member
  • Offline Offline
  • Posts: 21
Re: An Overview
« Reply #2 on: August 19, 2016, 02:52:33 AM »

Thank you ! Does an overview of what you want to achieve exist ? What stage are you up to (pre pre Alpha) ? Millions of questions with apologies.
Logged

Stainless

  • moderator
  • member
  • Offline Offline
  • Posts: 1531
Re: An Overview
« Reply #3 on: August 22, 2016, 02:27:53 AM »

I'm still getting the base technology to work.

I've written a flight dynamics model, but I'm not happy with it and I am going to write it again.

I've written code to read and animate the 3D objects from this site.

I am now writing code to read and display the maps from this site.

When I get the three things working I will be able to do a demo of just a terrain patch with an aircraft you can fly around.

The the real hard work begins. Make it look pretty, make it a game instead of a technology demo. All the fun stuff.
Logged

Koty

  • Mr. MiG
  • Modder
  • member
  • Offline Offline
  • Posts: 2274
  • It's a MiG!
Re: An Overview
« Reply #4 on: August 22, 2016, 02:29:33 PM »

Would it be technologically possible to have player-operated ground units as well?
Logged
If I don't have to do it, I won't. If I have to do it, I'll make it quick.

Stainless

  • moderator
  • member
  • Offline Offline
  • Posts: 1531
Re: An Overview
« Reply #5 on: August 23, 2016, 02:58:01 AM »

Yes,

Don't see why not.

Might even be some fun different levels for the single player game if you had to drive to the airfield while under attack.

Hmmm like that idea.
Logged

Koty

  • Mr. MiG
  • Modder
  • member
  • Offline Offline
  • Posts: 2274
  • It's a MiG!
Re: An Overview
« Reply #6 on: August 23, 2016, 03:29:14 PM »

Or for example drive a tank while under cover/attack from the air.

Possibilities would be endless. With working ammo however.
Logged
If I don't have to do it, I won't. If I have to do it, I'll make it quick.

Stainless

  • moderator
  • member
  • Offline Offline
  • Posts: 1531
Re: An Overview
« Reply #7 on: August 24, 2016, 02:33:19 AM »

It's one of the things I have been thinking about for a while, real historical missions with as many of the details correct as possible.

Then tie them into the game story line so your performance really does affect future missions.

Like the air attack on Rommel, taking on Richthofen, etc.

Could be really nice for the single player game and a fun short mission for multiplayer.
Logged

Pursuivant

  • member
  • Offline Offline
  • Posts: 711
Re: An Overview
« Reply #8 on: August 29, 2016, 03:51:13 AM »

I am now writing code to read and display the maps from this site.

Will it be possible to create new maps which allow terrain elevations higher than 5,000 m?

Current IL2 maps don't allow higher elevations which make it impossible to produce good-looking maps of high mountain areas (notably the Caucasus and Himalayas).
Logged

Stainless

  • moderator
  • member
  • Offline Offline
  • Posts: 1531
Re: An Overview
« Reply #9 on: August 30, 2016, 02:30:04 AM »

Sure.

I'll just have support for 16 bit greyscale images.

Currently you only have 8 bits, so if the max height is 5000 meters, then the scale is 5000/256  = 19.53125.

16 bits at the same scale will give you a max height of 1,280,000 meters.   Probably too much IMHO.

I would probably use a different scale say 15000/65536 = 0.2288818.

This will not only give you a greater max height, but also more accuracy.
Logged

Koty

  • Mr. MiG
  • Modder
  • member
  • Offline Offline
  • Posts: 2274
  • It's a MiG!
Re: An Overview
« Reply #10 on: August 30, 2016, 03:09:21 AM »

Wow, 0.2m per average? That would be awesome. But it also would make the map folders really big...

Also preferential detailing would be nice - as in - that we can make some areas more detailed. (As currently in IL-2, the height map is for each 50 m of distance.)
Logged
If I don't have to do it, I won't. If I have to do it, I'll make it quick.

Stainless

  • moderator
  • member
  • Offline Offline
  • Posts: 1531
Re: An Overview
« Reply #11 on: August 30, 2016, 08:54:03 AM »

Actually it looks like each pixel of a height map represents 200 Meters in IL2.
Logged
Pages: [1] 2   Go Up
 

Page created in 0.074 seconds with 27 queries.