Dev WNP78 Comments

  • TESTING THE BETA UPDATE V1.10 4.8 years ago

    @StavinairCaeruleum the line has always been the same that for technical reasons (having to support ARM64 and therefore not being able to use Mono), scripted mods are not going to be available on Android. The mods menu is still there because:

    • There are some mods (Overload and Fine Tuner) that are bundled with the game and thus will work on any platform out of the box
    • Mods without scripts (some maps, map plugins, designer plugins) can also work on Android as they are just content and do not execute code.

  • 1.10 Beta is now available 4.8 years ago

    @AnoniMosu Thanks for the report, the issue should be fixed in the next beta patch. But by the way, Activate1 = true means exactly the same as Activate1, so there's little point writing it.

  • 1.10 Beta is now available 4.8 years ago

    @AnoniMosu Please could you submit a bug report with an example that reproduces that bug. The link is in the pinned comment right above.

  • TESTING THE BETA UPDATE V1.10 4.8 years ago

    @FlipposMC yeah, I put FT support in most activationGroup inputs but didn't bother with the beacon lights since they have the input field already there.

    +1
  • TESTING THE BETA UPDATE V1.10 4.8 years ago

    Sorry about the bugs. The thing with those TypeLoadExceptions was a Unity migration issue with the multiplayer mod that was compiled with Unity 2018. I'm working on that now. And the for beacon light thing, put FT stuff in the input field, instead of activationGroup.

  • Funky Trees Guide - Updated for 1.10 4.8 years ago

    @MisterT Since the update is in beta right now, I'm not going to add the new stuff quite yet. If I get time once it's fully released, I might go through and update it.

  • Simpleplanes on PC without STEAM 4.8 years ago

    @brians1209 Humble bundle also says that it has a DRM-free download so that should work without steam too I think.

    +1
  • Simpleplanes on PC without STEAM 4.8 years ago

    There's a page on the website with purchasing options. In this case, if you want to avoid steam I'd recommend GOG. It's DRM-free with no online activation required to play.

  • 1.10 Beta is now available 4.8 years ago

    @officialryanyang I had that issue the other day. Try restarting steam or something, it should work eventually.

  • [BUG]YOU CAN CHANGE ROCKET SIZE BY “NAME” function 4.8 years ago

    This is actually a bug with Overload. It generates the first page (the Part settings) for even the attributes that aren't there. For instance if the scale of a part is at it's default setting, then the scale attribute won't appear in the XML. Overload adds these hidden attributes for you on their default settings. In this case, overload assumes the default scale for a part is 1,1,1, but then @HellFireKoder came along and made the default scale for the rocket part 0.7,0.7,0.7. When it's at it's default value, it doesn't show up so overload automatically fills it in as 1,1,1, scaling it up from what it actually was at 0.7.

    +1
  • One-way glass technology demonstrator. 4.8 years ago

    @Dad it was hard making the selected material... I wanted people to be able to see the unedited glass material when it was selected so they could tweak the opacity slider and see how it looks. If there's problems with depth perception I guess we better add VR lmao.


    I also don't get how the auto-hide feature makes panelling difficult. If you set override hide, then it's basically disabled.

    +9
  • One-way glass technology demonstrator. 4.8 years ago

    If you want, you can also set overrideHide to true in the XML and then set hideFront or hideBack as you like, since they won't auto-update any more

  • A thing that will make paneling glass WAYYYYYYY easier... 4.8 years ago

    Unless you want to upgrade to full raytracing there's no all-catching way to deal with intersecting transparent pieces. Usually, the rendering engine draws a "depth buffer" which stores the depth of every pixel that has been drawn, but when you have transparent things you have multiple objects drawn at one pixel, so it can't work properly. Unity tries it's best to render each object in the right order but when they intersect that doesn't work too well. So just don't go mad with the glass intersecting and it should be alright.

    +4
  • 1.10 Beta is now available 4.8 years ago

    @altaccount it's not really a decimal number, it's the major version (1) and minor version (10), separated by a .

    +2
  • New update bug: The underwater Camera(????) 4.8 years ago

    This has been found and was fixed by Andrew for the next round of beta testing.

    +7
  • Aero L-39 Albatros 4.8 years ago

    Nice plane by the way, hope you didn't mind me using it on the blog post.

  • Sukhoi Su-15TM Flagon-F 4.8 years ago

    Does the part material you tried to use for the glass have a high metallic value? I should make it clearer, but if you click the part description then it gives some recommended part material parameters. But essentially, metallic makes it reflect light, which stops light from going through.

    +2
  • 1.10 Beta is now available 4.8 years ago

    @KnightOfRen @Brendorkus This is a blog post, which don't yield any points. I'm in it for the thrills.
    (Also, there's a link at the bottom of the blog post for android beta signup)

  • New XML properties 4.8 years ago

    @MangoBuilds you can find the description on the guide I linked at the top, it says:

    Time in seconds, after which the missile will self-destruct (timer starts when rocket fired).

    +1
  • Funky Trees! 4.8 years ago

    @Hedero secret, but cool :P

  • Funky Trees! 4.8 years ago

    @Hedero I remember now there's a bug with using rate(IAS), which I've already got fixed for the next update but for now, I'd suggest just lowering the power of the engine to decrease the acceleration, and then lowering the drag on the aircraft to bring the top speed back up to where it was.

    +2
  • Funky Trees! 4.8 years ago

    @Hedero well the normal way I'd do this isn't by FT, it's by removing and reducing drag on most of the aircraft, and then decreasing the power of the engines to keep the top speed down. If that isn't enough, I suppose you could try something along the lines of using Throttle * 10 / clamp01(rate(IAS) + 10). But given the spool up times of prop engines, I wouldn't be surprised if this causes an oscillation. You could also try using a hidden airbrake part with it's input set to some function of rate(IAS) (make sure you don't put negatives in there though).

  • Dark theme script 4.8 years ago

    @KnightOfRen either should work.

  • Is there a way to restore corrupted plane files? 4.8 years ago

    It really depends how the file is "corrupted". brians1209 mentioned deleting connections. This is due to a bug with connections (that will be patched in the next update) that sometimes leads to a connection with invalid parameters being saved and makes the craft not load.

    For anyone who does have this issue, they can fix it for now by opening the XML in a text editor and removing any lines that contain the text attachPointsA="" or attachPointsB="".

    However if your file was corrupted after cutting power exactly as you saved the craft then I wouldn't expect this to be the issue. The issue could really be anything, I'd have to see the XML to see if it's recoverable.

  • Bae Hawk 200 render also a teaser 4.8 years ago

    @WarHawk95 yes, you would have to put a picture of your build as the thumbnail, because unless you're actually going to give people real life SMB2's, then putting something other than your craft as the thumbnail is clickbait.

  • Bae Hawk 200 render also a teaser 4.8 years ago

    I don't think we allow externally rendered thumbnails, that would be considered clickbait. Looks cool though.

    +4
  • Water Level Setter 4.9 years ago

    @abuttifulpigeon No worries. Error messages in the console tend to be red.

    +1
  • Water Level Setter 4.9 years ago

    @abuttifulpigeon that is intended. That is just the output telling you that the command was indeed invoked. In other words, it should have worked?

  • Funky Trees! 4.9 years ago

    @Egorka2001 yes

  • Practical Elevons with XML hacking 4.9 years ago

    No need to download and install Overload, it should be bundled with the latest version of the game on all platforms.

    +4
  • EngineOut 4.9 years ago

    @SpiderCham @Yeetmenflyer Only simple mods (those without scripts) will load on android 1.9. That does not include this, or many of my other mods at all.

    +3
  • Is turning the Drag scale to 0 the same thing as turning Drag calculations to false? 4.9 years ago

    Also, setting dragScale=0 won't affect performance that much since drag calculations are the same except the force never gets applied, but calculateDrag=false means that it's excluded from drag entirely. As well as causing parts behind it to get drag, this also will improve performance (mostly load times) of builds if you set it on most parts and only leave a few parts that define your drag model on.

    +10
  • Simple_Land 4.9 years ago

    @SonicManiaOVA I coded the generation, and it uses 2D simplex noise in various combinations for generating both biomes and height.

    +1
  • Underwater Camera 4.9 years ago

    @Yeetmenflyer mods that work on the 1.9 android version do not have code in them.

    +6
  • Underwater Camera 4.9 years ago

    Android doesn't support mods with code in them, like this. This mod would not load in the latest version of SP for Android.

    +1
  • I’m Back! 4.9 years ago

    @Stratus you're not special

    +4
  • Underwater Camera 4.9 years ago

    @UndercoverEnglish I see the comments. But getting a mod like this to work on android would be very difficult.

    +2
  • Who ever deleted it fuck your self 4.9 years ago

    I don't get your point...

    you got discord beef, please dont bring it over to the forums

    it says it right there. You can read, right?

  • Funky Trees! 5.0 years ago

    @PETG I suppose something like
    (Fuel < 0.1) & (pingpong(Time, 1) < 0.5)
    would work for that.

  • Funky Trees! 5.0 years ago

    @MossySasquatch if you're on mobile, there's a known bug, yes. When we get round to releasing a new version it should work.

    +1
  • An Actual Discrace To The SP Community. 5.0 years ago

    People will upvote what they want. Do you seriously think your opinion is more important than other people's? I'm getting so tired of these I think it's unfair that <x> got more upvotes than <y> waaa posts. Either build something that people will upvote, or just acknowledge that you can play the game without being controlled by the upvote button or the points counter.

    +46
  • Funky Trees! 5.0 years ago

    @MossySasquatch The weapon name indeed must be in quotes (")

  • Funky Trees! 5.0 years ago

    @Panthers4741 for that, you could simply do -VTOL + Roll, or Roll - VTOL.

  • Funky Trees! 5.0 years ago

    @Panthers4741 yes, you can input any expression like this into say, the input field of an InputController, if you're on mobile with overload, but you seem to know how to use XML. It'll also go in any activationGroup field if you make an expression with a boolean output

  • Is the Blueprints panel not on mobile? 5.0 years ago

    @YuriGagarim Andrew implemented this, but it seems to be looking for a device that either has iOS 13 or above, OR a device from the generation of iPhone 7 and above.

  • Ok where is everyone going?? 5.0 years ago

    There is no purge going on, and the user nagisa was not banned.

  • Drag points... just a random measurement number Jundroo made up, or an actual real life unit? 5.0 years ago

    Knowing the SP drag system it's probably in a unit like cobwebs per ancient scripture. I don't think number-matching to a drag value is feasible. I think your best bet for performance matching is to match the other characteristics like wing area, mass and thrust, then adjust drag scale experimentally to match characteristics like glide ratio or "top speed" (presuming this is limited by power and not structure).

    +19
  • Funky Trees! 5.0 years ago

    @Egorka2001 yes, sorry, I realised this page was outdated. See the operators section now.

  • Funky Trees! 5.0 years ago

    @ZHUAREVONI for limiting the range of an output you can use the clamp function. ie, clamp(Pitch, -0.5, 0.5) would limit the value to between -0.5 and 0.5

  • Funky Trees! 5.0 years ago

    @Egorka2001 Bitwise operators wouldn't make sense since FT only uses float, bool and string types.