Jump to content

[1.12.3] Fuji 1.4 (Japanese Crewed Vehicle)


Well

Recommended Posts

5 hours ago, NateDaBeast said:

Thanks for the update!

Have you ever considered expanding this mod to include the H2 rocket or more of JAXAs rockets?

No, this mod is feature complete

Link to comment
Share on other sites

  • 3 weeks later...

Absolutely love this pod and its launch system. It led me to read up about the Fuji spacecraft and I sincerely wish this had made it to production phase (especially with those Outlaw Star manipulator arms on the top).

At least I can make it fly in KSP. Thanks @Well.

Link to comment
Share on other sites

  • 3 weeks later...
  • 4 months later...

@Well

I just realized today that my Realism Overhaul / ROSolar config for the Fuji solar panels don't actually function properly. When I used the "debug suncatching" button, I found out that the suncatcher (red vector) is pointing in the opposite direction as to where the panel is pointing (green vector) and tracking the Sun (yellow vector), therefore the solar panels aren't getting any light as they should.

The ROSolar modeldata .cfg looks like this: https://pastebin.com/ekab6Q9R

I used your "Solar3" transform in your mesh as the secondaryTransformName. Is there a transform that points in the opposite direction?

SECa6GQ.png

Edited by Pipcard
Link to comment
Share on other sites

  • 2 months later...
20 minutes ago, Cheesecake said:

There is no link. There is a post from Zorg where he explained how he kitbashed the launcher.

Okay, I'll use the mod from Beale, but one question, is it compatible with RSS/RO? I'm more of a RSS/RO user.

Link to comment
Share on other sites

6 minutes ago, ksp player said:

Okay, I'll use the mod from Beale, but one question, is it compatible with RSS/RO? I'm more of a RSS/RO user.

