Special Aircraft Service

Please login or register.

Login with username, password and session length
Advanced search  
Pages: 1 ... 12 13 14 [15] 16 17 18 ... 51   Go Down

Author Topic: Weekly progress report  (Read 127790 times)

0 Members and 11 Guests are viewing this topic.

Ibis

  • member
  • Offline Offline
  • Posts: 145
Re: Weekly progress report
« Reply #168 on: October 12, 2016, 10:14:39 PM »

  The very best of luck in your endeavours Stainless.
Logged

DarkBlueBoy

  • Supporter
  • member
  • Offline Offline
  • Posts: 674
  • Learning slowly...
Re: Weekly progress report
« Reply #169 on: February 02, 2017, 01:48:54 AM »

Hi Stainless! I just wondered (like many I am sure) if there was anything to report on your wonderful endeavour? Please don't see this as one of those pesky "more pics" type demands! :) All the best and hope your new job is working out well for you! :)
Logged

Stainless

  • moderator
  • member
  • Offline Offline
  • Posts: 1534
Re: Weekly progress report
« Reply #170 on: February 02, 2017, 02:02:47 AM »

My new job has taken most of my time, but I am still working on bits and pieces.

I have started collating large amounts of data on air force strengths, in the sort of detail I need. So not just they had X aircraft of type Y.

I have started a database which has every scrap of data available in it.

Commanding officers, pilots, known combats, airfields, everything.

The tool I have written to do this outputs a HTML website as well as source code. So at some stage I will publish the data for all of you to use.

I've also got heavily into Amazon Lumberyard. Even had a meeting with JC Connors who is "the man" when it comes to Lumberyard.

So I am bringing chunks of the code I have already written into Lumberyard so I can start using that as a renderer.

So in short, still working, but not a lot to show.
Logged

Ibis

  • member
  • Offline Offline
  • Posts: 145
Re: Weekly progress report
« Reply #171 on: February 02, 2017, 02:58:07 AM »

 So very glad to see you are still motivated to continue
this project.
 all the best,
    Ibis
Logged

Pursuivant

  • member
  • Offline Offline
  • Posts: 711
Re: Weekly progress report
« Reply #172 on: February 07, 2017, 10:36:20 PM »

I have started collating large amounts of data on air force strengths, in the sort of detail I need. So not just they had X aircraft of type Y.

Not to be a jerk, but there are plenty of airplane geeks who can get you the sort of detailed historical info you've described, and not so many people who are experienced professional flight sim coders.

Don't be afraid to ask for help with the "fluff" (historical details and ambience) and with the geeky research bits.
Logged

DarkBlueBoy

  • Supporter
  • member
  • Offline Offline
  • Posts: 674
  • Learning slowly...
Re: Weekly progress report
« Reply #173 on: February 08, 2017, 01:54:34 AM »

Thanks for the update Stainless. It is really great news that despite you being fully busy in real life you are still working on this. Really appreciate it.
Logged

Stainless

  • moderator
  • member
  • Offline Offline
  • Posts: 1534
Re: Weekly progress report
« Reply #174 on: February 08, 2017, 02:06:58 AM »

 :D

I have mate, I have.

If I can give real specific questions, then people really do help, and I am very grateful.

However I need a large amount of well structured data, and it's the structure that's key.

For example I asked about air force strengths at the start of the battle of Britain and I got a load of really good web links, but they are web links.

To get them into a game, they need a lot of work. I need to extract the hard data from the HTML and get it into code.

And because I need the data to be as small as it can be in the game, that means a lot of background work.

Say I know that the Luftwaffe had a squadron of Me109b's and was based at Cannes. I know the number of serviceable aircraft and the number of available pilots.

What I need to do for the game is....

  • Create a record of the airfield.
  • Create a record of the squadron
  • Create a record of the aircraft

Each of those will have a whole load of data attached to it.

Airfield
  • Location
  • Runway map
  • Start operating date
  • End operating date
  • Defences

Squadron
  • Name
  • Start date
  • End date
  • List of commanding officers

And so on.

Then I can create a record for the deployment.

Which will be something like this.

Code: [Select]
struct Deployment
{
     uint  Airfield;
     uint  Start;
     uint  End;
     uint  Aircraft;
     uint  Servicable;
     uint  Damaged;
     uint  Pilots;
     uint  Injured;
};

Then, and only then, does the data become really useful.

Now if any of you are willing to help create something like this, man would I be happy.  ;)


Logged

hello

  • member
  • Offline Offline
  • Posts: 287
  • aka Aufpassen! aka Alfie!
Re: Weekly progress report
« Reply #175 on: February 10, 2017, 03:40:25 AM »

Hi there Stainless, any change of a progress report of some sort?
I have developed a habit of perusing this thread and fantasizing about what might be(come) possible.
Please help out this poor addict ;)
Best regards
Logged

Stainless

  • moderator
  • member
  • Offline Offline
  • Posts: 1534
Re: Weekly progress report
« Reply #176 on: March 01, 2017, 05:32:40 AM »

I am still working, at the moment I am spending money  >:(

I have just bought a load of books detailing RAF operations during the battle of Britain and I am in the process of converting the data into something useful.

Boring work, but at least it's progress.
Logged

hello

  • member
  • Offline Offline
  • Posts: 287
  • aka Aufpassen! aka Alfie!
Re: Weekly progress report
« Reply #177 on: March 01, 2017, 12:01:52 PM »

Good to hear and thanks for your efforts! Keeps this addict happy for a while :)
Logged

Cheyenne

  • member
  • Offline Offline
  • Posts: 56
    • Virtual 97th Bomb Group (H)
Re: Weekly progress report
« Reply #178 on: March 19, 2017, 10:54:06 PM »

Stainless here is a link to the 8th Air Force, it has all most every thing you need if you are building air fields for England.
It gives the names of the fields and most of the location and how the air fields looked, and what groups were assign there.
Hopes this helps you.  http://8thafhs.com/
Also have more infro on the Italy bases used by the 15th USAAF
Logged

Kopfdorfer

  • member
  • Offline Offline
  • Posts: 2160
  • PULVERIZER
Re: Weekly progress report
« Reply #179 on: March 20, 2017, 07:01:44 AM »

Hi Stainless,

                   I am aware of your project , though not following your progress regularly.
                   Concerning your data search , there is a site that provides a great deal of info
                   you seek in a manner that would make a significant amount of the data collection ,
                   at least in one place.
                   The site is called "History of War" , and I have found its data to be quite dependable
                   insofar as I have investigated.
                   To use it in the simplest manner , Google the Squadron you want info on ,
                   say 242 Sqdn RAF.
                   If you examine the links listed by Google you will find this one :
                   
                  http://www.historyofwar.org/air/units/RAF/242_wwII.html

                  If you know the number of the squadrons you are researching , no need to Google again ,
                  just change the Sqdn number in the address bar.
               
                  The nice thing about this site , is that is usually uses a bibliography for the source materiel
                  so you can verify it.

                  Good Luck

                  Kopfdorfer
Logged
Pages: 1 ... 12 13 14 [15] 16 17 18 ... 51   Go Up
 

Page created in 0.046 seconds with 24 queries.