Jump to content

video tutorials


Recommended Posts

Engine setup with EFFECT{}

Basic Engine setup; with Emissive, Gimbal, and Fairing

Using MultiModeEngine{}; all other settings apply the same. MultiModeEngine supports two different modes.

MODULE
{
name = MultiModeEngine
primaryEngineID = modeA [COLOR="#808080"] //this you set in ModuleEngines or ModuleEnginesFX, see below[/COLOR]
secondaryEngineID = modeB
mode = modeA [COLOR="#808080"]//initial engine mode; defaults to primary [/COLOR]
runningPrimary = true [COLOR="#808080"]//defaults to true; I think does similar thing as mode = [/COLOR]
autoSwitch = true [COLOR="#808080"]//defaults to true; automatically switch to secondary mode when primary mode is out of fuel. gives you Auto/Manual switch button in part menu[/COLOR]
}

MODULE
{
name = ModuleEngines [COLOR="#808080"]//or ModuleEnginesFX; you need two for MultiModeEngine{}. Using ModuleEnginesFX will allow different visual FX for each engine mode.[/COLOR]
engineID = modeA [COLOR="#808080"]//engineID for primaryEngineID and secondaryEngineID in MultiModeEngine module[/COLOR]
runningEffectName = running_modeA [COLOR="#808080"]//FX for different engine mode, match the engine states defined in EFFECT{}; effects for disengage; engage; flameout; etc can be shared unless you specify otherwise[/COLOR]
}

Part files and Unity assets

Edited by nli2work
Link to comment
Share on other sites

Wow this looks in-depth, is this going to be required learning for your guide on adding RPM MFDs to mod capsule parts? Because if not, I'll just pass on this and wait for that lesson.

part 3 video in OP. picks up where pt2 ends; and covers IVA props, tools; and configs.

Edited by nli2work
Link to comment
Share on other sites

IVA can vary with MODEL{}; EVA is variable based on MODEL{scale} and/or rescaleFactor. For the sake of your sanity, do everything at 1:1. Scale in Unity before export if you have to. if you are adding IVA to a preexisting EVA mesh without having the mesh as a size reference then I expect there will alot of trial and error.

It's only problematic if IVA is noticeably smaller than the EVA. IVA being larger isn't as much of a problem since everything in IVA is rendered on top of anything in EVA. Strictly speaking the smallest IVA can be as small as half a kerbal, enough so it holds the head. If the kerbal's is outside of the IVA mesh, then you see the insides of the EVA mesh, like the mistake I made at the end of the 1st video, explained at the beginning of the 2nd.

Edited by nli2work
Link to comment
Share on other sites

Thanks for the awesome tutorial. Im trying to modify the stock mk1 cockpit and after clearing all props, adding mine and using that new internal cfg file i dont seem to have an IVA option when in game even the kerbal portrait camera when outside isnt shown.

I think ive messed a camera or something. Help?

Edited by MasseFlieger
typos.
Link to comment
Share on other sites

Thanks for the awesome tutorial. Im trying to modify the stock mk1 cockpit and after clearing all props, adding mine and using that new internal cfg file i dont seem to have an IVA option.even the kerbal portrait camera when outside isnt shown.

I think ive messed a acmera or something. Help?

make sure you copied the InternalSeat module from the original INTERNAL config to the new one.

make sure the new INTERNAL{} config has a unique name; and the mk1 cockpit's part file is referring to the new internal name. Check to see if you can spawn the new internal you built in Unity via Spaces tab. If that's all correct; then there maybe something that's preventing the new INTERNAL from loading and the mk1 cockpit can't find it. will have to check the output_log.txt and search for your internal name and see if it's loaded and compiled properly.

Edited by nli2work
Link to comment
Share on other sites

I've imported a stock IVA seat into Blender for reference. I'm modelling mine with a 1:1 scale. Do I need to scale the stock seat up by 1.25?

hm.. not sure. I'd guess you won't need to, I think I build mine around the stock one as well and things were pretty close to right size. would have to drop the seat into an IVA to be sure.

Link to comment
Share on other sites

  • 3 weeks later...
word on what?

The IVA seat size

basic engine setup video in OP

Will you be adding more diverse video tutorials to this thread? I'm asking because I'm linking to it from under the IVA heading in the links compilation. If you will, you can have your own section under the video tutorials heading with direct youtube links.

Link to comment
Share on other sites

The IVA seat size

Will you be adding more diverse video tutorials to this thread? I'm asking because I'm linking to it from under the IVA heading in the links compilation. If you will, you can have your own section under the video tutorials heading with direct youtube links.

I do 1:1 for everything. model the external @ 1:1; and model the interior inside the external, then scale everything else accordingly.

as far as videos I suppose yea that's probably better. I did the engines video because there seemed to be a few questions about it recently. I supposed in the future if there's questions regarding another topic I could make videos if I can.

Link to comment
Share on other sites

This thread is quite old. Please consider starting a new thread rather than reviving this one.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...