25.9k Kendog84 Comments

  • Grumman F-14 Tomcat 2.0 years ago

    Just, wonderful. Great job:D

    By the way.. I just said in a comment on your Su-33 that I missed your old blocky afterburner, and I still do, but the big red flames that come out of this aircraft look SICK. These look so cool! Love them.

    +2
  • Sukhoi Su-35 [Remaster] 2.0 years ago

    Love the new blocky custom canopies of yours, make the aircrafts look and feel more visual consistent than with the rounded cockpit parts. Kinda miss the old blocky afterburner though, haha

    +2
  • (Newspaper) WRIGHT ORIENTATION - Airborne Commando Captures AA Tank in a Daring Raid 2.1 years ago

    Oh oops, forgot to fix a mistake at the end of the Sand Island article. It's supposed to be "shot down many planes in the game."

    P.S.
    The project is faaaar from completion, and not coming out any time soon.

    +2
  • IF argument FT for landing gear & door 2.1 years ago

    @ReinMcDeer
    You're probably right, it's a compromise
    Are variables/part variables in general known to make a noticeable difference, (lets say on older mobile devices) though?

    I know that at least in some cases, it's better to use variable setter and keep the FT input short than to have long FT on every part that uses the input (having long FT as a custom variable and shorter FT for parts input saves a tiny fraction of loading time, someone on a discord tested that for me (I think on python))

    +2
  • M4 Sherman (no mod used) 2.1 years ago

    Here's a quick tip,
    If you set the partCollisionResponse of a part from Default to None, that part stops taking damage from collision (like when it crashes into the ground, or hits another plane). Custom track (crawler) system tends to explode if this value is set to Default, but changing it to None will prevent that.

    +2
  • HT-12 KitaKitsune 2.1 years ago

    Love the design, works great!

    +2
  • What are the damage values of stock weapons? 2.2 years ago

    Info update, current wing gun damage seems to be 30. When you set damage value to 30 in xml with Overload and open xml again, "damage" parameter disappears (Overload does this with some parameters when the value is default). Doesn't happen with anything higher, or anything lower.

    +2
  • Su-22 Fitter 2.2 years ago

    Looks really nice!
    I think the plane is a little too light, which makes the engine feel a bit too powerful for the weight though (jumps like rodeo horse when taxing, haha). I think increasing the weight to make it weigh as much as the actual plane (about 12,000kg empty according to wikipedia) might improve the ground handling, just my two cents.
    Fun to fly nonetheless!

    +2
  • W.I.P.D. Police Car - Chevy Caprice 9c1 Classic 2.2 years ago

    @DatRoadTrainGuy19
    It's unfinished, haven't completely abandoned it though

    +2
  • Bug thread for v1.12.128 (current version) 2.3 years ago

    1)Parachute 'floor smooth/& argument' bug
    Parachute with this code causes a bug where the plane spawns below sea level and game crashes. I suspect the presence of & argument or the two arguments within the activation part + parachute quirks/bugs is what's causing the glitch.

    (activationGroup)
    floor(smooth(SelectedWeapon="R61" & ammo("R61")=0)<1,1/1))

    I tried another code with the '&' argument part as a custom variable (using clamp01), but the result was the same.

    2)Gauge 'hide option' bug
    In designer, if you set a gauge's "hide base" property to true and hide and unhide the part (with the general designer option), base shows up again (stays hidden in flight mode).

    3)Beacon light activation group bug(?)
    Neither the Beacon Light or Formation Light part accept FT for its activation group.

    Aug 5 Update

    4)Small Pylon
    Top attachment point of Small Pylon cannot be attached to a fuselage block, weapons, or another small pylon (unlike its larger counter part), and probably many other. I suspect it can't be attached to anything but wing parts.
    I find this rather inconvenient.

    Playing on iPhone (1.12.128)

    +2
  • ArtiElf Type I 2.3 years ago

    Incredible build! Works great, and the model looks very moe, and... yknow... winks awkwardly

    +2
  • Bug thread for v1.12.128 (current version) 2.4 years ago

    Got another one.
    FT related bug
    iOS - Perfectly good FT stops working under certain circumstances. Might be an issue specific to certain type of parts (so far experienced this with rotators and gyro).

    Haven't gotten a pin on the cause of this, but I suspect that it may have something to do with the amount and complexity of FT present in a given build. Gyro/rotators with FT that work on its own (with performance cost of the build being below 1500), when brought as a subassembly to a larger build with more stuff (higher performance cost--about 2000 to 2800), it no longer works.

    FT that stops working is something like this: "clamp01(rotator current angle)) + clamp01(Activation Group) = X." Pretty simple. Or, even something simpler like "LandingGear=1."
    I was using these to activate/deactivate rotators and gyros. 1 assembly of these, works fine (with 9 rotators and 3 gyros).
    2x this, still fine. But when I bring this assembly to a larger group of assemblies (as a unit disconnected from the cockpit, since that's crucial to what I'm trying to do) with another 18 gyros and 39 rotators (3 gyro/9 rotators per unit, and each unit has performance cost of about 380, and only one unit is connected to the primary cockpit, rest disconnected), it suddenly stops working. It only uses part variable setter, and these variables take over when the unit is saved as sub assembly.

    I'd like to submit an example of this, but the build is a WIP and I don't want to publish it yet, so this might not help much.
    I'll probably submit an example once the project is published.

    Also, I'll list some other things that might be related to this.
    -Number of aircrafts (more than 800)
    -Number of sub assemblies (more than 600)
    -Available storage space on device (8GB out of about 260gb)

    +2
  • Bug thread for v1.12.128 (current version) 2.4 years ago

    1. Camera related bug
    When a camera or primary cockpit goes into the ocean, regardless of whether it's floating or sunk, game forcibly "Auto Orients" camera, and and skips some of the remaining cameras that are not touching the water seemingly at random.
    This does not happen when a bomb or missile with camera enabled touches and or sinks in the water. Although there is a workaround in the form of aforementioned bomb/missile camera, I still find this troublesome as it limits the utility of camera parts especially for custom missiles or bombs with camera on it.

    2. Parts rotation bug(?)
    This might be an old bug, or even a feature, but I've noticed that Y-axis Parts Rotation does not account for the current X or Z axis rotation of the part. What I mean is that whatever the X-axis rotation value, changing the Y-axis rotation value always rotates the part perpendicular to the floor of the build screen. This causes (pretty often, especially with labels) a quite annoying situation where changing either Y rotation or Z rotation doing the same thing, and you are unable to rotate the part in Y-axis perpendicular to the part itself.

    Edit
    @11qazxc mentioned that (thanks!) it's a gimbal lock and not a bug. That would explain it, but I'd still like there to be a feature where you can toggle between this mode and rotation based on part orientation. It would be great if we can have two modes for all 3 axis.

    3.Camera enabled Bomb/missile bug
    When a camera enabled bomb or missile explodes or breaks, camera doesn't get disabled, and the bomb or missile (their models) remains intact. Sorry, don't have a working example at the moment. May be more likely to happen with bomb/missile with low explosion scale?

    Forgot to mention, but these are issues I've encountered on iOS. Can't speak for other platforms.

    +2
  • GPS (Functional) 2.4 years ago

    This is cool!
    If you don't mind a suggestion.. it would be nice to be able to see the directions of locations outside the map. Like some kind of symbols or names that display at the edge of the map.

    +2
  • Stair Car 2.5 years ago

    Well made nice vehicle!

    +2
  • Simple M1918A2 BAR (20 parts each) 2.5 years ago

    @Lake
    No, no, no, nooooo! Nooooooo....
    Haha

    +2
  • Case Evidence V-D-20347 2.5 years ago

    Hey peeps, here's a little video I made with the truck! ...that you upvoted! Now have the misfortune of being tagged! Muwahahaha!... jk, haha. Joke aside, I think you guys might enjoy it, so here it is.
    @mahardika
    @CRATE52PART2
    @Scratchoza
    @TRD6932
    @Th3rmoplylae
    @DEN12345
    @IceCraftGaming
    @X99STRIKER
    @GrFrog
    @PilotBug

    +2
  • CVN-68 USS Nimitz 2.6 years ago

    Nice boat! I really enjoy your mobile friendly ships.

    +2
  • CVN-65 USS Enterprise 2.6 years ago

    This is just... incredible. Thanks for this ship, i can have a lot of fun with this!

    +2
  • F-105D Thunderchief (Simple) 2.6 years ago

    This is a niice looking Thunderchief!

    +2
  • F-8H Crusader 2 months ago

    @MonsNotTheMonster
    Thanks!

    +1
  • F-8H Crusader 2 months ago

    Hey, one question, would you mind if.. or rather could I publish a custom weapon with this plane? As a successor to this, with proper credit and all.

    +1
  • F-8H Crusader 2 months ago

    @MonsNotTheMonster
    Nah, thank you for the cool build, man! x)
    I really felt & appreciate the effort & attention to detail/accuracy that went into this build, and it was quite a joy to fly this plane.

    +1
  • F-8H Crusader 2 months ago

    Man, what a nice, great build!
    The combination of simple style & accurate looks, attention to detail, functional yet intuitive features & control, and flight performance is just really great. To me, it's almost exactly the kind of plane/thing I try to build and aim for myself and love to see from other people. Like, I can probably count the times I've seen G limiter (especially for negative G) implemented on SP builds with one hand (I'm sure I've seen them, but honestly I can't recall one at the moment; I could just be forgetting all 100+ builds that had them though, so maybe I should just say "I love this feature!" lol), and airbrake angle getting automatically limited based on AGL just made me smile. Also, small but important features. Like having a cockpit view is great, and the tracer (bulletScale) of the guns made it look quite satisfying to fire the thing.
    .
    A couple of suggestions I would make is to add a toggle option for the airbrake using AG (so you don't have to pressing down the the throttle button), and maybe to add a hidden engine so the engine flame is visible only when you have the afterburner on. The latter especially is just my preference though. As for airbrake, "or" symbol works. Here's what I have on my build that limits brake power by half when gear down: (Brake | Activate2) * (LandingGear=0 ? 0.5 : 1).
    But nonetheless... great build!

    +1
  • Swarming AI fighters! - "Interception" (tech demo/music video for AI interceptor build) 3 months ago

    @Ngoc83619
    That's a B-36 I made before, you can find it among my published builds.

    +1
  • Swarming AI fighters! - "Interception" (tech demo/music video for AI interceptor build) 3 months ago

    @Ngoc83619
    Thank you for the kind comment, glad you liked them!:)

    +1
  • Idea - Rescue Helicopter and Downed Pilot in need of Rescue 3 months ago

    Here's some features I'm building into my second proof-of-concept bailout plane (or, more like pilot).
    As for rescue helo, I still haven't found a suitable candidate for it.

    -Automatic Airbrake that activates when the pilot is in the water (to stop or slow down sliding - it's very hard to catch the guy when they are sliding in the water at 100kph)
    -Flare launcher for signalling
    -Parachute for safe landing
    .
    And some features I'm hoping to implement
    -Rudimentary pose-changing mechanism using rotators (stretching legs after bailout, head or body turning towards player if you lock onto the pilot - not sure how well I can implement this)
    -Ability for the pilot to tell when its in close proximity to "safe zones" (eg Wright Airport etc.) based on map coords
    --This would be used to trigger some stuff stuff which tells the player that they've successfully delivered the pilot to a safe zone (maybe like a little hand waving animation)

    +1
  • Question on auto credit system 6 months ago

    You can modify your airplane's data file (.xml), and edit the url field (copy-paste the URL of the predecessor build) and save the file. If you are on PC, you can do it by opening the file with notepad, and if u r on iPhone, there's an app that lets you move and edit docoments (I use use one called Document by Readdle).
    The part you want to replace is the six-letter part.
    .
    You may have moved on from this, so in that case I'm posting this for the benefit of others who sees this post looking for info.

    +1
  • Ground Target - Freight Train (prototype) 6 months ago

    @Lwillswith2sentryguns
    Indeed I have returned.... and now, I, the King Kendog84 the third, hereby declare myself the second deputy Emperor! Muwaha.. waha... WAHAHAHAHAHAHAHAHA!!

    jk thanks lol Don't expect high output!

    +1
  • Ground Target - Freight Train (prototype) 6 months ago

    @LunarEclipseSP Imgbb, I'll check it out, thanks!

    +1
  • Ground Target - Freight Train (prototype) 6 months ago

    Oh btw--is there a good alternative image hoster to discord? Thanks

    +1
  • HLC Plopter 8 months ago

    Five, six, seven, o, nine.

    +1
  • Say, do any of you have @Tsuchiisan's Old Build? 8 months ago

    @DatTrainGuy19
    My habit/policy to always include the name of the creator when saving a build has paid off:)

    +1
  • Say, do any of you have @Tsuchiisan's Old Build? 8 months ago

    @Monarchii
    Glad to be of service;)
    I couldn't find the Natter though, unfortunately. But if I remember right, I think it used sum(clamp01(condition)) (=shows/gives you the time since the condition is met in second) to limit its engine run time.
    Something like the following for engine activationGroup. Disables the engine 10 sec after AG1 is turned on.
    sum(clamp01(Activate1)) < 10

    +1
  • M103A2 Heavy Tank 9 months ago

    @UnidentifiedStapler
    Yeah, the hitbox thing happens when you change the Z scale of the wheel part. Enabling the built-in suspension fixes it (as long as the suspension values aren't too low). Drawback is that... you have to enable the built-in suspension.

    +1
  • [TGT] T2 Elkan Torpedo Boat MB-111 11 months ago

    @Monarchii
    Oh man, you made me brush heheh
    I'll be looking forward to seeing whatever you're cooking up... x)

    +1
  • [TGT] T2 Elkan Torpedo Boat MB-111 11 months ago

    You have every right to do things the way it suits you and at your own pace with this game & the site chii, I for one am just happy to see you around again:)

    +1
  • Civic Cruiser Police Car (Simplified Suspension) Ai Police 11 months ago

    @DatMaluchGuy19
    Whenever I got time & drive

    +1
  • Helicopter auto-landing test 11 months ago

    This is just sugo-incredible.

    +1
  • Civic Cruiser Police Car (Simplified Suspension) Ai Police 11 months ago

    @KSB24
    Since I've uploaded the flak cannon, I've learned that there's a much simpler, easier & cost efficient way of doing this (thanks to @PlanariaLab). All you have to do is, instead of detaching 1/3 of the total parts count, lose over 1/2 of the total (starting) wing area. Just one big wing on a detacher in other words. (you can scale down the wing part, of course) Just two parts!

    +1
  • Civic Cruiser Police Car (Simplified Suspension) Ai Police 11 months ago

    @DatMaluchGuy19
    Sure, you and me, or KSB and me?
    I should write a quick tutorial on how to remove marker at some point, it's pretty simple & useful.

    +1
  • house o blocks one year ago

    Nice house!

    +1
  • FT Guided Bomb KLGB-500 one year ago

    Another great FT weapon!

    +1
  • !Me-509 one year ago

    Pleasant to fly even on smartphone, with nice turn rates and such (there are so many planes out there I can't fly on mobile). Nice build!

    +1
  • Lockheed AC-130H Spectre one year ago

    Love this! Camera aim and nice flight characteristics actually allow me to let it fly in circles and hit things on the ground. Well done.

    +1
  • Gun stabilizer Oct11-1 1.1 years ago

    @DatMaluchGuy19
    Thx lol
    Had to have something there to simulate the rolling/pitching motion, so I figured it may as well be a ship

    +1
  • Gun stabilizer Oct11-1 1.1 years ago

    @Astro12
    Very true. I really needed something like this for a turret that uses autoaim (which is for AI) especially, since it can't even make a manual adjustment unlike a human player.
    .
    I was very lucky to come up with this method (using a secondary cockpit to get the data on how much the ship's roll angle--this is most likely not the first one to use it), since alternatives (like doing crazy calculation based on ship hull's heading, pitch/roll angle, turret rotation etc.) get pretty complex and way beyond my brain's computing power and math skill. lol

    +1
  • Frankenstein (The gauntlet challenge entry) 1.1 years ago

    Love this! It's kinda ugly as an aircraft (sorry, lol), but the build quality is very high.

    +1
  • [Target Airbase] BSAF 'Camp Poostein' v1 (700 parts) 1.1 years ago

    @WinsWings
    Thanks, that would make sense.
    I think I'll try to make each class of gun/cannon AA distinct in terms of their effectiveness, based also on era. Looking back, I've made the 85mm flak too capable in the tracking department (rotates too fast).

    +1
  • Shin Godzilla 1.1 years ago

    Really cool build! I especially like the sequenced breath/laser attack. Tried it against some ground targets, and when the laser hit them, they'd just fly like a speck of dust brown by wind! Haha. Glorious stuff.
    .
    I got this issue though, on mobile version where the FireFuns button constantly flickers (perhaps due to something with activationGroups FT?) and never stayed on screen, which made it unable to use the laser. It was easily fixable though, with an extra hidden minigun or wing gun with burstCount of 1 and really long timeBetweenBurst. Not sure if it happens to others as well, but I thought I should let you know nonetheless.

    +1