-
Posts
3,689 -
Joined
-
Last visited
Content Type
Profiles
Forums
Developer Articles
KSP2 Release Notes
Everything posted by SpannerMonkey(smce)
-
[1.1.2] Kerbal Konstructs v0.9.7.1 - Slopey Glidey
SpannerMonkey(smce) replied to AlphaAsh's topic in KSP1 Mod Releases
Hi guys like many it seems I've just returned to ksp and modding (yay) just a quick question, I have some old static addons I made way back in 2014, some of them feature animate on click, for things like lighting and radar scanners and stuff, so is animate on click still a thing?? I've rummaged the cfg's for this and the latest kerbinside but can't seem to find it anywhere ( forgive me if i've just miissed it though)- 872 replies
-
[Part][0.90] KerTex Explosives (K-Tex) v1.2
SpannerMonkey(smce) replied to gesture68's topic in KSP1 Mod Development
Hey all we'd really like to get hold of the copy of the source for this mod if anybody has it still stashed away a link would be appreciated -
hatch causes model not to load
SpannerMonkey(smce) replied to amankd's topic in KSP1 Mod Development
What type of collider are you using for the airlock? it sounds like you are trying to use a convex mesh collider on an empty game object, only use capsule or box colliders for hatches, especially if just starting out -
Its the one you haven't got yet But seriously I can't tell you which one it is, due to the handicap previously mentioned , just a generic pump action thingy. Probably for the next update though as it's so close to kick out time for v3, Mind you with the right folder structure,a later download could be just merged into the main with no real issues
-
Ah i see you have the crawler parts from KSO, animating the tracks is definitely the hard way to do it. Also just animating the tracks will not make it move, for that you'd need a wheel collider setup driven by the idler wheels. KF used a texture animator in conjunction with wheel colliders to give the impression that the track moved , the track mesh itself is static apart from moving with the suspension, it doesn't actually rotate. Another thing to be aware of is that there is no way to have two tracks driven on the same base, not without a plugin, you can separate the tracks to individual; units and place them on the bogie though and that works. As for the animation issue , it looks to me as though you didn't centre and zero all your transforms before animating the part, although it very difficult to tell from the image what is actually wrong apart from a misplaced mesh, maybe a little video or gif would help to illustrate your issues more clearly One last thing, as it goes the tracks are one of the hardest parts to make and get working correctly I have ever made and they are certainly not a project I'd recommend to somebody starting out or with little familiarity with unity. But it can be done weapons testing yesterday, note whats being used to carry them
-
Hi quick question regarding airDetonation = false and airDetonationTiming = false, i see them in the cfg but cant find a turret that actively uses the options, are they valid ? if so is airDetonationTiming a float or a defined time in seconds, trying to generate something resembling flak Cheers ps loving the aircraft combat videos
-
Hi, do you have a DL link for the tanks? I need some vehicles constructed from stock parts in order to test several new weapon types and they would be ideal for the purpose
-
Erm it seems as if the cfg rules all, in this case at least, but then again isn't that how MM works, by inserting values into cfg's and overriding standard or stock behaviours Some other items I'm developing have had some silly values attached and had the desired results, have a couple of turrets firing 37mm cannon shells that technically exist nowhere other than in the cfg definitions for shell mass and behavior
-
Hi, no great fan of universal magic ammo, but it does simplify things a lot, as we are piggy backing off other resources anyway some compromises have already been made , don't think one more will hurt too much. Although the realism fetishists will not like magic ammo. (whats realistic about 80cm green guys with big guns anyway) the benefits at this point seem to be stacked slightly higher than the detriments We have to decide on a standard for this universal ammo though, so i can develop the weapons and manipulate the numbers to suit. The grenade launchers however should be kept as they are, unless there is a very good reason not to use the BD provided cannon shells with shell mass tweaked to suit
-
Modder question about 3d formats
SpannerMonkey(smce) replied to PGTART's topic in KSP1 Modelling and Texturing Discussion
No unity = no modding of KSP, like most game engines , it requires a specific file format that can only be generated using the unity software, the days of dropping a dae in the gamedata folder are long gone -
Unity Is Being Mean
SpannerMonkey(smce) replied to njmksr's topic in KSP1 Modelling and Texturing Discussion
I'll say now that those shapes and 9000 polys does mean you are going to have real trouble in unity , convex colliders can only have 250 something triangles. been there, paid the price, learned my lesson. As a quicky maybe fix select the whole model, find the utilities tab, looks like a little hammer, click it, scroll down find and click Reset XForm, if that doesnt work there are a million max tutorials on the web -
Unity Is Being Mean
SpannerMonkey(smce) replied to njmksr's topic in KSP1 Modelling and Texturing Discussion
Looks like either flipped uv faces, or flipped geometry ( all the hallmarks of a ripped model)and i'd like to bet the poly count i stupid high as well which will likely mean issues with colliders etc ps if its anew thing this ksp modding, try easy stuff first , unless you like being totally disheartened