-
Posts
21618 -
Joined
-
Last visited
-
Days Won
20
Content Type
Profiles
Forums
Events
Everything posted by SkateZilla
-
There's a few problems with this: A. Removing all and giving a player a generic skin, when online, if a player chooses a dark camo, and you don't have it, it will represent the player in a generic grey livery, or something that stands out more, causing desync in player visuals and essentially cheating by making players non-camouflaged. B. When I polled server admins of the popular servers, they choose to have them installed, so Even if ED says "Make AI Skin Packs optional downloads", as soon as you try to play MP, most if not all server admins will have the packs installed, thus creating more MP Environment separation. Object textures and liveries are part of the core. If it's total DCS Install Size that's bothering you, then there are other aspects that take of space that have more of a reason to clean/fix than current CoreMods Liveries. This entire thread exists because SSD Prices 4 Years ago were insane. now you can get 4TB for $200 Easily 2TB for $100 etc. Market Storage Medium Prices (and their inflation) should not dictate how DCS is developed.
-
What's the Difference between a Rocket and a Missile? According to everyone I know in the Navy, Guidance. APKWS Takes a unguided rocket, and gives it guidance, thus becoming a missile. older aircraft it was simply adding the guidance section, and firing them like normal rockets. newer aircraft SMS & DFCS need to know the weight of these items, the Guidance section alone adds 30lbs, x however many are loaded into the launcher x however many launchers are loaded.
-
should be as simple as converting number value from control to string, then replacing characters ie for VB: If System.Threading.Thread.CurrentThread.CurrentCulture.NumberFormat.NumberDecimalSeparator = "," Then Try Dim VALUE_SLIDER = (TrackBar_USER_VALUE.Value).ToString If VALUE_SLIDER.Contains(",") Then VALUE_SLIDER = VALUE_SLIDER.Replace(",", ".") End If Catch Ex As Exception End Try End If ** Fixed a Typo **
-
I had the same problem, w/ newer versions of .net the country code doesnt inherit or force like it did before. So math on my machine returns x.xx, but if someone's localization is set to German, it returns x,xx. I had to tell .net to replace the localization separators for that region and force it to save strings as x.xx.
-
Anyone can compile systems, the Visual Studio files are there, only some parts outside of the SDK are missing.
-
A-4E-C is a 100% Original module, not a mod of an existing module, they didnt circumvent anything. The team developed all of their systems from scratch, they have their source code for the DLLs to make changes and re-compile them. If anyone wants an F-5E Export Version, with systems not already part of the F-5E-II they'd have to code all the systems from scratch and compile the DLL.
-
ED cant just throw mods into the core for multiple reasons: A. Licensing, most mods use models that acquired thru 3rd Party Sites that have strict License agreements. B. Support, the Mod would need to be supported and the mod owner would have to have an agreement with ED to submit their work to ED to be included in each patch. C. Trademark Licensing, ED would have to pay for any TMs included in the Mod as it would be part of a commercial product, as a free distributed mod, it does not. There are a dozen or so more reasons, but those are the main 3.
-
Are you using the default path \Program Files (x86)\Tacview\? or another location, it might be a user path issue, like I said, I'll likely re-write it w/ a select folder dialog that way a user can choose 64/32 bit if they so choose. in the log, during the startup checks, ~ line 135, you'll see: 09/09/2023 | 09:29:43 PM | CHECK | Checking for Tacview Software 09/09/2023 | 09:29:43 PM | CHECK | Checking Default Path it should say whether or not it was detected, As stated above, I think there might be something hinky with user paths / check and trying to pull the icon, if you are using a custom user path instead of the default install path.
-
Less memory usage in 32-Bit Mode? Either way, a quick rewrite of the Check function may be needed, as Loading the Icon is part of that function, but if Logs say it's detected and installed, it's simply not able to access the file to pull the icon from it, however, if logs show its not detected as installed, then it's a "Check" function path issue. and the Launch Function is able to launch despite the Check Function not able to verify the file / directory exists.
-
IIRC, the function is coded for the 64.exe, so the "Check" looks for that exe, and if its there, it pulls the icon from it, since your pointing to the non 64.exe it's not pulling an icon, as the check is looking for a different file. I'll have to double check it, but I'm confident that's the case, in which all I have to do is augment the "check" function for both the 32bit and the 64bit exe depending on which one the user selects.
-
Assign them in Mission Editor as "00" instead of "200", and paint the "2" on the nose section.
-
Please make the stablators sag when you shut down.
SkateZilla replied to SickSidewinder9's topic in Wish List
bleed off the hydraulic pressure. -
for the record, if ED decided to pursue a solution, I wouldnt expect it to be a quick turn-around, as it would require a lot of re-writing viewport codes.
-
Graphics Rendering is never ending, in the time it takes you to build the model and animated it, the technology has changed, and you have to go back and revise it, If the community had any idea how many times I had to go back and re-do the Super Hornet Model to confirm to new standards, they'd lose their minds. But that's me, my Level Of Detail / Standards are very high, to the point where, the source model I licensed is likely going to be augmented by laser scanned datapoints to correct the shape, and re-doing the UVW Maps and moving to higher resolutions etc.
-
IMHO, Coming from someone that does Cinematic Rendering as well as Models for Games: Mesh Creation and UVW Unwrapping and Texture Template Creation is 90% of the work. So, not to sound like I'm belittling anyone's work, Licensing a Prebuilt/textured model is basically jumping to the finish line sort to speak, The standard 200 Arg Animations for DCS, I can do in a day, if the connectors and pivot points are already rigged in the model. if not it will likely be around a week, to properly align and rig all the controllers, connectors, and pivot points for each item that will be animated. now if I want to do damage and expanded animations (likely 500+) it would take even longer.
-
Small Correction, The Community Modder's License Models and roughly convert them to DCS every week. (Mainly from TurboSquid), In Which case, most of those Models have a non-commercial license agreement which prevents it from being integrated into the sim commercially. and most of the time, when I say "rough" conversion, I mean textures adjusted, and main things (Gear, Canopy) animated, w/ zero to no damage modelling, or work put into a proper integration. That's not to say there are teams that build their own models, but at the Level of Detail needed for DCS< I highly doubt they build, separate, animate, and have it 100% in game in less than a few months.