As far as I know there are no RO-configs. But that`s a thing you should ask the RO-guys, not the modder.

Link to comment
Share on other sites

  • 1 month later...
  • 4 months later...
  • 2 months later...
  • 7 months later...
  • 8 months later...

I've been going through the mods I use and adding TweakScale support to the mods that don't have it and did Fuji a few days ago.  In the cases of the P-XX6 Orbital Module and the P-GM9 Structural Section, I set the defaultScale to be 0.625 because that is the size of the attachment points, but both parts to flair out considerably larger, so feel free to change it if you prefer something different, but personally I find that setting the defaultScale to match the size of the attachment point allows for easier sizing to mate to other parts).  At any rate, if interested, find it below:

Fuji TweakScale Configs

Spoiler
// --------------------------------------------------------------------------------------------------------------------
// Fuji (Japanese Crewed Vehicle) TweakScale Patches
// Last Updated: January 9th, 2024
// --------------------------------------------------------------------------------------------------------------------

@PART[Polaris_Crew_A]:NEEDS[TweakScale,Fuji] // Fuji Crew Capsule
{
	%MODULE[TweakScale]
	{
		type:NEEDS[!TweakScaleExperimental] = stack_square
		type:NEEDS[TweakScaleExperimental]  = stack_crewed
		defaultScale = 2.5
	}
}

@PART[Polaris_Crew_B]:NEEDS[TweakScale,Fuji] // Fuji Rescue Capsule
{
	%MODULE[TweakScale]
	{
		type:NEEDS[!TweakScaleExperimental] = stack_square
		type:NEEDS[TweakScaleExperimental]  = stack_crewed
		defaultScale = 2.5
	}
}

@PART[Polaris_Engine_A]:NEEDS[TweakScale,Fuji] // P-UX8 Rocket Motor
{
	#@TWEAKSCALEBEHAVIOR[Engine]/MODULE[*] { }
	%MODULE[TweakScale]
	{
		type = stack
		defaultScale = 0.625
	}
}

@PART[Polaris_Heatshield_A]:NEEDS[TweakScale,Fuji] // P-3F7 Ablative Heatshield
{
	%MODULE[TweakScale]
	{
		type = stack_square
		defaultScale = 2.5
	}
}

@PART[Polaris_Heatshield_Cover]:NEEDS[TweakScale,Fuji] // P-3F7 Heatshield Cover
{
	#@TWEAKSCALEBEHAVIOR[Decoupler]/MODULE[*] { }
	%MODULE[TweakScale]
	{
		type = stack
		defaultScale = 2.5
	}
}

@PART[_Polaris_LES]:NEEDS[TweakScale,Fuji] // P-4LES Sepuku Launch Escape System
{
	#@TWEAKSCALEBEHAVIOR[SRB]/MODULE[*] { }
	%MODULE[TweakScale]
	{
		type = stack
		defaultScale = 0.625
	}
}

@PART[Polaris_LFO_A]:NEEDS[TweakScale,Fuji] // P-AP7 Propellant Tank
{
	%MODULE[TweakScale]
	{
		type = stack
		defaultScale = 0.625
	}
}

@PART[Polaris_Orbital_A]:NEEDS[TweakScale,Fuji] // P-XX6 Orbital Module
{
	%MODULE[TweakScale]
	{
		type:NEEDS[!TweakScaleExperimental] = stack_square
		type:NEEDS[TweakScaleExperimental]  = stack_crewed
		defaultScale = 0.625
	}
}

@PART[_Polaris_Paraglider]:NEEDS[TweakScale,Fuji] // P-4GU Paraglider
{
	#@TWEAKSCALEBEHAVIOR[Decoupler]/MODULE[*] { }
	%MODULE[TweakScale]
	{
		type = stack_square
		defaultScale = 0.625
	}
}

@PART[Polaris_Port_A_Chute]:NEEDS[TweakScale,Fuji] // P-4GU Parachute
{
	#@TWEAKSCALEBEHAVIOR[Decoupler]/MODULE[*] { }
	%MODULE[TweakScale]
	{
		type = stack_square
		defaultScale = 0.625
	}
}

@PART[Polaris_Port_B]:NEEDS[TweakScale,Fuji] // P-4GU Docking
{
	#@TWEAKSCALEBEHAVIOR[Decoupler]/MODULE[*] { }
	%MODULE[TweakScale]
	{
		type = stack
		defaultScale = 0.625
	}
}

@PART[Polaris_Quad_RCS]:NEEDS[TweakScale,Fuji] // P-95 RCS Thruster Block
{
	#@TWEAKSCALEBEHAVIOR[Engine]/MODULE[*] { }
	%MODULE[TweakScale]
	{
		type = free
	}
}

@PART[Polaris_Solar_A]:NEEDS[TweakScale,Fuji] // P-W42 1x3 Photovoltaic Panels
{
	%MODULE[TweakScale]
	{
		type = free_square
	}
}

@PART[Polaris_Structure_A]:NEEDS[TweakScale,Fuji] // P-GM9 Structural Section
{
	%MODULE[TweakScale]
	{
		type = stack
		defaultScale = 0.625
	}
}

 

 

Link to comment
Share on other sites

1 hour ago, aviin said:

I've been going through the mods I use and adding TweakScale support to the mods that don't have it and did Fuji a few days ago.  In the cases of the P-XX6 Orbital Module and the P-GM9 Structural Section, I set the defaultScale to be 0.625 because that is the size of the attachment points, but both parts to flair out considerably larger, so feel free to change it if you prefer something different, but personally I find that setting the defaultScale to match the size of the attachment point allows for easier sizing to mate to other parts).  At any rate, if interested, find it below:

Fuji TweakScale Configs

  Hide contents
// --------------------------------------------------------------------------------------------------------------------
// Fuji (Japanese Crewed Vehicle) TweakScale Patches
// Last Updated: January 9th, 2024
// --------------------------------------------------------------------------------------------------------------------

@PART[Polaris_Crew_A]:NEEDS[TweakScale,Fuji] // Fuji Crew Capsule
{
	%MODULE[TweakScale]
	{
		type:NEEDS[!TweakScaleExperimental] = stack_square
		type:NEEDS[TweakScaleExperimental]  = stack_crewed
		defaultScale = 2.5
	}
}

@PART[Polaris_Crew_B]:NEEDS[TweakScale,Fuji] // Fuji Rescue Capsule
{
	%MODULE[TweakScale]
	{
		type:NEEDS[!TweakScaleExperimental] = stack_square
		type:NEEDS[TweakScaleExperimental]  = stack_crewed
		defaultScale = 2.5
	}
}

@PART[Polaris_Engine_A]:NEEDS[TweakScale,Fuji] // P-UX8 Rocket Motor
{
	#@TWEAKSCALEBEHAVIOR[Engine]/MODULE[*] { }
	%MODULE[TweakScale]
	{
		type = stack
		defaultScale = 0.625
	}
}

@PART[Polaris_Heatshield_A]:NEEDS[TweakScale,Fuji] // P-3F7 Ablative Heatshield
{
	%MODULE[TweakScale]
	{
		type = stack_square
		defaultScale = 2.5
	}
}

@PART[Polaris_Heatshield_Cover]:NEEDS[TweakScale,Fuji] // P-3F7 Heatshield Cover
{
	#@TWEAKSCALEBEHAVIOR[Decoupler]/MODULE[*] { }
	%MODULE[TweakScale]
	{
		type = stack
		defaultScale = 2.5
	}
}

@PART[_Polaris_LES]:NEEDS[TweakScale,Fuji] // P-4LES Sepuku Launch Escape System
{
	#@TWEAKSCALEBEHAVIOR[SRB]/MODULE[*] { }
	%MODULE[TweakScale]
	{
		type = stack
		defaultScale = 0.625
	}
}

@PART[Polaris_LFO_A]:NEEDS[TweakScale,Fuji] // P-AP7 Propellant Tank
{
	%MODULE[TweakScale]
	{
		type = stack
		defaultScale = 0.625
	}
}

@PART[Polaris_Orbital_A]:NEEDS[TweakScale,Fuji] // P-XX6 Orbital Module
{
	%MODULE[TweakScale]
	{
		type:NEEDS[!TweakScaleExperimental] = stack_square
		type:NEEDS[TweakScaleExperimental]  = stack_crewed
		defaultScale = 0.625
	}
}

@PART[_Polaris_Paraglider]:NEEDS[TweakScale,Fuji] // P-4GU Paraglider
{
	#@TWEAKSCALEBEHAVIOR[Decoupler]/MODULE[*] { }
	%MODULE[TweakScale]
	{
		type = stack_square
		defaultScale = 0.625
	}
}

@PART[Polaris_Port_A_Chute]:NEEDS[TweakScale,Fuji] // P-4GU Parachute
{
	#@TWEAKSCALEBEHAVIOR[Decoupler]/MODULE[*] { }
	%MODULE[TweakScale]
	{
		type = stack_square
		defaultScale = 0.625
	}
}

@PART[Polaris_Port_B]:NEEDS[TweakScale,Fuji] // P-4GU Docking
{
	#@TWEAKSCALEBEHAVIOR[Decoupler]/MODULE[*] { }
	%MODULE[TweakScale]
	{
		type = stack
		defaultScale = 0.625
	}
}

@PART[Polaris_Quad_RCS]:NEEDS[TweakScale,Fuji] // P-95 RCS Thruster Block
{
	#@TWEAKSCALEBEHAVIOR[Engine]/MODULE[*] { }
	%MODULE[TweakScale]
	{
		type = free
	}
}

@PART[Polaris_Solar_A]:NEEDS[TweakScale,Fuji] // P-W42 1x3 Photovoltaic Panels
{
	%MODULE[TweakScale]
	{
		type = free_square
	}
}

@PART[Polaris_Structure_A]:NEEDS[TweakScale,Fuji] // P-GM9 Structural Section
{
	%MODULE[TweakScale]
	{
		type = stack
		defaultScale = 0.625
	}
}

 

 

You don`t need this for every part. You can simply use the vertical bar like here:

@PART[Polaris_Structure_A|Polaris_Port_B]:NEEDS[TweakScale,Fuji] // P-GM9 Structural Section
{
	%MODULE[TweakScale]
	{
		type = stack
		defaultScale = 0.625
	}
}
Link to comment
Share on other sites

3 hours ago, Cheesecake said:

You don`t need this for every part. You can simply use the vertical bar like here:

@PART[Polaris_Structure_A|Polaris_Port_B]:NEEDS[TweakScale,Fuji] // P-GM9 Structural Section
{
	%MODULE[TweakScale]
	{
		type = stack
		defaultScale = 0.625
	}
}

I am aware of that, but it is my personal preference to keep them all separate for ease of editing.  The "official" TweakScale patches for Squad parts are done in the same way.  Of course, to each their own.  Just my preference.

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...