Everything posted by stonelance
-
No MS Flight after HD crash update
I've heard of several people have this problem or something similar, but no idea why. Here are a couple investigation related questions: If you look in the registry, what is the value of DLCBasePath under HKCU\Software\Classes\SOFTWARE\Microsoft\XLive? Does the path in that registry key exist? How about the subdirectory 4d5308d2\00000002 under it? Is there anything in it? Can you post your %localappdata%\Flight Tools\Flight Toolkit\Configurator.config? And %localappdata%\Flight Tools\Flight Toolkit\xlive.log as well? You can also email them to me at [email protected]
-
new some help with w new install
Where did you download it form, and how did you install Flight? That is a really weird error.
-
Flight Toolkit 1.1.28
Ok, it should be gone now.
-
Flight Toolkit 1.1.28
Not right now. I didn't want to add that in case people used it maliciously. I think I can easily delete it for you and you can resubmit it. Which one do you need to change?
-
Flight Toolkit 1.1.28
You should be specifying the image from your local hard drive and the tool will upload it to my ftp as part of the submittal process.
-
DTG released their Flight School today
I thought the same thing, but it is a bit different. Many people didn't like the design choices in Flight (some of them even without fully trying everything it had to offer), and it was not criticism of the technical capabilities or polish. It sounds like the opposite sort of complaints with Flight School. I'm sure they will fix some of the bugs with time, but some of the criticisms are something that is just part of the 10 year old FSX tech and will probably not change for DTG Flight Sim either. With DTG Flight Sim you will be paying for FS11, but it is the FS11 that would have been 8 years ago, not the one that people would expect in 2016.
-
Flight Toolkit 1.1.28
Yeah, should be in degrees, but maybe the decimal is screwing something up? Heading probably shouldn't matter for aerocaches anyway since their direction doesn't really matter.
-
Unable to download addons in NonGFWL mode with Addon Manager
Ok, fixed. Apparently the tech who was helping to fix the problem renamed one of my files on the server and didn't tell me...
-
Flight Toolkit 1.1.28
Alaska is no longer needed.
-
Flight Toolkit 1.1.28
Ok, i'll try to take a look. What language are you using?
-
Unable to download addons in NonGFWL mode with Addon Manager
It was probably related to the website being down. Try again.
-
Flight Toolkit 1.1.28
Ok, it should be up and running. Apparently the web app stopped running on the server. As another positive note, I think I figured out the problem that was breaking the aerocache submitting process to be broken. You guys should now be able to submit new aerocaches via Addon Manager. I also added a post for 1.1.28 and a link to cyberix's Flight Monitor.
-
Flight Toolkit 1.1.28
Apparently it is. Thanks! I guess I'll have to figure out why tomorrow...
-
Flight Toolkit 1.1.28
Looks like you are missing the VC++ 2015 x86 redist. https://www.microsoft.com/en-us/download/details.aspx?id=48145 Make sure you pick X86
-
Flight Toolkit 1.1.28
It is not a CPU type issue. This issue is most likely because there is a dependency missing, but it doesn't look like you scrolled down in the module window in DependencyWalker, so I can't see what it is. The options are pretty limited though: VC++ 2015 x86 redist (not the x64 one!), .NET Framework (I think you need 4.5.2), or the DX SDK redist at usually one of the culprits. The dependencies should get installed automatically but I've seen for some people they don't for some weird reason.
-
Flight Toolkit 1.1.28
Works for me... Does that file actually exist in the same folder? Maybe your install was corrupted somehow.
-
Flight Toolkit 1.1.28
It is only enabled in mission editing mode, so not exactly, but you could probably have an empty mission in your addon for development purposes and "edit" that while you are building scenery. I can look into adding a button to do all that automatically so you don't have to add temp files to your addon.
-
Flight Toolkit 1.1.28
No, shouldn't really be any changes there.
-
Flight Toolkit 1.1.28
http://www.flighttoolkit.com/Downloads/FlightToolkit_1_1_28.zip Major Changes: - Rebuilt all tools with VS 2015. If you have trouble running please install the x86 VC++ Redist manually: https://www.microsoft.com/en-us/download/details.aspx?id=48145 - Changed the IPC method between the tools and Flight. This will break cyberix's Flight Monitor tool. I've provided the changes to him earlier so he should have an updated version soon. - Added support for multiple clients connected via IPC at the same time. You can now have Addon Builder and SimDataEditor connected at the same time (or other tools such as Flight Monitor) - Added support for entering OPT mode. This requires manually adding a mission to your addon in Addon Builder, and clicking refresh in the content pane, selecting the mission asset in the content pane, and then clicking the blue pencil in the toolbar. This will spawn you in slew mode over Hilo and you will need to use SimDataEditor to move to another location if the mission does not start there. This allows previewing the placement and orientation of mission objects and triggers. Minor changes: - Added and clarified some variables and units in SimDataEditor - Fixed switching between aircraft with different numbers of engines and fuel tanks in SimDataEditor - Updated the default ConversionOptions file - Fix bug where failed export would just hang at the progress bar. - Fix bug where ModelConverter would crash if there were no animations - Change Renderer to make use of async await style - Add error messages and better error handling to Renderer\Asset Viewer - Add loading spinners to Asset Viewer - Updated several middleware libraries - Update MaterialVariationAsset to take advantage of CustomTypeDefinitions to better show the material map in the PropertyGrid. - Add support for SoundAsset - Enable horizontal scroll bar in Addon Buidler asset PropertyGrid - Add better error messages to installer CustomAction - Add support for more animation curve types in MSF
-
New install of Flight and Toolkit recommendations?
If you are doing multiple conversions with different content you need to make sure to delete all the content in the FSX conversion output folder, otherwise some things may not get converted.
-
Just some interesting numbers.
You mean on steam? PC sales pale in comparison to console these days.
-
Just some interesting numbers.
Interestingly, it is higher than Train Simulator, so they have more concurrent players on their (old re-released) flight sim than their train sim.
-
Just some interesting numbers.
Yeah those numbers are morel like what I expected... 4k concurrent players still doesn't seem like much though. I guess there are still a lot of people that didn't buy it on Steam, so this wouldn't account for them.
-
Just some interesting numbers.
Where is that information shown?
-
Toolkit Converter arguments
/a is the same as /saveAddon. Just a shorter version. I'll add some extra documentation to make that clear.