Jakey4159
Members-
Posts
44 -
Joined
-
Last visited
Content Type
Profiles
Forums
Developer Articles
KSP2 Release Notes
Everything posted by Jakey4159
-
Since you’re a dev for KSP, Could you put your parts has default parts like the air craft carrier ones in the squad folder for the next update has it would probably eliminate all bad installations, problems and issues. I hope you do so
-
Do you actually read the comments on some of your addons because people are having a similar bug has i do. Is there a possibility that since im playing it with steam, makes the 2 arms dont work ? Found this half working Robotics mod : ( https://raw.github.com/chrisphillips/DRobotics-for-Kerbal-0.20.2/master/DRobotics(0.20.2).zip )
-
15th June 2013, 16:38 #937 Jakey4159 Jakey4159 is online now Rocketeer -------------------------------------------------------------------------------- Join Date:Apr 2013Posts:40 The Robotic arms aren't working in 0.20, when i activate them, the gui is not appearing. Any reasons why ??? (I suspect it's not working cause you installed it wrong. Or you got two versions of Romfarer.dll in your GameData folder somewhere. Or you installed KSP in a "User" folder or somewhere else prone to have weird characters in the path. Or perhaps you don't have the latest KSP patch. ) I extracted it in Gamedata, i dont have 2 versions of it, its a fresh download, its in my steam folder, and i have the latest version of ksp im on a Windows 7 M14x alienware . Heres a picture of what happens when its ACTIVATED http://imageshack.us/f/812/x24s.jpg/ (Nothing)
-
When I render my map and quit the game, when I launch the game and load my save, it erases all rendered maps. Is this an reported issue with 0.20 ? Thanks for the help
-
15th June 2013, 16:38 #937 Jakey4159 Jakey4159 is online now Rocketeer -------------------------------------------------------------------------------- Join Date:Apr 2013Posts:40 The Robotic arms aren't working in 0.20, when i activate them, the gui is not appearing. Any reasons why ??? I got the latest version and its still not working
-
The Robotic arms aren't working in 0.20, when i activate them, the gui is not appearing. Any reasons why ???
-
Could be mediafire
-
Any virus or anything with this program ? I got an wierd (ube) or something and my pc was not infected with anything before ?????
-
Could you guy make please make an application that can do those modifications on every updates so conversion is faster since .cfg are kind of like .txt and changing file directory is coding basics ? I can't do it myself though. I would add in the cfg files : PART { (No modifications) } and put all add ons in GameData Thank for your replies
-
Help With making the CFG for a wheel, not a rover wheel
Jakey4159 replied to Jakey4159's topic in KSP1 Mod Development
the layer 27 thing has been easly done. Could i get that exemple file Please ? -
Help With making the CFG for a wheel, not a rover wheel
Jakey4159 replied to Jakey4159's topic in KSP1 Mod Development
This helps me a lot but im still a bit confused with modling the different suspension parts and Scripting them in Unity i see the different components but i still have no iidea how to (Program) Them -
Help With making the CFG for a wheel, not a rover wheel
Jakey4159 replied to Jakey4159's topic in KSP1 Mod Development
Thanks a lot il look at these i found Wheel collider component Il post here if i need further help -
Help With making the CFG for a wheel, not a rover wheel
Jakey4159 replied to Jakey4159's topic in KSP1 Mod Development
My wheels still dont roll or steer il give a link bellow with the unity project folder and all other things conserning the wheels. AND PLEASE DONT CLAIM MY WORK ! I Will use this has an exemple for my future projects. Link : http://www./download/f56xe6323mk47p2/My_Wheels.zip Thanks for the help -
Help With making the CFG for a wheel, not a rover wheel
Jakey4159 replied to Jakey4159's topic in KSP1 Mod Development
ok my parts show up but the collision box of my main chassis is not working anymore, 2 my wheels dont roll or steer at all, How do i do that And that -
Help With making the CFG for a wheel, not a rover wheel
Jakey4159 replied to Jakey4159's topic in KSP1 Mod Development
i did what suggested and my car collision box is not working and nodes are all screwed up They werent screwed up before. Any idea why ? Heres the new CFG of my car frame // Kerbal Space Program - Part Config // // --- general parameters --- PART { name = Kings_Cab module = CommandPod author = Jakey4159 // --- asset parameters --- mesh = model.mu rescaleFactor = 0.50 texture = model.mbm specPower = 0.1 rimFalloff = 3 alphaCutoff = 0.0 // --- node definitions --- // definition format is Position X, Position Y, Position Z, Up X, Up Y, Up Z // AD node_stack_top = 0.710, -0.7, 2.966, 0.0, 1.0, 0.0 // AG node_stack_top = -0.710, -0.7, 2.966, 0.0, 1.0, 0.0 // DD node_stack_top = 0.710, -0.7, -0.907, 0.0, 1.0, 0.0 // DG node_stack_top = -0.710, -0.7, -0.907, 0.0, 1.0, 0.0 // top node_stack_bottom = 0.0, 0.703, 0.689, 0.0, 1.0, 0.0 // Front node_stack = 0.0, -0.548, 4.3, 0.0, 1.0, 0.0 // --- editor parameters --- cost = 100 category = Pods subcategory = 0 title = Kings Crown manufacturer = Kings Space Program description = Roll in style around Kerbin ! Now with a free included battery for usage! The company afirms new accessories are coming for this model. They are also working on wheels. // attachment rules: stack, srfAttach, allowStack, allowSrfAttach, allowCollision attachRules = 1,0,1,1,1 // --- standard part parameters --- mass = 1.0 dragModelType = default maximum_drag = 0 minimum_drag = 0 angularDrag = 1 crashTolerance = 80 breakingForce = 100 breakingTorque = 100 maxTemp = 300 fuelCrossFeed = True // --- internal setup --- CrewCapacity = 5 INTERNAL { name = TTCabinternal } MODULE { name = ModuleCommand minimumCrew = 1 } RESOURCE { name = LiquidFuel amount = 100 maxAmount = 100 } RESOURCE { name = ElectricCharge amount = 50 maxAmount = 50 } } -
Help With making the CFG for a wheel, not a rover wheel
Jakey4159 replied to Jakey4159's topic in KSP1 Mod Development
Theres a new file style ??? How can you do that with what i have up there ? -
Help With making the CFG for a wheel, not a rover wheel
Jakey4159 replied to Jakey4159's topic in KSP1 Mod Development
YAY THANK 0.20 You crapped my car, i putted it in the gamedata folder and its not there anymore :`( took me a while to make it. -
Help With making the CFG for a wheel, not a rover wheel
Jakey4159 replied to Jakey4159's topic in KSP1 Mod Development
C) Do i have to make a an object with the name (wheelCollider) Im good at making models but im new to KSP mod making :/ This is my fisrt one, its in multiple pieces, Light bar, Armored grill, theres also 2 hatches, 1 main to enter and exit and an other one to enter only. Im planning on making a bus and a few other vehicules, a train too, and if possible, a big ship halo style Space Port is broken ??? Thank for the help -
Help With making the CFG for a wheel, not a rover wheel
Jakey4159 replied to Jakey4159's topic in KSP1 Mod Development
A ) How i make the suspension in Unity set up a Wheel object in Unity too My wheels dont steer too -
Greetings, for last few days i have been trying to finish an add-on kit but im stuck at the part of making wheels, heres what i have so far, i think there could be a syntax error might have forgoten symbols such has { name = Kings_Wheel module = Part author = Jakey4159 mesh = model.mu rescaleFactor = 0.50 node_stack_side = 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 1 cost = 60 category = Utility subcategory = 0 title = Kings Wheel manufacturer = Kings Space Program description = attachRules = 1,1,1,1,1 mass = 0.075 dragModelType = default maximum_drag = 0.0 minimum_drag = 0.0 angularDrag = 1 crashTolerance = 300 maxTemp = 600 fuelCrossFeed = True crashTolerance = 100 breakingForce = 70 breakingTorque = 70 } MODULE { name = King_Wheel hasMotor = true resourceName = LiquidFuel resourceConsumptionRate = 0.01 canSteer = true controlAxisType = Forward steeringModeType = AutomaticSteer brakeTorque = 300 brakeSpeed = 1.2 impactTolerance = 300 overSpeedDamage = 99999 WHEEL { wheelName = wheel wheelColliderName = node_collider suspensionTransformName = suspensionTraverse suspensionNeutralPointName = suspensionNeutralPoint damagedObjectName = rotateX = 0 rotateY = 1 rotateZ = 0 } steeringCurve { key = 0 16 key = 10 9 key = 30 2 } torqueCurve { key = 0 250 0 0 key = 20 100 0 key = 30 14 0 0 key = 34 0 0 0 } } MODULE { name = ModuleAlternator RESOURCE { name = ElectricCharge rate = 0.125 } } RESOURCE { name = LiquidFuel amount = 0 maxAmount = 0 } MODULE { name = FXModuleConstrainPosition matchRotation = true matchPosition = false CONSTRAINFX { targetName = steering moversName = trackSteering } } This is the Wheel i made and the rest of the project has a motivation with blender. http://imageshack.us/a/img43/2610/imagelseu.jpg Thank for the help.
-
You know how i can make wheels im working on a new never done vehicule in the game, the entire body is done but i dont know how to make wheels. ( I know how to make the model ) But how to script it ? Im using blender.
-
Could i get the link of that video ?
-
Unity to KSP: A Detailed Tutorial
Jakey4159 replied to trekkie_'s topic in KSP1 Modelling and Texturing Discussion
Has i try adding PartTools on the empty object, its not working because of this. I also get a message telling me the compilation is not done . Internal compiler error. See the console log for more information. output was:error CS0006: cannot find metadata file `C:/Users/Me/Desktop/Programs' error CS0006: cannot find metadata file ` No security clearence/Unity/Editor/Data/Managed/UnityEngine.dll' error CS0006: cannot find metadata file `C:/Users/Me/Desktop/Programs' error CS0006: cannot find metadata file ` No security clearence/Unity/Editor/Data/Managed/UnityEditor.dll' Also could i get a fast tutorial on how to add an airlock script and ladder. Finally can i have multiple entrances ( Airlocks) for one part? i have seen this tutorial but its not helping has im a noob with Unity. http://wiki.kerbalspaceprogram.com/wiki/Adding_Airlocks_and_Ladders_to_Parts Thanks for the help ! -
Im trying to add an hatch to my model how do i import the ladder and airlock scripts, then how i add them, i have seen this tutorial but theres not enought deatails for noobies with Unity http://wiki.kerbalspaceprogram.com/wiki/Adding_Airlocks_and_Ladders_to_Parts Thank for the help
-
How do i add ladders and hatches to my model. This is the last part im stuck at ? i have seen this tutorial but its not detailled enought. http://wiki.kerbalspaceprogram.com/wiki/Adding_Airlocks_and_Ladders_to_Parts Could you help ??